Home
last modified time | relevance | path

Searched refs:Curl_alpn_to_proto_buf (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/vtls/
Dvtls_int.h61 CURLcode Curl_alpn_to_proto_buf(struct alpn_proto_buf *buf,
Dvtls.c1809 CURLcode Curl_alpn_to_proto_buf(struct alpn_proto_buf *buf, in Curl_alpn_to_proto_buf() function
Dgtls.c1274 result = Curl_alpn_to_proto_buf(&proto, connssl->alpn); in gtls_connect_step1()
Dschannel.c1020 result = Curl_alpn_to_proto_buf(&proto, connssl->alpn); in schannel_connect_step1()
Dopenssl.c4197 result = Curl_alpn_to_proto_buf(&proto, connssl->alpn); in ossl_connect_step1()