Commit 3ebc65a6 authored by Lev Walkin's avatar Lev Walkin

const qualifiers

parent dd1512ec
...@@ -649,7 +649,7 @@ accept_as_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -649,7 +649,7 @@ accept_as_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
static asn_dec_rval_t static asn_dec_rval_t
accept_as_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, accept_as_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
accept_as_2_inherit_TYPE_descriptor(td); accept_as_2_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -664,7 +664,7 @@ accept_as_2_encode_der(asn_TYPE_descriptor_t *td, ...@@ -664,7 +664,7 @@ accept_as_2_encode_der(asn_TYPE_descriptor_t *td,
static asn_dec_rval_t static asn_dec_rval_t
accept_as_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, accept_as_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
accept_as_2_inherit_TYPE_descriptor(td); accept_as_2_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
......
...@@ -61,7 +61,7 @@ PrimitiveType_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -61,7 +61,7 @@ PrimitiveType_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
PrimitiveType_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, PrimitiveType_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
PrimitiveType_1_inherit_TYPE_descriptor(td); PrimitiveType_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -76,7 +76,7 @@ PrimitiveType_encode_der(asn_TYPE_descriptor_t *td, ...@@ -76,7 +76,7 @@ PrimitiveType_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
PrimitiveType_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, PrimitiveType_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
PrimitiveType_1_inherit_TYPE_descriptor(td); PrimitiveType_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -245,7 +245,7 @@ T_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -245,7 +245,7 @@ T_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T_1_inherit_TYPE_descriptor(td); T_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -260,7 +260,7 @@ T_encode_der(asn_TYPE_descriptor_t *td, ...@@ -260,7 +260,7 @@ T_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T_1_inherit_TYPE_descriptor(td); T_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
......
...@@ -61,7 +61,7 @@ Int1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -61,7 +61,7 @@ Int1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Int1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Int1_1_inherit_TYPE_descriptor(td); Int1_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -76,7 +76,7 @@ Int1_encode_der(asn_TYPE_descriptor_t *td, ...@@ -76,7 +76,7 @@ Int1_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Int1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Int1_1_inherit_TYPE_descriptor(td); Int1_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -198,7 +198,7 @@ Int2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -198,7 +198,7 @@ Int2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Int2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Int2_1_inherit_TYPE_descriptor(td); Int2_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -213,7 +213,7 @@ Int2_encode_der(asn_TYPE_descriptor_t *td, ...@@ -213,7 +213,7 @@ Int2_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Int2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Int2_1_inherit_TYPE_descriptor(td); Int2_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -339,7 +339,7 @@ Int3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -339,7 +339,7 @@ Int3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Int3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Int3_1_inherit_TYPE_descriptor(td); Int3_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -354,7 +354,7 @@ Int3_encode_der(asn_TYPE_descriptor_t *td, ...@@ -354,7 +354,7 @@ Int3_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Int3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Int3_1_inherit_TYPE_descriptor(td); Int3_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -480,7 +480,7 @@ Int4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -480,7 +480,7 @@ Int4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Int4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Int4_1_inherit_TYPE_descriptor(td); Int4_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -495,7 +495,7 @@ Int4_encode_der(asn_TYPE_descriptor_t *td, ...@@ -495,7 +495,7 @@ Int4_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Int4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Int4_1_inherit_TYPE_descriptor(td); Int4_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -621,7 +621,7 @@ Int5_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -621,7 +621,7 @@ Int5_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Int5_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int5_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Int5_1_inherit_TYPE_descriptor(td); Int5_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -636,7 +636,7 @@ Int5_encode_der(asn_TYPE_descriptor_t *td, ...@@ -636,7 +636,7 @@ Int5_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Int5_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Int5_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Int5_1_inherit_TYPE_descriptor(td); Int5_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -762,7 +762,7 @@ ExtensibleExtensions_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -762,7 +762,7 @@ ExtensibleExtensions_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
ExtensibleExtensions_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, ExtensibleExtensions_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
ExtensibleExtensions_1_inherit_TYPE_descriptor(td); ExtensibleExtensions_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -777,7 +777,7 @@ ExtensibleExtensions_encode_der(asn_TYPE_descriptor_t *td, ...@@ -777,7 +777,7 @@ ExtensibleExtensions_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
ExtensibleExtensions_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, ExtensibleExtensions_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
ExtensibleExtensions_1_inherit_TYPE_descriptor(td); ExtensibleExtensions_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -880,7 +880,7 @@ Str1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -880,7 +880,7 @@ Str1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Str1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Str1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Str1_1_inherit_TYPE_descriptor(td); Str1_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -895,7 +895,7 @@ Str1_encode_der(asn_TYPE_descriptor_t *td, ...@@ -895,7 +895,7 @@ Str1_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Str1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Str1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Str1_1_inherit_TYPE_descriptor(td); Str1_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -1033,7 +1033,7 @@ Str2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -1033,7 +1033,7 @@ Str2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Str2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Str2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Str2_1_inherit_TYPE_descriptor(td); Str2_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -1048,7 +1048,7 @@ Str2_encode_der(asn_TYPE_descriptor_t *td, ...@@ -1048,7 +1048,7 @@ Str2_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Str2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Str2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Str2_1_inherit_TYPE_descriptor(td); Str2_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -1197,7 +1197,7 @@ Str3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -1197,7 +1197,7 @@ Str3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Str3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Str3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Str3_1_inherit_TYPE_descriptor(td); Str3_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -1212,7 +1212,7 @@ Str3_encode_der(asn_TYPE_descriptor_t *td, ...@@ -1212,7 +1212,7 @@ Str3_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Str3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Str3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Str3_1_inherit_TYPE_descriptor(td); Str3_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -1347,7 +1347,7 @@ Str4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -1347,7 +1347,7 @@ Str4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Str4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Str4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Str4_1_inherit_TYPE_descriptor(td); Str4_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -1362,7 +1362,7 @@ Str4_encode_der(asn_TYPE_descriptor_t *td, ...@@ -1362,7 +1362,7 @@ Str4_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Str4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Str4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Str4_1_inherit_TYPE_descriptor(td); Str4_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -1497,7 +1497,7 @@ PER_Visible_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -1497,7 +1497,7 @@ PER_Visible_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
PER_Visible_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, PER_Visible_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
PER_Visible_1_inherit_TYPE_descriptor(td); PER_Visible_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -1512,7 +1512,7 @@ PER_Visible_encode_der(asn_TYPE_descriptor_t *td, ...@@ -1512,7 +1512,7 @@ PER_Visible_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
PER_Visible_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, PER_Visible_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
PER_Visible_1_inherit_TYPE_descriptor(td); PER_Visible_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -1647,7 +1647,7 @@ PER_Visible_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -1647,7 +1647,7 @@ PER_Visible_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
PER_Visible_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, PER_Visible_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
PER_Visible_2_1_inherit_TYPE_descriptor(td); PER_Visible_2_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -1662,7 +1662,7 @@ PER_Visible_2_encode_der(asn_TYPE_descriptor_t *td, ...@@ -1662,7 +1662,7 @@ PER_Visible_2_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
PER_Visible_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, PER_Visible_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
PER_Visible_2_1_inherit_TYPE_descriptor(td); PER_Visible_2_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -1797,7 +1797,7 @@ Not_PER_Visible_1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -1797,7 +1797,7 @@ Not_PER_Visible_1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Not_PER_Visible_1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Not_PER_Visible_1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Not_PER_Visible_1_1_inherit_TYPE_descriptor(td); Not_PER_Visible_1_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -1812,7 +1812,7 @@ Not_PER_Visible_1_encode_der(asn_TYPE_descriptor_t *td, ...@@ -1812,7 +1812,7 @@ Not_PER_Visible_1_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Not_PER_Visible_1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Not_PER_Visible_1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Not_PER_Visible_1_1_inherit_TYPE_descriptor(td); Not_PER_Visible_1_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -1947,7 +1947,7 @@ Not_PER_Visible_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -1947,7 +1947,7 @@ Not_PER_Visible_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Not_PER_Visible_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Not_PER_Visible_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Not_PER_Visible_2_1_inherit_TYPE_descriptor(td); Not_PER_Visible_2_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -1962,7 +1962,7 @@ Not_PER_Visible_2_encode_der(asn_TYPE_descriptor_t *td, ...@@ -1962,7 +1962,7 @@ Not_PER_Visible_2_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Not_PER_Visible_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Not_PER_Visible_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Not_PER_Visible_2_1_inherit_TYPE_descriptor(td); Not_PER_Visible_2_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -2097,7 +2097,7 @@ Not_PER_Visible_3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -2097,7 +2097,7 @@ Not_PER_Visible_3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Not_PER_Visible_3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Not_PER_Visible_3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Not_PER_Visible_3_1_inherit_TYPE_descriptor(td); Not_PER_Visible_3_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -2112,7 +2112,7 @@ Not_PER_Visible_3_encode_der(asn_TYPE_descriptor_t *td, ...@@ -2112,7 +2112,7 @@ Not_PER_Visible_3_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Not_PER_Visible_3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Not_PER_Visible_3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Not_PER_Visible_3_1_inherit_TYPE_descriptor(td); Not_PER_Visible_3_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -2250,7 +2250,7 @@ SIZE_but_not_FROM_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -2250,7 +2250,7 @@ SIZE_but_not_FROM_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
SIZE_but_not_FROM_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, SIZE_but_not_FROM_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
SIZE_but_not_FROM_1_inherit_TYPE_descriptor(td); SIZE_but_not_FROM_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -2265,7 +2265,7 @@ SIZE_but_not_FROM_encode_der(asn_TYPE_descriptor_t *td, ...@@ -2265,7 +2265,7 @@ SIZE_but_not_FROM_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
SIZE_but_not_FROM_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, SIZE_but_not_FROM_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
SIZE_but_not_FROM_1_inherit_TYPE_descriptor(td); SIZE_but_not_FROM_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -2403,7 +2403,7 @@ SIZE_and_FROM_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -2403,7 +2403,7 @@ SIZE_and_FROM_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
SIZE_and_FROM_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, SIZE_and_FROM_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
SIZE_and_FROM_1_inherit_TYPE_descriptor(td); SIZE_and_FROM_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -2418,7 +2418,7 @@ SIZE_and_FROM_encode_der(asn_TYPE_descriptor_t *td, ...@@ -2418,7 +2418,7 @@ SIZE_and_FROM_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
SIZE_and_FROM_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, SIZE_and_FROM_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
SIZE_and_FROM_1_inherit_TYPE_descriptor(td); SIZE_and_FROM_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -2553,7 +2553,7 @@ Neither_SIZE_nor_FROM_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -2553,7 +2553,7 @@ Neither_SIZE_nor_FROM_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Neither_SIZE_nor_FROM_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Neither_SIZE_nor_FROM_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Neither_SIZE_nor_FROM_1_inherit_TYPE_descriptor(td); Neither_SIZE_nor_FROM_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -2568,7 +2568,7 @@ Neither_SIZE_nor_FROM_encode_der(asn_TYPE_descriptor_t *td, ...@@ -2568,7 +2568,7 @@ Neither_SIZE_nor_FROM_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Neither_SIZE_nor_FROM_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Neither_SIZE_nor_FROM_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Neither_SIZE_nor_FROM_1_inherit_TYPE_descriptor(td); Neither_SIZE_nor_FROM_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -2697,7 +2697,7 @@ Utf8_4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -2697,7 +2697,7 @@ Utf8_4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Utf8_4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Utf8_4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Utf8_4_1_inherit_TYPE_descriptor(td); Utf8_4_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -2712,7 +2712,7 @@ Utf8_4_encode_der(asn_TYPE_descriptor_t *td, ...@@ -2712,7 +2712,7 @@ Utf8_4_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Utf8_4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Utf8_4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Utf8_4_1_inherit_TYPE_descriptor(td); Utf8_4_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -2869,7 +2869,7 @@ Utf8_3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -2869,7 +2869,7 @@ Utf8_3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Utf8_3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Utf8_3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Utf8_3_1_inherit_TYPE_descriptor(td); Utf8_3_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -2884,7 +2884,7 @@ Utf8_3_encode_der(asn_TYPE_descriptor_t *td, ...@@ -2884,7 +2884,7 @@ Utf8_3_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Utf8_3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Utf8_3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Utf8_3_1_inherit_TYPE_descriptor(td); Utf8_3_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -3011,7 +3011,7 @@ Utf8_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -3011,7 +3011,7 @@ Utf8_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Utf8_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Utf8_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Utf8_2_1_inherit_TYPE_descriptor(td); Utf8_2_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -3026,7 +3026,7 @@ Utf8_2_encode_der(asn_TYPE_descriptor_t *td, ...@@ -3026,7 +3026,7 @@ Utf8_2_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Utf8_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Utf8_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Utf8_2_1_inherit_TYPE_descriptor(td); Utf8_2_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -3129,7 +3129,7 @@ Utf8_1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -3129,7 +3129,7 @@ Utf8_1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Utf8_1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Utf8_1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Utf8_1_1_inherit_TYPE_descriptor(td); Utf8_1_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -3144,7 +3144,7 @@ Utf8_1_encode_der(asn_TYPE_descriptor_t *td, ...@@ -3144,7 +3144,7 @@ Utf8_1_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Utf8_1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Utf8_1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Utf8_1_1_inherit_TYPE_descriptor(td); Utf8_1_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -3294,7 +3294,7 @@ VisibleIdentifier_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -3294,7 +3294,7 @@ VisibleIdentifier_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
VisibleIdentifier_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, VisibleIdentifier_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
VisibleIdentifier_1_inherit_TYPE_descriptor(td); VisibleIdentifier_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -3309,7 +3309,7 @@ VisibleIdentifier_encode_der(asn_TYPE_descriptor_t *td, ...@@ -3309,7 +3309,7 @@ VisibleIdentifier_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
VisibleIdentifier_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, VisibleIdentifier_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
VisibleIdentifier_1_inherit_TYPE_descriptor(td); VisibleIdentifier_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -3459,7 +3459,7 @@ Identifier_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -3459,7 +3459,7 @@ Identifier_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
Identifier_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Identifier_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Identifier_1_inherit_TYPE_descriptor(td); Identifier_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -3474,7 +3474,7 @@ Identifier_encode_der(asn_TYPE_descriptor_t *td, ...@@ -3474,7 +3474,7 @@ Identifier_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
Identifier_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Identifier_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Identifier_1_inherit_TYPE_descriptor(td); Identifier_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
......
...@@ -61,7 +61,7 @@ T1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -61,7 +61,7 @@ T1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T1_1_inherit_TYPE_descriptor(td); T1_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -76,7 +76,7 @@ T1_encode_der(asn_TYPE_descriptor_t *td, ...@@ -76,7 +76,7 @@ T1_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T1_1_inherit_TYPE_descriptor(td); T1_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -190,7 +190,7 @@ T2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -190,7 +190,7 @@ T2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T2_1_inherit_TYPE_descriptor(td); T2_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -205,7 +205,7 @@ T2_encode_der(asn_TYPE_descriptor_t *td, ...@@ -205,7 +205,7 @@ T2_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T2_1_inherit_TYPE_descriptor(td); T2_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -317,7 +317,7 @@ T3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -317,7 +317,7 @@ T3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T3_1_inherit_TYPE_descriptor(td); T3_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -332,7 +332,7 @@ T3_encode_der(asn_TYPE_descriptor_t *td, ...@@ -332,7 +332,7 @@ T3_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T3_1_inherit_TYPE_descriptor(td); T3_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -442,7 +442,7 @@ T4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -442,7 +442,7 @@ T4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T4_1_inherit_TYPE_descriptor(td); T4_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -457,7 +457,7 @@ T4_encode_der(asn_TYPE_descriptor_t *td, ...@@ -457,7 +457,7 @@ T4_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T4_1_inherit_TYPE_descriptor(td); T4_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -562,7 +562,7 @@ T5_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -562,7 +562,7 @@ T5_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T5_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T5_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T5_1_inherit_TYPE_descriptor(td); T5_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -577,7 +577,7 @@ T5_encode_der(asn_TYPE_descriptor_t *td, ...@@ -577,7 +577,7 @@ T5_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T5_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T5_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T5_1_inherit_TYPE_descriptor(td); T5_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -681,7 +681,7 @@ T6_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -681,7 +681,7 @@ T6_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T6_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T6_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T6_1_inherit_TYPE_descriptor(td); T6_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -696,7 +696,7 @@ T6_encode_der(asn_TYPE_descriptor_t *td, ...@@ -696,7 +696,7 @@ T6_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T6_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T6_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T6_1_inherit_TYPE_descriptor(td); T6_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -799,7 +799,7 @@ T_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -799,7 +799,7 @@ T_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T_1_inherit_TYPE_descriptor(td); T_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -814,7 +814,7 @@ T_encode_der(asn_TYPE_descriptor_t *td, ...@@ -814,7 +814,7 @@ T_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T_1_inherit_TYPE_descriptor(td); T_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
......
...@@ -61,7 +61,7 @@ T1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -61,7 +61,7 @@ T1_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T1_1_inherit_TYPE_descriptor(td); T1_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -76,7 +76,7 @@ T1_encode_der(asn_TYPE_descriptor_t *td, ...@@ -76,7 +76,7 @@ T1_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T1_1_inherit_TYPE_descriptor(td); T1_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -190,7 +190,7 @@ T2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -190,7 +190,7 @@ T2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T2_1_inherit_TYPE_descriptor(td); T2_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -205,7 +205,7 @@ T2_encode_der(asn_TYPE_descriptor_t *td, ...@@ -205,7 +205,7 @@ T2_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T2_1_inherit_TYPE_descriptor(td); T2_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -317,7 +317,7 @@ T3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -317,7 +317,7 @@ T3_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T3_1_inherit_TYPE_descriptor(td); T3_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -332,7 +332,7 @@ T3_encode_der(asn_TYPE_descriptor_t *td, ...@@ -332,7 +332,7 @@ T3_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T3_1_inherit_TYPE_descriptor(td); T3_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -442,7 +442,7 @@ T4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -442,7 +442,7 @@ T4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T4_1_inherit_TYPE_descriptor(td); T4_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -457,7 +457,7 @@ T4_encode_der(asn_TYPE_descriptor_t *td, ...@@ -457,7 +457,7 @@ T4_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T4_1_inherit_TYPE_descriptor(td); T4_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -562,7 +562,7 @@ T5_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -562,7 +562,7 @@ T5_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T5_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T5_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T5_1_inherit_TYPE_descriptor(td); T5_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -577,7 +577,7 @@ T5_encode_der(asn_TYPE_descriptor_t *td, ...@@ -577,7 +577,7 @@ T5_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T5_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T5_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T5_1_inherit_TYPE_descriptor(td); T5_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -681,7 +681,7 @@ T6_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -681,7 +681,7 @@ T6_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T6_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T6_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T6_1_inherit_TYPE_descriptor(td); T6_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -696,7 +696,7 @@ T6_encode_der(asn_TYPE_descriptor_t *td, ...@@ -696,7 +696,7 @@ T6_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T6_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T6_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T6_1_inherit_TYPE_descriptor(td); T6_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -799,7 +799,7 @@ T_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -799,7 +799,7 @@ T_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
T_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
T_1_inherit_TYPE_descriptor(td); T_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -814,7 +814,7 @@ T_encode_der(asn_TYPE_descriptor_t *td, ...@@ -814,7 +814,7 @@ T_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
T_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, T_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
T_1_inherit_TYPE_descriptor(td); T_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
......
...@@ -130,7 +130,7 @@ SimpleType_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -130,7 +130,7 @@ SimpleType_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
SimpleType_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, SimpleType_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
SimpleType_1_inherit_TYPE_descriptor(td); SimpleType_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -145,7 +145,7 @@ SimpleType_encode_der(asn_TYPE_descriptor_t *td, ...@@ -145,7 +145,7 @@ SimpleType_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
SimpleType_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, SimpleType_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
SimpleType_1_inherit_TYPE_descriptor(td); SimpleType_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
......
...@@ -451,7 +451,7 @@ enum_4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -451,7 +451,7 @@ enum_4_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
static asn_dec_rval_t static asn_dec_rval_t
enum_4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, enum_4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
enum_4_inherit_TYPE_descriptor(td); enum_4_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -466,7 +466,7 @@ enum_4_encode_der(asn_TYPE_descriptor_t *td, ...@@ -466,7 +466,7 @@ enum_4_encode_der(asn_TYPE_descriptor_t *td,
static asn_dec_rval_t static asn_dec_rval_t
enum_4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, enum_4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
enum_4_inherit_TYPE_descriptor(td); enum_4_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -855,7 +855,7 @@ Member_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -855,7 +855,7 @@ Member_2_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
static asn_dec_rval_t static asn_dec_rval_t
Member_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Member_2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
Member_2_inherit_TYPE_descriptor(td); Member_2_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -870,7 +870,7 @@ Member_2_encode_der(asn_TYPE_descriptor_t *td, ...@@ -870,7 +870,7 @@ Member_2_encode_der(asn_TYPE_descriptor_t *td,
static asn_dec_rval_t static asn_dec_rval_t
Member_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, Member_2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
Member_2_inherit_TYPE_descriptor(td); Member_2_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
......
...@@ -181,7 +181,7 @@ EpytRef_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -181,7 +181,7 @@ EpytRef_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
EpytRef_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, EpytRef_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
EpytRef_1_inherit_TYPE_descriptor(td); EpytRef_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -196,7 +196,7 @@ EpytRef_encode_der(asn_TYPE_descriptor_t *td, ...@@ -196,7 +196,7 @@ EpytRef_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
EpytRef_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, EpytRef_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
EpytRef_1_inherit_TYPE_descriptor(td); EpytRef_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
...@@ -702,7 +702,7 @@ EnumType_print(asn_TYPE_descriptor_t *td, const void *struct_ptr, ...@@ -702,7 +702,7 @@ EnumType_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
asn_dec_rval_t asn_dec_rval_t
EnumType_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, EnumType_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, void *bufptr, size_t size, int tag_mode) { void **structure, const void *bufptr, size_t size, int tag_mode) {
EnumType_1_inherit_TYPE_descriptor(td); EnumType_1_inherit_TYPE_descriptor(td);
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode); return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
} }
...@@ -717,7 +717,7 @@ EnumType_encode_der(asn_TYPE_descriptor_t *td, ...@@ -717,7 +717,7 @@ EnumType_encode_der(asn_TYPE_descriptor_t *td,
asn_dec_rval_t asn_dec_rval_t
EnumType_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, EnumType_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
void **structure, const char *opt_mname, void *bufptr, size_t size) { void **structure, const char *opt_mname, const void *bufptr, size_t size) {
EnumType_1_inherit_TYPE_descriptor(td); EnumType_1_inherit_TYPE_descriptor(td);
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size); return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment