Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dsqlite3.c131793 sqlite3_exec( sqlite3 *db, const char *zSql, sqlite3_callback xCallback, void *pArg, char **pzErrMsg ) global() argument
175648 sqlite3_commit_hook( sqlite3 *db, int (*xCallback)(void*), void *pArg ) global() argument
175673 sqlite3_update_hook( sqlite3 *db, void (*xCallback)(void*,int,char const *,char const *,sqlite_int64), void *pArg ) global() argument
175698 sqlite3_rollback_hook( sqlite3 *db, void (*xCallback)(void*), void *pArg ) global() argument
175744 sqlite3_autovacuum_pages( sqlite3 *db, unsigned int (*xCallback)(void*,const char*,u32,u32,u32), void *pArg, void (*xDestructor)(void*) ) global() argument
[all...]

Completed in 224 milliseconds