Home
last modified time | relevance | path

Searched refs:busyHandler (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dmain.c1734 db->busyHandler.xBusyHandler = xBusy; in sqlite3_busy_handler()
1735 db->busyHandler.pBusyArg = pArg; in sqlite3_busy_handler()
1736 db->busyHandler.nBusy = 0; in sqlite3_busy_handler()
2460 db->busyHandler.nBusy = 0; in sqlite3_wal_checkpoint_v2()
3954 int nSave = db->busyHandler.nBusy; in sqlite3_file_control()
3956 db->busyHandler.nBusy = nSave; in sqlite3_file_control()
H A Dprepare.c855 db->busyHandler.nBusy = 0; in sqlite3LockAndPrepare()
H A Dpragma.c450 db->busyHandler.nBusy = 0; in sqlite3Pragma()
H A DsqliteInt.h1648 BusyHandler busyHandler; /* Busy callback */ member
H A Dvdbe.c768 db->busyHandler.nBusy = 0; in sqlite3VdbeExec()
H A Dbtree.c2406 return sqlite3InvokeBusyHandler(&pBt->db->busyHandler); in btreeInvokeBusyHandler()
/sqlite-3.40.0/mptest/
H A Dmptest.c321 static int busyHandler(void *pCD, int count){ in busyHandler() function
1383 sqlite3_busy_handler(g.db, busyHandler, 0); in main()