Searched refs:BusyHandler (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7784 typedef struct BusyHandler BusyHandler; typedef in typeref:struct:BusyHandler
7785 struct BusyHandler { struct
7915 ** "BusyHandler" typedefs. vdbe.h also requires a few of the opaque
9527 BusyHandler busyHandler; /* Busy callback */
11649 SQLITE_PRIVATE int sqlite3InvokeBusyHandler(BusyHandler*);
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14679 typedef struct BusyHandler BusyHandler; typedef in typeref:struct:BusyHandler
14680 struct BusyHandler { struct
14868 ** "BusyHandler" typedefs. vdbe.h also requires a few of the opaque
17076 BusyHandler busyHandler; /* Busy callback */
20265 SQLITE_PRIVATE int sqlite3InvokeBusyHandler(BusyHandler*);
[all...]

Completed in 880 milliseconds