Home | History | Annotate | Download | only in dist

Lines Matching defs:JSON_MAX_DEPTH

183722 #define JSON_MAX_DEPTH  2000
184296 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;
184329 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;