Home
last modified time | relevance | path

Searched refs:http_conn (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/net/samba412/samba-4.12.15/libcli/http/
H A Dhttp_conn.c42 struct http_conn *http_conn; member
82 state->http_conn = talloc_zero(state, struct http_conn); in http_connect_send()
87 state->http_conn->send_queue = tevent_queue_create(state->http_conn, in http_connect_send()
214 state->http_conn->tstreams.active = state->http_conn->tstreams.raw; in http_connect_tcp_done()
253 state->http_conn->tstreams.active = state->http_conn->tstreams.tls; in http_connect_tls_done()
261 struct http_conn **http_conn) in http_connect_recv() argument
272 *http_conn = talloc_move(mem_ctx, &state->http_conn); in http_connect_recv()
278 struct tevent_queue *http_conn_send_queue(struct http_conn *http_conn) in http_conn_send_queue() argument
290 struct http_conn *http_conn; member
297 struct http_conn *http_conn) in http_disconnect_send() argument
[all …]
H A Dhttp.h97 struct http_conn;
108 struct http_conn **http_conn);
112 struct http_conn *http_conn);
115 struct tevent_queue *http_conn_send_queue(struct http_conn *http_conn);
116 struct tstream_context *http_conn_tstream(struct http_conn *http_conn);
121 struct http_conn *,
128 struct http_conn *,
137 struct http_conn *,
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/
H A Dfilters.go27http_conn "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connection_mana… packageName
38 corsFilter = &http_conn.HttpFilter{
40 ConfigType: &http_conn.HttpFilter_TypedConfig{
44 faultFilter = &http_conn.HttpFilter{
46 ConfigType: &http_conn.HttpFilter_TypedConfig{
50 routerFilter = &http_conn.HttpFilter{
52 ConfigType: &http_conn.HttpFilter_TypedConfig{
56 grpcWebFilter = &http_conn.HttpFilter{
58 ConfigType: &http_conn.HttpFilter_TypedConfig{
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/plugin/health/
H A Dhealth_test.go23http_conn "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connection_mana… packageName
50 HTTP: []*http_conn.HttpFilter{
53 ConfigType: &http_conn.HttpFilter_TypedConfig{
79 HTTP: []*http_conn.HttpFilter{
82 ConfigType: &http_conn.HttpFilter_TypedConfig{
116 HTTP: []*http_conn.HttpFilter{
119 ConfigType: &http_conn.HttpFilter_TypedConfig{
133 ConfigType: &http_conn.HttpFilter_TypedConfig{
168 HTTP: []*http_conn.HttpFilter{
171 ConfigType: &http_conn.HttpFilter_TypedConfig{
H A Dhealth.go24http_conn "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connection_mana… packageName
43 func buildHealthCheckFilter(probe *model.Probe) *http_conn.HttpFilter {
54 out := &http_conn.HttpFilter{
56 ConfigType: &http_conn.HttpFilter_TypedConfig{TypedConfig: util.MessageToAny(config)},
78 func containsHTTPFilter(array []*http_conn.HttpFilter, elem *http_conn.HttpFilter) bool {
/dports/audio/re/re-0.5.8/src/http/
H A Dserver.c35 struct http_conn {
46 static void conn_close(struct http_conn *conn);
56 struct http_conn *conn = le->data;
71 struct http_conn *conn = arg;
81 static void conn_close(struct http_conn *conn)
93 struct http_conn *conn = arg;
102 struct http_conn *conn = arg;
197 struct http_conn *conn = arg;
208 struct http_conn *conn;
359 struct tcp_conn *http_conn_tcp(struct http_conn *conn)
[all …]
/dports/net-im/pidgin-skypeweb/skype4pidgin-1.7/skypeweb/purple2compat/
H A Dhttp.h91 typedef void (*PurpleHttpCallback)(PurpleHttpConnection *http_conn,
99 typedef void (*PurpleHttpContentReaderCb)(PurpleHttpConnection *http_conn,
114 typedef void (*PurpleHttpContentReader)(PurpleHttpConnection *http_conn,
132 typedef gboolean (*PurpleHttpContentWriter)(PurpleHttpConnection *http_conn,
147 typedef void (*PurpleHttpProgressWatcher)(PurpleHttpConnection *http_conn,
214 void purple_http_conn_cancel(PurpleHttpConnection *http_conn);
232 gboolean purple_http_conn_is_running(PurpleHttpConnection *http_conn);
243 PurpleHttpConnection *http_conn);
254 PurpleHttpConnection *http_conn);
265 PurpleHttpConnection *http_conn);
[all …]
/dports/net-im/purple-facebook/purple-facebook-0.9.6/pidgin/libpurple/
H A Dhttp.h91 typedef void (*PurpleHttpCallback)(PurpleHttpConnection *http_conn,
99 typedef void (*PurpleHttpContentReaderCb)(PurpleHttpConnection *http_conn,
114 typedef void (*PurpleHttpContentReader)(PurpleHttpConnection *http_conn,
132 typedef gboolean (*PurpleHttpContentWriter)(PurpleHttpConnection *http_conn,
147 typedef void (*PurpleHttpProgressWatcher)(PurpleHttpConnection *http_conn,
215 void purple_http_conn_cancel(PurpleHttpConnection *http_conn);
233 gboolean purple_http_conn_is_running(PurpleHttpConnection *http_conn);
244 PurpleHttpConnection *http_conn);
255 PurpleHttpConnection *http_conn);
266 PurpleHttpConnection *http_conn);
[all …]
/dports/net-im/pidgin-icyque/icyque-4fc08a0/purple2compat/
H A Dhttp.h91 typedef void (*PurpleHttpCallback)(PurpleHttpConnection *http_conn,
99 typedef void (*PurpleHttpContentReaderCb)(PurpleHttpConnection *http_conn,
114 typedef void (*PurpleHttpContentReader)(PurpleHttpConnection *http_conn,
132 typedef gboolean (*PurpleHttpContentWriter)(PurpleHttpConnection *http_conn,
147 typedef void (*PurpleHttpProgressWatcher)(PurpleHttpConnection *http_conn,
214 void purple_http_conn_cancel(PurpleHttpConnection *http_conn);
232 gboolean purple_http_conn_is_running(PurpleHttpConnection *http_conn);
243 PurpleHttpConnection *http_conn);
254 PurpleHttpConnection *http_conn);
265 PurpleHttpConnection *http_conn);
[all …]
/dports/net-im/purple-discord/purple-discord-6c5a778/purple2compat/
H A Dhttp.h91 typedef void (*PurpleHttpCallback)(PurpleHttpConnection *http_conn,
99 typedef void (*PurpleHttpContentReaderCb)(PurpleHttpConnection *http_conn,
114 typedef void (*PurpleHttpContentReader)(PurpleHttpConnection *http_conn,
132 typedef gboolean (*PurpleHttpContentWriter)(PurpleHttpConnection *http_conn,
147 typedef void (*PurpleHttpProgressWatcher)(PurpleHttpConnection *http_conn,
214 void purple_http_conn_cancel(PurpleHttpConnection *http_conn);
232 gboolean purple_http_conn_is_running(PurpleHttpConnection *http_conn);
243 PurpleHttpConnection *http_conn);
254 PurpleHttpConnection *http_conn);
265 PurpleHttpConnection *http_conn);
[all …]
/dports/net-im/purple-googlechat/purple-googlechat-56ba7f7/purple2compat/
H A Dhttp.h91 typedef void (*PurpleHttpCallback)(PurpleHttpConnection *http_conn,
99 typedef void (*PurpleHttpContentReaderCb)(PurpleHttpConnection *http_conn,
114 typedef void (*PurpleHttpContentReader)(PurpleHttpConnection *http_conn,
132 typedef gboolean (*PurpleHttpContentWriter)(PurpleHttpConnection *http_conn,
147 typedef void (*PurpleHttpProgressWatcher)(PurpleHttpConnection *http_conn,
214 void purple_http_conn_cancel(PurpleHttpConnection *http_conn);
232 gboolean purple_http_conn_is_running(PurpleHttpConnection *http_conn);
243 PurpleHttpConnection *http_conn);
254 PurpleHttpConnection *http_conn);
265 PurpleHttpConnection *http_conn);
[all …]
/dports/net-im/purple-hangouts/purple-hangouts-55b9f01/purple2compat/
H A Dhttp.h91 typedef void (*PurpleHttpCallback)(PurpleHttpConnection *http_conn,
99 typedef void (*PurpleHttpContentReaderCb)(PurpleHttpConnection *http_conn,
114 typedef void (*PurpleHttpContentReader)(PurpleHttpConnection *http_conn,
132 typedef gboolean (*PurpleHttpContentWriter)(PurpleHttpConnection *http_conn,
147 typedef void (*PurpleHttpProgressWatcher)(PurpleHttpConnection *http_conn,
214 void purple_http_conn_cancel(PurpleHttpConnection *http_conn);
232 gboolean purple_http_conn_is_running(PurpleHttpConnection *http_conn);
243 PurpleHttpConnection *http_conn);
254 PurpleHttpConnection *http_conn);
265 PurpleHttpConnection *http_conn);
[all …]
/dports/net-im/purple-mattermost/purple-mattermost-2.0/purple2compat/
H A Dhttp.h91 typedef void (*PurpleHttpCallback)(PurpleHttpConnection *http_conn,
99 typedef void (*PurpleHttpContentReaderCb)(PurpleHttpConnection *http_conn,
114 typedef void (*PurpleHttpContentReader)(PurpleHttpConnection *http_conn,
132 typedef gboolean (*PurpleHttpContentWriter)(PurpleHttpConnection *http_conn,
147 typedef void (*PurpleHttpProgressWatcher)(PurpleHttpConnection *http_conn,
214 void purple_http_conn_cancel(PurpleHttpConnection *http_conn);
232 gboolean purple_http_conn_is_running(PurpleHttpConnection *http_conn);
243 PurpleHttpConnection *http_conn);
254 PurpleHttpConnection *http_conn);
265 PurpleHttpConnection *http_conn);
[all …]
/dports/databases/py-python-swiftclient/python-swiftclient-3.12.0/swiftclient/
H A Dclient.py905 if http_conn:
948 if http_conn:
1093 if http_conn:
1138 if http_conn:
1185 if http_conn:
1233 if http_conn:
1293 if http_conn:
1350 if http_conn:
1421 if http_conn:
1516 if http_conn:
[all …]
/dports/audio/re/re-0.5.8/include/
H A Dre_http.h136 struct http_conn;
138 typedef void (http_req_h)(struct http_conn *conn, const struct http_msg *msg,
146 const struct sa *http_conn_peer(const struct http_conn *conn);
147 struct tcp_conn *http_conn_tcp(struct http_conn *conn);
148 struct tls_conn *http_conn_tls(struct http_conn *conn);
149 void http_conn_close(struct http_conn *conn);
150 int http_reply(struct http_conn *conn, uint16_t scode, const char *reason,
152 int http_creply(struct http_conn *conn, uint16_t scode, const char *reason,
154 int http_ereply(struct http_conn *conn, uint16_t scode, const char *reason);
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dboto_resumable_upload.py342 http_conn.putrequest('PUT', http_request.path)
344 http_conn.putheader(k, put_headers[k])
345 http_conn.endheaders()
349 http_conn.set_debuglevel(0)
354 http_conn.send(buf)
358 http_conn.send(buf)
363 http_conn.send(buf_bytes)
375 http_conn.set_debuglevel(conn.debug)
388 resp = http_conn.getresponse()
460 http_conn.set_debuglevel(conn.debug)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dboto_resumable_upload.py342 http_conn.putrequest('PUT', http_request.path)
344 http_conn.putheader(k, put_headers[k])
345 http_conn.endheaders()
349 http_conn.set_debuglevel(0)
354 http_conn.send(buf)
358 http_conn.send(buf)
363 http_conn.send(buf_bytes)
375 http_conn.set_debuglevel(conn.debug)
388 resp = http_conn.getresponse()
460 http_conn.set_debuglevel(conn.debug)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dboto_resumable_upload.py271 def _UploadFileBytes(self, conn, http_conn, fp, file_length, argument
327 http_conn.putrequest('PUT', http_request.path)
329 http_conn.putheader(k, put_headers[k])
330 http_conn.endheaders()
334 http_conn.set_debuglevel(0)
336 http_conn.send(buf)
344 http_conn.set_debuglevel(conn.debug)
355 resp = http_conn.getresponse()
357 http_conn.set_debuglevel(conn.debug)
432 http_conn.set_debuglevel(conn.debug)
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/gs/
H A Dresumable_upload_handler.py316 def _upload_file_bytes(self, conn, http_conn, fp, file_length, argument
361 http_conn.putrequest('PUT', http_request.path)
363 http_conn.putheader(k, put_headers[k])
364 http_conn.endheaders()
368 http_conn.set_debuglevel(0)
370 http_conn.send(buf)
380 http_conn.set_debuglevel(conn.debug)
391 resp = http_conn.getresponse()
393 http_conn.set_debuglevel(conn.debug)
481 http_conn.set_debuglevel(conn.debug)
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/src/
H A Dworker.c75 struct rspamd_http_connection *http_conn; member
152 task->http_conn = session->http_conn; in rspamd_worker_body_handler()
273 rspamd_http_connection_reset (task->http_conn); in rspamd_worker_error_handler()
275 rspamd_http_connection_write_message (task->http_conn, in rspamd_worker_error_handler()
287 rspamd_http_connection_reset (session->http_conn); in rspamd_worker_error_handler()
288 rspamd_http_connection_unref (session->http_conn); in rspamd_worker_error_handler()
327 rspamd_http_connection_reset (session->http_conn); in rspamd_worker_finish_handler()
328 rspamd_http_connection_unref (session->http_conn); in rspamd_worker_finish_handler()
381 session->http_conn = rspamd_http_connection_new_server ( in accept_socket()
390 rspamd_http_connection_set_max_size (session->http_conn, in accept_socket()
[all …]
/dports/mail/rspamd/rspamd-3.1/src/
H A Dworker.c75 struct rspamd_http_connection *http_conn; member
152 task->http_conn = session->http_conn; in rspamd_worker_body_handler()
273 rspamd_http_connection_reset (task->http_conn); in rspamd_worker_error_handler()
275 rspamd_http_connection_write_message (task->http_conn, in rspamd_worker_error_handler()
287 rspamd_http_connection_reset (session->http_conn); in rspamd_worker_error_handler()
288 rspamd_http_connection_unref (session->http_conn); in rspamd_worker_error_handler()
327 rspamd_http_connection_reset (session->http_conn); in rspamd_worker_finish_handler()
328 rspamd_http_connection_unref (session->http_conn); in rspamd_worker_finish_handler()
381 session->http_conn = rspamd_http_connection_new_server ( in accept_socket()
390 rspamd_http_connection_set_max_size (session->http_conn, in accept_socket()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/gs/
H A Dresumable_upload_handler.py316 def _upload_file_bytes(self, conn, http_conn, fp, file_length, argument
361 http_conn.putrequest('PUT', http_request.path)
363 http_conn.putheader(k, put_headers[k])
364 http_conn.endheaders()
368 http_conn.set_debuglevel(0)
370 http_conn.send(buf)
380 http_conn.set_debuglevel(conn.debug)
391 resp = http_conn.getresponse()
393 http_conn.set_debuglevel(conn.debug)
481 http_conn.set_debuglevel(conn.debug)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/gs/
H A Dresumable_upload_handler.py316 def _upload_file_bytes(self, conn, http_conn, fp, file_length, argument
361 http_conn.putrequest('PUT', http_request.path)
363 http_conn.putheader(k, put_headers[k])
364 http_conn.endheaders()
368 http_conn.set_debuglevel(0)
370 http_conn.send(buf)
380 http_conn.set_debuglevel(conn.debug)
391 resp = http_conn.getresponse()
393 http_conn.set_debuglevel(conn.debug)
481 http_conn.set_debuglevel(conn.debug)
[all …]
/dports/devel/py-boto/boto-2.49.0/boto/gs/
H A Dresumable_upload_handler.py316 def _upload_file_bytes(self, conn, http_conn, fp, file_length, argument
361 http_conn.putrequest('PUT', http_request.path)
363 http_conn.putheader(k, put_headers[k])
364 http_conn.endheaders()
368 http_conn.set_debuglevel(0)
370 http_conn.send(buf)
380 http_conn.set_debuglevel(conn.debug)
391 resp = http_conn.getresponse()
393 http_conn.set_debuglevel(conn.debug)
481 http_conn.set_debuglevel(conn.debug)
[all …]
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/security/authn/v1beta1/
H A Dpolicy_applier_test.go59 expected *http_conn.HttpFilter
89 expected: &http_conn.HttpFilter{
166 expected: &http_conn.HttpFilter{
286 expected: &http_conn.HttpFilter{
350 expected: &http_conn.HttpFilter{
415 expected: &http_conn.HttpFilter{
481 expected: &http_conn.HttpFilter{
872 expected: &http_conn.HttpFilter{
899 expected: &http_conn.HttpFilter{
933 expected: &http_conn.HttpFilter{
[all …]

12345678910