Home
last modified time | relevance | path

Searched defs:FuncDestructor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h1187 typedef struct FuncDestructor FuncDestructor; typedef
1859 struct FuncDestructor { struct
1860 int nRef;
1861 void (*xDestroy)(void *);
1862 void *pUserData;