Searched refs:keepalive (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dhttp_core.c137 c->keepalive = AP_CONN_UNKNOWN;
183 c->keepalive = AP_CONN_UNKNOWN;
201 if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted)
H A Dhttp_filters.c118 f->r->connection->keepalive = AP_CONN_CLOSE;
926 r->connection->keepalive = AP_CONN_CLOSE;
1408 if (r->main || r->connection->keepalive == AP_CONN_CLOSE ||
1503 * If an error occurs on input, we force an end to keepalive.
1595 r->connection->keepalive = AP_CONN_CLOSE;
1609 r->connection->keepalive = AP_CONN_CLOSE;
1676 r->connection->keepalive = AP_CONN_CLOSE;
H A Dhttp_protocol.c235 if ((r->connection->keepalive != AP_CONN_CLOSE)
260 r->connection->keepalive = AP_CONN_KEEPALIVE;
295 * If we had previously been a keepalive connection and this
299 if ((r->connection->keepalive != AP_CONN_CLOSE)
304 r->connection->keepalive = AP_CONN_CLOSE;
H A Dhttp_request.c157 * connection is not eligible for keepalive. If we want to keep the
161 r->connection->keepalive = AP_CONN_CLOSE;
221 if (c->keepalive != AP_CONN_CLOSE) {
/macosx-10.10.1/tcl-105/tcl/tcl/library/http/
H A Dhttp.tcl79 # Let user control default keepalive for compatibility
340 set state(-keepalive) $defaultKeepalive
353 -binary -blocksize -channel -command -handler -headers -keepalive
555 if {$state(-keepalive)} {
590 [expr {$state(-keepalive)?"keepalive":""}]
591 if {$state(-keepalive)} {
669 if {$state(-protocol) == 1.0 && $state(-keepalive)} {
672 if {$state(-protocol) > 1.0 && !$state(-keepalive)} {
675 if {[info exists phost] && ($phost ne "") && $state(-keepalive)} {
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/http2.6/
H A Dhttp.tcl15 # -protocol, -keepalive, -socketvar. (Pat Thoyts)
100 # Let user control default keepalive for compatibility
356 set state(-keepalive) $defaultKeepalive
369 -binary -blocksize -channel -command -handler -headers -keepalive
567 if {$state(-keepalive)} {
602 [expr {$state(-keepalive)?"keepalive":""}]
603 if {$state(-keepalive)} {
681 if {$state(-protocol) == 1.0 && $state(-keepalive)} {
684 if {$state(-protocol) > 1.0 && !$state(-keepalive)} {
[all...]
/macosx-10.10.1/apache-793/httpd/support/
H A Dab.c237 int keepalive; /* non-zero if a keep-alive request */ member in struct:connection
279 int keepalive = 0; /* try and do keepalive connections */ variable
843 if (keepalive)
1129 if (keepalive)
1229 c->keepalive = 0;
1335 if (c->read == 0 && c->keepalive) {
1554 if (keepalive &&
1563 c->keepalive = 1;
1569 c->keepalive
[all...]
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_reflector.c77 if (r->main || r->connection->keepalive == AP_CONN_CLOSE ||
H A Dmod_reqtimeout.c328 f->c->keepalive = AP_CONN_CLOSE;
/macosx-10.10.1/remote_cmds-47/rlogind.tproj/
H A Drlogind.c124 int keepalive = 1; variable
182 keepalive = 0;
217 if (keepalive &&
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dmkconstants.rb608 TCP_KEEPCNT nil Maximum number of keepalive probes allowed before dropping a connection
609 TCP_KEEPIDLE nil Idle time before keepalive probes are sent
610 TCP_KEEPINTVL nil Time between keepalive probes
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_fdpass.c257 r->connection->keepalive = AP_CONN_CLOSE;
H A Dmod_proxy_connect.c490 c->keepalive = AP_CONN_CLOSE;
H A Dmod_proxy.h383 unsigned int keepalive:1; member in struct:__anon6051
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c119 int keepalive = 1; variable
264 keepalive = 0;
438 if (keepalive &&
/macosx-10.10.1/remote_cmds-47/rshd.tproj/
H A Drshd.c122 int keepalive = 1; variable
178 keepalive = 0;
226 if (keepalive &&
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c86 int keepalive = 1; variable
276 keepalive = 0;
408 if (keepalive &&
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto_ipsec.c135 utun_ipsec_keepalive_and_nat_info_to_sadb_flags (if_utun_crypto_ipsec_keepalive_t keepalive, argument
145 switch (keepalive) {
147 flags |= SADB_X_EXT_NATT_KEEPALIVE; // normal keepalive packet
150 flags |= (SADB_X_EXT_ESP_KEEPALIVE | SADB_X_EXT_PUNT_RX_KEEPALIVE); // use an EMPTY ESP as a keepalive
469 flags = utun_ipsec_keepalive_and_nat_info_to_sadb_flags(args_ipsec_v1->keepalive,
751 // otherwise it's AF_UTUN which will be a keepalive packet to be encapsulated, encrypted and sent
839 // otherwise it's AF_UTUN which will be a keepalive packet to be encapsulated, encrypted and sent
987 // ESP keepalive meets all these conditions: ESP trailer's next proto indicates IP, the decrypted packet only has one zero'd byte in it.
1017 // keepalive is being punted up to the control socket, prepend with a special packet type (PF_UTUN)
H A Dif_utun_crypto.h157 if_utun_crypto_ipsec_keepalive_t keepalive; member in struct:utun_crypto_keys_ipsec_args_v1
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c237 * so they won't change across keepalive requests
766 "a pipelined request is present; keepalive "
768 r->connection->keepalive = AP_CONN_CLOSE;
799 r->connection->keepalive = AP_CONN_CLOSE;
824 r->connection->keepalive = AP_CONN_CLOSE;
/macosx-10.10.1/postfix-255/
H A Dchunking.pl982 my $keepalive = 0;
991 ++$keepalive;
994 last if $keepalive >= 2; # 2 minutes per...
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsamba.vim46 syn keyword sambaKeyword contained interfaces interval invalid keepalive
H A Dexim.vim54 syn keyword eximKeyword allow_localhost authenticate_hosts batch_max command_timeout connect_timeout data_timeout delay_after_cutoff dns_qualify_single dns_search_parents fallback_hosts final_timeout gethostbyname helo_data hosts hosts_avoid_tls hosts_require_tls hosts_override hosts_max_try hosts_randomize interface keepalive max_rcpt multi_domain mx_domains port protocol retry_include_ip_address serialize_hosts service size_addition tls_certificate tls_privatekey tls_verify_certificates tls_verify_ciphers
/macosx-10.10.1/apache-793/httpd/include/
H A Dhttpd.h163 /** The timeout for waiting for keepalive timeout until next request */
1055 * @brief Enumeration of connection keepalive options
1137 ap_conn_keepalive_e keepalive; member in struct:conn_rec
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dmptcp.c97 SYSCTL_INT(_net_inet_mptcp, OID_AUTO, keepalive, CTLFLAG_RW | CTLFLAG_LOCKED,

Completed in 334 milliseconds

12