Home
last modified time | relevance | path

Searched refs:return_parse_end (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h152 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…
153 …ithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool r…
H A DcJSON.c1075 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() argument
1087 … return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts()
1091 …ithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool r… in cJSON_ParseWithLengthOpts() argument
1131 if (return_parse_end) in cJSON_ParseWithLengthOpts()
1133 *return_parse_end = (const char*)buffer_at_offset(&buffer); in cJSON_ParseWithLengthOpts()
1159 if (return_parse_end != NULL) in cJSON_ParseWithLengthOpts()
1161 *return_parse_end = (const char*)local_error.json + local_error.position; in cJSON_ParseWithLengthOpts()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h150 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…
151 …ithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool r…
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h124 extern cJSON *cJSON_ParseWithOpts(const char *value,const char **return_parse_end,int require_null_…
H A DcJSON.c264 cJSON *cJSON_ParseWithOpts(const char *value,const char **return_parse_end,int require_null_termina… in cJSON_ParseWithOpts() argument
276 if (return_parse_end) *return_parse_end=end; in cJSON_ParseWithOpts()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp1084 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() argument
1096 … return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts()
1100 …ithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool r… in cJSON_ParseWithLengthOpts() argument
1140 if (return_parse_end) in cJSON_ParseWithLengthOpts()
1142 *return_parse_end = (const char*)buffer_at_offset(&buffer); in cJSON_ParseWithLengthOpts()
1168 if (return_parse_end != NULL) in cJSON_ParseWithLengthOpts()
1170 *return_parse_end = (const char*)local_error.json + local_error.position; in cJSON_ParseWithLengthOpts()