Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15751 typedef struct FuncDestructor FuncDestructor; typedef
18368 struct FuncDestructor { struct
18369 int nRef;
18370 void (*xDestroy)(void *);
18371 void *pUserData;