Lines Matching refs:_obstack_chunk

107    : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size)))
120 : (*(struct _obstack_chunk *(*) ()) (h)->chunkfun) ((size)))
145 register struct _obstack_chunk *chunk; /* points to new chunk */ in _obstack_begin()
166 h->chunkfun = (struct _obstack_chunk * (*)(void *, long)) chunkfun; in _obstack_begin()
167 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun; in _obstack_begin()
190 register struct _obstack_chunk *chunk; /* points to new chunk */ in _obstack_begin_1()
211 h->chunkfun = (struct _obstack_chunk * (*)(void *,long)) chunkfun; in _obstack_begin_1()
212 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun; in _obstack_begin_1()
240 register struct _obstack_chunk *old_chunk = h->chunk; in _obstack_newchunk()
241 register struct _obstack_chunk *new_chunk; in _obstack_newchunk()
306 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ in _obstack_allocated_p()
307 register struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_allocated_p()
332 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ in _obstack_free()
333 register struct _obstack_chunk *plp; /* point to previous chunk if any */ in _obstack_free()
364 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ in obstack_free()
365 register struct _obstack_chunk *plp; /* point to previous chunk if any */ in obstack_free()
394 register struct _obstack_chunk* lp; in _obstack_memory_used()