OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_preupdate_depth
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
10851
** [sqlite3_preupdate_count()], and [
sqlite3_preupdate_depth
()] interfaces
10880
** ^The [
sqlite3_preupdate_depth
(D)] interface returns 0 if the preupdate
10913
SQLITE_API int
sqlite3_preupdate_depth
(sqlite3 *);
sqlite3.c
11172
** [sqlite3_preupdate_count()], and [
sqlite3_preupdate_depth
()] interfaces
11201
** ^The [
sqlite3_preupdate_depth
(D)] interface returns 0 if the preupdate
11234
SQLITE_API int
sqlite3_preupdate_depth
(sqlite3 *);
95865
SQLITE_API int
sqlite3_preupdate_depth
(sqlite3 *db){
function
[
all
...]
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
4100
pRet = Tcl_NewIntObj(
sqlite3_preupdate_depth
(pDb->db));
Completed in 95 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026