Home
last modified time | relevance | path

Searched refs:negnpn (Results 1 – 10 of 10) sorted by relevance

/external/curl/lib/vtls/
Dcyassl.c591 conn->negnpn = CURL_HTTP_VERSION_1_1; in cyassl_connect_step2()
597 conn->negnpn = CURL_HTTP_VERSION_2; in cyassl_connect_step2()
Dpolarssl.c586 conn->negnpn = CURL_HTTP_VERSION_2; in polarssl_connect_step2()
591 conn->negnpn = CURL_HTTP_VERSION_1_1; in polarssl_connect_step2()
Dmbedtls.c675 conn->negnpn = CURL_HTTP_VERSION_2; in mbed_connect_step2()
681 conn->negnpn = CURL_HTTP_VERSION_1_1; in mbed_connect_step2()
Dopenssl.c2106 conn->negnpn = CURL_HTTP_VERSION_2; in select_next_proto_cb()
2114 conn->negnpn = CURL_HTTP_VERSION_1_1; in select_next_proto_cb()
2121 conn->negnpn = CURL_HTTP_VERSION_1_1; in select_next_proto_cb()
2909 conn->negnpn = CURL_HTTP_VERSION_2; in ossl_connect_step2()
2915 conn->negnpn = CURL_HTTP_VERSION_1_1; in ossl_connect_step2()
Dgtls.c1441 conn->negnpn = CURL_HTTP_VERSION_2; in gtls_connect_step3()
1447 conn->negnpn = CURL_HTTP_VERSION_1_1; in gtls_connect_step3()
Dnss.c838 conn->negnpn = CURL_HTTP_VERSION_2; in HandshakeCallback()
844 conn->negnpn = CURL_HTTP_VERSION_1_1; in HandshakeCallback()
Dschannel.c1260 conn->negnpn = CURL_HTTP_VERSION_2; in schannel_connect_step3()
1267 conn->negnpn = CURL_HTTP_VERSION_1_1; in schannel_connect_step3()
Dsectransp.c2643 conn->negnpn = CURL_HTTP_VERSION_2;
2649 conn->negnpn = CURL_HTTP_VERSION_1_1;
/external/curl/lib/
Durldata.h1029 int negnpn; /* APLN or NPN TLS negotiated protocol, CURL_HTTP_VERSION* */ member
Dhttp.c1959 switch(conn->negnpn) { in Curl_http()