HomeSort by: relevance | last modified time | path
    Searched refs:hcrc (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 62 hcrc: Integer; (* true if there was or will be a header crc *)
  /src/common/dist/zlib/
deflate.c 881 if (s->gzhead->hcrc)
942 if (s->gzhead->hcrc && s->pending > (beg)) \
1060 (s->gzhead->hcrc ? 2 : 0) +
1077 if (s->gzhead->hcrc)
1155 if (s->gzhead->hcrc) {
zlib.h 128 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
821 available there. If hcrc is true, a gzip header crc is included. Note that
1051 contents. hcrc is set to true if there is a header CRC. (The header CRC
inflate.c 799 state->mode = HCRC;
801 case HCRC:
812 state->head->hcrc = (int)((state->flags >> 9) & 1);

Completed in 21 milliseconds