Home
last modified time | relevance | path

Searched defs:http_version (Results 1 – 20 of 20) sorted by relevance

/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/iostreams/
Dhttp_client.cpp59 std::string http_version; in main() local
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/iostreams/
Dhttp_client.cpp59 std::string http_version; in main() local
/external/curl/tests/http/clients/
Dtls-session-reuse.c143 const char *url, int http_version) in add_transfer()
191 int http_version = CURL_HTTP_VERSION_1_1; in main() local
Dhx-download.c235 int http_version, struct curl_slist *host, in setup()
312 int http_version = CURL_HTTP_VERSION_2_0; in main() local
Dhx-upload.c255 int http_version, struct curl_slist *host, in setup()
346 int http_version = CURL_HTTP_VERSION_2_0; in main() local
Dupload-pausing.c210 int http_version = CURL_HTTP_VERSION_1_1; in main() local
Dh2-pausing.c216 int http_version = CURL_HTTP_VERSION_2_0; in main() local
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/client/
Dsync_client.cpp62 std::string http_version; in main() local
Dasync_client.cpp101 std::string http_version; in handle_read_status_line() local
/external/googleapis/google/appengine/logging/v1/
Drequest_log.proto118 string http_version = 12; field
/external/rust/android-crates-io/crates/winnow/examples/http/
Dparser_streaming.rs67 fn http_version<'s>(input: &mut Stream<'s>) -> PResult<&'s [u8]> { in http_version() function
Dparser.rs66 fn http_version<'s>(input: &mut Stream<'s>) -> PResult<&'s [u8]> { in http_version() function
/external/rust/android-crates-io/crates/combine/benches/
Dhttp.rs105 let http_version = range(&b"HTTP/"[..]).with(take_while1(is_http_version)); in parse_http_request() localVariable
/external/rust/android-crates-io/crates/uefi-raw/src/protocol/network/
Dhttp.rs8 pub http_version: HttpVersion, field
/external/curl/src/
Dtool_writeout.c55 static const struct httpmap http_version[] = { variable
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py104 http_version = "1.0" # Version that should be used for response variable in BaseHandler
/external/cronet/tot/net/http/
Dhttp_proxy_connect_job.cc929 void HttpProxyConnectJob::EmitConnectLatency(NextProto http_version, in EmitConnectLatency()
/external/cronet/stable/net/http/
Dhttp_proxy_connect_job.cc929 void HttpProxyConnectJob::EmitConnectLatency(NextProto http_version, in EmitConnectLatency()
/external/python/cpython3/Lib/http/
Dclient.py804 def _create_https_context(http_version): argument
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h39 enum http_version { enum