Home
last modified time | relevance | path

Searched defs:comp_request (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/crypto/
Dcompress.h26 struct comp_request { struct
27 const void *next_in; /* next input byte */
28 void *next_out; /* next output byte */
29 unsigned int avail_in; /* bytes available at next_in */
30 unsigned int avail_out; /* bytes available at next_out */