Searched defs:crc (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_deflate.c398 unsigned long crc; member in struct:deflate_ctx_t
416 /* Do not update ctx->crc, see comment in flush_libz_buffer */
418 /* Do update ctx->crc, see comment in flush_libz_buffer */
422 int len, int crc, apr_bucket_brigade *bb)
427 * Do we need to update ctx->crc? Usually this is the case for
428 * inflate action where we need to do a crc on the output, whereas
429 * in the deflate case we need to do a crc on the input
431 if (crc) {
432 ctx->crc = crc32(ctx->crc, (cons
421 consume_buffer(deflate_ctx *ctx, deflate_filter_config *c, int len, int crc, apr_bucket_brigade *bb) argument
443 flush_libz_buffer(deflate_ctx *ctx, deflate_filter_config *c, int (*libz_func)(z_streamp, int), int flush, int crc) argument
[all...]

Completed in 12 milliseconds