Searched refs:JSON_MAX_DEPTH (Results 1 – 2 of 2) sorted by relevance
15 #define JSON_MAX_DEPTH 10 macro306 if (depth > JSON_MAX_DEPTH) { in json_parse()
213120 # define JSON_MAX_DEPTH 1000 macro213122 # define JSON_MAX_DEPTH SQLITE_JSON_MAX_DEPTH macro214110 if( iDepth>JSON_MAX_DEPTH ) return i+1;214323 if( ++pParse->iDepth > JSON_MAX_DEPTH ){214427 if( ++pParse->iDepth > JSON_MAX_DEPTH ){215105 if( ++pParse->iDepth > JSON_MAX_DEPTH ){215123 if( ++pParse->iDepth > JSON_MAX_DEPTH ){215202 if( pPretty->nIndent >= JSON_MAX_DEPTH ){215226 if( pPretty->nIndent >= JSON_MAX_DEPTH ){215680 if( pIns->iDepth >= JSON_MAX_DEPTH ){[all …]