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

/bind-9.11.3/lib/dns/
H A Drbtdb.c7246 isc_result_t noderesult, rpzresult, nsecresult, tmpresult; local
7249 noderesult = dns_rbt_addnode(rbtdb->tree, name, &node);
7251 (noderesult == ISC_R_SUCCESS || noderesult == ISC_R_EXISTS)) {
7256 } else if (noderesult != ISC_R_EXISTS) {
7272 noderesult = rpzresult;
7277 if (noderesult == ISC_R_EXISTS) {
7284 } else if (noderesult != ISC_R_SUCCESS)
7314 if (noderesult == ISC_R_SUCCESS) {
7342 isc_result_totext(noderesult));
[all...]

Completed in 31 milliseconds