Home
last modified time | relevance | path

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

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