Home
last modified time | relevance | path

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

/dports/www/yaws/yaws-2.0.6/testsuite/
H A Dsconf_SUITE.erl131 ?assertEqual(undefined, yaws:sconf_deflate_options(SC0)),
135 DOpts2 = yaws:sconf_deflate_options(SC1),
140 CmpLvl = yaws:deflate_compression_level(yaws:sconf_deflate_options(SC2)),
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws.erl61 sconf_deflate_options/1, sconf_mime_types_info/1,
74 sconf_deflate_options/2, sconf_mime_types_info/2,
375 sconf_deflate_options (#sconf{deflate_options = X}) -> X. function
413 sconf_deflate_options (S, X) -> S#sconf{deflate_options = X}. function