Home
last modified time | relevance | path

Searched refs:CONN_CLOSE (Results 1 – 25 of 106) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/protocol/
H A DResponseConnControl.java74 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
78 if (explicit != null && HTTP.CONN_CLOSE.equalsIgnoreCase(explicit.getValue())) { in process()
89 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
100 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
H A DHTTP.java62 public static final String CONN_CLOSE = "Close"; field in HTTP
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/protocol/
H A DResponseConnControl.java74 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
78 if (explicit != null && HTTP.CONN_CLOSE.equalsIgnoreCase(explicit.getValue())) { in process()
89 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
100 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
H A DHTTP.java62 public static final String CONN_CLOSE = "Close"; field in HTTP
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_ws.c168 (txn->flags.conn & CONN_CLOSE) && !(flags & WSLAY_MSG_MORE); in send_cb()
303 txn->flags.conn = CONN_CLOSE; in on_msg_recv_cb()
728 txn->flags.conn = CONN_CLOSE; in ws_output()
740 int goaway = txn->flags.conn & CONN_CLOSE; in ws_input()
767 txn->flags.conn = CONN_CLOSE; in ws_input()
787 txn->flags.conn = CONN_CLOSE; in ws_input()
803 txn->flags.conn = CONN_CLOSE; in ws_input()
H A Dhttp_h2.c369 if (txn->flags.conn & CONN_CLOSE) { in frame_recv_cb()
399 if (txn->flags.conn & CONN_CLOSE) { in frame_recv_cb()
682 txn->flags.conn = CONN_CLOSE; in http2_output()
688 txn->flags.conn = CONN_CLOSE; in http2_output()
698 int goaway = txn->flags.conn & CONN_CLOSE; in http2_input()
717 txn->flags.conn = CONN_CLOSE; in http2_input()
759 txn->flags.conn = CONN_CLOSE; in http2_input()
H A Dhttpd.c1422 txn->flags.conn = CONN_CLOSE; in preauth_check_hdrs()
1428 txn->flags.conn = CONN_CLOSE; in preauth_check_hdrs()
1440 txn->flags.conn = CONN_CLOSE; in preauth_check_hdrs()
1849 txn->flags.conn = CONN_CLOSE; in http1_input()
1867 txn->flags.conn = CONN_CLOSE; in http1_input()
1886 if (!(txn->flags.conn & CONN_CLOSE)) { in http1_input()
1889 txn->flags.conn = CONN_CLOSE; in http1_input()
2002 txn.flags.conn = CONN_CLOSE; in cmdloop()
2039 } while (!(txn.flags.conn & CONN_CLOSE)); in cmdloop()
2170 txn->flags.conn |= CONN_CLOSE; in parse_connection()
[all …]
H A Dhttp_applepush.c196 txn->flags.conn = CONN_CLOSE; in meth_post_applepush()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_ws.c171 (txn->flags.conn & CONN_CLOSE) && !(flags & WSLAY_MSG_MORE); in send_cb()
426 txn->flags.conn = CONN_CLOSE; in on_msg_recv_cb()
817 txn->flags.conn = CONN_CLOSE; in ws_output()
823 txn->flags.conn = CONN_CLOSE; in ws_output()
834 int goaway = txn->flags.conn & CONN_CLOSE; in ws_input()
861 txn->flags.conn = CONN_CLOSE; in ws_input()
892 txn->flags.conn = CONN_CLOSE; in ws_input()
H A Dhttp_h2.c369 if (txn->flags.conn & CONN_CLOSE) { in frame_recv_cb()
399 if (txn->flags.conn & CONN_CLOSE) { in frame_recv_cb()
682 txn->flags.conn = CONN_CLOSE; in http2_output()
688 txn->flags.conn = CONN_CLOSE; in http2_output()
698 int goaway = txn->flags.conn & CONN_CLOSE; in http2_input()
717 txn->flags.conn = CONN_CLOSE; in http2_input()
759 txn->flags.conn = CONN_CLOSE; in http2_input()
H A Dhttpd.c1430 txn->flags.conn = CONN_CLOSE; in preauth_check_hdrs()
1436 txn->flags.conn = CONN_CLOSE; in preauth_check_hdrs()
1448 txn->flags.conn = CONN_CLOSE; in preauth_check_hdrs()
1863 txn->flags.conn = CONN_CLOSE; in http1_input()
1881 txn->flags.conn = CONN_CLOSE; in http1_input()
1900 if (!(txn->flags.conn & CONN_CLOSE)) { in http1_input()
1903 txn->flags.conn = CONN_CLOSE; in http1_input()
2019 txn.flags.conn = CONN_CLOSE; in cmdloop()
2056 } while (!(txn.flags.conn & CONN_CLOSE)); in cmdloop()
2187 txn->flags.conn |= CONN_CLOSE; in parse_connection()
[all …]
H A Dhttp_applepush.c196 txn->flags.conn = CONN_CLOSE; in meth_post_applepush()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DEvent.php42 const CONN_CLOSE = 5; define in Doctrine_Event
162 case self::CONN_CLOSE:
/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dconnection.h54 #define CONN_CLOSE( cp ) { Sclose( (cp)->co_descriptor ); (cp)->co_descriptor = -1; } macro
H A Dretry.c64 CONN_CLOSE( cp ) ; in server_retry()
H A Dconnection.c184 CONN_CLOSE( cp ) ; in conn_free()
H A Dserver.c176 CONN_CLOSE( cp ) ; in server_run()
/dports/www/mod_perl2/mod_perl-2.0.11/t/response/TestAPI/
H A Dconn_rec.pm78 Apache2::Const::CONN_CLOSE,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/psutil/psutil/
H A D__init__.pyi7 CONN_CLOSE as CONN_CLOSE,
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/
H A DDefaultConnectionReuseStrategy.java143 if (HTTP.CONN_CLOSE.equalsIgnoreCase(token)) { in keepAlive()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/
H A DDefaultConnectionReuseStrategy.java143 if (HTTP.CONN_CLOSE.equalsIgnoreCase(token)) { in keepAlive()
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/psutil/
H A D_common.py53 CONN_CLOSE = "CLOSE" variable
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dhttpd.c442 if (txn->flags.conn & CONN_CLOSE) { in http2_frame_recv_cb()
1597 txn->flags.conn = CONN_CLOSE; in examine_request()
1604 txn->flags.conn = CONN_CLOSE; in examine_request()
1614 txn->flags.conn = CONN_CLOSE; in examine_request()
2043 txn.flags.conn = CONN_CLOSE; in cmdloop()
2063 txn.flags.conn = CONN_CLOSE; in cmdloop()
2110 txn.flags.conn = CONN_CLOSE; in cmdloop()
2146 txn.flags.conn = CONN_CLOSE; in cmdloop()
2150 if (txn.flags.conn & CONN_CLOSE) { in cmdloop()
2283 txn->flags.conn |= CONN_CLOSE; in parse_connection()
[all …]
H A Dhttp_applepush.c194 txn->flags.conn = CONN_CLOSE; in meth_post_applepush()
/dports/sysutils/py-glances/glances-3.1.4/glances/plugins/
H A Dglances_connections.py52 psutil.CONN_CLOSE,

12345