OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:busyhandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
threadtest3.c
496
static int
busyhandler
(void *pArg, int n){
function
519
sqlite3_busy_handler(pDb->db,
busyhandler
, 0);
[
all
...]
/external/javasqlite/src/main/native/
sqlite_jni.c
56
jobject bh; /*
BusyHandler
object */
448
busyhandler
(void *udata, const char *table, int count)
function
1332
sqlite_busy_handler((sqlite *) h->sqlite,
busyhandler
, h);
1336
sqlite_busy_handler((sqlite *) h->sqlite,
busyhandler
, h);
[
all
...]
Completed in 45 milliseconds