Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c46 static int zf_fill(struct z_file *z);
65 zf_fill(struct z_file *zf) in zf_fill() function
97 if ((zf->zf_zstream.avail_in == 0) && (zf_fill(zf) == -1)) in get_byte()
255 if ((zf->zf_zstream.avail_in == 0) && (zf_fill(zf) == -1)) { in zf_read()