HomeSort by relevance Sort by last modified time
    Searched refs:remotefd (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/vtls/
gskit.c 623 FD_SET(connssl->remotefd, &fds_write);
624 n = connssl->remotefd;
627 FD_SET(connssl->remotefd, &fds_read);
628 n = connssl->remotefd;
637 if(FD_ISSET(connssl->remotefd, &fds_write)) {
644 i = write(connssl->remotefd, buf, n);
658 if(FD_ISSET(connssl->remotefd, &fds_read) &&
661 n = read(connssl->remotefd, buf, sizeof buf);
690 if(connssl->remotefd >= 0) {
691 close(connssl->remotefd);
    [all...]
  /external/curl/lib/
urldata.h 320 int remotefd; member in struct:ssl_connect_data
    [all...]

Completed in 157 milliseconds