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

  /src/external/mpl/bind/dist/lib/isccfg/
check.c 764 mresult = cfg_map_get(map, name, &obj); \
765 if (mresult == ISC_R_SUCCESS) { \
776 isc_result_t mresult; local
805 mresult = cfg_map_get(map, "min-table-size", &obj);
806 if (mresult == ISC_R_SUCCESS) {
814 mresult = cfg_map_get(map, "max-table-size", &obj);
815 if (mresult == ISC_R_SUCCESS) {
839 mresult = cfg_map_get(map, "window", &obj);
840 if (mresult == ISC_R_SUCCESS) {
847 mresult = cfg_map_get(map, "qps-scale", &obj)
    [all...]
check.c 764 mresult = cfg_map_get(map, name, &obj); \
765 if (mresult == ISC_R_SUCCESS) { \
776 isc_result_t mresult; local
805 mresult = cfg_map_get(map, "min-table-size", &obj);
806 if (mresult == ISC_R_SUCCESS) {
814 mresult = cfg_map_get(map, "max-table-size", &obj);
815 if (mresult == ISC_R_SUCCESS) {
839 mresult = cfg_map_get(map, "window", &obj);
840 if (mresult == ISC_R_SUCCESS) {
847 mresult = cfg_map_get(map, "qps-scale", &obj)
    [all...]
  /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 &&
zone.c 11949 isc_result_t mresult; local
11953 mresult = dns_db_getsoaserial(zone->secure->db,
11955 if (mresult == ISC_R_SUCCESS &&
  /src/external/mpl/bind/dist/lib/dns/
zone.c 11979 isc_result_t mresult; local
11983 mresult = dns_db_getsoaserial(zone->secure->db,
11985 if (mresult == ISC_R_SUCCESS &&
zone.c 11979 isc_result_t mresult; local
11983 mresult = dns_db_getsoaserial(zone->secure->db,
11985 if (mresult == ISC_R_SUCCESS &&

Completed in 150 milliseconds