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

  /src/external/mpl/bind/dist/lib/dns/
view.c 826 bool is_cache, is_staticstub_zone; local
883 is_cache = dns_db_iscache(db);
904 if (!is_cache) {
914 is_cache = true;
1091 bool is_cache, use_zone = false, try_hints = false; local
1153 is_cache = dns_db_iscache(db);
1159 if (!is_cache) {
1192 is_cache = true;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
view.c 1015 bool is_cache, is_staticstub_zone; local
1076 is_cache = dns_db_iscache(db);
1097 if (!is_cache) {
1107 is_cache = true;
1143 is_cache = true;
1298 bool is_cache, use_zone, try_hints; local
1365 is_cache = dns_db_iscache(db);
1371 if (!is_cache) {
1396 is_cache = true;

Completed in 25 milliseconds