Searched refs:ptr_next (Results 1 - 1 of 1) sorted by relevance
/third_party/curl/lib/ | ||
H A D | url.c | 3021 char *ptr_next = strchr(ptr, ':'); local 3022 if(ptr_next) { 3025 if((endp == ptr_next) && (port_to_match == conn->remote_port)) { 3027 ptr = ptr_next + 1; |
Completed in 5 milliseconds