Searched refs:require_null_terminated (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | cJSON.h | 148 …arseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated); 149 …r *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated);
|
| H A D | cJSON.c | 865 …ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithOpts() argument 874 return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts() 878 …ar *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithLengthOpts() argument 908 if (require_null_terminated) { in cJSON_ParseWithLengthOpts()
|