Home
last modified time | relevance | path

Searched refs:incoming (Results 1 – 20 of 20) sorted by relevance

/curl/tests/libtest/
H A Dlib2302.c82 size_t incoming = nitems; in writecb() local
87 incoming = add_data(ws_data, buffer, incoming, meta); in writecb()
89 if(nitems != incoming) in writecb()
H A Dlib2301.c103 size_t incoming = nitems; in writecb() local
117 if(nitems != incoming) in writecb()
/curl/docs/libcurl/
H A Dcurl_pushheader_bynum.md34 the incoming server push request or NULL. The data pointed to is freed by
43 /* output all the incoming push request headers */
H A Dcurl_pushheader_byname.md34 incoming server push request. This is a shortcut so that the application does
H A Dcurl_ws_meta.md99 This as an incoming ping message, that expects a pong response.
H A Dlibcurl-ws.md107 the incoming data fragment.
H A Dlibcurl-tutorial.md1188 or understand incoming cookies and they are just be ignored. However, when the
/curl/docs/cmdline-opts/
H A Detag-save.md6 Help: Parse incoming ETag and save to a file
H A Dtrace.md23 Save a full trace dump of all incoming and outgoing data, including
H A Dtrace-ascii.md21 Save a full trace dump of all incoming and outgoing data, including
H A Dcookie.md36 cookie engine which makes curl record incoming cookies, which may be handy if
/curl/tests/data/
H A Dtest34739 --etag-save with blank incoming header
H A Dtest35639 parse incoming Alt-Svc and save to file
/curl/docs/libcurl/opts/
H A DCURLMOPT_SOCKETFUNCTION.md76 Wait for incoming data. For the socket to become readable.
84 Wait for incoming and outgoing data. For the socket to become readable or
H A DCURLOPT_WRITEDATA.md51 A common technique is to use the write callback to store the incoming data
/curl/tests/server/
H A Dmqttd.c720 static bool incoming(curl_socket_t listenfd) in incoming() function
1070 juggle_again = incoming(sock); in main()
H A Dsocksd.c686 static bool incoming(curl_socket_t listenfd) in incoming() function
1135 juggle_again = incoming(sock); in main()
/curl/lib/vtls/
H A Dgtls.c775 unsigned when, unsigned int incoming, in gtls_handshake_cb() argument
781 (void)incoming; in gtls_handshake_cb()
786 incoming ? "incoming" : "outgoing", htype); in gtls_handshake_cb()
/curl/lib/
H A Dcf-socket.c2099 bool incoming = FALSE; in cf_tcp_accept_connect() local
2129 incoming = TRUE; in cf_tcp_accept_connect()
2134 if(!incoming) { in cf_tcp_accept_connect()
/curl/lib/vquic/
H A Dcurl_ngtcp2.c2143 unsigned when, unsigned int incoming, in quic_gtls_handshake_cb() argument
2151 (void)incoming; in quic_gtls_handshake_cb()
2157 incoming ? "incoming" : "outgoing", htype); in quic_gtls_handshake_cb()

Completed in 62 milliseconds