OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HT_MIN_BITS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
ht.c
34
#define
HT_MIN_BITS
1
145
REQUIRE(ht->hashbits[oldindex] >=
HT_MIN_BITS
);
209
REQUIRE(bits >=
HT_MIN_BITS
);
/src/external/mpl/dhcp/bind/dist/lib/isc/
ht.c
33
#define
HT_MIN_BITS
1
185
REQUIRE(ht->hashbits[oldindex] >=
HT_MIN_BITS
);
250
REQUIRE(bits >=
HT_MIN_BITS
);
Completed in 53 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026