interrupted 93 support/htcacheclean.c static int interrupted; /* flag: true if SIGINT or SIGTERM occurred */ interrupted 135 support/htcacheclean.c interrupted = 1; interrupted 307 support/htcacheclean.c while (apr_dir_read(&info, 0, dir) == APR_SUCCESS && !interrupted) { interrupted 318 support/htcacheclean.c if (interrupted) { interrupted 325 support/htcacheclean.c !interrupted && d != APR_RING_SENTINEL(&anchor, _direntry, link); interrupted 355 support/htcacheclean.c } while (status != APR_SUCCESS && !interrupted && --retries); interrupted 363 support/htcacheclean.c if (!realclean && !interrupted) { interrupted 436 support/htcacheclean.c if (interrupted) { interrupted 442 support/htcacheclean.c for (i = apr_hash_first(p, h); i && !interrupted; i = apr_hash_next(i)) { interrupted 573 support/htcacheclean.c if (interrupted) { interrupted 583 support/htcacheclean.c if (interrupted) { interrupted 622 support/htcacheclean.c e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) { interrupted 631 support/htcacheclean.c if (!interrupted) { interrupted 640 support/htcacheclean.c if (interrupted) { interrupted 646 support/htcacheclean.c e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) { interrupted 655 support/htcacheclean.c if (!interrupted) { interrupted 664 support/htcacheclean.c if (interrupted) { interrupted 673 support/htcacheclean.c while (sum > max && !interrupted && !APR_RING_EMPTY(&root, _entry, link)) { interrupted 691 support/htcacheclean.c if (!interrupted) { interrupted 762 support/htcacheclean.c interrupted = 0; interrupted 956 support/htcacheclean.c } while (status != APR_SUCCESS && !interrupted && --retries); interrupted 974 support/htcacheclean.c } while (status != APR_SUCCESS && !interrupted && --retries); interrupted 988 support/htcacheclean.c if (dowork && !interrupted) { interrupted 989 support/htcacheclean.c if (!process_dir(path, instance) && !interrupted) { interrupted 992 support/htcacheclean.c else if (!isdaemon && !interrupted) { interrupted 998 support/htcacheclean.c if (intelligent && !interrupted) { interrupted 1006 support/htcacheclean.c } while (status != APR_SUCCESS && !interrupted && --retries); interrupted 1038 support/htcacheclean.c while (delay && !interrupted) { interrupted 1049 support/htcacheclean.c } while (isdaemon && !interrupted); interrupted 1051 support/htcacheclean.c if (!isdaemon && interrupted) { interrupted 211 support/htdigest.c apr_signal(SIGINT, (void (*)(int)) interrupted);