SIGPIPE            86 os/tpf/os.h    #ifndef SIGPIPE
SIGPIPE           385 server/mpm/beos/beos.c     if (sigaction(SIGPIPE, &sa, NULL) < 0)
SIGPIPE           495 server/mpm/experimental/event/event.c #ifdef SIGPIPE
SIGPIPE           497 server/mpm/experimental/event/event.c     if (sigaction(SIGPIPE, &sa, NULL) < 0)
SIGPIPE           533 server/mpm/experimental/event/event.c #ifdef SIGPIPE
SIGPIPE           534 server/mpm/experimental/event/event.c     apr_signal(SIGPIPE, SIG_IGN);
SIGPIPE           406 server/mpm/prefork/prefork.c #ifdef SIGPIPE
SIGPIPE           408 server/mpm/prefork/prefork.c     if (sigaction(SIGPIPE, &sa, NULL) < 0)
SIGPIPE           442 server/mpm/prefork/prefork.c #ifdef SIGPIPE
SIGPIPE           443 server/mpm/prefork/prefork.c     apr_signal(SIGPIPE, SIG_IGN);
SIGPIPE           466 server/mpm/worker/worker.c #ifdef SIGPIPE
SIGPIPE           468 server/mpm/worker/worker.c     if (sigaction(SIGPIPE, &sa, NULL) < 0)
SIGPIPE           504 server/mpm/worker/worker.c #ifdef SIGPIPE
SIGPIPE           505 server/mpm/worker/worker.c     apr_signal(SIGPIPE, SIG_IGN);
SIGPIPE           724 srclib/apr/test/sendfile.c #ifdef SIGPIPE
SIGPIPE           725 srclib/apr/test/sendfile.c     signal(SIGPIPE, SIG_IGN);
SIGPIPE           193 srclib/apr/threadproc/unix/signals.c #ifdef SIGPIPE
SIGPIPE           194 srclib/apr/threadproc/unix/signals.c     store_desc(SIGPIPE, "Broken pipe");
SIGPIPE           294 srclib/apr/threadproc/unix/signals.c #ifdef SIGPIPE
SIGPIPE           295 srclib/apr/threadproc/unix/signals.c     sigdelset(sig_mask, SIGPIPE);
SIGPIPE          2249 support/ab.c   #ifdef SIGPIPE
SIGPIPE          2250 support/ab.c       apr_signal(SIGPIPE, SIG_IGN);       /* Ignore writes to connections that