Home
last modified time | relevance | path

Searched refs:ETAG_NONE (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_core.h196 #define ETAG_NONE (1 << 0) macro
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_core.c313 if (conf->etag_bits != ETAG_NONE) { in merge_core_dir_configs()
314 conf->etag_bits &= (~ ETAG_NONE); in merge_core_dir_configs()
2899 cfg->etag_bits = bit = ETAG_NONE; in set_etag_bits()
2971 if ((cfg->etag_bits & ETAG_NONE) != ETAG_NONE) { in set_etag_bits()
2972 cfg->etag_bits &= (~ ETAG_NONE); in set_etag_bits()
Dhttp_protocol.c675 if (etag_bits & ETAG_NONE) { in ap_make_etag_orig()
3158 if (etag_bits & ETAG_NONE) { in ap_make_etag()