Searched defs:tmpresult (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
7260 tmpresult = dns_rbt_deletenode(rbtdb->tree, node,
7262 if (tmpresult != ISC_R_SUCCESS)
7270 isc_result_totext(tmpresult),
7325 tmpresult = dns_rbt_deletenode(rbtdb->tree, node, ISC_FALSE);
7326 if (tmpresult == ISC_R_SUCCESS) {
7341 isc_result_totext(tmpresult),

Completed in 33 milliseconds