Home
last modified time | relevance | path

Searched refs:MAX_BSIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/db/hash/
H A Dhash.h120 #define MAX_BSIZE 32768 /* 2^15 but should be 65536 */ macro
H A Dhash.c290 if (hashp->BSIZE > MAX_BSIZE) in init_hash()
291 hashp->BSIZE = MAX_BSIZE; in init_hash()
300 if (hashp->BSIZE > MAX_BSIZE) { in init_hash()
H A Dhash_page.c573 char pbuf[MAX_BSIZE]; in __put_page()