Home
last modified time | relevance | path

Searched refs:CURL_VERSION_HTTP3 (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/docs/examples/
Dhttp3-present.c41 if(ver->features & CURL_VERSION_HTTP3) in main()
/third_party/curl/src/
Dtool_libinfo.c102 {"HTTP3", &feature_http3, CURL_VERSION_HTTP3},
/third_party/curl/lib/
Dversion.c461 FEATURE("HTTP3", NULL, CURL_VERSION_HTTP3),
/third_party/curl/docs/libcurl/
Dsymbols-in-versions170 CURL_VERSION_HTTP3 7.66.0
/third_party/curl/include/curl/
Dcurl.h3152 #define CURL_VERSION_HTTP3 (1<<25) /* HTTP3 support built-in */ macro
/third_party/curl/packages/OS400/
Dcurl.inc.in143 d CURL_VERSION_HTTP3...