Searched refs:JSON_MAX_DEPTH (Results 1 – 3 of 3) sorted by relevance
15 #define JSON_MAX_DEPTH 10 macro246 if (depth > JSON_MAX_DEPTH) { in json_parse()
183772 #define JSON_MAX_DEPTH 2000184346 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;184379 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;
183784 #define JSON_MAX_DEPTH 2000184358 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;184391 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;