Searched refs:incoming (Results 1 – 20 of 20) sorted by relevance
/curl/tests/libtest/ |
H A D | lib2302.c | 82 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 D | lib2301.c | 103 size_t incoming = nitems; in writecb() local 117 if(nitems != incoming) in writecb()
|
/curl/docs/libcurl/ |
H A D | curl_pushheader_bynum.md | 34 the incoming server push request or NULL. The data pointed to is freed by 43 /* output all the incoming push request headers */
|
H A D | curl_pushheader_byname.md | 34 incoming server push request. This is a shortcut so that the application does
|
H A D | curl_ws_meta.md | 99 This as an incoming ping message, that expects a pong response.
|
H A D | libcurl-ws.md | 107 the incoming data fragment.
|
H A D | libcurl-tutorial.md | 1188 or understand incoming cookies and they are just be ignored. However, when the
|
/curl/docs/cmdline-opts/ |
H A D | etag-save.md | 6 Help: Parse incoming ETag and save to a file
|
H A D | trace.md | 23 Save a full trace dump of all incoming and outgoing data, including
|
H A D | trace-ascii.md | 21 Save a full trace dump of all incoming and outgoing data, including
|
H A D | cookie.md | 36 cookie engine which makes curl record incoming cookies, which may be handy if
|
/curl/tests/data/ |
H A D | test347 | 39 --etag-save with blank incoming header
|
H A D | test356 | 39 parse incoming Alt-Svc and save to file
|
/curl/docs/libcurl/opts/ |
H A D | CURLMOPT_SOCKETFUNCTION.md | 76 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 D | CURLOPT_WRITEDATA.md | 51 A common technique is to use the write callback to store the incoming data
|
/curl/tests/server/ |
H A D | mqttd.c | 720 static bool incoming(curl_socket_t listenfd) in incoming() function 1070 juggle_again = incoming(sock); in main()
|
H A D | socksd.c | 686 static bool incoming(curl_socket_t listenfd) in incoming() function 1135 juggle_again = incoming(sock); in main()
|
/curl/lib/vtls/ |
H A D | gtls.c | 775 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 D | cf-socket.c | 2099 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 D | curl_ngtcp2.c | 2143 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