Searched refs:header_only (Results 1 - 25 of 27) sorted by relevance

12

/httpd/modules/cache/
H A Dcache_socache_common.h51 unsigned int header_only:1; member in struct:__anon80
H A Dcache_disk_common.h62 unsigned int header_only:1; member in struct:__anon79
H A Dmod_cache_disk.c398 dobj->disk_info.header_only = r->header_only;
534 if (dobj->disk_info.header_only && !r->header_only) {
946 if (r->header_only && r->status != HTTP_NOT_MODIFIED) {
947 dobj->disk_info.header_only = 1;
1064 disk_info.header_only = dobj->disk_info.header_only;
1198 if (!dobj->disk_info.header_only) {
1268 if (!dobj->disk_info.header_only) {
[all...]
H A Dmod_cache_socache.c623 if (sobj->socache_info.header_only && !r->header_only) {
885 if (r->header_only && r->status != HTTP_NOT_MODIFIED) {
886 socache_info->header_only = 1;
889 socache_info->header_only = sobj->socache_info.header_only;
H A Dmod_file_cache.c373 if (!r->header_only) {
/httpd/
H A Dap.d12 int header_only;
/httpd/modules/generators/
H A Dmod_asis.c80 if (!r->header_only) {
H A Dmod_autoindex.c2057 if (r->header_only) {
/httpd/modules/examples/
H A Dmod_example_ipc.c295 if (!r->header_only) {
321 } /* r->header_only */
H A Dmod_example_hooks.c1000 if (r->header_only) {
/httpd/modules/http/
H A Dhttp_request.c435 * setting header_only, etc., here.
468 new->header_only = r->header_only;
H A Dhttp_filters.c1142 if (r->header_only) {
1294 if (r->header_only
1332 if (r->header_only) {
H A Dhttp_protocol.c239 || r->header_only
1455 if (r->header_only) {
/httpd/modules/proxy/
H A Dmod_proxy_connect.c394 r->header_only = 1;
H A Dajp_header.c173 else if (r->header_only) {
H A Dmod_proxy_http.c1706 if (!r->header_only && /* not HEAD request */
1728 if ((!r->header_only) && /* not HEAD request */
H A Dmod_proxy_ftp.c2064 if (!r->header_only) {
/httpd/server/
H A Dprotocol.c638 r->header_only = 1;
1147 if (r->header_only) {
1156 r->header_only = 0;
1547 !(r->header_only && r->bytes_sent == 0 &&
/httpd/include/
H A Dhttpd.h819 int header_only; member in struct:request_rec
/httpd/support/
H A Dapxs.in771 if (!r->header_only)
H A Dhtcacheclean.c522 disk_info.header_only);
/httpd/modules/test/
H A Dmod_policy.c321 || r->header_only
/httpd/modules/filters/
H A Dmod_deflate.c871 if (r->header_only && r->bytes_sent) {
/httpd/modules/dav/main/
H A Dmod_dav.c851 if (r->header_only) {
1569 if (r->header_only) {
/httpd/modules/ldap/
H A Dutil_ldap.c130 if (r->header_only)

Completed in 132 milliseconds

12