Lines Matching defs:sqlite3_preupdate_depth
10442 ** [sqlite3_preupdate_count()], and [sqlite3_preupdate_depth()] interfaces
10471 ** ^The [sqlite3_preupdate_depth(D)] interface returns 0 if the preupdate
10504 SQLITE_API int sqlite3_preupdate_depth(sqlite3 *);
89912 SQLITE_API int sqlite3_preupdate_depth(sqlite3 *db){
217052 return sqlite3_preupdate_depth((sqlite3*)pCtx);