Home
last modified time | relevance | path

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

/dports/mail/milter-greylist/milter-greylist-4.6.4/
H A Dconf.h114 size_t c_maxpeek; member
H A Dacl.c1273 if (conf.c_maxpeek == 0)
1274 conf.c_maxpeek = -1;
1285 if (conf.c_maxpeek == 0)
1286 conf.c_maxpeek = -1;
1401 acl->a_maxpeek = (&conf != NULL) ? conf.c_maxpeek : 0; in acl_init_entry()
2059 if (conf.c_maxpeek == 0)
2060 conf.c_maxpeek = -1;
3000 if (conf.c_maxpeek == 0)
3001 conf.c_maxpeek = -1;
H A Dconf.c483 c->c_maxpeek = 0;
H A Durlcheck.c174 if (postmsg && conf.c_maxpeek == 0)
175 conf.c_maxpeek = -1;
H A Dconf_yacc.y1990 conf.c_maxpeek = humanized_atoi($2);
1991 acl_maxpeek_fixup(conf.c_maxpeek);
H A Dmilter-greylist.c379 priv->priv_maxpeek = conf.c_maxpeek;
1911 if (conf.c_maxpeek == 0) {