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.c216917 #define JSON_MERGE_TOODEEP 4 /* Nested too deep */ macro
217079 if( iDepth>=JSON_MAX_DEPTH ) return JSON_MERGE_TOODEEP;
217101 if( iDepth>=JSON_MAX_DEPTH ) return JSON_MERGE_TOODEEP;
217138 }else if( rc==JSON_MERGE_TOODEEP ){