Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.h238 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…
Dcjson.c940 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() function
1024 return cJSON_ParseWithOpts(value, 0, 0); in cJSON_Parse()