Searched defs:Mem (Results 1 – 1 of 1) sorted by relevance
6817 typedef struct Mem Mem; typedef15187 struct Mem { struct15199 void (*xDel)(void *); /* If not null, call this function to delete Mem.z */ argument15204 ** representations of the value stored in the Mem struct. argument41771 const void *(*xFunc)(Mem*), in columnName()