Lines Matching defs:destructor
1047 void (*destructor)(void *);1807 /* if must be destroyed & has a destructor */1811 if (clss && clss->destructor) /* there is a destroy fn */1813 clss->destructor(usr->ptr); /* bye bye */