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 559 conn->negnpn = CURL_HTTP_VERSION_1_1;
565 conn->negnpn = CURL_HTTP_VERSION_2;
mbedtls.c 588 conn->negnpn = CURL_HTTP_VERSION_2;
594 conn->negnpn = CURL_HTTP_VERSION_1_1;
polarssl.c 525 conn->negnpn = CURL_HTTP_VERSION_2;
530 conn->negnpn = CURL_HTTP_VERSION_1_1;
openssl.c     [all...]
gtls.c     [all...]
schannel.c 700 conn->negnpn = CURL_HTTP_VERSION_2;
707 conn->negnpn = CURL_HTTP_VERSION_1_1;
    [all...]
nss.c 758 conn->negnpn = CURL_HTTP_VERSION_2;
764 conn->negnpn = CURL_HTTP_VERSION_1_1;
    [all...]
  /external/curl/lib/
urldata.h 1132 int negnpn; \/* APLN or NPN TLS negotiated protocol, CURL_HTTP_VERSION* *\/ member in struct:connectdata
    [all...]
http.c     [all...]

Completed in 68 milliseconds