OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:busy_handler
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h
50
int (*
busy_handler
)(sqlite3*,int(*)(void*,int),void*);
member in struct:sqlite3_api_routines
225
#define sqlite3_busy_handler sqlite3_api->
busy_handler
/libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java
84
db.
busy_handler
(null);
305
db.
busy_handler
(bh);
356
// db.
busy_handler
(bh);
411
db.
busy_handler
(null);
441
db.
busy_handler
(null);
[
all
...]
/external/javasqlite/src/main/java/SQLite/
Database.java
261
public void
busy_handler
(SQLite.BusyHandler bh) {
method in class:Database
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java
166
db.
busy_handler
(this);
Completed in 460 milliseconds