Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_compress.c244 unsigned long crc; in deflate_file_to_buffer_gzip() local
297 crc = generate_crc32c(start, st_size); in deflate_file_to_buffer_gzip()
301 c[0] = (crc >> 0) & 0xff; in deflate_file_to_buffer_gzip()
302 c[1] = (crc >> 8) & 0xff; in deflate_file_to_buffer_gzip()
303 c[2] = (crc >> 16) & 0xff; in deflate_file_to_buffer_gzip()
304 c[3] = (crc >> 24) & 0xff; in deflate_file_to_buffer_gzip()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS685 * fixed crc errors in mod_compress on 64bit platforms