Searched defs:be (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhash.c30 contributors may be used to endorse or promote products derived
38 particular purpose. In no event shall RICE or contributors be liable
71 * Types of random seed and hash accumulator. Perhaps they can be system
445 const unsigned char *be; local
459 be = bp + length;
471 while (bp <= be - 4) {
482 while (bp < be) {
487 while (bp <= be - 4) {
498 while (bp < be) {
514 const unsigned char *be; local
[all...]
/bind-9.11.3/lib/dns/
H A Drbtdb.c121 * ISC_MAGIC_VALID cannot be used.
405 * to be 0 by default either with or without threads.
465 * should not be so crucial, no lock is set for the counter for
483 * character in the owner name needs to be AND'd with 0x20,
561 #define DEFAULT_NODE_LOCK_COUNT 7 /*%< Should be prime. */
567 * LRU purge algorithm won't work well (entries tend to be purged prematurely).
569 * also be configurable at compilation time via the
570 * DNS_RBTDB_CACHE_NODE_LOCK_COUNT variable. This value must be larger than
575 #error "DNS_RBTDB_CACHE_NODE_LOCK_COUNT must be larger than 1"
683 * be node_lock_coun
10229 unsigned char *bp, *be; local
[all...]

Completed in 24 milliseconds