Searched refs:dns_name_dupwithoffsets (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | name.h | 1060 dns_name_dupwithoffsets(dns_name_t *source, isc_mem_t *mctx,
|
/bind-9.11.3/lib/dns/ |
H A D | ecdb.c | 614 result = dns_name_dupwithoffsets(origin, mctx, &ecdb->common.origin);
|
H A D | name.c | 2230 dns_name_dupwithoffsets(dns_name_t *source, isc_mem_t *mctx, function 2490 result = dns_name_dupwithoffsets(name, mctx, target);
|
H A D | sdb.c | 1333 result = dns_name_dupwithoffsets(origin, mctx, &sdb->common.origin);
|
H A D | sdlz.c | 1536 result = dns_name_dupwithoffsets(name, mctx, &sdlzdb->common.origin);
|
H A D | rbtdb.c | 8592 result = dns_name_dupwithoffsets(origin, mctx, &rbtdb->common.origin);
|
/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | db.c | 787 CHECK(dns_name_dupwithoffsets(origin, mctx, &sampledb->common.origin));
|
Completed in 80 milliseconds