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

/freebsd-13-stable/contrib/serf/buckets/
H A Ddeflate_buckets.c194 unsigned long compCRC, compLen, actualLen; local
204 actualLen = ctx->zstream.total_out;
205 actualLen &= 0xFFFFFFFF;
206 if (actualLen != compLen) {

Completed in 53 milliseconds