OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compress_read
(Results
1 - 2
of
2
) sorted by null
/external/tinycompress/include/tinycompress/
tinycompress.h
154
*
compress_read
: read data from the compress stream
168
int
compress_read
(struct compress *compress, void *buf, unsigned int size);
/external/tinycompress/
compress.c
413
int
compress_read
(struct compress *compress, void *buf, unsigned int size)
function
Completed in 50 milliseconds