git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@372 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-09-23 22:14:58 +00:00
parent ef1b4c0f57
commit cb0b7fc148
5 changed files with 40 additions and 40 deletions

View File

@ -32,7 +32,7 @@ PrimitiveType_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using OCTET_STRING,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
PrimitiveType_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -213,7 +213,7 @@ T_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using ConstructedType,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {

View File

@ -32,7 +32,7 @@ Int1_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using INTEGER,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Int1_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -164,7 +164,7 @@ Int2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Int1,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Int2_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -300,7 +300,7 @@ Int3_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Int2,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Int3_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -436,7 +436,7 @@ Int4_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Int3,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Int4_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -572,7 +572,7 @@ Int5_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Int4,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Int5_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -708,7 +708,7 @@ ExtensibleExtensions_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using INTEGER,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
ExtensibleExtensions_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -822,7 +822,7 @@ Str1_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using IA5String,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Str1_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -970,7 +970,7 @@ Str2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Str1,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Str2_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -1129,7 +1129,7 @@ Str3_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Str2,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Str3_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -1274,7 +1274,7 @@ Str4_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using IA5String,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Str4_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -1419,7 +1419,7 @@ PER_Visible_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using IA5String,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
PER_Visible_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -1564,7 +1564,7 @@ PER_Visible_2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using PER_Visible,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
PER_Visible_2_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -1709,7 +1709,7 @@ Not_PER_Visible_1_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using PER_Visible,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Not_PER_Visible_1_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -1854,7 +1854,7 @@ Not_PER_Visible_2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using PER_Visible,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Not_PER_Visible_2_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -1999,7 +1999,7 @@ Not_PER_Visible_3_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using PER_Visible,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Not_PER_Visible_3_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -2147,7 +2147,7 @@ SIZE_but_not_FROM_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using PER_Visible,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
SIZE_but_not_FROM_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -2295,7 +2295,7 @@ SIZE_and_FROM_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using PER_Visible,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
SIZE_and_FROM_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -2440,7 +2440,7 @@ Neither_SIZE_nor_FROM_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using PER_Visible,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Neither_SIZE_nor_FROM_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -2602,7 +2602,7 @@ Utf8_3_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Utf8_2,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Utf8_3_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -2734,7 +2734,7 @@ Utf8_2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Utf8_1,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Utf8_2_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -2848,7 +2848,7 @@ Utf8_1_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using UTF8String,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Utf8_1_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -3008,7 +3008,7 @@ VisibleIdentifier_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Identifier,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
VisibleIdentifier_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -3168,7 +3168,7 @@ Identifier_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using VisibleString,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
Identifier_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {

View File

@ -32,7 +32,7 @@ T1_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T2,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T1_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -157,7 +157,7 @@ T2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T3,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T2_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -280,7 +280,7 @@ T3_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T4,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T3_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -401,7 +401,7 @@ T4_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T5,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T4_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -517,7 +517,7 @@ T5_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T6,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T5_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -632,7 +632,7 @@ T6_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using REAL,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T6_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -746,7 +746,7 @@ T_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Ts,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {

View File

@ -32,7 +32,7 @@ T1_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T2,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T1_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -157,7 +157,7 @@ T2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T3,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T2_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -280,7 +280,7 @@ T3_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T4,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T3_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -401,7 +401,7 @@ T4_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T5,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T4_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -517,7 +517,7 @@ T5_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using T6,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T5_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -632,7 +632,7 @@ T6_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using NativeReal,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T6_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {
@ -746,7 +746,7 @@ T_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using Ts,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
T_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {

View File

@ -102,7 +102,7 @@ SimpleType_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/*
* This type is implemented using ENUMERATED,
* so adjust the DEF appropriately.
* so here we adjust the DEF accordingly.
*/
static void
SimpleType_inherit_TYPE_descriptor(asn1_TYPE_descriptor_t *td) {