RAW encoding operations.
More...
#include <raw.h>
|
Data Fields |
unsigned char | c |
| temporary buffer where bits are coded or decoded
|
unsigned int | ct |
| number of bits already read or free to write
|
unsigned int | lenmax |
| maximum length to decode
|
unsigned int | len |
| length decoded
|
unsigned char * | bp |
| pointer to the current position in the buffer
|
unsigned char * | start |
| pointer to the start of the buffer
|
unsigned char * | end |
| pointer to the end of the buffer
|
Detailed Description
RAW encoding operations.
Field Documentation
pointer to the current position in the buffer
Referenced by raw_numbytes().
pointer to the end of the buffer
The documentation for this struct was generated from the following file: