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

/httpd/modules/http/
H A Dhttp_protocol.c530 int not_modified = -1; /* unset by default */ local
565 not_modified = 0;
585 not_modified = 0;
589 if (not_modified) {
590 not_modified = 1;
607 not_modified = 0;
611 if (not_modified) {
612 not_modified = 1;
625 if (not_modified == 1) {

Completed in 13 milliseconds