Home
last modified time | relevance | path

Searched refs:is_http (Results 1 – 25 of 142) sorted by relevance

123456

/dports/net/usockets/uSockets-0.8.1/examples/
H A Dhammer_test.c48 int is_http;
56 int is_http;
63 void assume_state(struct us_socket_t *s, int is_http) {
71 if (hs->is_http != is_http) {
72 printf("ERROR: State is: %d should be: %d. Terminating now!\n", hs->is_http, is_http);
77 if (hs->is_http) {
103 hs->is_http = 0;
107 hs->is_http = 1;
313 hs->is_http = 1;
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/support/
H A Dis_http.hpp16 struct is_http : mpl::false_ {}; struct
19 struct is_http<Tag, struct
20 typename enable_if<typename Tag::is_http>::type> : mpl::true_ {};
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/support/
H A Dis_http.hpp17 struct is_http : mpl::false_ {}; struct
20 struct is_http<Tag, struct
21 typename enable_if<typename Tag::is_http>::type> : mpl::true_ {};
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Dks-action.c153 if (uri->parsed_uri->is_http) in ks_action_resolve()
192 int is_http = uri->parsed_uri->is_http; in ks_action_search() local
201 if (is_http || is_ldap) in ks_action_search()
351 if (parsed_uri->is_http) in ks_action_fetch()
412 int is_http = uri->parsed_uri->is_http; in ks_action_put() local
422 if (is_http || is_ldap) in ks_action_put()
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/
H A Ddispatch_on_scheme.t14 sub is_http :Path(scheme) Scheme(http) Args(0) {
17 $c->response->body("is_http");
31 $c->response->body("base/is_http");
49 $c->response->body($c->uri_for($self->action_for('is_http'))->as_string);
78 is $res->content, 'is_http', 'correct body';
90 is $res->content, 'base/is_http', 'correct body';
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dproxy_server_unittest.cc179 EXPECT_FALSE(uri.is_http()); in TEST()
339 EXPECT_TRUE(proxy.is_http()); in TEST()
349 EXPECT_FALSE(proxy.is_http()); in TEST()
359 EXPECT_FALSE(proxy.is_http()); in TEST()
369 EXPECT_FALSE(proxy.is_http()); in TEST()
379 EXPECT_FALSE(proxy.is_http()); in TEST()
H A Dproxy_server.h61 bool is_http() const { return scheme_ == SCHEME_HTTP; } in is_http() function
80 bool is_http_like() const { return is_http() || is_https() || is_quic(); } in is_http_like()
/dports/www/perlbal/Perlbal-1.80/lib/Perlbal/
H A DClientManage.pm38 unless ($self->{is_http}) {
44 $self->{is_http} = 1;
49 if ($self->{is_http}) {
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/traits/
H A Dresolver_policy.hpp26 : mpl::if_<mpl::and_<is_async<Tag>, is_http<Tag> >,
28 typename mpl::if_<is_http<Tag>, policies::sync_resolver<Tag>,
H A Dresolver.hpp28 : mpl::if_<mpl::and_<is_tcp<Tag>, is_http<Tag> >,
30 typename mpl::if_<mpl::and_<is_udp<Tag>, is_http<Tag> >,
/dports/net/gofish/gofish/
H A Dconfig.c169 int is_http = -1; in read_config() local
170 must_strtol(p, &is_http); in read_config()
171 if(is_http != -1) is_gopher = !is_http; in read_config()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/ipwhois/
H A Dasn.py658 def get_nets_radb(self, response, is_http=False): argument
684 if is_http:
775 is_http = False
821 is_http = True # pragma: no cover
842 nets_response = self.get_nets_radb(response, is_http)
846 if is_http: # pragma: no cover
/dports/devel/efl/efl-1.25.1/src/tests/ecore_con/
H A Decore_con_test_ecore_con_url.c82 int is_http; in _parse_url() local
86 is_http = EINA_TRUE; in _parse_url()
89 is_http = EINA_FALSE; in _parse_url()
96 if (is_http) in _parse_url()
111 if (is_http) in _parse_url()
/dports/www/midori/core-9.0/core/
H A Dsuggestion-row.vala78 bool is_http = uri.has_prefix ("http://") || uri.has_prefix ("https://");
79 if (is_http || uri.has_prefix ("file://")) {
81 if (is_http && stripped_uri.has_prefix ("www."))
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-content-request.c141 gboolean is_http; in e_content_request_process() local
147 is_http = g_ascii_strncasecmp (uri, "http", 4) == 0 || in e_content_request_process()
157 …e_simple_async_result_run_in_thread (result, is_http ? G_PRIORITY_LOW : G_PRIORITY_DEFAULT, conten… in e_content_request_process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/proxy_resolution/
H A Dproxy_info.h105 bool is_http() const { in is_http() function
108 return proxy_server().is_http(); in is_http()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/proxy_resolution/
H A Dproxy_info.h94 bool is_http() const { in is_http() function
97 return proxy_server().is_http(); in is_http()
/dports/www/eolie/eolie-0.9.101/eolie/
H A Dwebview_signals.py194 is_http = parsed.scheme in ["http", "https"]
195 if is_http:
204 not is_http:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dproxy_server.h61 bool is_http() const { return scheme_ == SCHEME_HTTP; } in is_http() function
76 bool is_http_like() const { return is_http() || is_https() || is_quic(); } in is_http_like()
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Publish/
H A DPlanet.pm35 entries => [ grep is_http($_->link), $feed->entries ],
52 sub is_http { subroutine
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dls.c43 int is_http) in vsf_ls_populate_dir_list() argument
54 int show_parent = (is_http == 1 && !str_equal_text(p_base_dir_str, "/")) ? 1 : 0; in vsf_ls_populate_dir_list()
167 if (!is_http && vsf_sysutil_statbuf_is_symlink(s_p_statbuf)) in vsf_ls_populate_dir_list()
181 if (is_http) in vsf_ls_populate_dir_list()
/dports/www/R-cran-httr/httr/R/
H A Drequest.R160 is_http <- tolower(url_scheme) %in% c("http", "https") functionVar
161 if (is_http) {
169 if (is_http && !is.null(headers$date)) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/socket/
H A Dconnect_job.cc126 if (proxy_server.is_http() || proxy_server.is_https() || in CreateConnectJob()
129 if (!proxy_server.is_http()) { in CreateConnectJob()
171 if (proxy_server.is_http() || proxy_server.is_https()) { in CreateConnectJob()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_proto_http.c22 int is_http; in test_proto_http_peek() member
39 tt_int_op(cases[i].is_http, OP_EQ, peek_buf_has_http_command(buf)); in test_proto_http_peek()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_proto_http.c22 int is_http; in test_proto_http_peek() member
39 tt_int_op(cases[i].is_http, OP_EQ, peek_buf_has_http_command(buf)); in test_proto_http_peek()

123456