Searched refs:htype (Results 1 – 3 of 3) sorted by relevance
/curl/lib/ |
H A D | headers.c | 356 unsigned char htype = (unsigned char) in hds_cw_collect_write() local 361 CURLcode result = Curl_headers_push(data, buf, htype); in hds_cw_collect_write() 363 htype, blen, result); in hds_cw_collect_write()
|
/curl/lib/vtls/ |
H A D | gtls.c | 774 static int gtls_handshake_cb(gnutls_session_t session, unsigned int htype, in gtls_handshake_cb() argument 786 incoming ? "incoming" : "outgoing", htype); in gtls_handshake_cb() 787 switch(htype) { in gtls_handshake_cb()
|
/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 2142 static int quic_gtls_handshake_cb(gnutls_session_t session, unsigned int htype, in quic_gtls_handshake_cb() argument 2157 incoming ? "incoming" : "outgoing", htype); in quic_gtls_handshake_cb() 2159 switch(htype) { in quic_gtls_handshake_cb()
|
Completed in 20 milliseconds