Searched refs:freefun (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.c128 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
130 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
147 void (*freefun) (void *))
171 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
193 void (*freefun) (void *, void *),
218 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
H A Dobstack.h167 void (*freefun) (void *, struct _obstack_chunk *);
237 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
240 (void (*) (void *)) (freefun))
242 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
245 (void (*) (void *, void *)) (freefun), (arg))
251 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
166 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dobstack.c128 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
130 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
147 void (*freefun) (void *))
171 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
193 void (*freefun) (void *, void *),
218 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
H A Dobstack.h167 void (*freefun) (void *, struct _obstack_chunk *);
237 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
240 (void (*) (void *)) (freefun))
242 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
245 (void (*) (void *, void *)) (freefun), (arg))
251 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
166 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack

Completed in 98 milliseconds