Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15354 typedef struct FuncDestructor FuncDestructor; typedef
17965 struct FuncDestructor { struct
17966 int nRef;
17967 void (*xDestroy)(void *);
17968 void *pUserData;