Home
last modified time | relevance | path

Searched refs:socket_url (Results 1 – 25 of 37) sorted by relevance

12

/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_couchdb/couchdb/
H A Dcouchapi.lib.lua8 local socket_url = require "socket.url";
26 return self.db:get(socket_url.escape(self.id));
29 return self.db:put(socket_url.escape(self.id), val);
43 local url = urlcat(self.url, socket_url.escape(id));
82 local url = urlcat(self.url, socket_url.escape(name));
/dports/www/fcgiwrap/fcgiwrap-1.1.0/
H A Dfcgiwrap.c796 char *socket_url = NULL; in main() local
823 socket_url = strdup(optarg); in main()
854 if (socket_url) { in main()
855 if (setup_socket(socket_url, &fd) < 0) { in main()
863 const char *p = socket_url; in main()
866 if(socket_url) { in main()
871 free(socket_url); in main()
/dports/devel/py-docker-py/docker-py-1.7.2/docker/unixconn/
H A Dunixconn.py60 def __init__(self, socket_url, timeout=60): argument
61 socket_path = socket_url.replace('http+unix://', '')
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/websockets/
H A Dwebsocket_channel.h80 const GURL& socket_url,
129 const GURL& socket_url,
191 const GURL& socket_url,
H A Dwebsocket_stream_test.cc155 const GURL socket_url(url); in CreateAndConnectStandard() local
156 const std::string socket_host = GetHostAndOptionalPort(socket_url); in CreateAndConnectStandard()
157 const std::string socket_path = socket_url.path(); in CreateAndConnectStandard()
168 CreateAndConnectStream(socket_url, sub_protocols, Origin(), in CreateAndConnectStandard()
303 CreateAndConnectStream(socket_url, sub_protocols, Origin(), in CreateAndConnectStandard()
320 const GURL socket_url(url); in CreateAndConnectCustomResponse() local
322 const std::string socket_path = socket_url.path(); in CreateAndConnectCustomResponse()
330 CreateAndConnectStream(socket_url, sub_protocols, Origin(), in CreateAndConnectCustomResponse()
346 const GURL socket_url(url); in CreateAndConnectStringResponse() local
348 const std::string socket_path = socket_url.path(); in CreateAndConnectStringResponse()
[all …]
H A Dwebsocket_stream.h153 const GURL& socket_url,
169 const GURL& socket_url,
H A Dwebsocket_stream_create_test_base.cc95 const GURL& socket_url, in CreateAndConnectStream() argument
106 socket_url, sub_protocols, origin, site_for_cookies, in CreateAndConnectStream()
H A Dwebsocket_channel.cc314 const GURL& socket_url, in SendAddChannelRequest() argument
321 socket_url, requested_subprotocols, origin, site_for_cookies, in SendAddChannelRequest()
458 const GURL& socket_url, in SendAddChannelRequestForTesting() argument
466 socket_url, requested_subprotocols, origin, site_for_cookies, in SendAddChannelRequestForTesting()
481 const GURL& socket_url, in SendAddChannelRequestWithSuppliedCallback() argument
489 if (!socket_url.SchemeIsWSOrWSS()) { in SendAddChannelRequestWithSuppliedCallback()
496 socket_url_ = socket_url; in SendAddChannelRequestWithSuppliedCallback()
H A Dwebsocket_stream.cc469 const GURL& socket_url, in CreateAndConnectStream() argument
479 socket_url, requested_subprotocols, url_request_context, origin, in CreateAndConnectStream()
488 const GURL& socket_url, in CreateAndConnectStreamForTesting() argument
500 socket_url, requested_subprotocols, url_request_context, origin, in CreateAndConnectStreamForTesting()
H A Dwebsocket_stream_create_test_base.h44 const GURL& socket_url,
H A Dwebsocket_channel_test.cc753 const GURL& socket_url, in Create()
762 this->socket_url = socket_url; in Create()
771 GURL socket_url; member
810 connect_data_.socket_url, connect_data_.requested_subprotocols, in CreateChannelAndConnect()
846 : socket_url("ws://ws/"), in ConnectData()
858 GURL socket_url; member
983 connect_data_.socket_url = GURL("ws://example.com/test"); in TEST_F()
1000 EXPECT_EQ(connect_data_.socket_url, actual.socket_url); in TEST_F()
1029 connect_data_.socket_url = GURL("http://www.google.com/"); in TEST_F()
2725 connect_data_.socket_url = wss_url; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/websockets/
H A Dwebsocket_channel.h83 const GURL& socket_url,
127 const GURL& socket_url,
180 const GURL& socket_url,
H A Dwebsocket_stream_test.cc154 const GURL socket_url(url); in CreateAndConnectStandard() local
155 const std::string socket_host = GetHostAndOptionalPort(socket_url); in CreateAndConnectStandard()
156 const std::string socket_path = socket_url.path(); in CreateAndConnectStandard()
167 CreateAndConnectStream(socket_url, sub_protocols, Origin(), in CreateAndConnectStandard()
302 CreateAndConnectStream(socket_url, sub_protocols, Origin(), in CreateAndConnectStandard()
319 const GURL socket_url(url); in CreateAndConnectCustomResponse() local
321 const std::string socket_path = socket_url.path(); in CreateAndConnectCustomResponse()
329 CreateAndConnectStream(socket_url, sub_protocols, Origin(), in CreateAndConnectCustomResponse()
345 const GURL socket_url(url); in CreateAndConnectStringResponse() local
347 const std::string socket_path = socket_url.path(); in CreateAndConnectStringResponse()
[all …]
H A Dwebsocket_stream.cc458 const GURL& socket_url, in CreateAndConnectStream() argument
469 socket_url, requested_subprotocols, url_request_context, origin, in CreateAndConnectStream()
478 const GURL& socket_url, in CreateAndConnectStreamForTesting() argument
491 socket_url, requested_subprotocols, url_request_context, origin, in CreateAndConnectStreamForTesting()
H A Dwebsocket_stream.h153 const GURL& socket_url,
170 const GURL& socket_url,
H A Dwebsocket_channel.cc312 const GURL& socket_url, in SendAddChannelRequest() argument
320 socket_url, requested_subprotocols, origin, site_for_cookies, in SendAddChannelRequest()
441 const GURL& socket_url, in SendAddChannelRequestForTesting() argument
450 socket_url, requested_subprotocols, origin, site_for_cookies, in SendAddChannelRequestForTesting()
466 const GURL& socket_url, in SendAddChannelRequestWithSuppliedCallback() argument
475 if (!socket_url.SchemeIsWSOrWSS()) { in SendAddChannelRequestWithSuppliedCallback()
483 socket_url_ = socket_url; in SendAddChannelRequestWithSuppliedCallback()
H A Dwebsocket_stream_create_test_base.cc99 const GURL& socket_url, in CreateAndConnectStream() argument
110 socket_url, sub_protocols, origin, site_for_cookies, isolation_info, in CreateAndConnectStream()
H A Dwebsocket_stream_create_test_base.h44 void CreateAndConnectStream(const GURL& socket_url,
H A Dwebsocket_channel_test.cc747 const GURL& socket_url, in Create()
757 this->socket_url = socket_url; in Create()
766 GURL socket_url; member
805 connect_data_.socket_url, connect_data_.requested_subprotocols, in CreateChannelAndConnect()
842 : socket_url("ws://ws/"), in ConnectData()
854 GURL socket_url; member
981 connect_data_.socket_url = GURL("ws://example.com/test"); in TEST_F()
997 EXPECT_EQ(connect_data_.socket_url, actual.socket_url); in TEST_F()
1028 connect_data_.socket_url = GURL("http://www.google.com/"); in TEST_F()
2614 connect_data_.socket_url = wss_url; in TEST_F()
[all …]
/dports/sysutils/py-docker/docker-5.0.3/docker/transport/
H A Dunixconn.py62 def __init__(self, socket_url, timeout=60, argument
65 socket_path = socket_url.replace('http+unix://', '')
/dports/sysutils/pies/pies-1.5/src/
H A Dcomp.c182 pies_url_destroy (&comp->socket_url); in component_free()
290 FN (socket_url, urlcmp); in component_match()
596 if (comp->socket_url) in component_verify()
621 if (!comp->socket_url) in component_verify()
632 pies_url_destroy (&comp->socket_url); in component_verify()
644 pies_url_destroy (&comp->socket_url); in component_verify()
646 else if (!comp->socket_url) in component_verify()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/docker/transport/
H A Dunixconn.py79 def __init__(self, socket_url, timeout=60, argument
81 socket_path = socket_url.replace('http+unix://', '')
/dports/net/kea/kea-2.0.1/doc/sphinx/grammar/
H A Dgrammar-netconf-parser.rst143 | socket_url
156 socket_url ::= "socket-url" ":" STRING
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/
H A Dwebsocket.h129 void AddChannel(const GURL& socket_url, in COMPONENT_EXPORT()
H A Dwebsocket.cc571 const GURL& socket_url, in AddChannel() argument
577 << " socket_url=\"" << socket_url << "\" requested_protocols=\"" in AddChannel()
602 channel_->SendAddChannelRequest(socket_url, requested_protocols, origin_, in AddChannel()

12