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

Go to the source code of this file.

Functions

int get_asn1c_environment_version ()
 
ber_tlv_tag_t asn_TYPE_outmost_tag (asn_TYPE_descriptor_t *type_descriptor, const void *struct_ptr, int tag_mode, ber_tlv_tag_t tag)
 
int asn_fprint (FILE *stream, asn_TYPE_descriptor_t *td, const void *struct_ptr)
 
static int _print2fp (const void *buffer, size_t size, void *app_key)
 
void ASN_DEBUG_f (const char *fmt,...)
 

Variables

static asn_app_consume_bytes_f _print2fp
 

Function Documentation

◆ _print2fp()

static int _print2fp ( const void *  buffer,
size_t  size,
void *  app_key 
)
static

Definition at line 56 of file constr_TYPE.c.

◆ ASN_DEBUG_f()

void ASN_DEBUG_f ( const char *  fmt,
  ... 
)

Definition at line 71 of file constr_TYPE.c.

◆ asn_fprint()

int asn_fprint ( FILE *  stream,
asn_TYPE_descriptor_t td,
const void *  struct_ptr 
)

◆ asn_TYPE_outmost_tag()

ber_tlv_tag_t asn_TYPE_outmost_tag ( asn_TYPE_descriptor_t type_descriptor,
const void *  struct_ptr,
int  tag_mode,
ber_tlv_tag_t  tag 
)

◆ get_asn1c_environment_version()

int get_asn1c_environment_version ( void  )

Definition at line 12 of file constr_TYPE.c.

References ASN1C_ENVIRONMENT_VERSION.

Variable Documentation

◆ _print2fp

asn_app_consume_bytes_f _print2fp
static

Definition at line 14 of file constr_TYPE.c.

Referenced by asn_fprint().