Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_compress.c809 int use_etag = sce->etag != NULL && sce->etag->ptr != NULL; in PHYSICALPATH_FUNC() local
840 if (use_etag) { in PHYSICALPATH_FUNC()
868 if (use_etag) { in PHYSICALPATH_FUNC()
880 if (use_etag) { in PHYSICALPATH_FUNC()
887 if (use_etag && p->conf.compress_cache_dir->used) { in PHYSICALPATH_FUNC()
896 if (use_etag) { in PHYSICALPATH_FUNC()
901 return (use_etag && p->conf.compress_cache_dir->used) ? HANDLER_GO_ON : HANDLER_FINISHED; in PHYSICALPATH_FUNC()