Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3061889
compression.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
664 B
Referenced Files
None
Subscribers
None
compression.h
View Options
#ifndef STREAMS_COMPRESSION_H
#define STREAMS_COMPRESSION_H
#include
"types.h"
#include
<stdbool.h>
typedef
enum
{
ZFMT_GZIP
=
0
,
ZFMT_DEFLATE
,
ZFMT_DEFLATE_RAW
,
ZFMT_BROTLI
,
}
zformat_t
;
extern
ant_value_t
g_cs_proto
;
extern
ant_value_t
g_ds_proto
;
void
init_compression_stream_module
(
void
);
void
gc_mark_compression_streams
(
ant_t
*
js
,
void
(
*
mark
)(
ant_t
*
,
ant_value_t
));
bool
cs_is_stream
(
ant_value_t
obj
);
bool
ds_is_stream
(
ant_value_t
obj
);
ant_value_t
cs_stream_readable
(
ant_value_t
obj
);
ant_value_t
cs_stream_writable
(
ant_value_t
obj
);
ant_value_t
ds_stream_readable
(
ant_value_t
obj
);
ant_value_t
ds_stream_writable
(
ant_value_t
obj
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Apr 3, 7:58 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
521478
Default Alt Text
compression.h (664 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment