Home
last modified time | relevance | path

Searched refs:require_null_terminated (Results 1 - 3 of 3) sorted by relevance

/third_party/cJSON/
H A DcJSON.h165 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated);
166 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated);
H A DcJSON.c1322 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithOpts() argument
1331 /* Adding null character size due to require_null_terminated. */ in cJSON_ParseWithOpts()
1334 return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts()
1338 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithLengthOpts() argument
1370 if (require_null_terminated) in cJSON_ParseWithLengthOpts()
/third_party/vulkan-loader/loader/
H A DcJSON.c461 int require_null_terminated, bool *out_of_memory) { in cJSON_ParseWithOpts()
478 if (require_null_terminated) { in cJSON_ParseWithOpts()
460 cJSON_ParseWithOpts(const VkAllocationCallbacks *pAllocator, const char *value, const char **return_parse_end, int require_null_terminated, bool *out_of_memory) cJSON_ParseWithOpts() argument

Completed in 6 milliseconds