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

  /src/external/mpl/bind/dist/lib/dns/
rbt-zonedb.c 981 zone_find(dns_db_t *db, const dns_name_t *name, dns_dbversion_t *version, function
2127 result = zone_find(ctx->db, name, ctx->version, dns_rdatatype_a,
2146 result = zone_find(ctx->db, name, ctx->version, dns_rdatatype_aaaa,
2261 .find = zone_find,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 2826 * zone_find(), we must ensure that a node for the wildcarding
4068 zone_find(dns_db_t *db, const dns_name_t *name, dns_dbversion_t *version, function
8589 zone_find,
10219 result = zone_find((dns_db_t *)ctx->rbtdb, name, ctx->rbtversion,
10241 result = zone_find((dns_db_t *)ctx->rbtdb, name, ctx->rbtversion,

Completed in 32 milliseconds