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

  /src/sys/dev/
vndvar.h 133 z_stream sc_comp_stream;/* decompress descriptor */ member in struct:vnd_softc
vnd.c 1401 memset(&vnd->sc_comp_stream, 0, sizeof(z_stream));
1402 vnd->sc_comp_stream.zalloc = vnd_alloc;
1403 vnd->sc_comp_stream.zfree = vnd_free;
1404 error = inflateInit2(&vnd->sc_comp_stream, MAX_WBITS);
1406 if (vnd->sc_comp_stream.msg)
1408 unit, vnd->sc_comp_stream.msg);
2045 vnd->sc_comp_stream.next_in = vnd->sc_comp_buff;
2046 vnd->sc_comp_stream.avail_in = length;
2047 vnd->sc_comp_stream.next_out = vnd->sc_comp_decombuf;
2048 vnd->sc_comp_stream.avail_out = vnd->sc_comp_blksz
    [all...]

Completed in 15 milliseconds