Searched refs:FREE_FUNC (Results 1 - 25 of 147) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/irda/
H A Dirqueue.h57 typedef void (*FREE_FUNC)(void *arg); typedef
80 int hashbin_delete(hashbin_t* hashbin, FREE_FUNC func);
81 int hashbin_clear(hashbin_t* hashbin, FREE_FUNC free_func);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/irda/
H A Dirqueue.h57 typedef void (*FREE_FUNC)(void *arg); typedef
80 int hashbin_delete(hashbin_t* hashbin, FREE_FUNC func);
81 int hashbin_clear(hashbin_t* hashbin, FREE_FUNC free_func);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dmod_access.c31 FREE_FUNC(mod_access_free) { function
H A Dmod_skeleton.c69 FREE_FUNC(mod_skeleton_free) { function
H A Dplugin.h16 #define FREE_FUNC SERVER_FUNC macro
H A Dmod_alias.c37 FREE_FUNC(mod_alias_free) { function
H A Dmod_create_captcha_image.c40 FREE_FUNC(mod_craete_captcha_image_free) { function
H A Dmod_evasive.c49 FREE_FUNC(mod_evasive_free) { function
H A Dmod_flv_streaming.c44 FREE_FUNC(mod_flv_streaming_free) { function
H A Dmod_indexfile.c42 FREE_FUNC(mod_indexfile_free) { function
H A Dmod_setenv.c58 FREE_FUNC(mod_setenv_free) { function
H A Dmod_usertrack.c39 FREE_FUNC(mod_usertrack_free) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dmod_access.c31 FREE_FUNC(mod_access_free) { function
H A Dmod_skeleton.c69 FREE_FUNC(mod_skeleton_free) { function
H A Dplugin.h16 #define FREE_FUNC SERVER_FUNC macro
H A Dmod_alias.c37 FREE_FUNC(mod_alias_free) { function
H A Dmod_create_captcha_image.c40 FREE_FUNC(mod_craete_captcha_image_free) { function
H A Dmod_evasive.c49 FREE_FUNC(mod_evasive_free) { function
H A Dmod_flv_streaming.c44 FREE_FUNC(mod_flv_streaming_free) { function
H A Dmod_indexfile.c42 FREE_FUNC(mod_indexfile_free) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dmod_access.c31 FREE_FUNC(mod_access_free) { function
H A Dmod_skeleton.c69 FREE_FUNC(mod_skeleton_free) { function
H A Dplugin.h16 #define FREE_FUNC SERVER_FUNC macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/
H A Dirlmp.c130 hashbin_delete(irlmp->links, (FREE_FUNC) kfree);
131 hashbin_delete(irlmp->unconnected_lsaps, (FREE_FUNC) kfree);
132 hashbin_delete(irlmp->clients, (FREE_FUNC) kfree);
133 hashbin_delete(irlmp->services, (FREE_FUNC) kfree);
134 hashbin_delete(irlmp->cachelog, (FREE_FUNC) kfree);
359 hashbin_delete(link->lsaps, (FREE_FUNC) __irlmp_close_lsap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/
H A Dirlmp.c130 hashbin_delete(irlmp->links, (FREE_FUNC) kfree);
131 hashbin_delete(irlmp->unconnected_lsaps, (FREE_FUNC) kfree);
132 hashbin_delete(irlmp->clients, (FREE_FUNC) kfree);
133 hashbin_delete(irlmp->services, (FREE_FUNC) kfree);
134 hashbin_delete(irlmp->cachelog, (FREE_FUNC) kfree);
359 hashbin_delete(link->lsaps, (FREE_FUNC) __irlmp_close_lsap);

Completed in 125 milliseconds

123456