Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dhook.test740 # Test that the sqlite3_preupdate_depth() API seems to work.
/sqlite-3.40.0/src/
H A Dvdbeapi.c2011 int sqlite3_preupdate_depth(sqlite3 *db){ in sqlite3_preupdate_depth() function
H A Dtclsqlite.c3570 pRet = Tcl_NewIntObj(sqlite3_preupdate_depth(pDb->db)); in DbObjCmd()
H A Dsqlite.h.in10060 ** [sqlite3_preupdate_count()], and [sqlite3_preupdate_depth()] interfaces
10089 ** ^The [sqlite3_preupdate_depth(D)] interface returns 0 if the preupdate
10122 int sqlite3_preupdate_depth(sqlite3 *);
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c1537 return sqlite3_preupdate_depth((sqlite3*)pCtx); in sessionPreupdateDepth()