Lines Matching defs:interrupted
97 static int interrupted; /* flag: true if SIGINT or SIGTERM occurred */
158 interrupted = 1;
424 while (apr_dir_read(&info, APR_FINFO_TYPE, dir) == APR_SUCCESS && !interrupted) {
575 if (interrupted) {
585 if (interrupted) {
623 while (apr_dir_read(&info, 0, dir) == APR_SUCCESS && !interrupted) {
635 if (interrupted) {
642 !interrupted && d != APR_RING_SENTINEL(&anchor, _direntry, link);
672 } while (status != APR_SUCCESS && !interrupted && --retries);
680 if (!realclean && !interrupted) {
744 if (interrupted) {
750 for (i = apr_hash_first(p, h); i && !interrupted; i = apr_hash_next(i)) {
944 if (interrupted) {
954 if (interrupted) {
1001 e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) {
1011 if (!interrupted) {
1020 if (interrupted) {
1026 e != APR_RING_SENTINEL(&root, _entry, link) && !interrupted;) {
1036 if (!interrupted) {
1045 if (interrupted) {
1055 && !interrupted && !APR_RING_EMPTY(&root, _entry, link)) {
1074 if (!interrupted) {
1389 interrupted = 0;
1686 return (interrupted != 0);
1726 } while (status != APR_SUCCESS && !interrupted && --retries);
1744 } while (status != APR_SUCCESS && !interrupted && --retries);
1758 if (dowork && !interrupted) {
1760 if (!process_dir(path, instance, &nodes) && !interrupted) {
1763 else if (!isdaemon && !interrupted) {
1769 if (intelligent && !interrupted) {
1777 } while (status != APR_SUCCESS && !interrupted && --retries);
1809 while (delay && !interrupted) {
1820 } while (isdaemon && !interrupted);
1822 if (!isdaemon && interrupted) {