HTTP_NOT_MODIFIED  437 modules/cache/mod_cache.c         && r->status != HTTP_NOT_MODIFIED) {
HTTP_NOT_MODIFIED  461 modules/cache/mod_cache.c     else if (r->status == HTTP_NOT_MODIFIED &&
HTTP_NOT_MODIFIED  605 modules/cache/mod_cache.c         if (r->status == HTTP_NOT_MODIFIED) {
HTTP_NOT_MODIFIED  539 modules/filters/mod_deflate.c         if (r->status == HTTP_NOT_MODIFIED || r->status == HTTP_NO_CONTENT) {
HTTP_NOT_MODIFIED  949 modules/generators/mod_cgi.c             if (ret == HTTP_NOT_MODIFIED) {
HTTP_NOT_MODIFIED 1516 modules/generators/mod_cgid.c             if (ret == HTTP_NOT_MODIFIED) {
HTTP_NOT_MODIFIED 1256 modules/http/http_filters.c     if (r->status == HTTP_NOT_MODIFIED) {
HTTP_NOT_MODIFIED  197 modules/http/http_protocol.c         && ((r->status == HTTP_NOT_MODIFIED)
HTTP_NOT_MODIFIED  380 modules/http/http_protocol.c         return HTTP_NOT_MODIFIED;
HTTP_NOT_MODIFIED 1134 modules/http/http_protocol.c     if (status == HTTP_NOT_MODIFIED) {
HTTP_NOT_MODIFIED 1667 modules/proxy/mod_proxy_http.c             (r->status != HTTP_NOT_MODIFIED)) {    /* not 304 */
HTTP_NOT_MODIFIED 1822 modules/proxy/mod_proxy_http.c                 (status != HTTP_NOT_MODIFIED)) { /* not 304 */