Searched refs:big_port (Results 1 – 1 of 1) sorted by relevance
210 int big_port; in apr_parse_addr_port() local226 big_port = atoi(str); in apr_parse_addr_port()227 if (big_port < 1 || big_port > 65535) { in apr_parse_addr_port()230 *port = big_port; in apr_parse_addr_port()238 big_port = atoi(ch + 1); in apr_parse_addr_port()239 if (big_port < 1 || big_port > 65535) { in apr_parse_addr_port()242 *port = big_port; in apr_parse_addr_port()