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.c1084 …ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithOpts() argument
1096 … return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts()
1100 …ar *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithLengthOpts() argument
1132 if (require_null_terminated) in cJSON_ParseWithLengthOpts()
DREADME.md303 …rseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated)`.
304 …t (thereby replacing `cJSON_GetErrorPtr` in a thread safe way). `require_null_terminated`, if set …
306 … *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()