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

/bind-9.11.3/lib/lwres/
H A Dcontext.c22 free_function to free it. If malloc_function and free_function are
24 permitted to have a NULL malloc_function and a non-NULL free_function
26 allocation functions. If malloc_function and free_function are NULL,
144 lwres_free_t free_function,
155 if (malloc_function == NULL || free_function == NULL) {
157 REQUIRE(free_function == NULL);
159 free_function = lwres_free;
170 ctx->free = free_function;
142 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 11 milliseconds