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