/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-secure-streams-policy.h | 379 uint16_t port; /**< endpoint port */ member
|
/third_party/libwebsockets/lib/core-net/ |
H A D | wsi.c | 678 lws_parse_uri(char *p, const char **prot, const char **ads, int *port, in lws_parse_uri() argument
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams.c | 678 int port, _port, tls; in _lws_ss_client_connect() local
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 504 lws_select_vhost(struct lws_context *context, int port, const char *servername) in lws_select_vhost() argument 2074 int port = 80, n; lws_confirm_host_header() local [all...] |
/third_party/node/lib/ |
H A D | net.js | [all...] |
/third_party/node/src/ |
H A D | inspector_socket_server.cc | 37 std::string FormatHostPort(const std::string& host, int port) { in FormatHostPort() argument 48 url << ':' << port; in FormatHostPort() local 152 std::string FormatWsAddress(const std::string& host, int port, in FormatWsAddress() argument 223 int port() const { return port_; } in port() function in node::inspector::ServerSocket 268 InspectorSocketServer( std::unique_ptr<SocketServerDelegate> delegate, uv_loop_t* loop, const std::string& host, int port, const InspectPublishUid& inspect_publish_uid, FILE* out, int pid) InspectorSocketServer() argument 543 int port; DetectPort() local [all...] |
H A D | node_sockaddr.cc | 799 int32_t port in New() local 40 ToSockAddr( int32_t family, const char* host, uint32_t port, sockaddr_storage* addr) ToSockAddr() argument 61 New( const char* host, uint32_t port, SocketAddress* addr) New() argument 68 New( int32_t family, const char* host, uint32_t port, SocketAddress* addr) New() argument [all...] |
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mtio.h | 117 unsigned short port; member
|
/third_party/nghttp2/src/ |
H A D | shrpx_worker.cc | 1093 uint16_t port; in find_quic_upstream_addr() local [all...] |
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mtio.h | 117 unsigned short port; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mtio.h | 117 unsigned short port; member
|
/third_party/ltp/testcases/network/netstress/ |
H A D | netstress.c | 323 int port = TST_GETSOCKPORT(sd); in bind_before_connect() local 684 int port = TST_GETSOCKPORT(sfd); in server_init() local [all...] |
/third_party/lwip/src/apps/http/ |
H A D | http_client.c | 632 httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, in httpc_get_file() argument 677 httpc_get_file_dns(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *settings, in httpc_get_file_dns() argument 818 httpc_get_file_to_disk(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, void* callback_arg, const char* local_file_name, httpc_state_t **connection) httpc_get_file_to_disk() argument 870 httpc_get_file_dns_to_disk(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *settings, void* callback_arg, const char* local_file_name, httpc_state_t **connection) httpc_get_file_dns_to_disk() argument [all...] |
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 1282 mqtt_client_connect(mqtt_client_t *client, const ip_addr_t *ip_addr, u16_t port, mqtt_connection_cb_t cb, void *arg, in mqtt_client_connect() argument
|
/third_party/lwip/src/core/ |
H A D | dns.c | 970 u16_t port = (u16_t)DNS_RAND_TXID(); in dns_alloc_random_port() local 1263 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in dns_recv() argument [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-platform.h | 587 SharedMemoryHandleFromMachMemoryEntry( unsigned int port) SharedMemoryHandleFromMachMemoryEntry() argument
|
/third_party/musl/include/sys/ |
H A D | mtio.h | 117 unsigned short port; member
|
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 55 char *port; /* Optional server port */ member 170 OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, const char *server, const char *port, const char *path) OSSL_HTTP_REQ_CTX_set_request_line() argument 371 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument 862 const char *port = server_port; http_new_bio() local 927 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1133 char *port; OSSL_HTTP_get() local 1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument 1296 OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, const char *proxyuser, const char *proxypass, int timeout, BIO *bio_err, const char *prog) OSSL_HTTP_proxy_connect() argument [all...] |
/third_party/node/deps/uv/src/ |
H A D | uv-common.c | 221 int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr) { in uv_ip4_addr() argument 232 int uv_ip6_addr(const char* ip, int port, struct sockaddr_in6* addr) { in uv_ip6_addr() argument
|
/third_party/pulseaudio/src/pulse/ |
H A D | introspect.c | 829 pa_card_port_info* port = i->ports[j] = &i->ports[0][j]; in fill_card_port_info() local [all...] |
/third_party/python/Lib/http/ |
H A D | cookiejar.py | 38 import http.client # only for the default HTTP port namespace [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-command.c | 1748 pa_device_port *port; pa_cli_command_port_offset() local [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.h | 213 pa_device_port* port; member
|
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 55 char *port; /* Optional server port */ member 169 OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, const char *server, const char *port, const char *path) OSSL_HTTP_REQ_CTX_set_request_line() argument 364 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument 851 const char *port = server_port; http_new_bio() local 916 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1122 char *port; OSSL_HTTP_get() local 1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument 1285 OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, const char *proxyuser, const char *proxypass, int timeout, BIO *bio_err, const char *prog) OSSL_HTTP_proxy_connect() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | structures.h | 996 uint16_t port; member
|