Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dsqlite3ext.h337 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
Dsqlite3.h2386 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
Dsqlite3.c3410 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
113602 #define sqlite3_busy_handler sqlite3_api->busy_handler
113984 sqlite3_busy_handler,
144892 SQLITE_API int sqlite3_busy_handler(
144951 sqlite3_busy_handler(db, sqliteDefaultBusyCallback, (void*)db);
144954 sqlite3_busy_handler(db, 0, 0);
/external/sqlite/dist/
Dsqlite3ext.h337 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
Dsqlite3.h2386 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
Dsqlite3.c3410 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
113602 #define sqlite3_busy_handler sqlite3_api->busy_handler
113984 sqlite3_busy_handler,
144892 SQLITE_API int sqlite3_busy_handler(
144951 sqlite3_busy_handler(db, sqliteDefaultBusyCallback, (void*)db);
144954 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()