Searched refs:fd_read (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.h75 int fd_read (int, char *, int, double);
H A Dretr.c298 ret = fd_read (fd, dlbuf, rdsize, tmout);
379 boundary, so that the next call to fd_read etc. reads the data
455 rdlen = fd_read (fd, hunk + tail, remain, 0);
H A Dconnect.c772 That way the user code can call fd_read(fd, ...) and we'll run read
820 /* When fd_read/fd_write are called multiple times in a loop, they should
872 fd_read (int fd, char *buf, int bufsize, double timeout)
884 /* Like fd_read, except it provides a "preview" of the data that will
885 be read by subsequent calls to fd_read. Specifically, it copies no
888 semantics are the same as those of fd_read.
890 CAVEAT: Do not assume that the first subsequent call to fd_read
894 all the peeked data will eventually be read by fd_read. */
941 after fd_* functions, such as fd_read and fd_write, and only if
866 fd_read (int fd, char *buf, int bufsize, double timeout) function
H A Dhttp.c929 int ret = fd_read (fd, dlbuf, MIN (contlen, SKIP_SIZE), -1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_fd.c78 static int fd_read(BIO *h, char *buf, int size);
89 fd_read,
136 static int fd_read(BIO *b, char *out,int outl) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbss_fd.c66 static int fd_read(BIO *h, char *buf, int size);
77 fd_read,
124 static int fd_read(BIO *b, char *out,int outl) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dtransfer.c994 curl_socket_t fd_read; local
1004 fd_read = conn->sockfd;
1006 fd_read = CURL_SOCKET_BAD;
1015 select_res = Curl_socket_ready(fd_read, fd_write, 0);
1294 curl_socket_t fd_read = conn->sockfd; local
1346 fd_read = CURL_SOCKET_BAD;
1353 fd_read = CURL_SOCKET_BAD;
1368 ((fd_read != CURL_SOCKET_BAD) || (fd_write != CURL_SOCKET_BAD)))
1383 switch (Curl_socket_ready(fd_read, fd_write, timeout_ms)) {
H A Dtftp.c1199 curl_socket_t fd_read; local
1215 fd_read = CURL_SOCKET_BAD;
1220 fd_read = state->sockfd;
1226 fd_read = CURL_SOCKET_BAD;
1231 fd_read = state->sockfd;
1244 rc = Curl_socket_ready(fd_read, CURL_SOCKET_BAD, timeout_ms);
H A Dssh.c2574 curl_socket_t fd_read = CURL_SOCKET_BAD; local
2577 fd_read = sock;
2581 Curl_socket_ready(fd_read, fd_write,

Completed in 125 milliseconds