/third_party/pulseaudio/src/modules/rtp/ |
H A D | sdp.h | 44 char *pa_sdp_build(int af, const void *src, const void *dst, const char *name, uint16_t port, uint8_t payload, const pa_sample_spec *ss, bool enable_opus);
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | daemon.h | 38 * Start a SPDDY webserver on the given port. 40 * @param port port to bind to 61 SPDYF_start_daemon_va (uint16_t port,
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_names.h | 42 #include <google/protobuf/port.h>
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | macros.h | 34 #include <google/protobuf/stubs/port.h>
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | karma.conf.js | 31 // web server port 32 port: 4444,
|
/third_party/skia/modules/canvaskit/ |
H A D | karma.conf.js | 32 // web server port 33 port: 4444,
|
/third_party/skia/modules/pathkit/ |
H A D | karma.bench.conf.js | 29 // web server port 30 port: 4444,
|
H A D | karma.conf.js | 30 // web server port 31 port: 4444,
|
/third_party/selinux/libsepol/include/sepol/ |
H A D | ports.h | 16 /* Check if a port exists */ 21 /* Query a port - returns the port, or NULL if not found */ 27 /* Modify a port, or add it, if the key is not found */ 41 int (*fn) (const sepol_port_t * port,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | http_server.h | 26 struct http_server * http_server_init(struct in_addr *addr, int port,
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksNetwork.hpp | 33 // Conver string (for example "192.168.0.1:59333") to host and port 34 void StringToAddress (const string& str, string& host, int& port );
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | http_server.h | 26 struct http_server * http_server_init(struct in_addr *addr, int port,
|
/vendor/hihope/dayu210/bluetooth/include/ |
H A D | userial.h | 19 // This module manages the serial port over which HCI commands 53 // Opens the given serial port. Returns true if successful, false otherwise. 55 // buffers from data read off the serial port. If you wish to pause the 58 // serial port was successfully opened and buffer production has started. It 60 bool userial_open(userial_port_t port); 64 // Reads a maximum of |len| bytes from the serial port into |p_buffer|. 69 // Writes a maximum of |len| bytes from |p_data| to the serial port.
|
/vendor/hihope/rk3568/bluetooth/include/ |
H A D | userial.h | 19 // This module manages the serial port over which HCI commands 53 // Opens the given serial port. Returns true if successful, false otherwise. 55 // buffers from data read off the serial port. If you wish to pause the 58 // serial port was successfully opened and buffer production has started. It 60 bool userial_open(userial_port_t port); 64 // Reads a maximum of |len| bytes from the serial port into |p_buffer|. 69 // Writes a maximum of |len| bytes from |p_data| to the serial port.
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 102 static constexpr const char *HTTP_PROXY_PORT_KEY = "persist.netmanager_base.http_proxy.port"; 807 void HttpExec::GetGlobalHttpProxyInfo(std::string &host, int32_t &port, std::string &exclusions) in AddCurlHandle() argument 827 port = std::atoi(httpProxyPort); in AddCurlHandle() 831 void HttpExec::GetHttpProxyInfo(RequestContext *context, std::string &host, int32_t &port, std::string &exclusions) in AddCurlHandle() argument 839 port = httpProxy.GetPort(); in AddCurlHandle() 842 GetGlobalHttpProxyInfo(host, port, exclusions); in AddCurlHandle() 845 context->options.GetSpecifiedHttpProxy(host, port, exclusions); in AddCurlHandle() 878 int32_t port = 0; in AddCurlHandle() local 879 GetHttpProxyInfo(context, host, port, exclusions); in AddCurlHandle() 882 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_PROXYPORT, port, contex in AddCurlHandle() 1049 ParseHostAndPortFromUrl(const std::string &url, std::string &host, uint16_t &port) AddCurlHandle() argument 1081 uint16_t port = 0; AddCurlHandle() local [all...] |
/third_party/backends/backend/ |
H A D | mustek_pp_ccd300.c | 1585 ccd300_init (SANE_Int options, SANE_String_Const port, in ccd300_init() argument 1598 /* try to attach to he supplied port */ in ccd300_init() 1599 status = sanei_pa4s2_open (port, &fd); in ccd300_init() 1603 DBG (2, "ccd300_init: couldn't attach to port ``%s'' (%s)\n", in ccd300_init() 1604 port, sane_strstatus (status)); in ccd300_init() 1627 DBG (3, "ccd_init: found scanner on port ``%s'' (ASIC id %#02x, CCD %d)\n", in ccd300_init() 1628 port, asic, ccd); in ccd300_init() 1630 return attach (port, name, MUSTEK_PP_CCD300, options); in ccd300_init() 1655 ccd300_open (SANE_String port, SANE_Int caps, SANE_Int * fd) in ccd300_open() argument 1666 DBG (3, "ccd300_open: called for port `` in ccd300_open() [all...] |
/third_party/lwip/src/api/ |
H A D | api_msg.c | 190 buf->port = pcb->protocol; in recv_raw() 219 const ip_addr_t *addr, u16_t port) 259 buf->port = port; 1262 * the IP address and port to bind to 1279 err = udp_bind(msg->conn->pcb.udp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port); 1284 err = tcp_bind(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port); 1303 * the IP address and port to bind to 1406 * the IP address and port to connect to 1426 err = udp_connect(msg->conn->pcb.udp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port); 218 recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) global() argument [all...] |
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 160 lwsl_err("%s: VH %s: iface %s port %d DOESN'T EXIST\n", in _lws_vhost_init_server_af() 174 lwsl_err("%s: VH %s: iface %s port %d NOT USABLE\n", in _lws_vhost_init_server_af() 214 * only accept that we are the only listener on the port in _lws_vhost_init_server_af() 394 // info->port = vhost->listen_port; in _lws_vhost_init_server_af() 417 vhost->listen_port = info->port; in _lws_vhost_init_server() 504 lws_select_vhost(struct lws_context *context, int port, const char *servername) in lws_select_vhost() argument 519 if (port == vhost->listen_port && in lws_select_vhost() 537 if (port && port == vhost->listen_port && in lws_select_vhost() 548 /* Priority 3: match the first vhost on our port */ in lws_select_vhost() 2074 int port = 80, n; lws_confirm_host_header() local [all...] |
/base/telephony/sms_mms/services/sms/ |
H A D | sms_sender.cpp | 475 int32_t port, const sptr<ISendShortMessageCallback> &sendCallback, in DataBasedSmsDeliverySplitPage() 484 make_shared<SmsSendIndexer>(desAddr, scAddr, port, dataItem, dataItemLen, sendCallback, deliveryCallback); in DataBasedSmsDeliverySplitPage() 503 DataBasedSmsDeliveryPacketSplitPage(gsmSmsMessage, tpdu, msgRef8bit, indexData, port, scAddr, sendCallback, in DataBasedSmsDeliverySplitPage() 509 uint8_t msgRef8bit, uint32_t indexData, int32_t port, const std::string &scAddr, in DataBasedSmsDeliveryPacketSplitPage() 534 tpdu->data.submit.userData.header[headerCnt].udh.appPort16bit.destPort = ((unsigned short)port & 0xFFFF); in DataBasedSmsDeliveryPacketSplitPage() 473 DataBasedSmsDeliverySplitPage(GsmSmsMessage &gsmSmsMessage, std::vector<struct SplitInfo> cellsInfos, std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, const std::string &desAddr, const std::string &scAddr, int32_t port, const sptr<ISendShortMessageCallback> &sendCallback, const sptr<IDeliveryShortMessageCallback> &deliveryCallback) DataBasedSmsDeliverySplitPage() argument 508 DataBasedSmsDeliveryPacketSplitPage(GsmSmsMessage &gsmSmsMessage, std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, uint32_t indexData, int32_t port, const std::string &scAddr, const sptr<ISendShortMessageCallback> &sendCallback, const sptr<IDeliveryShortMessageCallback> &deliveryCallback, std::shared_ptr<SmsSendIndexer> indexer, std::vector<struct SplitInfo> cellsInfos) DataBasedSmsDeliveryPacketSplitPage() argument
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | cellular_data_state_machine.cpp | 277 void CellularDataStateMachine::SplitProxyIpAddress(const std::string &proxyIpAddress, std::string &host, uint16_t &port) in SplitProxyIpAddress() argument 293 port = static_cast<uint16_t>(std::stoi(address[1])); in SplitProxyIpAddress() 301 uint16_t port = DEFAULT_PORT; in UpdateHttpProxy() local 302 SplitProxyIpAddress(proxyIpAddress, host, port); in UpdateHttpProxy() 303 HttpProxy httpProxy = { host, port, {} }; in UpdateHttpProxy()
|
/third_party/ffmpeg/libavformat/ |
H A D | mmst.c | 515 int port, err; in mms_open() local 523 mmst->host, sizeof(mmst->host), &port, mmst->path, in mms_open() 526 if(port<0) in mms_open() 527 port = 1755; // default MMS protocol port in mms_open() 530 ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, mmst->host, port, NULL); in mms_open()
|
/third_party/curl/lib/ |
H A D | asyn-ares.c | 595 struct Curl_addrinfo *ai = Curl_he2ai(hostent, data->state.async.port); in query_completed_cb() 760 * Returns name information about the given hostname and port number. If 767 int port, in Curl_resolver_getaddrinfo() 778 data->state.async.port = port; in Curl_resolver_getaddrinfo() 810 msnprintf(service, sizeof(service), "%d", port); in Curl_resolver_getaddrinfo() 765 Curl_resolver_getaddrinfo(struct Curl_easy *data, const char *hostname, int port, int *waitp) Curl_resolver_getaddrinfo() argument
|
/third_party/node/test/fixtures/wpt/common/security-features/resources/ |
H A D | common.sub.js | 107 * Normalizes the target port for use in a URL. For default ports, this is the 108 * empty string (omitted port), otherwise it's a colon followed by the port 110 * @param {number} targetPort The port to use 111 * @return {string} The port portion for using as part of a URL. 524 const promise = bindEvents2(worker.port, "message", worker, "error") 526 worker.port.start(); 957 // These values can evaluate to either empty strings or a ":port" string. 988 // 'Upgrade-Insecure-Requests' does not upgrade the port number, 989 // so we use URLs in the form `http://[domain]:[https-port]`, [all...] |
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_addr.c | 104 unsigned short port) in BIO_ADDR_rawmake() 121 ap->s_in.sin_port = port; in BIO_ADDR_rawmake() 131 ap->s_in6.sin6_port = port; in BIO_ADDR_rawmake() 254 char serv[6]; /* port is 16 bits => max 5 decimal digits */ in addr_strings() 507 * 1. IPv6 address with port number, last colon being separator. in BIO_parse_hostserv() 510 * IPv6 address and port number if hostserv_prio == BIO_PARSE_PRIO_SERV in BIO_parse_hostserv() 578 unsigned short port, in addrinfo_wrap() 604 BIO_ADDR_rawmake(addr, family, where, wherelen, port); in addrinfo_wrap() 102 BIO_ADDR_rawmake(BIO_ADDR *ap, int family, const void *where, size_t wherelen, unsigned short port) BIO_ADDR_rawmake() argument 576 addrinfo_wrap(int family, int socktype, const void *where, size_t wherelen, unsigned short port, BIO_ADDRINFO **bai) addrinfo_wrap() argument
|
/third_party/openssl/crypto/bio/ |
H A D | bio_addr.c | 104 unsigned short port) in BIO_ADDR_rawmake() 121 ap->s_in.sin_port = port; in BIO_ADDR_rawmake() 131 ap->s_in6.sin6_port = port; in BIO_ADDR_rawmake() 254 char serv[6]; /* port is 16 bits => max 5 decimal digits */ in addr_strings() 507 * 1. IPv6 address with port number, last colon being separator. in BIO_parse_hostserv() 510 * IPv6 address and port number if hostserv_prio == BIO_PARSE_PRIO_SERV in BIO_parse_hostserv() 578 unsigned short port, in addrinfo_wrap() 604 BIO_ADDR_rawmake(addr, family, where, wherelen, port); in addrinfo_wrap() 102 BIO_ADDR_rawmake(BIO_ADDR *ap, int family, const void *where, size_t wherelen, unsigned short port) BIO_ADDR_rawmake() argument 576 addrinfo_wrap(int family, int socktype, const void *where, size_t wherelen, unsigned short port, BIO_ADDRINFO **bai) addrinfo_wrap() argument
|