HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_busy_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 418 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
sqlite3.c 3319 ** ^The sqlite3_busy_handler(D,X,P) routine sets a callback function X
3324 ** The sqlite3_busy_handler() interface is used to implement
3332 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
3373 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
3379 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
3391 ** was defined (using [sqlite3_busy_handler()]) prior to calling
9957 ** the [sqlite3_busy_handler | busy-handler function]
10403 ** [sqlite3_busy_handler|busy-handler callback]) until there is no
142638 #define sqlite3_busy_handler macro
188888 SQLITE_API int sqlite3_busy_handler( function
    [all...]

Completed in 92 milliseconds