Searched refs:cJSON_ParseWithLengthOpts (Results 1 – 3 of 3) sorted by relevance
/third_party/cJSON/ |
D | cJSON.h | 153 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char…
|
D | cJSON.c | 1096 … return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts() 1100 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char… in cJSON_ParseWithLengthOpts() function 1187 return cJSON_ParseWithLengthOpts(value, buffer_length, 0, 0); in cJSON_ParseWithLength()
|
D | README.md | 306 If you want more options giving buffer length, use `cJSON_ParseWithLengthOpts(const char *value, si…
|