Home
last modified time | relevance | path

Searched refs:nghttp2_version (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dversion.c462 nghttp2_info *h2 = nghttp2_version(0); in curl_version_info()
464 version_info.nghttp2_version = h2->version_str; in curl_version_info()
Dhttp2.c343 nghttp2_info *h2 = nghttp2_version(0); in Curl_http2_ver()
/external/curl/include/curl/
Dcurl.h2766 const char *nghttp2_version; /* human readable string. */ member