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

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dhaproxy_srvr.c143 /* haproxy_srvr_parse_port - extract and validate TCP port */
145 static int haproxy_srvr_parse_port(const char *str, MAI_SERVPORT_STR *port) function
189 else if (haproxy_srvr_parse_port(NEXT_TOKEN, smtp_client_port) < 0)
191 else if (haproxy_srvr_parse_port(NEXT_TOKEN, smtp_server_port) < 0)

Completed in 196 milliseconds