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

/bind-9.11.3/lib/irs/
H A Dcontext.c168 irs_context_get(irs_context_t **contextp) { argument
172 REQUIRE(contextp != NULL && *contextp == NULL);
200 *contextp = context;
206 irs_context_create(irs_context_t **contextp) { argument
286 *contextp = context;
306 irs_context_destroy(irs_context_t **contextp) { argument
309 REQUIRE(contextp != NULL);
310 context = *contextp;
325 *contextp
[all...]
/bind-9.11.3/lib/lwres/
H A Dcontext.c15 lwres_context_t is returned through contextp, a pointer to a
30 using lwres_conf_init() and returned via *contextp.
33 socket. contextp is a pointer to a pointer to the context that is to
142 lwres_context_create(lwres_context_t **contextp, void *arg, argument
149 REQUIRE(contextp != NULL && *contextp == NULL);
197 *contextp = ctx;
203 contextp is a pointer to a pointer to the context that is
208 lwres_context_destroy(lwres_context_t **contextp) { argument
211 REQUIRE(contextp !
[all...]

Completed in 11 milliseconds