|
ITS
|
#include <per_support.h>
Public Attributes | |
| const uint8_t * | buffer |
| size_t | nboff |
| size_t | nbits |
| size_t | moved |
| int(* | refill )(struct asn_per_data_s *) |
| void * | refill_key |
Definition at line 40 of file per_support.h.
| const uint8_t* asn_per_data_s::buffer |
Definition at line 41 of file per_support.h.
Referenced by per_data_string(), per_get_few_bits(), SEQUENCE_decode_uper(), uper_decode(), uper_open_type_get_simple(), and uper_ugot_refill().
| size_t asn_per_data_s::moved |
Definition at line 44 of file per_support.h.
Referenced by per_data_string(), per_get_few_bits(), per_get_undo(), uper_decode(), uper_open_type_get_complex(), uper_sot_suck(), and uper_ugot_refill().
| size_t asn_per_data_s::nbits |
Definition at line 43 of file per_support.h.
Referenced by per_data_string(), per_get_few_bits(), SEQUENCE_decode_uper(), uper_decode(), uper_open_type_get_complex(), uper_open_type_get_simple(), and uper_ugot_refill().
| size_t asn_per_data_s::nboff |
Definition at line 42 of file per_support.h.
Referenced by per_data_string(), per_get_few_bits(), per_get_undo(), uper_decode(), uper_open_type_get_complex(), uper_open_type_get_simple(), and uper_ugot_refill().
| int(* asn_per_data_s::refill) (struct asn_per_data_s *) |
Definition at line 45 of file per_support.h.
Referenced by per_get_few_bits(), uper_open_type_get_complex(), and uper_ugot_refill().
| void* asn_per_data_s::refill_key |
Definition at line 46 of file per_support.h.
Referenced by uper_open_type_get_complex(), and uper_ugot_refill().