Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4433874
string_decoder.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
451 B
Referenced Files
None
Subscribers
None
string_decoder.h
View Options
#ifndef STRING_DECODER_H
#define STRING_DECODER_H
#include
<stdbool.h>
#include
"types.h"
ant_value_t
string_decoder_library
(
ant_t
*
js
);
ant_value_t
string_decoder_create
(
ant_t
*
js
,
ant_value_t
encoding
);
ant_value_t
string_decoder_decode_value
(
ant_t
*
js
,
ant_value_t
decoder
,
ant_value_t
chunk
,
bool
flush
);
ant_value_t
string_decoder_decode_bytes
(
ant_t
*
js
,
ant_value_t
decoder
,
const
uint8_t
*
src
,
size_t
len
,
bool
flush
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, May 2, 5:55 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
541231
Default Alt Text
string_decoder.h (451 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment