Searched refs:obstack (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dobstack.h0 /* obstack.h - object stack macros
37 them before using any obstack macros.
39 Each independent stack is represented by a `struct obstack'.
40 Each of the obstack macros expects a pointer to such a structure
57 With obstacks, you can work differently. Use one obstack for all symbol
58 names. As you read a symbol, grow the name in the obstack gradually.
93 Exactly one object is growing in an obstack at any one time.
94 You can run one obstack per control block.
96 Because of the way we do it, you can `unwind' an obstack
150 struct obstack /* contro
149 struct obstack /* control current object in current chunk */ struct
[all...]
H A Dobstack.c0 /* obstack.c - subroutines used implicitly by object stack macros
21 # include <obstack.h>
25 # include "obstack.h"
29 incremented whenever callers compiled using an old obstack.h can no
30 longer properly call the functions in this obstack.c. */
109 struct obstack *_obstack_compat;
135 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
144 _obstack_begin (struct obstack *h,
191 _obstack_begin_1 (struct obstack *h, int size, int alignment,
238 /* Allocate a new current chunk for the obstack *
[all...]
H A Dhash.h21 #include "obstack.h"
35 struct obstack mem_pool; /* Memory pool holding the keys. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.h0 /* obstack.h - object stack macros
37 them before using any obstack macros.
39 Each independent stack is represented by a `struct obstack'.
40 Each of the obstack macros expects a pointer to such a structure
57 With obstacks, you can work differently. Use one obstack for all symbol
58 names. As you read a symbol, grow the name in the obstack gradually.
93 Exactly one object is growing in an obstack at any one time.
94 You can run one obstack per control block.
96 Because of the way we do it, you can `unwind' an obstack
150 struct obstack /* contro
149 struct obstack /* control current object in current chunk */ struct
[all...]
H A Dobstack.c0 /* obstack.c - subroutines used implicitly by object stack macros
21 # include <obstack.h>
25 # include "obstack.h"
29 incremented whenever callers compiled using an old obstack.h can no
30 longer properly call the functions in this obstack.c. */
109 struct obstack *_obstack_compat;
135 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
144 _obstack_begin (struct obstack *h,
191 _obstack_begin_1 (struct obstack *h, int size, int alignment,
238 /* Allocate a new current chunk for the obstack *
[all...]
H A Dhash.h21 #include "obstack.h"
35 struct obstack mem_pool; /* Memory pool holding the keys. */
H A DMakefile.gnulib429 ## begin gnulib module obstack
432 EXTRA_DIST += obstack.c obstack.h
434 EXTRA_libgnu_la_SOURCES += obstack.c
436 ## end gnulib module obstack
H A DMakefile.in778 obstack.c obstack.h ostream.h ostream.c ostream.priv.h \
899 getline.c iconv_open.c malloc.c obstack.c ostream.oo.c \
H A DMakefile778 obstack.c obstack.h ostream.h ostream.c ostream.priv.h \
899 getline.c iconv_open.c malloc.c obstack.c ostream.oo.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhash.h21 #include "obstack.h"
35 struct obstack mem_pool; /* Memory pool holding the keys. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-qt.c40 #include "obstack.h"
220 /* Add a u8 (a single byte) to an obstack. */
222 append_u8 (struct obstack *mempool, unsigned char value)
231 /* Add a u16 (two bytes) to an obstack. */
233 append_u16 (struct obstack *mempool, unsigned short value)
243 /* Add a u32 (four bytes) to an obstack. */
245 append_u32 (struct obstack *mempool, unsigned int value)
257 /* Add an ISO-8859-1 encoded string to an obstack. */
259 append_base_string (struct obstack *mempool, const char *string)
266 /* Add an UTF-16 encoded string to an obstack
[all...]
H A Dmsgmerge.c50 #include "obstack.h"
812 struct obstack pool;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c36 #include "obstack.h"
76 struct obstack obstack; /* Obstack for node allocation. */ member in struct:kwset
99 obstack_init(&kwset->obstack);
102 = (struct trie *) obstack_alloc(&kwset->obstack, sizeof (struct trie));
169 link = (struct tree *) obstack_alloc(&kwset->obstack,
175 link->trie = (struct trie *) obstack_alloc(&kwset->obstack,
402 kwset->target = (char *) obstack_alloc(&kwset->obstack, kwset->mind);
768 obstack_free(&kwset->obstack, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdio.in.h274 struct obstack;
275 /* Grow an obstack with formatted output. Return the number of
280 extern int obstack_printf (struct obstack *obs, const char *format, ...)
282 extern int obstack_vprintf (struct obstack *obs, const char *format,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am225 lib/obstack.h.diff \
H A DMakefile.in347 lib/obstack.h.diff \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile88 ../gnulib-lib/obstack.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]

Completed in 210 milliseconds