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

/bind-9.11.3/lib/bind9/
H A Dcheck.c587 mresult = cfg_map_get(map, name, &obj); \
588 if (mresult == ISC_R_SUCCESS) { \
600 isc_result_t mresult; local
626 mresult = cfg_map_get(map, "min-table-size", &obj);
627 if (mresult == ISC_R_SUCCESS) {
634 mresult = cfg_map_get(map, "max-table-size", &obj);
635 if (mresult == ISC_R_SUCCESS) {
659 mresult = cfg_map_get(map, "window", &obj);
660 if (mresult == ISC_R_SUCCESS) {
667 mresult
[all...]
/bind-9.11.3/lib/dns/
H A Dzone.c10248 isc_result_t mresult; local
10252 mresult = dns_db_getsoaserial(zone->secure->db,
10254 if (mresult == ISC_R_SUCCESS &&

Completed in 55 milliseconds