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

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dctable.c115 #define CTABLE_MIN_SIZE 5 macro
129 cache->limit = (limit < CTABLE_MIN_SIZE ? CTABLE_MIN_SIZE : limit);

Completed in 65 milliseconds