Searched refs:obstack_grow (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-qt.c228 obstack_grow (mempool, data, 1);
240 obstack_grow (mempool, data, 2);
254 obstack_grow (mempool, data, 4);
263 obstack_grow (mempool, string, length);
606 obstack_grow (&contexts_pool,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.h299 # define obstack_grow(OBSTACK,where,length) \
378 obstack_grow (__h, (where), (length)); \
438 # define obstack_grow(h,where,length) \
484 (obstack_grow ((h), (where), (length)), obstack_finish ((h)))
295 # define obstack_grow macro
433 # define obstack_grow macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dobstack.h299 # define obstack_grow(OBSTACK,where,length) \
378 obstack_grow (__h, (where), (length)); \
438 # define obstack_grow(h,where,length) \
484 (obstack_grow ((h), (where), (length)), obstack_finish ((h)))
295 # define obstack_grow macro
433 # define obstack_grow macro

Completed in 95 milliseconds