Home
last modified time | relevance | path

Searched refs:ptr_next (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Durl.c2976 char *ptr_next = strchr(ptr, ':'); local
2977 if(ptr_next) {
2980 if((endp == ptr_next) && (port_to_match == conn->remote_port)) {
2982 ptr = ptr_next + 1;

Completed in 10 milliseconds