Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dstat_cache.c622 etag_create(sce->etag, &(sce->st), con->etag_flags); in stat_cache_get_entry()
624 etag_create(sce->etag, &(sce->st), con->etag_flags); in stat_cache_get_entry()
H A Dbase.h452 etag_flags_t etag_flags; member
H A Dmod_staticfile.c472 if (p->conf.etags_used && con->etag_flags != 0 && !buffer_is_empty(sce->etag)) { in URIHANDLER_FUNC()
H A Dconfigfile.c492 con->etag_flags = (con->conf.etag_use_mtime ? ETAG_USE_MTIME : 0) | in config_patch_connection()