Home
last modified time | relevance | path

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

/curl/tests/server/
H A Dsws.c1463 clientfd[SWS_CTRL] = *infdp; in http_connect()
1513 FD_SET(clientfd[i], &input); in http_connect()
1514 if(clientfd[i] > maxfd) in http_connect()
1515 maxfd = clientfd[i]; in http_connect()
1520 FD_SET(clientfd[i], &output); in http_connect()
1521 if(clientfd[i] > maxfd) in http_connect()
1522 maxfd = clientfd[i]; in http_connect()
1760 sclose(clientfd[i]); in http_connect()
1814 if(clientfd[i] != CURL_SOCKET_BAD) { in http_connect()
1816 shutdown(clientfd[i], SHUT_RDWR); in http_connect()
[all …]
H A Dsocksd.c641 curl_socket_t clientfd; member
651 if(FD_ISSET(cp->clientfd, fds)) { in tunnel()
653 nread = recv(cp->clientfd, buffer, sizeof(buffer), 0); in tunnel()
668 nwrite = send(cp->clientfd, (char *)buffer, in tunnel()
724 curl_socket_t fd = c[i].clientfd; in incoming()
775 cp->clientfd = newfd; in incoming()
789 sclose(cp->clientfd); in incoming()

Completed in 17 milliseconds