Searched refs:require_null_terminated (Results 1 – 5 of 5) sorted by relevance
/third_party/cJSON/ |
D | cJSON.h | 152 …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);
|
D | cJSON.c | 1084 …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()
|
D | README.md | 303 …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/ |
D | cJSON.h | 148 int require_null_terminated);
|
D | cJSON.c | 448 int require_null_terminated) { in cJSON_ParseWithOpts() argument 462 if (require_null_terminated) { in cJSON_ParseWithOpts()
|