Searched refs:sqlite3_busy_handler (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_superlock.c | 218 sqlite3_busy_handler(pLock->db, superlockBusyHandler, (void *)&busy); in sqlite3demo_superlock()
|
| H A D | loadext.c | 151 sqlite3_busy_handler,
|
| H A D | test_thread.c | 291 sqlite3_busy_handler(db, xBusy, 0); in sqlthread_open()
|
| H A D | main.c | 1725 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 D | sqlite3ext.h | 401 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
|
| H A D | tclsqlite.c | 2164 sqlite3_busy_handler(pDb->db, DbBusyHandler, pDb); in DbObjCmd() 2166 sqlite3_busy_handler(pDb->db, 0, 0); in DbObjCmd()
|
| H A D | sqlite.h.in | 2714 ** ^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 D | threadtest1.c | 213 sqlite3_busy_handler(db, db_is_locked, zFilename); in worker_bee()
|
| H A D | threadtest3.c | 563 sqlite3_busy_handler(pDb->db, busyhandler, 0); in opendb_x()
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 1383 sqlite3_busy_handler(g.db, busyHandler, 0); in main()
|