Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.h133 #ifndef CJSON_NESTING_LIMIT
134 #define CJSON_NESTING_LIMIT 1000 macro
Dcjson.c1290 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_array()
1446 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_object()