HomeSort by: relevance | last modified time | path
    Searched defs:headerId (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
unzip.c 916 uLong headerId;
919 if (unz64local_getShort(&s->z_filefunc, s->filestream,&headerId) != UNZ_OK)
926 if (headerId == 0x0001)
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
unzip.c 1029 uLong headerId;
1032 if (unz64local_getShort(&s->z_filefunc, s->filestream,&headerId) != UNZ_OK)
1039 if (headerId == 0x0001)
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
unzip.c 1029 uLong headerId;
1032 if (unz64local_getShort(&s->z_filefunc, s->filestream,&headerId) != UNZ_OK)
1039 if (headerId == 0x0001)
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
unzip.c 916 uLong headerId;
919 if (unz64local_getShort(&s->z_filefunc, s->filestream,&headerId) != UNZ_OK)
926 if (headerId == 0x0001)
  /src/common/dist/zlib/contrib/minizip/
unzip.c 915 uLong headerId;
918 if (unz64local_getShort(&s->z_filefunc, s->filestream,&headerId) != UNZ_OK)
925 if (headerId == 0x0001)

Completed in 24 milliseconds