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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h268 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h1828 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
1880 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1885 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
1897 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6351 ** the [sqlite3_busy_handler | busy-handler function]
H A Dsqlite3.c2378 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2430 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2435 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2447 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6901 ** the [sqlite3_busy_handler | busy-handler function]
91115 #define sqlite3_busy_handler macro
113200 SQLITE_API int sqlite3_busy_handler( function
[all...]

Completed in 448 milliseconds