ITS
|
#include "UINT64.h"
Go to the source code of this file.
Variables | |
static asn_per_constraints_t asn_PER_type_UINT64_constr_1 | GCC_NOTUSED |
static ber_tlv_tag_t | asn_DEF_UINT64_tags_1 [] |
asn_TYPE_descriptor_t | asn_DEF_UINT64 |
|
static |
Definition at line 40 of file UINT64.c.
References asn_DEF_OCTET_STRING, asn_TYPE_descriptor_s::ber_decoder, asn_TYPE_descriptor_s::check_constraints, asn_TYPE_descriptor_s::der_encoder, asn_TYPE_descriptor_s::elements, asn_TYPE_descriptor_s::elements_count, asn_TYPE_descriptor_s::free_struct, asn_TYPE_descriptor_s::per_constraints, asn_TYPE_descriptor_s::print_struct, asn_TYPE_descriptor_s::specifics, asn_TYPE_descriptor_s::uper_decoder, asn_TYPE_descriptor_s::uper_encoder, asn_TYPE_descriptor_s::xer_decoder, and asn_TYPE_descriptor_s::xer_encoder.
Referenced by UINT64_decode_ber(), UINT64_decode_uper(), UINT64_decode_xer(), UINT64_encode_der(), UINT64_encode_uper(), UINT64_encode_xer(), UINT64_free(), and UINT64_print().
int UINT64_constraint | ( | asn_TYPE_descriptor_t * | td, |
const void * | sptr, | ||
asn_app_constraint_failed_f * | ctfailcb, | ||
void * | app_key | ||
) |
Definition at line 10 of file UINT64.c.
References _ASN_CTFAIL, asn_TYPE_descriptor_s::name, and OCTET_STRING::size.
asn_dec_rval_t UINT64_decode_ber | ( | asn_codec_ctx_t * | opt_codec_ctx, |
asn_TYPE_descriptor_t * | td, | ||
void ** | structure, | ||
const void * | bufptr, | ||
size_t | size, | ||
int | tag_mode | ||
) |
Definition at line 72 of file UINT64.c.
References asn_TYPE_descriptor_s::ber_decoder, and UINT64_1_inherit_TYPE_descriptor().
asn_dec_rval_t UINT64_decode_uper | ( | asn_codec_ctx_t * | opt_codec_ctx, |
asn_TYPE_descriptor_t * | td, | ||
asn_per_constraints_t * | constraints, | ||
void ** | structure, | ||
asn_per_data_t * | per_data | ||
) |
Definition at line 102 of file UINT64.c.
References UINT64_1_inherit_TYPE_descriptor(), and asn_TYPE_descriptor_s::uper_decoder.
asn_dec_rval_t UINT64_decode_xer | ( | asn_codec_ctx_t * | opt_codec_ctx, |
asn_TYPE_descriptor_t * | td, | ||
void ** | structure, | ||
const char * | opt_mname, | ||
const void * | bufptr, | ||
size_t | size | ||
) |
Definition at line 87 of file UINT64.c.
References UINT64_1_inherit_TYPE_descriptor(), and asn_TYPE_descriptor_s::xer_decoder.
asn_enc_rval_t UINT64_encode_der | ( | asn_TYPE_descriptor_t * | td, |
void * | structure, | ||
int | tag_mode, | ||
ber_tlv_tag_t | tag, | ||
asn_app_consume_bytes_f * | cb, | ||
void * | app_key | ||
) |
Definition at line 79 of file UINT64.c.
References asn_TYPE_descriptor_s::der_encoder, and UINT64_1_inherit_TYPE_descriptor().
asn_enc_rval_t UINT64_encode_uper | ( | asn_TYPE_descriptor_t * | td, |
asn_per_constraints_t * | constraints, | ||
void * | structure, | ||
asn_per_outp_t * | per_out | ||
) |
Definition at line 109 of file UINT64.c.
References UINT64_1_inherit_TYPE_descriptor(), and asn_TYPE_descriptor_s::uper_encoder.
asn_enc_rval_t UINT64_encode_xer | ( | asn_TYPE_descriptor_t * | td, |
void * | structure, | ||
int | ilevel, | ||
enum xer_encoder_flags_e | flags, | ||
asn_app_consume_bytes_f * | cb, | ||
void * | app_key | ||
) |
Definition at line 94 of file UINT64.c.
References UINT64_1_inherit_TYPE_descriptor(), and asn_TYPE_descriptor_s::xer_encoder.
void UINT64_free | ( | asn_TYPE_descriptor_t * | td, |
void * | struct_ptr, | ||
int | contents_only | ||
) |
Definition at line 58 of file UINT64.c.
References asn_TYPE_descriptor_s::free_struct, and UINT64_1_inherit_TYPE_descriptor().
int UINT64_print | ( | asn_TYPE_descriptor_t * | td, |
const void * | struct_ptr, | ||
int | ilevel, | ||
asn_app_consume_bytes_f * | cb, | ||
void * | app_key | ||
) |
Definition at line 65 of file UINT64.c.
References asn_TYPE_descriptor_s::print_struct, and UINT64_1_inherit_TYPE_descriptor().
asn_TYPE_descriptor_t asn_DEF_UINT64 |
Definition at line 124 of file UINT64.c.
Referenced by Time64_1_inherit_TYPE_descriptor().
|
static |
|
static |