Searched refs:hcrc (Results 1 – 17 of 17) 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()
526 if (s->gzhead->hcrc)628 (s->gzhead->hcrc ? 2 : 0) +645 if (s->gzhead->hcrc)688 if (s->gzhead->hcrc && s->pending > beg)699 if (s->gzhead->hcrc && s->pending > beg)717 if (s->gzhead->hcrc && s->pending > beg)730 if (s->gzhead->hcrc && s->pending > beg)748 if (s->gzhead->hcrc && s->pending > beg)761 if (s->gzhead->hcrc && s->pending > beg)771 if (s->gzhead->hcrc) {
791 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()
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);
403 __le16 hcrc; member
62 hcrc: Integer; (* true if there was or will be a header crc *)
419 http://www.hcrc.ed.ac.uk/~richard/xml-check.html