Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.h141 #ifndef CJSON_NESTING_LIMIT
142 #define CJSON_NESTING_LIMIT 1000 macro
Dcjson.c1451 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_array()
1607 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_object()