Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
DcJSON.c805 …WithOpts(const VkAllocationCallbacks *pAllocator, const char *value, const char **return_parse_end, in loader_cJSON_ParseWithOpts()
823const char **return_parse_end, cJSON_bool require_null_terminated, bool *out_of_memory) { in loader_cJSON_ParseWithLengthOpts()
/third_party/cJSON/
DcJSON.c1117 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts()
1133 …_ParseWithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON… in cJSON_ParseWithLengthOpts()