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

/bind-9.11.3/lib/lwres/
H A Dcontext_p.h22 #define CTXFREE(addr, len) ctx->free(ctx->arg, (addr), (len))
48 lwres_free_t free; member in struct:lwres_context
/bind-9.11.3/lib/isc/
H A Dpool.c29 isc_pooldeallocator_t free; member in struct:isc_pool
47 pool->free = NULL;
80 pool->free = release;
130 newpool->free = pool->free;
163 if (pool->free != NULL && pool->pool[i] != NULL)
164 pool->free(&pool->pool[i]);
/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h151 cfg_freefunc_t free; /*%< How to free this kind of data. */ member in struct:cfg_rep

Completed in 13 milliseconds