Home
last modified time | relevance | path

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

/curl/tests/server/
H A Dsws.c1481 clientfd[SWS_CTRL] = *infdp; in http_connect()
1543 FD_SET(clientfd[i], &input); in http_connect()
1547 if(clientfd[i] > maxfd) in http_connect()
1548 maxfd = clientfd[i]; in http_connect()
1557 FD_SET(clientfd[i], &output); in http_connect()
1561 if(clientfd[i] > maxfd) in http_connect()
1562 maxfd = clientfd[i]; in http_connect()
1814 sclose(clientfd[i]); in http_connect()
1868 if(clientfd[i] != CURL_SOCKET_BAD) { in http_connect()
1870 shutdown(clientfd[i], SHUT_RDWR); in http_connect()
[all …]
H A Dsocksd.c643 curl_socket_t clientfd; member
653 if(FD_ISSET(cp->clientfd, fds)) { in tunnel()
655 nread = recv(cp->clientfd, buffer, sizeof(buffer), 0); in tunnel()
670 nwrite = send(cp->clientfd, (char *)buffer, in tunnel()
733 curl_socket_t fd = c[i].clientfd; in incoming()
798 cp->clientfd = newfd; in incoming()
812 sclose(cp->clientfd); in incoming()

Completed in 12 milliseconds