Lines Matching refs:JSON_MAX_DEPTH
212802 # define JSON_MAX_DEPTH 1000 macro
212804 # define JSON_MAX_DEPTH SQLITE_JSON_MAX_DEPTH macro
213792 if( iDepth>JSON_MAX_DEPTH ) return i+1;
214005 if( ++pParse->iDepth > JSON_MAX_DEPTH ){
214109 if( ++pParse->iDepth > JSON_MAX_DEPTH ){
214786 if( ++pParse->iDepth > JSON_MAX_DEPTH ){
214804 if( ++pParse->iDepth > JSON_MAX_DEPTH ){
214883 if( pPretty->nIndent >= JSON_MAX_DEPTH ){
214907 if( pPretty->nIndent >= JSON_MAX_DEPTH ){
215361 if( pIns->iDepth >= JSON_MAX_DEPTH ){
215471 if( ++pParse->iDepth >= JSON_MAX_DEPTH ){
215561 if( ++pParse->iDepth >= JSON_MAX_DEPTH ){
216760 if( iDepth>=JSON_MAX_DEPTH ) return JSON_MERGE_TOODEEP;
216782 if( iDepth>=JSON_MAX_DEPTH ) return JSON_MERGE_TOODEEP;