ITS
|
Go to the source code of this file.
Classes | |
struct | asn_codec_ctx_s |
struct | asn_enc_rval_s |
struct | asn_dec_rval_s |
Macros | |
#define | _ASN_ENCODE_FAILED |
#define | _ASN_ENCODED_OK(rval) |
#define | _ASN_DECODE_FAILED |
#define | _ASN_DECODE_STARVED |
Typedefs | |
typedef struct asn_codec_ctx_s | asn_codec_ctx_t |
typedef struct asn_enc_rval_s | asn_enc_rval_t |
typedef struct asn_dec_rval_s | asn_dec_rval_t |
Enumerations | |
enum | asn_dec_rval_code_e { RC_OK, RC_WMORE, RC_FAIL } |
#define _ASN_DECODE_FAILED |
Definition at line 91 of file asn_codecs.h.
Referenced by ber_decode_primitive(), BOOLEAN_decode_uper(), CHOICE_decode_uper(), NativeInteger_decode_uper(), NativeInteger_decode_xer(), SEQUENCE_decode_uper(), SET_OF_decode_uper(), uper_decode(), uper_open_type_get_complex(), uper_open_type_get_simple(), and xer_decode_primitive().
#define _ASN_DECODE_STARVED |
Definition at line 98 of file asn_codecs.h.
Referenced by BOOLEAN_decode_uper(), CHOICE_decode_uper(), SEQUENCE_decode_uper(), SET_OF_decode_uper(), uper_open_type_get_complex(), and uper_open_type_get_simple().
#define _ASN_ENCODE_FAILED |
Definition at line 60 of file asn_codecs.h.
Referenced by BIT_STRING_encode_xer(), BOOLEAN_encode_uper(), BOOLEAN_encode_xer(), CHOICE_encode_der(), CHOICE_encode_uper(), CHOICE_encode_xer(), INTEGER_encode_uper(), INTEGER_encode_xer(), NativeEnumerated_encode_uper(), NativeEnumerated_encode_xer(), NativeInteger_encode_uper(), NativeInteger_encode_xer(), OCTET_STRING_encode_der(), OCTET_STRING_encode_uper(), OCTET_STRING_encode_xer(), OCTET_STRING_encode_xer_utf8(), SEQUENCE_encode_der(), SEQUENCE_encode_uper(), SEQUENCE_encode_xer(), SEQUENCE_OF_encode_uper(), SEQUENCE_OF_encode_xer(), SET_OF_encode_xer(), uper_encode_internal(), and xer_encode().
#define _ASN_ENCODED_OK | ( | rval | ) |
Definition at line 68 of file asn_codecs.h.
Referenced by BIT_STRING_encode_xer(), BOOLEAN_encode_der(), BOOLEAN_encode_uper(), BOOLEAN_encode_xer(), CHOICE_encode_der(), CHOICE_encode_uper(), CHOICE_encode_xer(), der_encode_primitive(), INTEGER_encode_uper(), INTEGER_encode_xer(), NativeEnumerated_encode_uper(), NativeEnumerated_encode_xer(), NativeInteger_encode_xer(), OCTET_STRING_encode_der(), OCTET_STRING_encode_uper(), OCTET_STRING_encode_xer(), OCTET_STRING_encode_xer_utf8(), SEQUENCE_encode_der(), SEQUENCE_encode_uper(), SEQUENCE_encode_xer(), SEQUENCE_OF_encode_der(), SEQUENCE_OF_encode_uper(), SEQUENCE_OF_encode_xer(), SET_OF_encode_der(), SET_OF_encode_xer(), and xer_encode().
typedef struct asn_codec_ctx_s asn_codec_ctx_t |
typedef struct asn_dec_rval_s asn_dec_rval_t |
typedef struct asn_enc_rval_s asn_enc_rval_t |
enum asn_dec_rval_code_e |
Enumerator | |
---|---|
RC_OK | |
RC_WMORE | |
RC_FAIL |
Definition at line 82 of file asn_codecs.h.