Searched refs:STATFAIL (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | dict_pgsql.c | 108 #define STATFAIL (1<<1) macro 197 if (active_host->stat == STATFAIL) in dict_pgsql_quote() 244 active_host->stat = STATFAIL; in dict_pgsql_quote() 372 if (host->stat == STATFAIL && host->ts > 0 && host->ts >= t) in dict_pgsql_check_stat() 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() 494 if (host->stat == STATFAIL) { in plpgsql_query() 622 host->stat = STATFAIL; in plpgsql_down_host()
|
| H A D | dict_mysql.c | 169 #define STATFAIL (1<<1) macro 345 if (host->stat == STATFAIL && host->ts > 0 && host->ts >= t) in dict_mysql_check_stat() 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() 635 host->stat = STATFAIL; in plmysql_down_host()
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-cc | 1298 STATFAIL
|