Searched refs:deflate_file_to_buffer_gzip (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_compress.c | 242 static int deflate_file_to_buffer_gzip(server *srv, connection *con, plugin_data *p, char *start, o… in deflate_file_to_buffer_gzip() function 532 ret = deflate_file_to_buffer_gzip(srv, con, p, start, sce->st.st_size, sce->st.st_mtime); in deflate_file_to_file() 628 ret = deflate_file_to_buffer_gzip(srv, con, p, start, sce->st.st_size, sce->st.st_mtime); in deflate_file_to_buffer()
|