Searched refs:free_func (Results 1 – 5 of 5) sorted by relevance
82 int hashbin_clear( hashbin_t* hashbin, FREE_FUNC free_func) in hashbin_clear() argument96 if (free_func) in hashbin_clear()97 (*free_func)(queue); in hashbin_clear()115 int hashbin_delete( hashbin_t* hashbin, FREE_FUNC free_func) in hashbin_delete() argument130 if (free_func) in hashbin_delete()131 (*free_func)(queue); in hashbin_delete()
162 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));179 free_func zfree; /* used to free the internal state */
160 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));177 free_func zfree; /* used to free the internal state */
86 int hashbin_clear(hashbin_t* hashbin, FREE_FUNC free_func);
64 typedef void (*free_func) OF((voidpf opaque, voidpf address));