HomeSort by relevance Sort by last modified time
    Searched refs:negnpn (Results 1 - 9 of 9) sorted by null

  /external/curl/lib/vtls/
cyassl.c 595 conn->negnpn = CURL_HTTP_VERSION_1_1;
601 conn->negnpn = CURL_HTTP_VERSION_2;
polarssl.c 589 conn->negnpn = CURL_HTTP_VERSION_2;
594 conn->negnpn = CURL_HTTP_VERSION_1_1;
mbedtls.c 676 conn->negnpn = CURL_HTTP_VERSION_2;
682 conn->negnpn = CURL_HTTP_VERSION_1_1;
openssl.c     [all...]
gtls.c     [all...]
schannel.c 833 conn->negnpn = CURL_HTTP_VERSION_2;
840 conn->negnpn = CURL_HTTP_VERSION_1_1;
    [all...]
nss.c 797 conn->negnpn = CURL_HTTP_VERSION_2;
803 conn->negnpn = CURL_HTTP_VERSION_1_1;
    [all...]
  /external/curl/lib/
urldata.h 1009 int negnpn; \/* APLN or NPN TLS negotiated protocol, CURL_HTTP_VERSION* *\/ member in struct:connectdata
    [all...]
http.c     [all...]

Completed in 81 milliseconds