Home
last modified time | relevance | path

Searched refs:sqlite3_busy_handler (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_superlock.c218 sqlite3_busy_handler(pLock->db, superlockBusyHandler, (void *)&busy); in sqlite3demo_superlock()
H A Dloadext.c151 sqlite3_busy_handler,
H A Dtest_thread.c291 sqlite3_busy_handler(db, xBusy, 0); in sqlthread_open()
H A Dmain.c1725 int sqlite3_busy_handler( in sqlite3_busy_handler() function
1784 sqlite3_busy_handler(db, (int(*)(void*,int))sqliteDefaultBusyCallback, in sqlite3_busy_timeout()
1788 sqlite3_busy_handler(db, 0, 0); in sqlite3_busy_timeout()
H A Dsqlite3ext.h401 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dtclsqlite.c2164 sqlite3_busy_handler(pDb->db, DbBusyHandler, pDb); in DbObjCmd()
2166 sqlite3_busy_handler(pDb->db, 0, 0); in DbObjCmd()
H A Dsqlite.h.in2714 ** ^The sqlite3_busy_handler(D,X,P) routine sets a callback function X
2719 ** The sqlite3_busy_handler() interface is used to implement
2727 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2768 int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
2774 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2786 ** was defined (using [sqlite3_busy_handler()]) prior to calling
8948 ** the [sqlite3_busy_handler | busy-handler function]
9370 ** [sqlite3_busy_handler|busy-handler callback]) until there is no
/sqlite-3.40.0/test/
H A Dthreadtest1.c213 sqlite3_busy_handler(db, db_is_locked, zFilename); in worker_bee()
H A Dthreadtest3.c563 sqlite3_busy_handler(pDb->db, busyhandler, 0); in opendb_x()
/sqlite-3.40.0/mptest/
H A Dmptest.c1383 sqlite3_busy_handler(g.db, busyHandler, 0); in main()