ETAG_SIZE         412 include/http_core.h #define ETAG_BACKWARD (ETAG_MTIME | ETAG_INODE | ETAG_SIZE)
ETAG_SIZE         413 include/http_core.h #define ETAG_ALL   (ETAG_MTIME | ETAG_INODE | ETAG_SIZE)
ETAG_SIZE         132 modules/http/http_etag.c         if (etag_bits & ETAG_SIZE) {
ETAG_SIZE         137 modules/http/http_etag.c             bits_added |= ETAG_SIZE;
ETAG_SIZE        1547 server/core.c              bit = ETAG_SIZE;