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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
master.c 270 rdcount = 0; \
273 rdcount_save = rdcount; \
1092 int rdcount = 0; local
1518 rdcount = rdcount_save;
1537 rdcount_save = rdcount;
1553 rdcount = 0;
1816 if (rdcount == rdata_size) {
1895 dns_rdata_init(&rdata[rdcount]);
1897 result = dns_rdata_fromtext(&rdata[rdcount], lctx->zclass, type,
1959 covers = dns_rdata_covers(&rdata[rdcount]);
2466 unsigned int i, rdcount; local
3036 int rdcount = 0; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
master.c 277 rdcount = 0; \
280 rdcount_save = rdcount; \
1038 int rdcount = 0; local
1470 rdcount = rdcount_save;
1489 rdcount_save = rdcount;
1505 rdcount = 0;
1765 if (rdcount == rdata_size) {
1844 dns_rdata_init(&rdata[rdcount]);
1846 result = dns_rdata_fromtext(&rdata[rdcount], lctx->zclass, type,
1888 &rdata[rdcount]);
2389 unsigned int i, rdcount; local
2847 int rdcount = 0; local
    [all...]

Completed in 56 milliseconds