Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Djson.c15 #define JSON_MAX_DEPTH 10 macro
246 if (depth > JSON_MAX_DEPTH) { in json_parse()
/external/sqlite/dist/orig/
Dsqlite3.c183710 #define JSON_MAX_DEPTH 2000
184284 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;
184317 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;
/external/sqlite/dist/
Dsqlite3.c183722 #define JSON_MAX_DEPTH 2000
184296 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;
184329 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;