Searched refs:sqlite3_busy_handler (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 418 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
|
| H A D | sqlite3.h | 3052 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
|
| H A D | sqlite3.c | 3373 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*); 142651 #define sqlite3_busy_handler sqlite3_api->busy_handler macro 143107 sqlite3_busy_handler, 188893 SQLITE_API int sqlite3_busy_handler( function 188955 sqlite3_busy_handler(db, (int(*)(void*,int))sqliteDefaultBusyCallback, 188962 sqlite3_busy_handler(db, 0, 0);
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2669 sqlite3_busy_handler(pDb->db, DbBusyHandler, pDb); in DbObjCmd() 2671 sqlite3_busy_handler(pDb->db, 0, 0); in DbObjCmd()
|