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

/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dcontext.h73 lwres_free_t free_function,
/bind-9.6-ESV-R11/lib/lwres/
H A Dcontext.c31 free_function to free it. If malloc_function and free_function are
33 permitted to have a NULL malloc_function and a non-NULL free_function
35 allocation functions. If malloc_function and free_function are NULL,
153 lwres_free_t free_function,
164 if (malloc_function == NULL || free_function == NULL) {
166 REQUIRE(free_function == NULL);
168 free_function = lwres_free;
179 ctx->free = free_function;
151 lwres_context_create(lwres_context_t **contextp, void *arg, lwres_malloc_t malloc_function, lwres_free_t free_function, unsigned int flags) argument

Completed in 7 milliseconds