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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c953 db->busyHandler.xFunc = xBusy;
954 db->busyHandler.pArg = pArg;
955 db->busyHandler.nBusy = 0;
H A DsqliteInt.h507 ** The sqlite.busyHandler member of the sqlite struct contains the busy
509 ** handle is passed a pointer to sqlite.busyHandler. The busy-handler
879 BusyHandler busyHandler; /* Busy callback */ member in struct:sqlite3
H A Dvdbe.c584 db->busyHandler.nBusy = 0;
H A Dbtree.c1663 return sqlite3InvokeBusyHandler(&pBt->db->busyHandler);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7487 ** The sqlite.busyHandler member of the sqlite struct contains the busy
7489 ** handle is passed a pointer to sqlite.busyHandler. The busy-handler
9224 BusyHandler busyHandler; /* Busy callback */ member in struct:sqlite3
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8681 ** The sqlite.busyHandler member of the sqlite struct contains the busy
8683 ** handle is passed a pointer to sqlite.busyHandler. The busy-handler
10515 BusyHandler busyHandler; /* Busy callback */ member in struct:sqlite3
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8681 ** The sqlite.busyHandler member of the sqlite struct contains the busy
8683 ** handle is passed a pointer to sqlite.busyHandler. The busy-handler
10515 BusyHandler busyHandler; /* Busy callback */ member in struct:sqlite3
[all...]

Completed in 1783 milliseconds