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

/bind-9.11.3/lib/dns/
H A Ddnstap.c174 struct fstrm_iothr_options **foptp, dns_dtenv_t **envp)
185 REQUIRE(envp != NULL && *envp == NULL);
250 *envp = env;
511 dns_dt_detach(dns_dtenv_t **envp) { argument
515 REQUIRE(envp != NULL && VALID_DTENV(*envp));
517 env = *envp;
518 *envp = NULL;
173 dns_dt_create(isc_mem_t *mctx, dns_dtmode_t mode, const char *path, struct fstrm_iothr_options **foptp, dns_dtenv_t **envp) argument

Completed in 1217 milliseconds