Searched refs:sqlite3_preupdate_depth (Results 1 – 3 of 3) sorted by relevance
10913 SQLITE_API int sqlite3_preupdate_depth(sqlite3 *);
11234 SQLITE_API int sqlite3_preupdate_depth(sqlite3 *);95867 SQLITE_API int sqlite3_preupdate_depth(sqlite3 *db){ function235335 return sqlite3_preupdate_depth((sqlite3*)pCtx);
4100 pRet = Tcl_NewIntObj(sqlite3_preupdate_depth(pDb->db)); in DbObjCmd()