Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/
DBusyHandler.java7 public interface BusyHandler { interface
DDatabase.java261 public void busy_handler(SQLite.BusyHandler bh) { in busy_handler()
267 private native void _busy_handler(SQLite.BusyHandler bh); in _busy_handler()
/external/llvm/test/CodeGen/X86/
D2009-04-29-RegAllocAssert.ll15 …, i32, i32, i8, i32, i8*, void (i8*)*, %struct.sqlite3_mutex*, %struct.BusyHandler, i32, %struct.B…
18 %struct.BusyHandler = type { i32 (i8*, i32)*, i8*, i32 }
43 …t.sqlite3_file*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.BusyHandler*, %struct.Pager…
58 …ble*, %struct.sqlite3_vtab**, i32, %struct.Hash, %struct.Hash, %struct.BusyHandler, i32, [2 x %str…
/external/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll13 …, i32, i32, i8, i32, i8*, void (i8*)*, %struct.sqlite3_mutex*, %struct.BusyHandler, i32, %struct.B…
16 %struct.BusyHandler = type { i32 (i8*, i32)*, i8*, i32 }
40 …t.sqlite3_file*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.BusyHandler*, %struct.Pager…
60 …ble*, %struct.sqlite3_vtab**, i32, %struct.Hash, %struct.Hash, %struct.BusyHandler, i32, [2 x %str…
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCConnection.java7 implements java.sql.Connection, SQLite.BusyHandler {
/external/sqlite/dist/
Dsqlite3.c7280 typedef struct BusyHandler BusyHandler; typedef
7281 struct BusyHandler { struct
9009 BusyHandler busyHandler; /* Busy callback */
11093 SQLITE_PRIVATE int sqlite3InvokeBusyHandler(BusyHandler*);
105715 SQLITE_PRIVATE int sqlite3InvokeBusyHandler(BusyHandler *p){
Dsqlite3.c.orig7273 typedef struct BusyHandler BusyHandler;
7274 struct BusyHandler {
7403 ** "BusyHandler" typedefs. vdbe.h also requires a few of the opaque
9002 BusyHandler busyHandler; /* Busy callback */
11086 SQLITE_PRIVATE int sqlite3InvokeBusyHandler(BusyHandler*);
105702 SQLITE_PRIVATE int sqlite3InvokeBusyHandler(BusyHandler *p){