OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compress_write
(Results
1 - 3
of
3
) sorted by null
/external/tinycompress/include/tinycompress/
tinycompress.h
135
*
compress_write
: write data to the compress stream
151
int
compress_write
(struct compress *compress, const void *buf, unsigned int size);
/external/tinycompress/
cplay.c
272
wrote =
compress_write
(compress, buffer, num_read);
295
wrote =
compress_write
(compress, buffer, num_read);
compress.c
351
int
compress_write
(struct compress *compress, const void *buf, unsigned int size)
function
Completed in 66 milliseconds