Lines Matching full:compressor
22 * State for a Deflate (de)compressor.
57 * z_comp_free - free the memory used by a compressor
58 * @arg: pointer to the private state for the compressor.
72 * z_comp_alloc - allocate space for a compressor.
82 * Returns the pointer to the private state for the compressor,
123 * z_comp_init - initialize a previously-allocated compressor.
124 * @arg: pointer to the private state for the compressor
133 * specified when the compressor was allocated. The compressor
160 * z_comp_reset - reset a previously-allocated compressor.
161 * @arg: pointer to private state for the compressor.
163 * This clears the history for the compressor and makes it
176 * @arg: pointer to private state for the compressor
261 * z_comp_stats - return compression statistics for a compressor
263 * @arg: pointer to private space for the (de)compressor
565 extern int ppp_register_compressor (struct compressor *cp);
566 extern void ppp_unregister_compressor (struct compressor *cp);
571 static struct compressor ppp_deflate = {
589 static struct compressor ppp_deflate_draft = {