Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h282 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h2090 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
H A Dsqlite3.c2118 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
95358 #define sqlite3_busy_handler sqlite3_api->busy_handler
95694 sqlite3_busy_handler,
120732 SQLITE_API int sqlite3_busy_handler(
120779 sqlite3_busy_handler(db, sqliteDefaultBusyCallback, (void*)db);
120782 sqlite3_busy_handler(db, 0, 0);