Home
last modified time | relevance | path

Searched refs:json_parse_double (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Djson.c200 static int json_parse_double(const char **json_pos, size_t len, double *ret_val) in json_parse_double() function
480 if (json_parse_double(&pos, len, &dnum) < 0) in json_parse()