Searched refs:viewp (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | view.h | 176 const char *name, dns_view_t **viewp); 193 *\li viewp != NULL && *viewp == NULL 222 dns_view_detach(dns_view_t **viewp); 224 * Detach '*viewp' from its view. 228 *\li 'viewp' points to a valid dns_view_t * 232 *\li *viewp is NULL. 236 dns_view_flushanddetach(dns_view_t **viewp); 238 * Detach '*viewp' from its view. If this was the last reference 243 *\li 'viewp' point [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | view.c | 64 const char *name, dns_view_t **viewp) 74 REQUIRE(viewp != NULL && *viewp == NULL); 219 *viewp = view; 399 view_flushanddetach(dns_view_t **viewp, isc_boolean_t flush) { argument 404 REQUIRE(viewp != NULL); 405 view = *viewp; 429 *viewp = NULL; 436 dns_view_flushanddetach(dns_view_t **viewp) { argument 437 view_flushanddetach(viewp, ISC_TRU 63 dns_view_create(isc_mem_t *mctx, dns_rdataclass_t rdclass, const char *name, dns_view_t **viewp) argument 441 dns_view_detach(dns_view_t **viewp) argument 474 dns_view_weakdetach(dns_view_t **viewp) argument 1162 dns_viewlist_find(dns_viewlist_t *list, const char *name, dns_rdataclass_t rdclass, dns_view_t **viewp) argument [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | server.c | 2568 dns_view_t **viewp) 2583 *viewp = view; 2592 * The view created is attached to '*viewp'. 2596 dns_view_t **viewp) 2619 dns_view_attach(view, viewp); 2567 find_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist, dns_view_t **viewp) argument 2595 create_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist, dns_view_t **viewp) argument
|
Completed in 26 milliseconds