Home
last modified time | relevance | path

Searched refs:DEF_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libc/db/hash/
H A Dhash.h133 #define DEF_BUFSIZE 65536 /* 64 K */ macro
H A Dhash.c190 __buf_init(hashp, DEF_BUFSIZE); in __hash_open()