Home
last modified time | relevance | path

Searched refs:CJSON_NESTING_LIMIT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h136 #ifndef CJSON_NESTING_LIMIT
137 #define CJSON_NESTING_LIMIT 1000 macro
H A DcJSON.c1442 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_array()
1602 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_object()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h131 #ifndef CJSON_NESTING_LIMIT
132 #define CJSON_NESTING_LIMIT 1000 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp1451 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_array()
1611 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_object()