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

/macosx-10.10.1/smb-759.0/lib/librpc/
H A Drpc_helpers.cpp41 struct free_function : public std::unary_function<void *, void> struct in inherits:std::unary_function
92 std::for_each(ptrs.begin(), ptrs.end(), free_function());
125 free_function f; f(ptr);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dcontext.h73 lwres_free_t free_function,
/macosx-10.10.1/bind9-45.101/bind9/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 118 milliseconds