Searched refs:remotefd (Results 1 – 1 of 1) sorted by relevance
642 curl_socket_t remotefd; member657 nwrite = send(cp->remotefd, (char *)buffer, in tunnel()666 if(FD_ISSET(cp->remotefd, fds)) { in tunnel()668 nread = recv(cp->remotefd, buffer, sizeof(buffer), 0); in tunnel()744 fd = c[i].remotefd; in incoming()782 curl_socket_t remotefd; in incoming() local785 remotefd = sockit(newfd); /* SOCKS until done */ in incoming()786 if(remotefd == CURL_SOCKET_BAD) { in incoming()799 cp->remotefd = remotefd; in incoming()813 sclose(cp->remotefd); in incoming()
Completed in 5 milliseconds