Home
last modified time | relevance | path

Searched refs:zstread (Results 1 – 3 of 3) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_zstfile.h83 int32_t zstread(zstRFILE* zrf_ptr, void* dst, uint32_t len);
H A Dplink2_zstfile.cc101 int32_t zstread(zstRFILE* zrf_ptr, void* dst, uint32_t len) { in zstread() function
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2.cc2673 const int32_t bytes_read = zstread(&zrf, buf, kTextbufMainSize); in ZstDecompress()