#include <trans_stream.h>
|
const char * | ident |
|
const struct trans_stream_backend * | reverse |
|
void *(* | stream_new )(void) |
|
void(* | stream_free )(void *) |
|
bool(* | define )(void *, const char *, uint32_t) |
|
void(* | set_in )(void *, const uint8_t *, uint32_t) |
|
void(* | set_out )(void *, uint8_t *, uint32_t) |
|
bool(* | trans )(void *, bool, uint32_t *, uint32_t *, enum trans_stream_error *) |
|
◆ define
◆ ident
const char* trans_stream_backend::ident |
◆ reverse
◆ set_in
◆ set_out
◆ stream_free
void(* trans_stream_backend::stream_free) (void *) |
◆ stream_new
void*(* trans_stream_backend::stream_new) (void) |
◆ trans
The documentation for this struct was generated from the following file: