MOS Source Code
Loading...
Searching...
No Matches
flakystream.c File Reference
#include "flakystream.h"
#include <string.h>
+ Include dependency graph for flakystream.c:

Go to the source code of this file.

Functions

bool flakystream_callback (pb_istream_t *stream, pb_byte_t *buf, size_t count)
 
void flakystream_init (flakystream_t *stream, const uint8_t *buffer, size_t msglen, size_t fail_after)
 

Function Documentation

◆ flakystream_callback()

bool flakystream_callback ( pb_istream_t * stream,
pb_byte_t * buf,
size_t count )

Definition at line 4 of file flakystream.c.

Referenced by flakystream_init().

+ Here is the call graph for this function:

◆ flakystream_init()

void flakystream_init ( flakystream_t * stream,
const uint8_t * buffer,
size_t msglen,
size_t fail_after )

Definition at line 23 of file flakystream.c.

Referenced by do_stream_decode().

+ Here is the call graph for this function: