Searched refs:haproxy_srvr_parse (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dhaproxy_srvr.h22 extern const char *haproxy_srvr_parse(const char *,
H A Dhaproxy_srvr.c9 /* const char *haproxy_srvr_parse(str,
18 /* haproxy_srvr_parse() parses a haproxy line. The result is
71 msg_info("haproxy_srvr_parse: %s", str);
88 msg_info("haproxy_srvr_parse: proto=%s", str);
113 msg_info("haproxy_srvr_parse: addr=%s proto=%d", str, addr_family);
138 msg_panic("haproxy_srvr_parse: unexpected address family: %d",
148 msg_info("haproxy_srvr_parse: port=%s", str);
158 /* haproxy_srvr_parse - parse haproxy line */
160 const char *haproxy_srvr_parse(const char *str, function
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_haproxy.c99 * Note: the haproxy_srvr_parse() routine performs address protocol
122 if ((proxy_err = haproxy_srvr_parse(STR(state->buffer),
/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen_haproxy.c134 * Parse the haproxy line. Note: the haproxy_srvr_parse() routine
141 if ((err = haproxy_srvr_parse(vstring_str(state->buffer),

Completed in 170 milliseconds