/third_party/nghttp2/src/ |
H A D | h2load.h | 119 uint16_t port; member
|
H A D | shrpx_worker.h | 92 // backend port. 0 if |host_unix| is true. 93 uint16_t port; member 456 // contain port. The |path| may contain query part. We require the
|
H A D | nghttpd.cc | 99 <PORT> Specify listening port number. in print_help() 445 config.port = n; in main()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 133 info.port = CONTEXT_PORT_NO_LISTEN; in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
H A D | minimal-secure-streams.c | 139 "\"port\":" "443," 166 "\"port\": 80," 392 "\"port\": 80" in app_system_state_nf() 398 * port doesn't have anything that will connect to us */ in app_system_state_nf() 404 "\"port\": 999" in app_system_state_nf() 532 info.port = CONTEXT_PORT_NO_LISTEN; in main() 539 * tcp connection to this port */ in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
H A D | minimal-secure-streams.c | 143 "\"port\":" "443," 160 "\"port\": 443," 189 "\"port\": 80," 476 "\"port\": 80" in app_system_state_nf() 482 * port doesn't have anything that will connect to us */ in app_system_state_nf() 488 "\"port\": 999" in app_system_state_nf() 633 info.port = CONTEXT_PORT_NO_LISTEN; in main() 640 * tcp connection to this port */ in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
H A D | minimal-secure-streams-testsfail.c | 179 "\"port\": 443," 202 "\"port\": 80," 211 "\"port\": 443," 222 "\"port\": 443," 243 "\"port\": 80," 252 "\"port\": 443," 263 "\"port\": 443," 284 "\"port\": 80," 293 "\"port\": 443," 304 "\"port\" [all...] |
/third_party/node/deps/uvwasi/include/ |
H A D | uvwasi.h | 61 int port; member
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.h | 213 pa_device_port* port; member
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | microspdy.h | 862 * Start a SPDY webserver on the given port.
864 * @param port to bind to. The value is ignored if address structure
880 SPDY_start_daemon (uint16_t port,
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | internal.h | 1191 * Listen port. 1193 uint16_t port; member
|
H A D | daemon.c | 2925 * Start a webserver on the given port. Variadic version of 2929 * @param port port to bind to 2942 uint16_t port, in MHD_start_daemon() 2951 daemon = MHD_start_daemon_va (flags, port, apc, apc_cls, dh, dh_cls, ap); in MHD_start_daemon() 3541 * Start a webserver on the given port. 3544 * @param port port to bind to (in host byte order) 3559 uint16_t port, in MHD_start_daemon_va() 3619 daemon->port in MHD_start_daemon_va() 2941 MHD_start_daemon(unsigned int flags, uint16_t port, MHD_AcceptPolicyCallback apc, void *apc_cls, MHD_AccessHandlerCallback dh, void *dh_cls, ...) MHD_start_daemon() argument 3558 MHD_start_daemon_va(unsigned int flags, uint16_t port, MHD_AcceptPolicyCallback apc, void *apc_cls, MHD_AccessHandlerCallback dh, void *dh_cls, va_list ap) MHD_start_daemon_va() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | arenastring.h | 42 #include <google/protobuf/port.h>
|
H A D | message_lite.h | 51 #include <google/protobuf/port.h>
|
H A D | unknown_field_set.h | 52 #include <google/protobuf/port.h>
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 823 napi_value port; in CoreGetPorts() local 824 napi_create_object(env, &port); in CoreGetPorts() 825 NapiUtil::SetValueInt32(env, "id", ports[i].id, port); in CoreGetPorts() 826 NapiUtil::SetValueInt32(env, "supportedModes", ports[i].supportedModes, port); in CoreGetPorts() 832 napi_set_named_property(env, port, "status", usbPortStatus); in CoreGetPorts() 833 napi_set_element(env, result, i, port); in CoreGetPorts() 1706 /* usb port */ in UsbInit()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1426 connOpt->socketOption.port = -1; in SetP2pConnInfo() 1433 connOpt->socketOption.port = (int32_t)connInfo->port; in SetP2pReusesConnInfo() 1445 connOpt->socketOption.port = (int32_t)connInfo->port; in SetWlanConnInfo() 1503 connOpt->socketOption.port = -1; in SetHmlConnectInfo()
|
/third_party/node/lib/internal/http2/ |
H A D | core.js | 3276 const port = '' + (authority.port !== '' ? 3277 authority.port : (authority.protocol === 'http:' ? 80 : 443)); 3295 socket = net.connect({ port, host, ...options }); 3298 socket = tls.connect(port, host, initializeTLSOptions(options, host)); 3307 session[kAuthority] = `${options.servername || host}:${port}`;
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 115 # Test obscure kinds of arguments for "port". 1310 host, port = address[:2] 1312 self.assertEqual(port, 80) 1359 for service, port in ('http', 80), (b'http', 80): 1365 sock.connect.assert_called_with(('127.0.0.1', port)) 1404 def getaddrinfo(host, port, *args, **kw): 1405 self.assertEqual((host, port), addr)
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 2011 uint16_t port = 1; in HWTEST_F() local 2014 (slotId, desAddr, desAddr, port, data, port, sendCallback, deliveryCallback); in HWTEST_F() 2283 uint16_t port = 1; in HWTEST_F() local 2285 smsService->SendMessage(slotId, desAddr, desAddr, port, data, port, sendCallback, deliveryCallback); in HWTEST_F() 2290 smsService->SendMessage(slotId, desAddr, desAddr, port, data, port, sendCallback, deliveryCallback); in HWTEST_F()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink.c | 138 void pa_sink_new_data_set_port(pa_sink_new_data *data, const char *port) { in pa_sink_new_data_set_port() argument 142 data->active_port = pa_xstrdup(port); in pa_sink_new_data_set_port() 315 /* Hopefully the active port has already been assigned in the previous call in pa_sink_new() 3486 pa_device_port *port; in pa_sink_set_port() local 3499 if (!(port = pa_hashmap_get(s->ports, name))) in pa_sink_set_port() 3502 if (s->active_port == port) { in pa_sink_set_port() 3509 if (s->set_port(s, port) < 0) in pa_sink_set_port() 3514 pa_log_info("Changed port of sink %u \"%s\" to %s", s->index, s->name, port->name); in pa_sink_set_port() 3516 s->active_port = port; in pa_sink_set_port() [all...] |
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 2237 n->u.ibendport.port = c->u.ibendport.port; in ocontext_copy_selinux() 2240 n->u.port.protocol = c->u.port.protocol; in ocontext_copy_selinux() 2241 n->u.port.low_port = c->u.port.low_port; in ocontext_copy_selinux() 2242 n->u.port.high_port = c->u.port.high_port; in ocontext_copy_selinux()
|
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/ |
H A D | scanhelper_fuzzer.cpp | 380 std::string port = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestTCPSetPort() local 381 scanDevInfoTcp.SetPort(port); in TestTCPSetPort() 382 port = scanDevInfoTcp.GetPort(); in TestTCPSetPort()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 511 const std::string& host, int port, const std::vector<std::string>& key_types, in OnSslSelectCertRequestByJS() 520 flag = ark_web_handler_->OnSslSelectCertRequestByJS(nullptr, stHost, port, stKeyTypes, stIssuers); in OnSslSelectCertRequestByJS() 523 new ArkWebJsSslSelectCertResultImpl(result), stHost, port, stKeyTypes, stIssuers); in OnSslSelectCertRequestByJS() 510 OnSslSelectCertRequestByJS(std::shared_ptr<OHOS::NWeb::NWebJSSslSelectCertResult> result, const std::string& host, int port, const std::vector<std::string>& key_types, const std::vector<std::string>& issuers) OnSslSelectCertRequestByJS() argument
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_raw_sdk_if_test_io.cpp | 187 if (DataFifoIsFull(&acm->port->readFifo)) { in AcmReadBulkCallback() 188 DataFifoSkip(&acm->port->readFifo, size); in AcmReadBulkCallback() 190 count = DataFifoWrite(&acm->port->readFifo, data, size); in AcmReadBulkCallback()
|