Searched refs:previous (Results 1 - 3 of 3) sorted by relevance

/httpd/server/
H A Dlisten.c528 ap_listen_rec *previous; local
541 previous = NULL;
542 for (lr = ap_listeners; lr; previous = lr, lr = lr->next) {
572 if (previous) {
573 previous->next = next;
581 /* If we are trying to bind to 0.0.0.0 and a previous listener
587 if (IS_INADDR_ANY(lr->bind_addr) && previous) {
596 previous->next = lr->next;
597 lr = previous; /* maintain current value of previous afte
[all...]
/httpd/support/
H A Dhtcacheclean.c1378 apr_time_t current, repeat, delay, previous; local
1403 previous = 0; /* avoid compiler warning */
1729 previous = info.mtime;
1747 if (previous != info.mtime) {
1750 previous = info.mtime;
1780 previous = info.mtime;
/httpd/modules/filters/
H A Dmod_include.c991 static int get_ptoken(include_ctx_t *ctx, const char **parse, token_t *token, token_t *previous) argument
1041 if (previous != NULL && TOKEN_ACCESS == previous->type) {

Completed in 510 milliseconds