Searched defs:zfree (Results 1 – 10 of 10) sorted by relevance
73 static free_func zfree = myfree; variable78 static free_func zfree = (free_func)0; variable
45 uint zfree; field
95 free_func zfree; /* used to free the internal state */ member
98 free_func zfree; /* used to free the internal state */ member
385 static void zfree(void *x, void *addr) in zfree() function