Searched refs:dict_pgsql_find_host (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_pgsql.c | 381 static HOST *dict_pgsql_find_host(PLPGSQL *PLDB, unsigned stat, unsigned type) in dict_pgsql_find_host() function 417 if ((host = dict_pgsql_find_host(PLDB, STATACTIVE, TYPEUNIX)) != NULL || in dict_pgsql_get_active() 418 (host = dict_pgsql_find_host(PLDB, STATACTIVE, TYPEINET)) != NULL || in dict_pgsql_get_active() 419 (host = dict_pgsql_find_host(PLDB, STATACTIVE, TYPECONNSTRING)) != NULL) { in dict_pgsql_get_active() 432 ((host = dict_pgsql_find_host(PLDB, STATUNTRIED | STATFAIL, in dict_pgsql_get_active() 434 (host = dict_pgsql_find_host(PLDB, STATUNTRIED | STATFAIL, in dict_pgsql_get_active() 436 (host = dict_pgsql_find_host(PLDB, STATUNTRIED | STATFAIL, in dict_pgsql_get_active()
|