OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dcurrent
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
rbtdb.c
798
dns_slabheader_t *header = NULL, *
dcurrent
= NULL;
local
816
for (
dcurrent
= header->down;
dcurrent
!= NULL;
817
dcurrent
=
dcurrent
->down)
819
if (
dcurrent
->serial == serial) {
821
dcurrent
, DNS_SLABHEADERATTR_IGNORE);
910
dns_slabheader_t *current = NULL, *
dcurrent
= NULL;
local
929
for (
dcurrent
= current->down;
dcurrent
!= NULL
[
all
...]
qpzone.c
698
dns_slabheader_t *current = NULL, *
dcurrent
= NULL;
local
717
for (
dcurrent
= current->down;
dcurrent
!= NULL;
718
dcurrent
= down_next)
720
down_next =
dcurrent
->down;
721
INSIST(
dcurrent
->serial <= dparent->serial);
722
if (
dcurrent
->serial == dparent->serial ||
723
IGNORE(
dcurrent
))
729
dns_slabheader_destroy(&
dcurrent
);
731
dparent =
dcurrent
;
1226
dns_slabheader_t *header = NULL, *
dcurrent
= NULL;
local
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c
1573
rdatasetheader_t *header, *
dcurrent
;
local
1590
for (
dcurrent
= header->down;
dcurrent
!= NULL;
1591
dcurrent
=
dcurrent
->down)
1593
if (
dcurrent
->serial == serial) {
1594
RDATASET_ATTR_SET(
dcurrent
,
1711
rdatasetheader_t *current, *
dcurrent
, *down_next, *dparent;
local
1731
for (
dcurrent
= current->down;
dcurrent
!= NULL
[
all
...]
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026