OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_ot
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
diff.c
172
dns_difftuple_t *ot, *
next_ot
;
local
189
for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; ot =
next_ot
) {
190
next_ot
= ISC_LIST_NEXT(ot, link);
/src/external/mpl/dhcp/bind/dist/lib/dns/
diff.c
156
dns_difftuple_t *ot, *
next_ot
;
local
173
for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; ot =
next_ot
) {
174
next_ot
= ISC_LIST_NEXT(ot, link);
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026