HomeSort by relevance Sort by last modified time
    Searched defs:BusyHandler (Results 1 - 5 of 5) sorted by null

  /external/javasqlite/src/main/java/SQLite/
BusyHandler.java 7 public interface BusyHandler {
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 507 ** The sqlite.busyHandler member of the sqlite struct contains the busy
509 ** handle is passed a pointer to sqlite.busyHandler. The busy-handler
512 typedef struct BusyHandler BusyHandler;
513 struct BusyHandler {
642 ** "BusyHandler" typedefs. vdbe.h also requires a few of the opaque
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 190 milliseconds