Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen.c560 DICT_CACHE *psc_cache_map; /* cache table handle */ variable
602 if (psc_cache_map) { in psc_dump()
603 dict_cache_close(psc_cache_map); in psc_dump()
604 psc_cache_map = 0; in psc_dump()
634 if (psc_cache_map != 0 /* XXX && psc_cache_map in psc_drain()
636 dict_cache_close(psc_cache_map); in psc_drain()
637 psc_cache_map = 0; in psc_drain()
826 && psc_cache_map != 0 in psc_endpt_lookup_done()
827 && (stamp_str = psc_cache_lookup(psc_cache_map, state->smtp_client_addr)) != 0) { in psc_endpt_lookup_done()
965 psc_cache_map = in pre_jail_init()
[all …]
H A Dpostscreen_misc.c128 && psc_cache_map != 0) { in psc_conclude()
130 psc_cache_update(psc_cache_map, state->smtp_client_addr, STR(psc_temp)); in psc_conclude()
H A Dpostscreen.h367 extern DICT_CACHE *psc_cache_map; /* cache table handle */