Searched refs:deflate (Results 1 - 2 of 2) sorted by relevance

/httpd/build/pkg/
H A Dbuildpkg.sh73 --enable-deflate --enable-cgid \
/httpd/modules/filters/
H A Dmod_deflate.c18 * mod_deflate.c: Perform deflate content-encoding on the fly
190 * only the bottom 4 bits are required for the deflate file format.
429 * in the deflate case we need to do a crc on the input
849 /* initialize deflate output buffer */
883 flush_libz_buffer(ctx, c, deflate, Z_FINISH, NO_UPDATE_CRC);
941 zRC = flush_libz_buffer(ctx, c, deflate, Z_SYNC_FLUSH,
1003 zRC = deflate(&(ctx->stream), Z_NO_FLUSH);
1109 /* This is the deflate input filter (inflates). */
1241 /* initialize deflate output buffer */
1620 * deflate cas
1912 #undef deflate macro
1914 AP_DECLARE_MODULE(deflate) = { variable
[all...]

Completed in 3107 milliseconds