Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dauto_clnt.h27 extern AUTO_CLNT *auto_clnt_create(const char *, int, int, int);
H A Dauto_clnt.c303 AUTO_CLNT *auto_clnt_create(const char *service, int timeout, in auto_clnt_create() function
H A Dattr_clnt.c147 client->auto_clnt = auto_clnt_create(service, timeout, max_idle, max_ttl); in attr_clnt_create()
H A Ddict_sockmap.c368 auto_clnt_create(saved_name, dict_sockmap_timeout, in dict_sockmap_open()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dscache_clnt.c434 sp->auto_clnt = auto_clnt_create(service, timeout, idle_limit, ttl_limit); in scache_clnt_create()
H A Ddict_memcache.c569 dict_mc->clnt = auto_clnt_create(dict_mc->memcache, dict_mc->timeout, 0, 0); in dict_memcache_open()