OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newsoa
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/nsd/dist/
ixfr.h
52
* newdata.
newsoa
olddata.oldsoa olddata.del olddata.add
65
uint8_t*
newsoa
;
member in struct:ixfr_data
66
/* byte length of the uncompressed wireformat RR in
newsoa
*/
109
/* data has been trimmed and
newsoa
added */
159
/* finish just the data activities, trim up the storage and append
newsoa
*/
ixfr.c
684
query->ixfr_end_data->
newsoa
,
885
/* the
newsoa
count is already done, at end_data len */
909
/* if we recorded the
newsoa
in the result, snip off
937
free(data->
newsoa
);
1005
soa = ixfr_store->data->
newsoa
;
1157
if(ixfr_store->data->
newsoa
) {
1158
free(ixfr_store->data->
newsoa
);
1159
ixfr_store->data->
newsoa
= NULL;
1176
log_msg(LOG_ERR, "ixfr_store
newsoa
: cannot parse packet");
1186
ixfr_store->data->
newsoa
= xalloc(sz)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
16407
dns_rdata_soa_t oldsoa,
newsoa
;
local
16454
result = dns_rdata_tostruct(&newtuple->rdata, &
newsoa
, NULL);
16462
oldsoa.refresh ==
newsoa
.refresh &&
16463
oldsoa.retry ==
newsoa
.retry &&
16464
oldsoa.minimum ==
newsoa
.minimum &&
16465
oldsoa.expire ==
newsoa
.expire &&
16466
dns_name_equal(&oldsoa.origin, &
newsoa
.origin) &&
16467
dns_name_equal(&oldsoa.contact, &
newsoa
.contact))
/src/external/mpl/bind/dist/lib/dns/
zone.c
16837
dns_rdata_soa_t oldsoa,
newsoa
;
local
16994
result = dns_rdata_tostruct(&newtuple->rdata, &
newsoa
, NULL);
17002
oldsoa.refresh ==
newsoa
.refresh &&
17003
oldsoa.retry ==
newsoa
.retry &&
17004
oldsoa.minimum ==
newsoa
.minimum &&
17005
oldsoa.expire ==
newsoa
.expire &&
17006
dns_name_equal(&oldsoa.origin, &
newsoa
.origin) &&
17007
dns_name_equal(&oldsoa.contact, &
newsoa
.contact))
Completed in 76 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026