Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c216598 #define JSON_MERGE_TOODEEP 4 /* Nested too deep */ macro
216760 if( iDepth>=JSON_MAX_DEPTH ) return JSON_MERGE_TOODEEP;
216782 if( iDepth>=JSON_MAX_DEPTH ) return JSON_MERGE_TOODEEP;
216819 }else if( rc==JSON_MERGE_TOODEEP ){