Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_compress.c789 data_string *compress_ds = (data_string *)p->conf.compress->data[m]; in PHYSICALPATH_FUNC() local
791 if (!compress_ds) { in PHYSICALPATH_FUNC()
797 if (buffer_is_equal(compress_ds->value, sce->content_type) in PHYSICALPATH_FUNC()
798 || (content_type && buffer_is_equal(compress_ds->value, content_type))) { in PHYSICALPATH_FUNC()