Searched defs:etag_bits (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/http/
H A Dhttp_etag.c70 etag_components_t etag_bits; local
74 etag_bits = (cfg->etag_bits & (~ cfg->etag_remove)) | cfg->etag_add;
81 if (etag_bits & ETAG_NONE) {
86 if (etag_bits == ETAG_UNSET) {
87 etag_bits = ETAG_BACKWARD;
126 if (etag_bits & ETAG_INODE) {
130 if (etag_bits & ETAG_SIZE) {
137 if (etag_bits & ETAG_MTIME) {
/httpd/include/
H A Dhttp_core.h565 etag_components_t etag_bits; member in struct:__anon21

Completed in 14 milliseconds