Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.c940 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() argument
980 if (return_parse_end) in cJSON_ParseWithOpts()
982 *return_parse_end = (const char*)buffer_at_offset(&buffer); in cJSON_ParseWithOpts()
1008 if (return_parse_end != NULL) in cJSON_ParseWithOpts()
1010 *return_parse_end = (const char*)local_error.json + local_error.position; in cJSON_ParseWithOpts()
Dcjson.h238 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…