Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.h157 …arseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated);
158 …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()