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

/openbsd-current/libexec/spamd/
H A Dgrey.c74 u_int whitecount, whitealloc; variable
352 if (whitecount == whitealloc) {
356 whitealloc + 1024, sizeof(char *));
362 whitealloc += 1024;

Completed in 66 milliseconds