Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDimgact_elf.c1205 struct gzio_stream *gzs; member
1261 error = gzio_write(p->gzs, buf, chunk_len); in compress_chunk()
1296 if (p->gzs != NULL) in core_output()
1344 if (p->gzs != NULL) in sbuf_drain_core_output()
1345 error = gzio_write(p->gzs, __DECONST(char *, data), len); in sbuf_drain_core_output()
1409 params.gzs = NULL; in __elfN()
1430 params.gzs = gzio_init(core_gz_write, GZIO_DEFLATE, in __elfN()
1432 if (params.gzs == NULL) { in __elfN()
1466 error = gzio_flush(params.gzs); in __elfN()
1479 if (params.gzs != NULL) in __elfN()
[all …]