Searched refs:port_to_match (Results 1 - 1 of 1) sorted by relevance
/third_party/curl/lib/ | ||
H A D | url.c | 3024 long port_to_match = strtol(ptr, &endp, 10); local 3025 if((endp == ptr_next) && (port_to_match == conn->remote_port)) { |
Completed in 5 milliseconds