Searched refs:conn_send (Results 1 – 6 of 6) sorted by relevance
/dports/multimedia/vlc/vlc-3.0.16/modules/access/http/ |
H A D | h1conn_test.c | 62 static void conn_send(const char *str) in conn_send() function 134 conn_send("Go away!\r\n\r\n"); in main() 148 conn_send("HTTP/1.0 200 OK\r\n\r\n"); in main() 152 conn_send("Hello world!"); in main() 168 conn_send("HTTP/1.1 200 OK\r\nConnection: close\r\n\r\n"); in main() 172 conn_send("Hello again!"); in main() 193 conn_send("C\r\nHello there!\r\n0\r\n\r\n"); in main() 208 conn_send("HTTP/1.1 200 OK\r\nContent-Length: 8\r\n\r\n"); in main() 212 conn_send("Bye bye!"); in main() 227 conn_send("HTTP/1.1 200 OK\r\nContent-Length: 12\r\n\r\n"); in main() [all …]
|
H A D | h2conn_test.c | 44 static void conn_send(struct vlc_h2_frame *f) in conn_send() function 100 conn_send(vlc_h2_frame_settings()); in conn_create() 133 conn_send(vlc_http_msg_h2_frame(m, id, nodata)); in stream_reply() 143 conn_send(vlc_h2_frame_headers(id, VLC_H2_DEFAULT_MAX_FRAME, false, 1, h)); in stream_continuation() 148 conn_send(vlc_h2_frame_data(id, str, strlen(str), eos)); in stream_data() 164 conn_send(vlc_h2_frame_ping(42)); in main() 172 conn_send(vlc_h2_frame_rst_stream(sid, VLC_H2_REFUSED_STREAM)); in main() 251 conn_send(vlc_h2_frame_rst_stream(sid + 100, VLC_H2_REFUSED_STREAM)); in main() 280 conn_send(vlc_h2_frame_goaway(sid - 2, VLC_H2_NO_ERROR)); in main()
|
/dports/irc/ircproxy/ircproxy-1.3.6/src/ |
H A D | conn_io.h | 46 void conn_send(struct Conn_Struct *ConnS);
|
H A D | conn_io.c | 233 conn_send(ConnS); in conn_io() 301 void conn_send(struct Conn_Struct *ConnS) { in conn_send() function
|
/dports/net/nng/nng-1.5.2/src/supplemental/tls/mbedtls/ |
H A D | tls.c | 235 conn_send(nng_tls_engine_conn *ec, const uint8_t *buf, size_t *szp) in conn_send() function 534 .send = conn_send,
|
/dports/audio/re/re-0.5.8/src/sip/ |
H A D | transp.c | 541 static int conn_send(struct sip_connqent **qentp, struct sip *sip, bool secure, in conn_send() function 751 err = conn_send(qentp, sip, secure, dst, mb, in sip_transp_send()
|