Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3ext.h299 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
Dsqlite3.h2153 SQLITE_API int SQLITE_STDCALL sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
Dsqlite3.c2360 SQLITE_API int SQLITE_STDCALL sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
102172 #define sqlite3_busy_handler sqlite3_api->busy_handler
102520 sqlite3_busy_handler,
129442 SQLITE_API int SQLITE_STDCALL sqlite3_busy_handler(
129501 sqlite3_busy_handler(db, sqliteDefaultBusyCallback, (void*)db);
129504 sqlite3_busy_handler(db, 0, 0);
/external/sqlite/dist/orig/
Dsqlite3ext.h299 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
Dsqlite3.h2153 SQLITE_API int SQLITE_STDCALL sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
Dsqlite3.c2360 SQLITE_API int SQLITE_STDCALL sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
102154 #define sqlite3_busy_handler sqlite3_api->busy_handler
102502 sqlite3_busy_handler,
129424 SQLITE_API int SQLITE_STDCALL sqlite3_busy_handler(
129483 sqlite3_busy_handler(db, sqliteDefaultBusyCallback, (void*)db);
129486 sqlite3_busy_handler(db, 0, 0);
/external/javasqlite/src/main/native/
Dsqlite_jni.c1330 sqlite3_busy_handler((sqlite3 *) h->sqlite, busyhandler3, h); in Java_SQLite_Database__1busy_1handler()
1339 sqlite3_busy_handler((sqlite3 *) h->sqlite, busyhandler3, h); in Java_SQLite_Database__1busy_1handler()