Searched refs:ktp (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dview.h1163 dns_view_getsecroots(dns_view_t *view, dns_keytable_t **ktp);
1168 * '*ktp' is attached on success; the caller is responsible for
1173 * \li 'ktp' is not NULL and '*ktp' is NULL.
/bind-9.11.3/lib/dns/
H A Dview.c1891 dns_view_getsecroots(dns_view_t *view, dns_keytable_t **ktp) { argument
1893 REQUIRE(ktp != NULL && *ktp == NULL);
1896 dns_keytable_attach(view->secroots_priv, ktp);

Completed in 30 milliseconds