Go to the source code of this file.
|
asn_dec_rval_t | CHOICE_decode_jer (const asn_codec_ctx_t *opt_codec_ctx, const asn_TYPE_descriptor_t *td, const asn_jer_constraints_t *constraints, void **struct_ptr, const void *buf_ptr, size_t size) |
|
asn_enc_rval_t | CHOICE_encode_jer (const asn_TYPE_descriptor_t *td, const asn_jer_constraints_t *constraints, const void *sptr, int ilevel, enum jer_encoder_flags_e flags, asn_app_consume_bytes_f *cb, void *app_key) |
|
◆ JER_ADVANCE
#define JER_ADVANCE |
( |
|
num_bytes | ) |
|
Value: do { \
size_t num = num_bytes; \
buf_ptr = (const void *)(((const char *)buf_ptr) + num); \
size -= num; \
consumed_myself += num; \
} while(0)
Definition at line 21 of file constr_CHOICE_jer.c.
◆ RETURN
Value: do { \
rval.code = _code; \
rval.consumed = consumed_myself; \
return rval; \
} while(0)
Definition at line 13 of file constr_CHOICE_jer.c.
◆ CHOICE_decode_jer()
◆ CHOICE_encode_jer()