Searched refs:return_parse_end (Results 1 – 2 of 2) sorted by relevance
940 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() argument980 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()
238 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…