Searched refs:hcrc (Results 1 – 12 of 12) sorted by relevance
39 CRC32 hcrc = new CRC32(); in gunzip_withHCRC() local41 hcrc.update(gzipHeader.toByteArray()); in gunzip_withHCRC()45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian in gunzip_withHCRC()
606 if (s->gzhead->hcrc)711 (s->gzhead->hcrc ? 2 : 0) +728 if (s->gzhead->hcrc)771 if (s->gzhead->hcrc && s->pending > beg)782 if (s->gzhead->hcrc && s->pending > beg)800 if (s->gzhead->hcrc && s->pending > beg)813 if (s->gzhead->hcrc && s->pending > beg)831 if (s->gzhead->hcrc && s->pending > beg)844 if (s->gzhead->hcrc && s->pending > beg)854 if (s->gzhead->hcrc) {
124 int hcrc; /* true if there was or will be a header crc */ member
807 state->head->hcrc = (int)((state->flags >> 9) & 1);
605 if (s->gzhead->hcrc) in deflateBound()710 (s->gzhead->hcrc ? 2 : 0) + in deflate()727 if (s->gzhead->hcrc) in deflate()770 if (s->gzhead->hcrc && s->pending > beg) in deflate()781 if (s->gzhead->hcrc && s->pending > beg) in deflate()799 if (s->gzhead->hcrc && s->pending > beg) in deflate()812 if (s->gzhead->hcrc && s->pending > beg) in deflate()830 if (s->gzhead->hcrc && s->pending > beg) in deflate()843 if (s->gzhead->hcrc && s->pending > beg) in deflate()853 if (s->gzhead->hcrc) { in deflate()
193 int hcrc; /* true if there was or will be a header crc */ member
807 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
62 hcrc: Integer; (* true if there was or will be a header crc *)
13 …hcrc?2:0)+(h.gzhead.extra?4:0)+(h.gzhead.name?8:0)+(h.gzhead.comment?16:0)),i(h,255&h.gzhead.time)…
189 int hcrc; /* true if there was or will be a header crc */ member
420 http://www.hcrc.ed.ac.uk/~richard/xml-check.html