OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:down_next
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
qpzone.c
699
dns_slabheader_t *
down_next
= NULL, *dparent = NULL;
local
718
dcurrent =
down_next
)
720
down_next
= dcurrent->down;
725
if (
down_next
!= NULL) {
726
down_next
->next = dparent;
728
dparent->down =
down_next
;
740
down_next
= current->down;
741
if (
down_next
== NULL) {
759
top_prev->next =
down_next
;
761
node->data =
down_next
;
5249
dns_slabheader_t *down = current->down, *
down_next
= NULL;
local
[
all
...]
rbtdb.c
868
dns_slabheader_t *d = NULL, *
down_next
= NULL;
local
870
for (d = top->down; d != NULL; d =
down_next
) {
871
down_next
= d->down;
911
dns_slabheader_t *
down_next
= NULL, *dparent = NULL;
local
930
dcurrent =
down_next
)
932
down_next
= dcurrent->down;
937
if (
down_next
!= NULL) {
938
down_next
->next = dparent;
940
dparent->down =
down_next
;
952
down_next
= current->down
[
all
...]
rbt-cachedb.c
249
dns_slabheader_t *d = NULL, *
down_next
= NULL;
local
251
for (d = top->down; d != NULL; d =
down_next
) {
252
down_next
= d->down;
qpcache.c
589
dns_slabheader_t *d = NULL, *
down_next
= NULL;
local
591
for (d = top->down; d != NULL; d =
down_next
) {
592
down_next
= d->down;
4356
dns_slabheader_t *down = current->down, *
down_next
= NULL;
local
4360
for (down = current->down; down != NULL; down =
down_next
) {
4361
down_next
= down->down;
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c
1666
rdatasetheader_t *d, *
down_next
;
local
1668
for (d = top->down; d != NULL; d =
down_next
) {
1669
down_next
= d->down;
1711
rdatasetheader_t *current, *dcurrent, *
down_next
, *dparent;
local
1732
dcurrent =
down_next
)
1734
down_next
= dcurrent->down;
1739
if (
down_next
!= NULL) {
1740
down_next
->next = dparent;
1742
dparent->down =
down_next
;
1754
down_next
= current->down
[
all
...]
Completed in 36 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026