Home
last modified time | relevance | path

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

12

/curl/include/curl/
H A Dwebsockets.h56 size_t *recv,
/curl/docs/libcurl/
H A Dlibcurl-env-dbg.md31 The percentage of recv() calls that should be answered with a EAGAIN at random.
36 The maximum data that shall be received from the network in one recv() call.
37 For TCP/UNIX sockets. This is applied to every recv.
39 Example: **CURL_DBG_SOCK_RMAX=400** means recv buffer size is limited to a
H A Dcurl_ws_recv.md27 size_t *recv, const struct curl_ws_frame **meta);
35 **buffer**, but not more than **buflen** bytes. *recv* is set to the
H A Dlibcurl-ws.md97 2. Using CURLOPT_CONNECT_ONLY(3) and use the WebSocket recv/send
/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/lib/
H A Dcurl_memory.h69 #undef recv
H A Dopenldap.c190 Curl_recv *recv; /* For stacking SSL handler */ member
477 return conn->proto.ldapc->recv != NULL; in ssl_installed()
497 li->recv = conn->recv[FIRSTSOCKET]; in oldap_ssl_connect()
844 conn->recv[FIRSTSOCKET] = oldap_recv; in oldap_connecting()
1185 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 Dmemdebug.h122 #define recv(a,b,c,d) curl_dbg_recv(a,b,c,d, __LINE__, __FILE__) macro
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.c888 conn->recv[FIRSTSOCKET] = sec_recv; in choose_mech()
890 conn->recv[SECONDARYSOCKET] = sec_recv; in choose_mech()
H A Dcfilters.c701 nread = data->conn->recv[sockindex](data, sockindex, buf, blen, &result); in Curl_conn_recv()
H A Durldata.h863 Curl_recv *recv[2]; member
/curl/tests/server/
H A Dsocksd.c381 rc = recv(fd, (char *)buffer, sizeof(buffer), 0); in sockit()
428 rc = recv(fd, (char *)buffer, sizeof(buffer), 0); in sockit()
487 rc = recv(fd, (char *)buffer, sizeof(buffer), 0); in sockit()
656 nread = recv(cp->clientfd, buffer, sizeof(buffer), 0); in tunnel()
669 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.c3198 Curl_recv *backup = conn->recv[0]; in ssh_tls_recv()
3205 conn->recv[0] = ssh->tls_recv; in ssh_tls_recv()
3207 conn->recv[0] = backup; in ssh_tls_recv()
3348 sshc->tls_recv = conn->recv[FIRSTSOCKET]; in ssh_connect()
3354 conn->recv[FIRSTSOCKET] = scp_recv; in ssh_connect()
3358 conn->recv[FIRSTSOCKET] = sftp_recv; in ssh_connect()
H A Dwolfssh.c381 conn->recv[FIRSTSOCKET] = wscp_recv; in wssh_connect()
385 conn->recv[FIRSTSOCKET] = wsftp_recv; in wssh_connect()
H A Dlibssh.c2180 conn->recv[FIRSTSOCKET] = scp_recv; in myssh_connect()
2184 conn->recv[FIRSTSOCKET] = sftp_recv; in myssh_connect()
/curl/.github/scripts/
H A Dspellcheck.words663 recv

Completed in 99 milliseconds

12