Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_pgsql.c107 #define STATACTIVE (1<<0) macro
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()
442 if (host->stat == STATACTIVE) in dict_pgsql_get_active()
599 host->stat = STATACTIVE; in plpgsql_connect_single()
H A Ddict_mysql.c168 #define STATACTIVE (1<<0) macro
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()
412 if (host->stat == STATACTIVE) in dict_mysql_get_active()
610 host->stat = STATACTIVE; in plmysql_connect_single()