OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compress_wait
(Results
1 - 2
of
2
) sorted by null
/external/tinycompress/include/tinycompress/
tinycompress.h
144
* the caller can use
compress_wait
() to block until the driver
162
*
compress_wait
() to block until more bytes are available.
282
int
compress_wait
(struct compress *compress, int timeout_ms);
/external/tinycompress/
compress.c
623
int
compress_wait
(struct compress *compress, int timeout_ms)
function
Completed in 46 milliseconds