2 /*************************************************/
3 /* File: structure.h */
4 /* Description: list of exported object by */
6 /*************************************************/
12 /*************************************/
13 /* Constants used in asn1_visit_tree */
14 /*************************************/
15 #define ASN1_PRINT_NAME 1
16 #define ASN1_PRINT_NAME_TYPE 2
17 #define ASN1_PRINT_NAME_TYPE_VALUE 3
18 #define ASN1_PRINT_ALL 4
21 asn1_retCode
_asn1_create_static_structure(node_asn
*pointer
,
22 char* output_file_name
,char *vector_name
);
24 node_asn
* _asn1_copy_structure3(node_asn
*source_node
);
26 node_asn
* _asn1_copy_structure2(node_asn
*root
,const char *source_name
);
28 node_asn
* _asn1_add_node_only(unsigned int type
);
30 node_asn
* _asn1_find_left(node_asn
*node
);