OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rdatasets
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
ecdb.c
66
ISC_LIST(struct rdatasetheader)
rdatasets
;
member in struct:dns_ecdbnode
239
while ((header = ISC_LIST_HEAD(node->
rdatasets
)) != NULL) {
242
ISC_LIST_UNLINK(node->
rdatasets
, header, link);
342
ISC_LIST_INIT(node->
rdatasets
);
425
for (header = ISC_LIST_HEAD(ecdbnode->
rdatasets
); header != NULL;
451
ISC_LIST_APPEND(ecdbnode->
rdatasets
, header, link);
769
if (ISC_LIST_EMPTY(ecdbnode->
rdatasets
)) {
772
ecdbiterator->current = ISC_LIST_HEAD(ecdbnode->
rdatasets
);
masterdump.c
1004
* Define the order in which
rdatasets
should be printed in zone
1044
* Dump all the
rdatasets
of a domain name to a master file. We make
1061
dns_rdataset_t
rdatasets
[MAXSORT];
local
1081
dns_rdataset_init(&
rdatasets
[i]);
1082
dns_rdatasetiter_current(rdsiter, &
rdatasets
[i]);
1083
sorted[i] = &
rdatasets
[i];
1344
* for several purposes: converting origin names,
rdatasets
,
1347
* When converting
rdatasets
, it is dynamically resized, but
rbtdb.c
516
* placed on the linked list
rdatasets
[1].
518
rdatasetheaderlist_t *
rdatasets
;
member in struct:dns_rbtdb
1183
if (rbtdb->
rdatasets
!= NULL) {
1185
INSIST(ISC_LIST_EMPTY(rbtdb->
rdatasets
[i]));
1187
isc_mem_put(rbtdb->common.mctx, rbtdb->
rdatasets
,
1542
ISC_LIST_UNLINK(rbtdb->
rdatasets
[idx], rdataset, link);
1581
* We set the IGNORE attribute on
rdatasets
with serial number
1582
* 'serial'. When the reference count goes to zero, these
rdatasets
1726
* First, we clean up any instances of multiple
rdatasets
4129
*
rdatasets
at the zone cut for active DNAME or NS rdatasets
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
masterdump.c
1036
* Define the order in which
rdatasets
should be printed in zone
1076
* Dump all the
rdatasets
of a domain name to a master file. We make
1093
dns_rdataset_t
rdatasets
[MAXSORT];
local
1117
dns_rdataset_init(&
rdatasets
[i]);
1118
dns_rdatasetiter_current(rdsiter, &
rdatasets
[i]);
1119
sorted[i] = &
rdatasets
[i];
1361
* for several purposes: converting origin names,
rdatasets
,
1364
* When converting
rdatasets
, it is dynamically resized, but
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026