Home
last modified time | relevance | path

Searched defs:bytes_max (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/file/src/
H A Dcompress.c541 size_t bytes_max, size_t *n) in uncompressgzipped()
576 size_t bytes_max, size_t *n, int zlib) in uncompresszlib()
620 size_t bytes_max, size_t *n) in uncompressbzlib()
663 size_t bytes_max, size_t *n) in uncompressxzlib()
873 uncompressbuf(int fd, size_t bytes_max, size_t method, const unsigned char *old, in uncompressbuf()
H A Dfile.h483 size_t bytes_max; /* number of bytes to read from file */ member