Searched refs:chunk_limit (Results 1 - 4 of 4) 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.h156 char *chunk_limit; /* address of char after current chunk */
281 (unsigned) (__o->chunk_limit - __o->next_free); })
287 if (__o->chunk_limit - __o->next_free < __len) \
303 if (__o->next_free + __len > __o->chunk_limit) \
313 if (__o->next_free + __len + 1 > __o->chunk_limit) \
323 if (__o->next_free + 1 > __o->chunk_limit) \
335 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
342 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
364 if (__o->chunk_limit - __o->next_free < __len) \
399 > __o1->chunk_limit
155 char *chunk_limit; /* address of char after current chunk */ member in struct:obstack
[all...]
H A Dobstack.c181 h->chunk_limit = chunk->limit
229 h->chunk_limit = chunk->limit
266 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
367 h->chunk_limit = lp->limit;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.h156 char *chunk_limit; /* address of char after current chunk */
281 (unsigned) (__o->chunk_limit - __o->next_free); })
287 if (__o->chunk_limit - __o->next_free < __len) \
303 if (__o->next_free + __len > __o->chunk_limit) \
313 if (__o->next_free + __len + 1 > __o->chunk_limit) \
323 if (__o->next_free + 1 > __o->chunk_limit) \
335 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
342 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
364 if (__o->chunk_limit - __o->next_free < __len) \
399 > __o1->chunk_limit
155 char *chunk_limit; /* address of char after current chunk */ member in struct:obstack
[all...]
H A Dobstack.c181 h->chunk_limit = chunk->limit
229 h->chunk_limit = chunk->limit
266 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
367 h->chunk_limit = lp->limit;

Completed in 113 milliseconds