Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/third_party/node/test/parallel/
Dtest-url-format.js11 protocol: 'http:', property
21 protocol: 'http:', property
31 protocol: 'http:', property
41 protocol: 'http:', property
51 protocol: 'http:', property
61 protocol: 'http:', property
69 protocol: 'http:', property
75 protocol: 'http', property
83 protocol: 'xmpp:', property
92 protocol: 'http:', property
[all …]
Dtest-url-parse-format.js18 protocol: 'http:', property
29 protocol: 'http:', property
42 protocol: 'http:', property
54 protocol: 'http:', property
65 protocol: 'http:', property
75 protocol: 'http:', property
85 protocol: 'http:', property
95 protocol: 'http:', property
106 protocol: 'http:', property
117 protocol: 'http:', property
[all …]
Dtest-http2-create-client-connect.js24 [{ port }, { protocol: 'http:' }], property
25 [{ port, hostname: '127.0.0.1' }, { protocol: 'http:' }], property
44 const client = h2.connect({ port: port, protocol: 'https:' }) property
68 [{ port: port, protocol: 'https:' }, opts], property
69 [{ port: port, hostname: '127.0.0.1', protocol: 'https:' }, opts], property
Dtest-url-parse-query.js34 protocol: 'http:', property
44 protocol: null, property
58 protocol: null, property
/third_party/node/test/fixtures/
Durl-tests-additional.js9 'protocol': 'https:', property
15 'protocol': 'https:', property
21 'protocol': 'https:', property
27 'protocol': 'https:', property
33 'protocol': 'https:', property
/third_party/node/test/fixtures/wpt/url/resources/
Durltestdata.json8 "protocol": "http:", string
23 "protocol": "http:", string
38 "protocol": "https:", string
53 "protocol": "https:", string
68 "protocol": "non-special:", string
83 "protocol": "non-special:", string
98 "protocol": "http:", string
113 "protocol": "http:", string
128 "protocol": "http:", string
143 "protocol": "a:", string
[all …]
/third_party/boost/boost/asio/
Dbasic_socket.hpp147 basic_socket(const executor_type& ex, const protocol_type& protocol) in basic_socket()
168 basic_socket(ExecutionContext& context, const protocol_type& protocol, in basic_socket()
198 const protocol_type protocol = endpoint.protocol(); in basic_socket() local
229 const protocol_type protocol = endpoint.protocol(); in basic_socket() local
249 basic_socket(const executor_type& ex, const protocol_type& protocol, in basic_socket()
274 basic_socket(ExecutionContext& context, const protocol_type& protocol, in basic_socket()
416 void open(const protocol_type& protocol = protocol_type()) in open()
442 BOOST_ASIO_SYNC_OP_VOID open(const protocol_type& protocol, in open()
459 void assign(const protocol_type& protocol, in assign()
478 BOOST_ASIO_SYNC_OP_VOID assign(const protocol_type& protocol, in assign()
[all …]
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_boottime.c527 struct efi_handler *protocol; in efi_search_protocol() local
548 const efi_guid_t *protocol, in efi_remove_protocol()
573 struct efi_handler *protocol; in efi_remove_all_protocols() local
1085 const efi_guid_t *protocol, in efi_add_protocol()
1146 efi_handle_t *handle, const efi_guid_t *protocol, in efi_install_protocol_interface()
1187 const efi_guid_t *protocol, in efi_get_drivers()
1259 const efi_guid_t *protocol, in efi_disconnect_all_drivers()
1297 (efi_handle_t handle, const efi_guid_t *protocol, in efi_uninstall_protocol()
1349 (efi_handle_t handle, const efi_guid_t *protocol, in efi_uninstall_protocol_interface()
1383 const efi_guid_t *protocol, in efi_register_protocol_notify()
[all …]
/third_party/wayland_standard/src/
Dscanner.c162 struct protocol { struct
163 char *name;
164 char *uppercase_name;
165 struct wl_list interface_list;
166 int type_index;
167 int null_run_length;
168 char *copyright;
169 struct description *description;
170 bool core_headers;
244 struct protocol *protocol; member
[all …]
/third_party/python/Lib/asyncio/
Dproactor_events.py50 def __init__(self, loop, sock, protocol, waiter=None, argument
93 def set_protocol(self, protocol): argument
181 def __init__(self, loop, sock, protocol, waiter=None, argument
455 def __init__(self, loop, sock, protocol, address=None, argument
600 def __init__(self, loop, sock, protocol, waiter=None, argument
634 def _make_socket_transport(self, sock, protocol, waiter=None, argument
640 self, rawsock, protocol, sslcontext, waiter=None, argument
652 def _make_datagram_transport(self, sock, protocol, argument
657 def _make_duplex_pipe_transport(self, sock, protocol, waiter=None, argument
662 def _make_read_pipe_transport(self, sock, protocol, waiter=None, argument
[all …]
/third_party/python/Lib/
Dshelve.py84 def __init__(self, dict, protocol=None, writeback=False, argument
188 def __init__(self, dict, protocol=None, writeback=False, argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
230 def open(filename, flag='c', protocol=None, writeback=False): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Ddoc.go26 package protocol package
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Ddoc.go26 package protocol package
/third_party/boost/boost/asio/ip/
Dbasic_resolver_query.hpp100 basic_resolver_query(const protocol_type& protocol, in basic_resolver_query()
199 basic_resolver_query(const protocol_type& protocol, in basic_resolver_query()
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Duri.js91 function _normalizeComponentEncoding(components, protocol) { argument
114 function _normalizeIPv4(host, protocol) { argument
124 function _normalizeIPv6(host, protocol) { argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DURLHandler.java110 String protocol = url.getProtocol(); in get() local
141 String protocol = url.getProtocol(); in getDefault() local
209 String protocol = url.getProtocol(); in JarURLHandler() local
/third_party/libnl/lib/
Dcache_mngt.c112 static struct nl_cache_ops *__cache_ops_associate(int protocol, int msgtype) in __cache_ops_associate()
141 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype) in nl_cache_ops_associate()
165 struct nl_cache_ops *nl_cache_ops_associate_safe(int protocol, int msgtype) in nl_cache_ops_associate_safe()
/third_party/node/benchmark/url/
Dlegacy-vs-whatwg-url-get-prop.js16 protocol: obj.protocol, property
47 protocol: obj.protocol, property
/third_party/curl/tests/libtest/
Dlib1558.c32 long protocol = 0; in test() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
D1-1.c28 int protocol, rc; in main() local
D1-2.c24 int protocol, protcls[3], i; in main() local
/third_party/musl/src/network/
Dsocket.c6 int socket(int domain, int type, int protocol) in socket()
/third_party/lwip/src/netif/ppp/
Dauth.c1031 void auth_peer_fail(ppp_pcb *pcb, int protocol) { in auth_peer_fail()
1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success()
1117 void auth_withpeer_fail(ppp_pcb *pcb, int protocol) { in auth_withpeer_fail()
1136 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success()
/third_party/boost/boost/asio/detail/
Dreactive_socket_accept_op.hpp41 const Protocol& protocol, typename Protocol::endpoint* peer_endpoint, in reactive_socket_accept_op_base()
103 const Protocol& protocol, typename Protocol::endpoint* peer_endpoint, in reactive_socket_accept_op()
173 socket_ops::state_type state, const Protocol& protocol, in reactive_socket_move_accept_op()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
D1-1.c28 int protocol, protcls[3], i; in main() local

12345678910>>...16