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

  /src/common/dist/zlib/
crc32.c 577 unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, function in typeref:typename:unsigned long ZEXPORT
696 unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, function in typeref:typename:unsigned long ZEXPORT
1019 return crc32_z(crc, buf, len);
zconf.h 48 # define crc32_z z_crc32_z macro
zconf.h.in 44 # define crc32_z z_crc32_z macro
zlib.h 1752 ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,
zconf.h.cmakein 46 # define crc32_z z_crc32_z
  /src/common/dist/zlib/contrib/minizip/
minizip.c 204 calculate_crc = crc32_z(calculate_crc,buf,size_read);
  /src/common/dist/zlib/os400/
zlib.inc 496 D crc32_z PR 10U 0 extproc('crc32_z') New checksum

Completed in 17 milliseconds