Lines Matching refs:obstack

168 struct obstack		/* control current object in current chunk */  struct
202 extern void _obstack_newchunk (struct obstack *, int);
203 extern void _obstack_free (struct obstack *, void *);
204 extern int _obstack_begin (struct obstack *, int, int,
206 extern int _obstack_begin_1 (struct obstack *, int, int,
209 extern int _obstack_memory_used (struct obstack *);
223 void obstack_init (struct obstack *obstack);
225 void * obstack_alloc (struct obstack *obstack, int size);
227 void * obstack_copy (struct obstack *obstack, void *address, int size);
228 void * obstack_copy0 (struct obstack *obstack, void *address, int size);
230 void obstack_free (struct obstack *obstack, void *block);
232 void obstack_blank (struct obstack *obstack, int size);
234 void obstack_grow (struct obstack *obstack, void *data, int size);
235 void obstack_grow0 (struct obstack *obstack, void *data, int size);
237 void obstack_1grow (struct obstack *obstack, int data_char);
238 void obstack_ptr_grow (struct obstack *obstack, void *data);
239 void obstack_int_grow (struct obstack *obstack, int data);
241 void * obstack_finish (struct obstack *obstack);
243 int obstack_object_size (struct obstack *obstack);
245 int obstack_room (struct obstack *obstack);
246 void obstack_make_room (struct obstack *obstack, int size);
247 void obstack_1grow_fast (struct obstack *obstack, int data_char);
248 void obstack_ptr_grow_fast (struct obstack *obstack, void *data);
249 void obstack_int_grow_fast (struct obstack *obstack, int data);
250 void obstack_blank_fast (struct obstack *obstack, int size);
252 void * obstack_base (struct obstack *obstack);
253 void * obstack_next_free (struct obstack *obstack);
254 int obstack_alignment_mask (struct obstack *obstack);
255 int obstack_chunk_size (struct obstack *obstack);
256 int obstack_memory_used (struct obstack *obstack);
367 ({ struct obstack *__o = (OBSTACK); \
372 ({ struct obstack *__o = (OBSTACK); \
377 ({ struct obstack *__o = (OBSTACK); \
385 ({ struct obstack *__o = (OBSTACK); \
390 ({ struct obstack *__o = (OBSTACK); \
400 ({ struct obstack *__o = (OBSTACK); \
411 ({ struct obstack *__o = (OBSTACK); \
423 ({ struct obstack *__o = (OBSTACK); \
430 ({ struct obstack *__o = (OBSTACK); \
437 ({ struct obstack *__o1 = (OBSTACK); \
444 ({ struct obstack *__o1 = (OBSTACK); \
451 ({ struct obstack *__o = (OBSTACK); \
460 ({ struct obstack *__h = (OBSTACK); \
466 ({ struct obstack *__h = (OBSTACK); \
472 ({ struct obstack *__h = (OBSTACK); \
480 ({ struct obstack *__o1 = (OBSTACK); \
496 ({ struct obstack *__o = (OBSTACK); \