ITS
constr_SEQUENCE_OF.c File Reference
#include <asn_internal.h>
#include <constr_SEQUENCE_OF.h>
#include <asn_SEQUENCE_OF.h>
Include dependency graph for constr_SEQUENCE_OF.c:

Go to the source code of this file.

Functions

asn_enc_rval_t SEQUENCE_OF_encode_der (asn_TYPE_descriptor_t *td, void *ptr, int tag_mode, ber_tlv_tag_t tag, asn_app_consume_bytes_f *cb, void *app_key)
 
asn_enc_rval_t SEQUENCE_OF_encode_xer (asn_TYPE_descriptor_t *td, void *sptr, int ilevel, enum xer_encoder_flags_e flags, asn_app_consume_bytes_f *cb, void *app_key)
 
asn_enc_rval_t SEQUENCE_OF_encode_uper (asn_TYPE_descriptor_t *td, asn_per_constraints_t *constraints, void *sptr, asn_per_outp_t *po)
 

Function Documentation

◆ SEQUENCE_OF_encode_der()

asn_enc_rval_t SEQUENCE_OF_encode_der ( asn_TYPE_descriptor_t td,
void *  ptr,
int  tag_mode,
ber_tlv_tag_t  tag,
asn_app_consume_bytes_f cb,
void *  app_key 
)

Definition at line 14 of file constr_SEQUENCE_OF.c.

References _A_SEQUENCE_FROM_VOID, _ASN_ENCODED_OK, ASN_DEBUG(), asn_TYPE_descriptor_s::der_encoder, der_write_tags(), asn_TYPE_descriptor_s::elements, asn_enc_rval_s::encoded, asn_enc_rval_s::failed_type, asn_TYPE_descriptor_s::name, asn_enc_rval_s::structure_ptr, asn_TYPE_member_s::tag, and asn_TYPE_member_s::type.

Here is the call graph for this function:

◆ SEQUENCE_OF_encode_uper()

◆ SEQUENCE_OF_encode_xer()