Searched defs:hostport (Results 1 - 13 of 13) sorted by relevance
/third_party/curl/lib/ |
H A D | hostip.h | 68 int hostport; member
|
/third_party/openssl/demos/bio/ |
H A D | sconnect.c | 30 const char *hostport = HOSTPORT; in main() local
|
/third_party/nghttp2/examples/ |
H A D | client.c | 97 char *hostport; member 108 const char *hostport; member
|
/third_party/nghttp2/src/ |
H A D | shrpx_worker.h | 91 StringRef hostport; member
|
H A D | nghttp.h | 268 std::string hostport; member
|
H A D | shrpx_worker.cc | 1111 auto hostport = util::make_http_hostport(std::begin(hostport_buf), in find_quic_upstream_addr() local 1246 match_downstream_addr_group( const RouterConfig &routerconf, const StringRef &hostport, const StringRef &raw_path, const std::vector<std::shared_ptr<DownstreamAddrGroup>> &groups, size_t catch_all, BlockAllocator &balloc) match_downstream_addr_group() argument [all...] |
H A D | shrpx_config.cc | 123 LOG(ERROR) << opt << ": Invalid host, port: " << hostport; in split_host_port() local 128 LOG(ERROR) << opt << ": Hostname too long: " << hostport; in split_host_port() local 118 split_host_port(char *host, size_t hostlen, uint16_t *port_ptr, const StringRef &hostport, const StringRef &opt) split_host_port() argument 4558 auto hostport = configure_downstream_group() local [all...] |
H A D | shrpx.cc | 3826 auto hostport = util::make_hostport(std::begin(hostport_buf), in process_options() local 3840 auto hostport = util::make_hostport(std::begin(hostport_buf), in process_options() local 3862 auto hostport = util::make_hostport(std::begin(hostport_buf), process_options() local [all...] |
H A D | util.cc | 1605 StringRef extract_host(const StringRef &hostport) { in extract_host() argument 1625 split_hostport(const StringRef &hostport) split_hostport() argument [all...] |
H A D | shrpx_config.h | 504 StringRef hostport; member 533 StringRef hostport; member
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 126 char *hostport; member 140 const char *hostport; member
|
H A D | test_notls.c | 105 char *hostport; member 119 const char *hostport; member
|
H A D | test_request_response.c | 108 char *hostport; member 122 const char *hostport; member
|
Completed in 26 milliseconds