libisdn
|
#include <asn1_types.h>
Data Fields | |
char * | data |
unsigned int | size |
unsigned int | offset |
Work buffer
Definition at line 146 of file asn1_types.h.
char* asn1_buffer::data |
Definition at line 147 of file asn1_types.h.
Referenced by asn1_decode(), asn1_encode(), ber_decode_header(), ber_decode_value(), ber_encode_header(), and ber_encode_value().
unsigned int asn1_buffer::offset |
Definition at line 149 of file asn1_types.h.
Referenced by asn1_decode(), asn1_encode(), ber_decode_header(), ber_decode_value(), ber_encode_header(), and ber_encode_value().
unsigned int asn1_buffer::size |
Definition at line 148 of file asn1_types.h.
Referenced by asn1_decode(), asn1_encode(), and ber_decode_header().