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 | 1080 …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()
|
D | README.md | 284 …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/ |
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()
|