File: asn1fix_constr.h

package info (click to toggle)
asn1c 0.9.28%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,948 kB
  • sloc: ansic: 34,066; makefile: 7,820; sh: 2,089; yacc: 2,040; lex: 593; perl: 97; cpp: 13
file content (29 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef	ASN1FIX_CONSTRUCTED_H
#define	ASN1FIX_CONSTRUCTED_H

/*
 * Pull in COMPONENTS OF.
 */
int asn1f_pull_components_of(arg_t *);

/*
 * Fix extensions in constructed types.
 */
int asn1f_fix_constr_ext(arg_t *);

/*
 * Fix tagging in constructed types.
 */
int asn1f_fix_constr_tag(arg_t *, int fix_top_level);

/*
 * Check distinctive tagging in constructed types.
 */
int asn1f_check_constr_tags_distinct(arg_t *);

/*
 * Perform automatic tagging.
 */
int asn1f_fix_constr_autotag(arg_t *);

#endif	/* ASN1FIX_CONSTRUCTED_H */