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

/httpd/
H A Dap.d48 int no_local_copy;
/httpd/modules/http/
H A Dhttp_request.c190 r->no_local_copy = 1; /* Do NOT send HTTP_NOT_MODIFIED for
491 new->no_local_copy = r->no_local_copy;
579 r->no_local_copy = (r->no_local_copy && rr->no_local_copy);
H A Dhttp_protocol.c544 if (!ap_is_HTTP_SUCCESS(r->status) || r->no_local_copy) {
/httpd/include/
H A Dhttpd.h1028 int no_local_copy; member in struct:request_rec
/httpd/server/
H A Dprotocol.c1291 rnew->no_local_copy = 1; /* Don't try to send HTTP_NOT_MODIFIED for a
/httpd/modules/filters/
H A Dmod_include.c3794 * have group-execite on, we will set the no_local_copy value to 1 so
3800 f->r->no_local_copy = 1;

Completed in 69 milliseconds