HomeSort by: relevance | last modified time | path
    Searched defs:mresult (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/
check.c 762 mresult = cfg_map_get(map, name, &obj); \
763 if (mresult == ISC_R_SUCCESS) { \
774 isc_result_t mresult; local
803 mresult = cfg_map_get(map, "min-table-size", &obj);
804 if (mresult == ISC_R_SUCCESS) {
812 mresult = cfg_map_get(map, "max-table-size", &obj);
813 if (mresult == ISC_R_SUCCESS) {
837 mresult = cfg_map_get(map, "window", &obj);
838 if (mresult == ISC_R_SUCCESS) {
845 mresult = cfg_map_get(map, "qps-scale", &obj)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
zone.c 11980 isc_result_t mresult; local
11984 mresult = dns_db_getsoaserial(zone->secure->db,
11986 if (mresult == ISC_R_SUCCESS &&
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 11949 isc_result_t mresult; local
11953 mresult = dns_db_getsoaserial(zone->secure->db,
11955 if (mresult == ISC_R_SUCCESS &&

Completed in 63 milliseconds