Go to the source code of this file.
|
asn_dec_rval_t | BIT_STRING_decode_jer (const asn_codec_ctx_t *opt_codec_ctx, const asn_TYPE_descriptor_t *td, const asn_jer_constraints_t *constraints, void **sptr, const void *buf_ptr, size_t size) |
|
asn_enc_rval_t | BIT_STRING_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) |
|
◆ RETURN
Value: do { \
rval.code = _code; \
rval.consumed = consumed_myself; \
return rval; \
} while(0)
Definition at line 130 of file BIT_STRING_jer.c.
◆ SKIPCHAR
Value: do { \
int found = 0; \
for (; p < pend; ++p) { \
if (*p == _c) { \
found = 1; ++p; \
break; \
} \
} \
} while(0)
Definition at line 137 of file BIT_STRING_jer.c.
◆ BIT_STRING_decode_jer()
◆ BIT_STRING_encode_jer()