Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/utils/
H A Djson.c15 #define JSON_MAX_DEPTH 10 macro
255 if (depth > JSON_MAX_DEPTH) { in json_parse()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c184743 #define JSON_MAX_DEPTH 2000
185358 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;
185391 if( ++pParse->iDepth > JSON_MAX_DEPTH ) return -1;