Home
last modified time | relevance | path

Searched refs:JSON_MAX_DEPTH (Results 1 – 2 of 2) sorted by relevance

/src/contrib/wpa/src/utils/
H A Djson.c15 #define JSON_MAX_DEPTH 10 macro
255 if (depth > JSON_MAX_DEPTH) { in json_parse()
/src/contrib/sqlite3/
H A Dsqlite3.c208232 # define JSON_MAX_DEPTH 1000
208234 # define JSON_MAX_DEPTH SQLITE_JSON_MAX_DEPTH
209212 if( iDepth>JSON_MAX_DEPTH ) return i+1;
209425 if( ++pParse->iDepth > JSON_MAX_DEPTH ){
209529 if( ++pParse->iDepth > JSON_MAX_DEPTH ){