Searched defs:interrupted (Results 1 - 2 of 2) sorted by relevance

/httpd/support/
H A Dhtdigest.c172 static void interrupted(void) function
214 apr_signal(SIGINT, (void (*)(int)) interrupted);
H A Dhtcacheclean.c97 static int interrupted; /* flag: true if SIGINT or SIGTERM occurred */ variable
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) {
[all...]

Completed in 13 milliseconds