Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.h157 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…
158 …ithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool r…
Dcjson.c1084 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() argument
1096 … return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts()
1100 …ithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool r… in cJSON_ParseWithLengthOpts() argument
1140 if (return_parse_end) in cJSON_ParseWithLengthOpts()
1142 *return_parse_end = (const char*)buffer_at_offset(&buffer); in cJSON_ParseWithLengthOpts()
1168 if (return_parse_end != NULL) in cJSON_ParseWithLengthOpts()
1170 *return_parse_end = (const char*)local_error.json + local_error.position; in cJSON_ParseWithLengthOpts()