Home
last modified time | relevance | path

Searched refs:get_port (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_proxies.c98 mhd_port = get_port(4000); in main()
99 spdy2http_port = get_port(4100); in main()
100 mhd2spdy_port = get_port(4200); in main()
H A Dcommon.h38 get_port(uint16_t min);
H A Dtest_daemon_start_stop.c34 struct SPDY_Daemon *daemon = SPDY_start_daemon(get_port(16123), in main()
H A Dcommon.c48 get_port(uint16_t min) in get_port() function
H A Dtest_daemon_start_stop_many.c36 int port = get_port(15123); in main()
H A Dtest_misc.c281 port = get_port(13123); in main()
H A Dtest_session_timeout.c317 port = get_port(11123); in main()
H A Dtest_request_response_with_callback.c299 port = get_port(11123); in main()
H A Dtest_new_connection.c988 port = get_port(14123); in main()
H A Dtest_notls.c949 int port = get_port(12123); in main()
H A Dtest_request_response.c1005 int port = get_port(12123); in main()
/third_party/node/test/fixtures/wpt/common/
H A Dget-host-info.sub.js58 function get_port(loc) { function
/third_party/ffmpeg/libavformat/
H A Drtpproto.c134 static int get_port(const struct sockaddr_storage *ss) in get_port() function
474 set_port(source, get_port(source) + 1); in rtp_write()
481 set_port(source, get_port(source) - 1); in rtp_write()
/third_party/node/deps/ada/
H A Dada.cpp11859 return host.value() + ":" + get_port();
11887 [[nodiscard]] std::string url::get_port() const noexcept {
13831 [[nodiscard]] std::string_view url_aggregator::get_port() const noexcept {
13832 ada_log("url_aggregator::get_port");
15060 std::string_view out = r->get_port();
H A Dada.h4717 [[nodiscard]] std::string_view get_port() const noexcept;
5296 [[nodiscard]] std::string get_port() const noexcept;
5683 output += ":" + get_port();

Completed in 37 milliseconds