Home
last modified time | relevance | path

Searched refs:extra_arg (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c122 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
128 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
135 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
141 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
258 h->extra_arg = arg;
H A Dobstack.h179 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
183 char *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member