Home | History | Annotate | Download | only in orig

Lines Matching defs:JSON_MAX_DEPTH

183710 #define JSON_MAX_DEPTH  2000
184284 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;
184317 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;