Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/proxymap/
H A Dproxymap.c280 static HTABLE *proxy_auth_maps; variable
348 if (htable_locate(proxy_auth_maps, map_type_name) == 0) { in proxy_map_find()
736 && htable_locate(proxy_auth_maps, type_name) == 0) { in authorize_proxied_maps()
737 (void) htable_enter(proxy_auth_maps, type_name, (void *) 0); in authorize_proxied_maps()
774 proxy_auth_maps = htable_create(13); in post_jail_init()