Searched refs:CJSON_NESTING_LIMIT (Results 1 – 6 of 6) sorted by relevance
18 defines = [ "CJSON_NESTING_LIMIT=(128)" ]45 defines = [ "CJSON_NESTING_LIMIT=(128)" ]
136 #ifndef CJSON_NESTING_LIMIT137 #define CJSON_NESTING_LIMIT 1000 macro
1451 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_array()1611 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_object()
265 * Prevent a stack overflow by specifying a maximum nesting depth `CJSON_NESTING_LIMIT`
566 …lt in a stack overflow. To prevent this cJSON limits the depth to `CJSON_NESTING_LIMIT` which is 1…
210 char deep_json[CJSON_NESTING_LIMIT + 1]; in cjson_should_not_parse_to_deeply_nested_jsons()