Page MenuHomePhorge

string_decoder.h
No OneTemporary

Size
451 B
Referenced Files
None
Subscribers
None

string_decoder.h

#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

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)

Event Timeline