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

  /src/usr.bin/vndcompress/
vnduncompress.c 202 const int zerror = uncompress(uncompbuf, &uncomplen, compbuf, local in function:vnduncompress
204 if (zerror != Z_OK)
206 ": %s", blkno, zerror, zError(zerror));
vndcompress.c 784 const int zerror = compress2(compbuf, &complen, uncompbuf, uncomplen, local in function:compress_block
786 if (zerror != Z_OK)
788 zerror, zError(zerror));

Completed in 12 milliseconds