Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dctable.c117 #define CTABLE_MIN_SIZE 5 macro
131 cache->limit = (limit < CTABLE_MIN_SIZE ? CTABLE_MIN_SIZE : limit); in ctable_create()