Home
last modified time | relevance | path

Searched refs:get_default_port (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dutil.cc638 uint16_t get_default_port(const char *uri, const http_parser_url &u) { in get_default_port() function
652 util::has_uri_field(u1, UF_PORT) ? u1.port : get_default_port(uri1, u1); in porteq()
654 util::has_uri_field(u2, UF_PORT) ? u2.port : get_default_port(uri2, u2); in porteq()
Dutil.h486 uint16_t get_default_port(const char *uri, const http_parser_url &u);
Dnghttp.cc1439 util::get_default_port(reqvec[0]->uri.c_str(), reqvec[0]->u)) { in update_hostport()
2600 : util::get_default_port(uri.c_str(), u); in run()
Dh2load.cc1636 config.default_port = util::get_default_port(base_uri.c_str(), u); in parse_base_uri()
/third_party/libcoap/examples/
Dcoap-client.c619 get_default_port(const coap_uri_t *u) { in get_default_port() function
679 if (uri.port != get_default_port(&uri) && create_uri_opts) { in cmdline_uri()