Searched defs:sqlite3_busy_handler (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h225 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h268 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
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.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]
91252 #define sqlite3_busy_handler macro
113455 SQLITE_API int sqlite3_busy_handler( function
[all...]

Completed in 559 milliseconds