Home
last modified time | relevance | path

Searched refs:free_func (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/irda/
Dirqueue.c82 int hashbin_clear( hashbin_t* hashbin, FREE_FUNC free_func) in hashbin_clear() argument
96 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() argument
130 if (free_func) in hashbin_delete()
131 (*free_func)(queue); in hashbin_delete()
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.h162 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
179 free_func zfree; /* used to free the internal state */
/linux-2.4.37.9/arch/ppc/boot/include/
Dzlib.h160 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
177 free_func zfree; /* used to free the internal state */
/linux-2.4.37.9/include/net/irda/
Dirqueue.h86 int hashbin_clear(hashbin_t* hashbin, FREE_FUNC free_func);
/linux-2.4.37.9/include/linux/
Dzlib.h64 typedef void (*free_func) OF((voidpf opaque, voidpf address));