Searched full:port_out (Results 1 – 3 of 3) sorted by relevance
65 * port_out - An output pointer for the parsed port. Will be 0 on error.71 int *port_out) in k5_parse_host_string() argument81 *port_out = 0; in k5_parse_host_string()122 *port_out = port_num; in k5_parse_host_string()
45 int port_out = -1; in call_k5_parse_host_string() local47 code = k5_parse_host_string(host, default_port, &host_out, &port_out); in call_k5_parse_host_string()53 assert_int_equal(port_out, e_port); in call_k5_parse_host_string()
1764 int *port_out);