Searched refs:aborted (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.10.1/apache-793/httpd/server/
H A Dconnection.c123 if (c->aborted) {
132 || c->aborted) {
198 c->aborted = 1;
201 if (!c->aborted) {
H A Dcore_filters.c383 /* Fail quickly if the connection has already been aborted. */
384 if (c->aborted) {
475 /* The client has aborted the connection */
478 c->aborted = 1;
547 /* The client has aborted the connection */
550 c->aborted = 1;
560 /* The client has aborted the connection */
563 c->aborted = 1;
H A Dprotocol.c1373 if (rv != APR_SUCCESS || f->c->aborted) {
1557 if (r->connection->aborted) {
1569 if (r->connection->aborted)
1594 if (vd->r->connection->aborted)
1620 if (r->connection->aborted)
1643 if (r->connection->aborted)
1660 if (r->connection->aborted)
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dsysscript.tcl118 set aborted 0
141 set aborted 1
151 # Transaction aborted, no need to do anything.
182 set aborted 1
217 set aborted 1
247 if { $aborted == 0 } {
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn_region.c224 int aborted, ret, t_ret; local
241 aborted = 0;
255 aborted = 1;
264 if (aborted) {
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_ratelimit.c68 if (f->c->aborted) {
69 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, f->r, APLOGNO(01454) "rl: conn aborted");
137 if (f->c->aborted) {
172 if (f->c->aborted) {
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_thread.c50 int aborted; /* Write. */ member in struct:_statistics
307 ++perf[id].aborted;
386 * If this thread was aborted more than 5 times before
389 if (perf[id].aborted > 5) {
393 perf[id].aborts, perf[id].txns, perf[id].aborted);
396 perf[id].aborted = 0;
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_connect.c160 if (c_o->aborted)
351 backconn->aborted = 1;
489 c->aborted = 1;
H A Dmod_proxy_wstunnel.c106 if (c_o->aborted)
289 c->aborted = 1;
H A Dmod_proxy_ajp.c519 r->connection->aborted ?
520 " Client aborted connection." : "");
561 * If connection has been aborted by client: Stop working.
566 if (r->connection->aborted) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Drun.tcl532 aborted {=| "~~ [whi]$st[rst] T $t P $p S $s F $f"}
604 # status 'aborted'.
606 if {$xstatus == "aborted"} {set xstatus fail}
708 # Ignore aborted status if we already have it, or some other error
710 if {$xstatus == "ok"} {set xstatus aborted}
806 aborted {puts $logski "$aprefix $string" ; flush $logski}
858 aborted {Skip }
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/test/
H A Drun.tcl463 aborted {=| "~~ [whi]$st[rst] T $t P $p S $s F $f"}
533 # status 'aborted'.
535 if {$xstatus == "aborted"} {set xstatus fail}
597 # Ignore aborted status if we already have it, or some other error
599 if {$xstatus == "ok"} {set xstatus aborted}
686 aborted {puts $logski "$aprefix $string" ; flush $logski}
736 aborted {Skip }
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dmod_ssl.c454 c->aborted = 1;
469 c->aborted = 1;
H A Dssl_engine_io.c136 if (outctx->rc == APR_SUCCESS && outctx->c->aborted) {
1017 c->aborted = 1;
1315 if (f->c->aborted) {
1316 /* XXX: Ok, if we aborted, we ARE at the EOS. We also have
1317 * aborted. This 'double protection' is probably redundant,
1570 if (f->c->aborted) {
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DMore.pm305 $@ =~ s{^BEGIN failed--compilation aborted at .*$}
306 {BEGIN failed--compilation aborted at $filename line $line.}m;
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dhttp_core.c201 if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted)
/macosx-10.10.1/apache-793/httpd/modules/test/
H A Dmod_dialup.c56 if (db->r->connection->aborted) {
/macosx-10.10.1/apache-793/httpd/server/mpm/winnt/
H A Dchild.c869 c->aborted = 1;
872 if (e && c->aborted) {
879 if (!c->aborted) {
887 if (!c->aborted) {
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/
H A DInstall.pm175 Execution of $file aborted due to runtime errors.
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/
H A DInstall.pm175 Execution of $file aborted due to runtime errors.
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/
H A DInstall.pm175 Execution of $file aborted due to runtime errors.
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_functional.rb35 assert_match(/rake aborted/, @err)
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c52 /* Previous aborted search string use in an incremental search */
1169 * Flag that the search was aborted.
1171 int aborted = 0; local
1480 aborted = 1;
1635 aborted = 1;
1692 return aborted ? 3 : nomatch;
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.xs367 #define db_DESTROY(db) (!db->aborted && ( db->cursor->c_close(db->cursor),\
376 #define db_DESTROY(db) (!db->aborted && ((db->dbp)->close)(db->dbp))
395 bool aborted ;
534 db->aborted = TRUE ;
/macosx-10.10.1/apache-793/httpd/server/mpm/event/
H A Devent.c846 if (c->aborted
925 "process_socket: connection aborted");
926 c->aborted = 1;
952 if (c->clogging_input_filters && !c->aborted) {
969 if (!c->aborted) {
1011 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted ||

Completed in 350 milliseconds

123