Home
last modified time | relevance | path

Searched refs:busy_handler (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
247 #define sqlite3_busy_handler sqlite3_api->busy_handler
H A Dsqlite3.c88940 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
89139 #define sqlite3_busy_handler sqlite3_api->busy_handler
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
377 #define sqlite3_busy_handler sqlite3_api->busy_handler
H A Dsqlite3.c123237 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
123568 #define sqlite3_busy_handler sqlite3_api->busy_handler