Searched refs:json_pos (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/utils/
H A Djson.c64 static char * json_parse_string(const char **json_pos, const char *end) argument
66 const char *pos = *json_pos;
102 *json_pos = pos;
160 static int json_parse_number(const char **json_pos, const char *end, argument
163 const char *pos = *json_pos;
175 if (pos < *json_pos)
177 len = pos - *json_pos + 1;
181 os_memcpy(str, *json_pos, len);
186 *json_pos = pos;

Completed in 107 milliseconds