Searched refs:busy_handler (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3ext.h | 48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member 247 #define sqlite3_busy_handler sqlite3_api->busy_handler
|
| H A D | sqlite3.c | 88940 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); 89139 #define sqlite3_busy_handler sqlite3_api->busy_handler
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member 377 #define sqlite3_busy_handler sqlite3_api->busy_handler
|
| H A D | sqlite3.c | 123237 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); 123568 #define sqlite3_busy_handler sqlite3_api->busy_handler
|