OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:namehook
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
adb.c
192
*
namehook
that will contain the next address this host has.
785
dns_adbnamehook_t *
namehook
= NULL;
local
787
namehook
= ISC_LIST_HEAD(*namehooks);
788
while (
namehook
!= NULL) {
789
INSIST(DNS_ADBNAMEHOOK_VALID(
namehook
));
790
INSIST(DNS_ADBENTRY_VALID(
namehook
->entry));
792
dns_adbentry_t *adbentry =
namehook
->entry;
793
namehook
->entry = NULL;
796
* Free the
namehook
798
ISC_LIST_UNLINK(*namehooks,
namehook
, name_link)
1470
dns_adb
namehook
_t *
namehook
= NULL;
local
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c
207
*
namehook
that will contain the next address this host has.
1382
dns_adbnamehook_t *
namehook
;
local
1388
namehook
= ISC_LIST_HEAD(*namehooks);
1389
while (
namehook
!= NULL) {
1390
INSIST(DNS_ADBNAMEHOOK_VALID(
namehook
));
1395
entry =
namehook
->entry;
1413
* Free the
namehook
1415
namehook
->entry = NULL;
1416
ISC_LIST_UNLINK(*namehooks,
namehook
, plink);
1417
free_adbnamehook(adb, &
namehook
);
2228
dns_adb
namehook
_t *
namehook
;
local
[
all
...]
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026