Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_compress.c835 int compression_type = 0; in PHYSICALPATH_FUNC() local
852 compression_type = HTTP_ACCEPT_ENCODING_BZIP2; in PHYSICALPATH_FUNC()
855 compression_type = HTTP_ACCEPT_ENCODING_X_BZIP2; in PHYSICALPATH_FUNC()
858 compression_type = HTTP_ACCEPT_ENCODING_GZIP; in PHYSICALPATH_FUNC()
861 compression_type = HTTP_ACCEPT_ENCODING_X_GZIP; in PHYSICALPATH_FUNC()
864 compression_type = HTTP_ACCEPT_ENCODING_DEFLATE; in PHYSICALPATH_FUNC()
888 if (0 != deflate_file_to_file(srv, con, p, con->physical.path, sce, compression_type)) in PHYSICALPATH_FUNC()
891 if (0 != deflate_file_to_buffer(srv, con, p, con->physical.path, sce, compression_type)) in PHYSICALPATH_FUNC()