Searched refs:compressor (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_pppvar.h107 struct compressor *sc_xcomp; /* transmit compressor */
108 void *sc_xc_state; /* transmit compressor state */
109 struct compressor *sc_rcomp; /* receive decompressor */
H A Dppp_comp.h76 struct compressor { struct
79 /* Allocate space for a compressor (transmit side) */
81 /* Free space used by a compressor */
83 /* Initialize a compressor */
86 /* Reset a compressor */
H A Dppp_deflate.c82 * State for a Deflate (de)compressor.
118 struct compressor ppp_deflate = {
135 struct compressor ppp_deflate_draft = {
175 * Allocate space for a compressor.
H A Dbsd_comp.c100 * the compressor and not expected by the decompressor.
103 * code is output by the compressor. This is because a packet
190 struct compressor ppp_bsd_compress = {
338 * Allocate space for a (de) compressor.
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c211 // the compressor has already registered but the function might be null
249 // the compressor hasn't registered, so it never will unless someone manually kextloads it
586 /* give a compressor a chance to indicate that a compressed file is invalid */
970 /* fast pre-check to determine if the given compressor has checked in */
973 /* every compressor must have at least a fetch function */
988 /* get the uncompressed bytes for the specified region of vp by calling out to the registered compressor */
1097 /* compressor not registered */
1260 /* give the compressor a chance to adjust the portion of the file that we read */
1703 #pragma mark --- Type1 compressor ---
1706 The "Type1" compressor store
[all...]

Completed in 30 milliseconds