Searched refs:JSON_MAX_DEPTH (Results 1 – 2 of 2) sorted by relevance
15 #define JSON_MAX_DEPTH 10 macro255 if (depth > JSON_MAX_DEPTH) { in json_parse()
205185 # define JSON_MAX_DEPTH 1000205187 # define JSON_MAX_DEPTH SQLITE_JSON_MAX_DEPTH206164 if( iDepth>JSON_MAX_DEPTH ) return i+1;206377 if( ++pParse->iDepth > JSON_MAX_DEPTH ){206481 if( ++pParse->iDepth > JSON_MAX_DEPTH ){