Searched refs:sqlite3_busy_handler (Results 1 – 7 of 7) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3ext.h | 299 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
|
D | sqlite3.h | 2153 SQLITE_API int SQLITE_STDCALL sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
|
D | sqlite3.c | 2360 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/ |
D | sqlite3ext.h | 299 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
|
D | sqlite3.h | 2153 SQLITE_API int SQLITE_STDCALL sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
|
D | sqlite3.c | 2360 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/ |
D | sqlite_jni.c | 1330 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()
|