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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c947 int sqlite3_busy_handler( function
994 sqlite3_busy_handler(db, sqliteDefaultBusyCallback, (void*)db);
996 sqlite3_busy_handler(db, 0, 0);
H A Dsqlite3ext.h244 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h282 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.c2147 ** ^The sqlite3_busy_handler(D,X,P) routine sets a callback function X
2152 ** The sqlite3_busy_handler() interface is used to implement
2160 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2201 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2206 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2218 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6925 ** the [sqlite3_busy_handler | busy-handler function]
7312 ** sqlite3_wal_checkpoint(). The [sqlite3_busy_handler|busy-handler callback]
7317 ** [sqlite3_busy_handler|busy-handler callback]) until there is no
7326 ** [sqlite3_busy_handler|bus
97253 #define sqlite3_busy_handler macro
123447 SQLITE_API int sqlite3_busy_handler( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h282 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.c2147 ** ^The sqlite3_busy_handler(D,X,P) routine sets a callback function X
2152 ** The sqlite3_busy_handler() interface is used to implement
2160 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2201 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2206 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2218 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6925 ** the [sqlite3_busy_handler | busy-handler function]
7312 ** sqlite3_wal_checkpoint(). The [sqlite3_busy_handler|busy-handler callback]
7317 ** [sqlite3_busy_handler|busy-handler callback]) until there is no
7326 ** [sqlite3_busy_handler|bus
97273 #define sqlite3_busy_handler macro
123467 SQLITE_API int sqlite3_busy_handler( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c2278 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2330 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2335 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2347 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6497 ** the [sqlite3_busy_handler | busy-handler function]
86726 #define sqlite3_busy_handler macro
108192 SQLITE_API int sqlite3_busy_handler( function
[all...]

Completed in 919 milliseconds