Searched defs:sqlite3_preupdate_depth (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c8574 ** [sqlite3_preupdate_count()], and [sqlite3_preupdate_depth()] interfaces
8603 ** ^The [sqlite3_preupdate_depth(D)] interface returns 0 if the preupdate
8627 SQLITE_API int sqlite3_preupdate_depth(sqlite3 *);
78022 SQLITE_API int sqlite3_preupdate_depth(sqlite3 *db){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8574 ** [sqlite3_preupdate_count()], and [sqlite3_preupdate_depth()] interfaces
8603 ** ^The [sqlite3_preupdate_depth(D)] interface returns 0 if the preupdate
8627 SQLITE_API int sqlite3_preupdate_depth(sqlite3 *);
78022 SQLITE_API int sqlite3_preupdate_depth(sqlite3 *db){ function
[all...]

Completed in 397 milliseconds