Searched refs:sqlite3_busy_handler (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.cpp243 sqlite3_busy_handler(m_db, handler, NULL);
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h225 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h1379 ** is the third argument to sqlite3_busy_handler(). The second argument to
1434 int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1439 ** This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
1451 ** was defined (using [sqlite3_busy_handler()]) prior to calling
5244 ** the [sqlite3_busy_handler | busy-handler function]
/external/sqlite/dist/orig/
H A Dsqlite3ext.h268 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h1863 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
1915 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1920 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
1932 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6400 ** the [sqlite3_busy_handler | busy-handler function]
H A Dsqlite3.c2413 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2465 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2470 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2482 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6950 ** the [sqlite3_busy_handler | busy-handler function]
91241 #define sqlite3_busy_handler macro
113444 SQLITE_API int sqlite3_busy_handler( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h268 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h1863 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
1915 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1920 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
1932 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6400 ** the [sqlite3_busy_handler | busy-handler function]
H A Dsqlite3.c2413 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2465 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2470 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2482 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6950 ** the [sqlite3_busy_handler | busy-handler function]
91254 #define sqlite3_busy_handler macro
113457 SQLITE_API int sqlite3_busy_handler( function
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1331 sqlite3_busy_handler((sqlite3 *) h->sqlite, busyhandler3, h);
1340 sqlite3_busy_handler((sqlite3 *) h->sqlite, busyhandler3, h);

Completed in 562 milliseconds