OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsec_mindiff
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
update.c
1369
dns_diff_t
nsec_mindiff
;
member in struct:dns_update_state
1447
dns_diff_init(diff->mctx, &state->
nsec_mindiff
);
1834
dns_diff_appendminimal(&state->
nsec_mindiff
, &t);
1844
while ((t = ISC_LIST_HEAD(state->
nsec_mindiff
.tuples)) != NULL)
1862
ISC_LIST_UNLINK(state->
nsec_mindiff
.tuples, t, link);
1868
ISC_LIST_APPENDLIST(state->
nsec_mindiff
.tuples,
1879
while ((t = ISC_LIST_HEAD(state->
nsec_mindiff
.tuples)) != NULL)
1881
ISC_LIST_UNLINK(state->
nsec_mindiff
.tuples, t, link);
1887
INSIST(ISC_LIST_EMPTY(state->
nsec_mindiff
.tuples));
2008
dns_diff_appendminimal(&state->
nsec_mindiff
, &t)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
update.c
1483
dns_diff_t
nsec_mindiff
;
member in struct:dns_update_state
1555
dns_diff_init(diff->mctx, &state->
nsec_mindiff
);
1954
dns_diff_appendminimal(&state->
nsec_mindiff
, &t);
1964
while ((t = ISC_LIST_HEAD(state->
nsec_mindiff
.tuples)) != NULL)
1983
ISC_LIST_UNLINK(state->
nsec_mindiff
.tuples, t, link);
1989
ISC_LIST_APPENDLIST(state->
nsec_mindiff
.tuples,
2000
while ((t = ISC_LIST_HEAD(state->
nsec_mindiff
.tuples)) != NULL)
2002
ISC_LIST_UNLINK(state->
nsec_mindiff
.tuples, t, link);
2008
INSIST(ISC_LIST_EMPTY(state->
nsec_mindiff
.tuples));
2129
dns_diff_appendminimal(&state->
nsec_mindiff
, &t)
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026