Searched refs:dict_mysql_find_host (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_mysql.c | 354 static HOST *dict_mysql_find_host(PLMYSQL *PLDB, unsigned stat, unsigned type) in dict_mysql_find_host() function 390 if ((host = dict_mysql_find_host(PLDB, STATACTIVE, TYPEUNIX)) != NULL || in dict_mysql_get_active() 391 (host = dict_mysql_find_host(PLDB, STATACTIVE, TYPEINET)) != NULL) { in dict_mysql_get_active() 404 ((host = dict_mysql_find_host(PLDB, STATUNTRIED | STATFAIL, in dict_mysql_get_active() 406 (host = dict_mysql_find_host(PLDB, STATUNTRIED | STATFAIL, in dict_mysql_get_active()
|