Searched refs:use_extra_arg (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c115 (that adds an extra first argument), based on the state of use_extra_arg.
121 (((h) -> use_extra_arg) \
127 if ((h) -> use_extra_arg) \
134 (((h) -> use_extra_arg) \
140 if ((h) -> use_extra_arg) \
199 h->use_extra_arg = 0;
259 h->use_extra_arg = 1;
H A Dobstack.h175 /* These prototypes vary based on `use_extra_arg', and we use
186 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */
185 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */ member in struct:obstack

Completed in 75 milliseconds