ASN1_PRIMITIVE_FUNCS_st Struct Reference

#include <asn1t.h>

Data Fields

void *  app_data
unsigned long  flags
ASN1_ex_new_func prim_new
ASN1_ex_free_func prim_free
ASN1_ex_free_func prim_clear
ASN1_primitive_c2i prim_c2i
ASN1_primitive_i2c prim_i2c

Field Documentation

void* ASN1_PRIMITIVE_FUNCS_st::app_data
 
unsigned long ASN1_PRIMITIVE_FUNCS_st::flags
 
ASN1_primitive_c2i* ASN1_PRIMITIVE_FUNCS_st::prim_c2i
 
ASN1_ex_free_func* ASN1_PRIMITIVE_FUNCS_st::prim_clear
 
ASN1_ex_free_func* ASN1_PRIMITIVE_FUNCS_st::prim_free
 
ASN1_primitive_i2c* ASN1_PRIMITIVE_FUNCS_st::prim_i2c
 
ASN1_ex_new_func* ASN1_PRIMITIVE_FUNCS_st::prim_new
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top