Home
last modified time | relevance | path

Searched refs:require_null_terminated (Results 1 – 5 of 5) sorted by relevance

/third_party/cJSON/
DcJSON.h152 …arseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated);
153 …r *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated);
DcJSON.c1080 …ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithOpts() argument
1092 … return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts()
1096 …ar *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithLengthOpts() argument
1128 if (require_null_terminated) in cJSON_ParseWithLengthOpts()
DREADME.md284 …rseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated)`.
285 …t (thereby replacing `cJSON_GetErrorPtr` in a thread safe way). `require_null_terminated`, if set …
287 … *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated)`.
/third_party/vulkan-loader/loader/
DcJSON.h148 int require_null_terminated);
DcJSON.c448 int require_null_terminated) { in cJSON_ParseWithOpts() argument
462 if (require_null_terminated) { in cJSON_ParseWithOpts()