HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_busy_handler (Results 1 - 7 of 7) sorted by null

  /external/sqlite/dist/orig/
sqlite3ext.h 337 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
sqlite3.h     [all...]
sqlite3.c 113602 #define sqlite3_busy_handler macro
144892 SQLITE_API int sqlite3_busy_handler( function
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 337 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
sqlite3.h     [all...]
sqlite3.c 113602 #define sqlite3_busy_handler macro
144892 SQLITE_API int sqlite3_busy_handler( function
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 1330 sqlite3_busy_handler((sqlite3 *) h->sqlite, busyhandler3, h);
1339 sqlite3_busy_handler((sqlite3 *) h->sqlite, busyhandler3, h);
    [all...]

Completed in 694 milliseconds