Home
last modified time | relevance | path

Searched refs:recv (Results 1 – 25 of 31) sorted by relevance

12

/curl/include/curl/
H A Dwebsockets.h56 size_t *recv,
/curl/tests/
H A Dnegtelnetserver.py95 data = neg.recv(4*1024)
117 self.request.recv(4*1024)
136 def recv(self, bytes): member in Negotiator
149 data = self.tcp.recv(bytes)
H A Ddictserver.py90 data = self.request.recv(1024).strip()
/curl/tests/data/
H A Dtest55631 send and recv HTTP
H A Dtest151712 # This test checks to make sure curl can call recv() without failing after a
H A Dtest1538116 e81: Socket not ready for send/recv
/curl/docs/libcurl/
H A Dcurl_ws_recv.md28 size_t *recv, const struct curl_ws_frame **meta);
36 **buffer**, but not more than **buflen** bytes. *recv* is set to the
H A Dlibcurl-env-dbg.md32 The percentage of recv() calls that should be answered with a EAGAIN at random.
37 The maximum data that shall be received from the network in one recv() call.
38 For TCP/UNIX sockets. This is applied to every recv.
40 Example: **CURL_DBG_SOCK_RMAX=400** means recv buffer size is limited to a
H A Dlibcurl-ws.md98 2. Using CURLOPT_CONNECT_ONLY(3) and use the WebSocket recv/send
/curl/lib/
H A Dcurl_memory.h69 #undef recv
H A Dmemdebug.h127 #undef recv
128 #define recv(a,b,c,d) curl_dbg_recv(a,b,c,d, __LINE__, __FILE__) macro
H A Dopenldap.c190 Curl_recv *recv; /* For stacking SSL handler */ member
478 return conn->proto.ldapc->recv != NULL; in ssl_installed()
498 li->recv = conn->recv[FIRSTSOCKET]; in oldap_ssl_connect()
845 conn->recv[FIRSTSOCKET] = oldap_recv; in oldap_connecting()
1186 ret = (li->recv)(data, FIRSTSOCKET, buf, len, &err); in ldapsb_tls_read()
H A Dcurl_setup_once.h161 #define sread(x,y,z) (ssize_t)recv((RECV_TYPE_ARG1)(x), \
H A Dcurl_rtmp.c261 conn->recv[FIRSTSOCKET] = rtmp_recv; in rtmp_connect()
H A Dmemdebug.c343 rc = recv(sockfd, buf, len, flags); in curl_dbg_recv()
H A Dkrb5.c893 conn->recv[FIRSTSOCKET] = sec_recv; in choose_mech()
895 conn->recv[SECONDARYSOCKET] = sec_recv; in choose_mech()
H A Durldata.h843 Curl_recv *recv[2]; member
H A Dcfilters.c855 nread = data->conn->recv[sockindex](data, sockindex, buf, blen, &result); in Curl_conn_recv()
/curl/tests/server/
H A Dsocksd.c378 rc = recv(fd, (char *)buffer, sizeof(buffer), 0); in sockit()
425 rc = recv(fd, (char *)buffer, sizeof(buffer), 0); in sockit()
484 rc = recv(fd, (char *)buffer, sizeof(buffer), 0); in sockit()
653 nread = recv(cp->clientfd, buffer, sizeof(buffer), 0); in tunnel()
666 nread = recv(cp->remotefd, buffer, sizeof(buffer), 0); in tunnel()
/curl/tests/http/
H A Dtest_11_unix.py72 data = c.recv(16)
/curl/
H A Dacinclude.m4611 dnl Test if the socket recv() function is available,
618 AC_MSG_CHECKING([for recv])
637 recv(0, 0, 0, 0);
649 [Define to 1 if you have the recv function.])
652 AC_MSG_ERROR([Unable to link function recv])
/curl/lib/vssh/
H A Dlibssh2.c3197 Curl_recv *backup = conn->recv[0]; in ssh_tls_recv()
3204 conn->recv[0] = ssh->tls_recv; in ssh_tls_recv()
3206 conn->recv[0] = backup; in ssh_tls_recv()
3347 sshc->tls_recv = conn->recv[FIRSTSOCKET]; in ssh_connect()
3353 conn->recv[FIRSTSOCKET] = scp_recv; in ssh_connect()
3357 conn->recv[FIRSTSOCKET] = sftp_recv; in ssh_connect()
H A Dwolfssh.c382 conn->recv[FIRSTSOCKET] = wscp_recv; in wssh_connect()
386 conn->recv[FIRSTSOCKET] = wsftp_recv; in wssh_connect()
/curl/.github/scripts/
H A Dspellcheck.words672 recv
/curl/docs/
H A DKNOWN_BUGS107 17.4 HTTP/2 + TLS spends a lot of time in recv
602 17.4 HTTP/2 + TLS spends a lot of time in recv

Completed in 80 milliseconds

12