Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_state.c205 htable_find(psc_client_concurrency, client_addr)) == 0) { in psc_new_session_state()
208 (void) htable_enter(psc_client_concurrency, client_addr, in psc_new_session_state()
231 if ((ht = htable_locate(psc_client_concurrency, in psc_free_session_state()
236 htable_delete(psc_client_concurrency, state->smtp_client_addr, myfree); in psc_free_session_state()
H A Dpostscreen.c578 HTABLE *psc_client_concurrency; /* per-client concurrency */ variable
1136 psc_client_concurrency = htable_create(var_psc_pre_queue_limit); in post_jail_init()
H A Dpostscreen.h385 extern HTABLE *psc_client_concurrency; /* per-client concurrency */