Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.h148 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…
149 …ithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool r…
H A DcJSON.c865 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() argument
874 return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts()
878 …ithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool r… in cJSON_ParseWithLengthOpts() argument
912 if (return_parse_end) *return_parse_end = (const char *)buffer_at_offset(&buffer); in cJSON_ParseWithLengthOpts()
930 …if (return_parse_end != NULL) *return_parse_end = (const char *)local_error.json + local_error.pos… in cJSON_ParseWithLengthOpts()