OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNREACH_CACHE_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
632
#define
UNREACH_CACHE_SIZE
10U
675
struct dns_unreachable unreachable[
UNREACH_CACHE_SIZE
];
19269
for (size_t i = 0; i <
UNREACH_CACHE_SIZE
; i++) {
19810
for (i = 0; i <
UNREACH_CACHE_SIZE
; i++) {
19822
return i <
UNREACH_CACHE_SIZE
&& count > 1U;
19833
for (i = 0; i <
UNREACH_CACHE_SIZE
; i++) {
19849
unsigned int slot =
UNREACH_CACHE_SIZE
, oldest = 0;
19854
for (unsigned int i = 0; i <
UNREACH_CACHE_SIZE
; i++) {
19879
if (slot ==
UNREACH_CACHE_SIZE
) {
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
608
#define
UNREACH_CACHE_SIZE
10U
668
struct dns_unreachable unreachable[
UNREACH_CACHE_SIZE
];
18727
for (size_t i = 0; i <
UNREACH_CACHE_SIZE
; i++) {
19586
for (i = 0; i <
UNREACH_CACHE_SIZE
; i++) {
19598
return (i <
UNREACH_CACHE_SIZE
&& count > 1U);
19614
for (i = 0; i <
UNREACH_CACHE_SIZE
; i++) {
19630
unsigned int slot =
UNREACH_CACHE_SIZE
, oldest = 0;
19635
for (unsigned int i = 0; i <
UNREACH_CACHE_SIZE
; i++) {
19660
if (slot ==
UNREACH_CACHE_SIZE
) {
Completed in 48 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026