Searched refs:aborted (Results 1 - 25 of 27) sorted by relevance
12
| /httpd/server/ |
| H A D | connection.c | 133 if (c->aborted) { 142 || c->aborted) { 209 c->aborted = 1; 212 if (!c->aborted) {
|
| H A D | core_filters.c | 383 /* Fail quickly if the connection has already been aborted. */ 384 if (c->aborted) { 472 /* The client has aborted the connection */ 476 c->aborted = 1; 559 /* The client has aborted the connection */ 563 c->aborted = 1; 587 /* The client has aborted the connection */ 591 c->aborted = 1;
|
| H A D | protocol.c | 1505 if (rv != APR_SUCCESS || f->c->aborted) { 1689 if (r->connection->aborted) { 1701 if (r->connection->aborted) 1726 if (vd->r->connection->aborted) 1752 if (r->connection->aborted) 1775 if (r->connection->aborted) 1792 if (r->connection->aborted)
|
| /httpd/server/mpm/simple/ |
| H A D | simple_io.c | 53 if (scon->c->clogging_input_filters && !scon->c->aborted) { 69 while (!c->aborted) { 82 if (!c->aborted) { 137 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted) { 239 "simple_io_setup_conn: connection aborted"); 240 scon->c->aborted = 1;
|
| /httpd/modules/filters/ |
| H A D | mod_ratelimit.c | 68 if (f->c->aborted) { 69 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, f->r, APLOGNO(01454) "rl: conn aborted"); 136 if (f->c->aborted) { 171 if (f->c->aborted) {
|
| /httpd/modules/proxy/ |
| H A D | mod_proxy_connect.c | 160 if (c_o->aborted) 351 backconn->aborted = 1; 448 backconn->aborted = 1; 465 c->aborted = 1; 487 if (backconn->aborted)
|
| H A D | mod_proxy_ajp.c | 523 r->connection->aborted ? 524 " Client aborted connection." : ""); 565 * If connection has been aborted by client: Stop working. 568 if (r->connection->aborted) { 570 "client connection aborted"); 689 int level = (r->connection->aborted) ? APLOG_DEBUG : APLOG_ERR; 704 if (data_sent && !r->eos_sent && !r->connection->aborted
|
| H A D | mod_proxy_wstunnel.c | 98 backconn->aborted = 1; 118 c->aborted = 1; 286 if (c_o->aborted) {
|
| H A D | mod_proxy_http.c | 1789 || c->aborted) { 1894 || c->aborted) { 1895 /* Ack! Phbtt! Die! User aborted! */ 1953 /* If our connection with the client is to be aborted, return DONE. */ 1954 if (c->aborted || backend_broke) {
|
| H A D | mod_proxy_ftp.c | 246 /* The connection aborted or timed out */ 1875 /* 426 Connection closed; transfer aborted. */ 1877 /* 451 Requested action aborted. Local error in processing. */ 2044 data->aborted = 1; 2115 || c->aborted) { 2116 /* Ack! Phbtt! Die! User aborted! */
|
| H A D | proxy_util.c | 2943 if (!c->aborted) { 2951 c->aborted = 1; 3029 conn->connection->aborted = 1; 3635 if (origin->aborted) {
|
| /httpd/modules/ssl/ |
| H A D | mod_ssl.c | 547 c->aborted = 1; 567 c->aborted = 1;
|
| H A D | ssl_engine_io.c | 142 if (outctx->rc == APR_SUCCESS && outctx->c->aborted) { 1076 c->aborted = 1; 1387 if (f->c->aborted) { 1388 /* XXX: Ok, if we aborted, we ARE at the EOS. We also have 1389 * aborted. This 'double protection' is probably redundant, 1704 if (f->c->aborted) {
|
| /httpd/modules/http/ |
| H A D | http_core.c | 221 if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted)
|
| H A D | http_request.c | 233 if (c->keepalive != AP_CONN_CLOSE && !c->aborted) { 271 * occured before that (eg. c->aborted => still in bb) and we ought 285 c->cs->state = (c->aborted) ? CONN_STATE_LINGER
|
| /httpd/modules/test/ |
| H A D | mod_dialup.c | 56 if (db->r->connection->aborted) {
|
| /httpd/server/mpm/winnt/ |
| H A D | child.c | 873 c->aborted = 1; 876 if (e && c->aborted) { 883 if (!c->aborted) { 891 if (!c->aborted) {
|
| /httpd/server/mpm/motorz/ |
| H A D | motorz.c | 168 "motorz_io_setup_conn: connection aborted"); 169 scon->c->aborted = 1; 319 if (scon->c->clogging_input_filters && !scon->c->aborted) { 335 while (!c->aborted) { 354 if (!c->aborted) { 405 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted) {
|
| /httpd/server/mpm/event/ |
| H A D | event.c | 944 if (c->aborted 945 || ap_shutdown_conn(c, 0) != APR_SUCCESS || c->aborted 1090 "process_socket: connection aborted"); 1091 c->aborted = 1; 1119 if (c->clogging_input_filters && !c->aborted) { 1136 if (!c->aborted) { 1179 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted ||
|
| /httpd/include/ |
| H A D | httpd.h | 1151 unsigned aborted; member in struct:conn_rec
|
| /httpd/modules/arch/win32/ |
| H A D | mod_isapi.c | 1377 *((int *)buf_data) = (r->connection->aborted == 0);
|
| /httpd/modules/generators/ |
| H A D | mod_cgi.c | 1035 if (rv == APR_SUCCESS && !r->connection->aborted) {
|
| /httpd/modules/cache/ |
| H A D | mod_cache_disk.c | 1279 if (r->connection->aborted || r->no_cache) { 1282 "because connection has been aborted.", h->cache_obj->key);
|
| H A D | mod_cache_socache.c | 836 "buffer too small for Vary array, caching aborted: %s", 1069 if (r->connection->aborted || r->no_cache) { 1072 "because connection has been aborted.",
|
| /httpd/modules/loggers/ |
| H A D | mod_log_config.c | 113 * 'X' = connection aborted before the response completed. 874 if (r->connection->aborted)
|
Completed in 129 milliseconds
12