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