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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h247 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h1789 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
1841 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1846 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
1858 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6159 ** the [sqlite3_busy_handler | busy-handler function]
H A Dsqlite3.c2342 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2394 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2399 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2411 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6712 ** the [sqlite3_busy_handler | busy-handler function]
89139 #define sqlite3_busy_handler macro
111106 SQLITE_API int sqlite3_busy_handler( function
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h379 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h2617 ** ^The sqlite3_busy_handler(D,X,P) routine sets a callback function X
2622 ** The sqlite3_busy_handler() interface is used to implement
2630 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2671 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
2677 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2689 ** was defined (using [sqlite3_busy_handler()]) prior to calling
8645 ** the [sqlite3_busy_handler | busy-handler function]
9066 ** [sqlite3_busy_handler|busy-handler callback]) until there is no
H A Dsqlite3.c3680 ** ^The sqlite3_busy_handler(D,X,P) routine sets a callback function X
3685 ** The sqlite3_busy_handler() interface is used to implement
3693 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
3734 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
3740 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
3752 ** was defined (using [sqlite3_busy_handler()]) prior to calling
9708 ** the [sqlite3_busy_handler | busy-handler function]
10129 ** [sqlite3_busy_handler|busy-handler callback]) until there is no
125769 #define sqlite3_busy_handler macro
165767 SQLITE_API int sqlite3_busy_handler( function
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2144 sqlite3_busy_handler(pDb->db, DbBusyHandler, pDb);
2146 sqlite3_busy_handler(pDb->db, 0, 0);

Completed in 773 milliseconds