Home
last modified time | relevance | path

Searched refs:opt_codec_ctx (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/net/fort/FORT-validator-1.5.3/src/asn1/asn1c/
H A Doer_decoder.c12 oer_decode(const asn_codec_ctx_t *opt_codec_ctx, in oer_decode() argument
21 if(opt_codec_ctx) { in oer_decode()
22 if(opt_codec_ctx->max_stack_size) { in oer_decode()
23 s_codec_ctx = *opt_codec_ctx; in oer_decode()
24 opt_codec_ctx = &s_codec_ctx; in oer_decode()
30 opt_codec_ctx = &s_codec_ctx; in oer_decode()
36 return type_descriptor->op->oer_decoder(opt_codec_ctx, type_descriptor, 0, in oer_decode()
60 oer_open_type_get(const asn_codec_ctx_t *opt_codec_ctx, in oer_open_type_get() argument
85 dr = td->op->oer_decoder(opt_codec_ctx, td, constraints, struct_ptr, in oer_open_type_get()
99 oer_decode_primitive(const asn_codec_ctx_t *opt_codec_ctx, in oer_decode_primitive() argument
[all …]
H A Dper_decoder.c11 uper_decode_complete(const asn_codec_ctx_t *opt_codec_ctx, in uper_decode_complete() argument
16 rval = uper_decode(opt_codec_ctx, td, sptr, buffer, size, 0, 0); in uper_decode_complete()
42 uper_decode(const asn_codec_ctx_t *opt_codec_ctx, in uper_decode() argument
58 if(opt_codec_ctx) { in uper_decode()
59 if(opt_codec_ctx->max_stack_size) { in uper_decode()
60 s_codec_ctx = *opt_codec_ctx; in uper_decode()
61 opt_codec_ctx = &s_codec_ctx; in uper_decode()
67 opt_codec_ctx = &s_codec_ctx; in uper_decode()
83 rval = td->op->uper_decoder(opt_codec_ctx, td, 0, sptr, &pd); in uper_decode()
H A Dber_decoder.c30 ber_decode(const asn_codec_ctx_t *opt_codec_ctx, in ber_decode() argument
39 if(opt_codec_ctx) { in ber_decode()
40 if(opt_codec_ctx->max_stack_size) { in ber_decode()
41 s_codec_ctx = *opt_codec_ctx; in ber_decode()
42 opt_codec_ctx = &s_codec_ctx; in ber_decode()
48 opt_codec_ctx = &s_codec_ctx; in ber_decode()
54 return type_descriptor->op->ber_decoder(opt_codec_ctx, type_descriptor, in ber_decode()
65 ber_check_tags(const asn_codec_ctx_t *opt_codec_ctx, in ber_check_tags() argument
83 if(ASN__STACK_OVERFLOW_CHECK(opt_codec_ctx)) in ber_check_tags()
H A Dasn_application.c133 asn_encode(const asn_codec_ctx_t *opt_codec_ctx, in asn_encode() argument
148 er = asn_encode_internal(opt_codec_ctx, syntax, td, sptr, in asn_encode()
160 asn_encode_to_buffer(const asn_codec_ctx_t *opt_codec_ctx, in asn_encode_to_buffer() argument
176 er = asn_encode_internal(opt_codec_ctx, syntax, td, sptr, in asn_encode_to_buffer()
190 asn_encode_to_new_buffer(const asn_codec_ctx_t *opt_codec_ctx, in asn_encode_to_new_buffer() argument
200 res.result = asn_encode_internal(opt_codec_ctx, syntax, td, sptr, in asn_encode_to_new_buffer()
224 asn_encode_internal(const asn_codec_ctx_t *opt_codec_ctx, in asn_encode_internal() argument
386 asn_decode(const asn_codec_ctx_t *opt_codec_ctx, in asn_decode() argument
415 return ber_decode(opt_codec_ctx, td, sptr, buffer, size); in asn_decode()
423 return oer_decode(opt_codec_ctx, td, sptr, buffer, size); in asn_decode()
[all …]
H A Dxer_decoder.c14 xer_decode(const asn_codec_ctx_t *opt_codec_ctx, in xer_decode() argument
23 if(opt_codec_ctx) { in xer_decode()
24 if(opt_codec_ctx->max_stack_size) { in xer_decode()
25 s_codec_ctx = *opt_codec_ctx; in xer_decode()
26 opt_codec_ctx = &s_codec_ctx; in xer_decode()
32 opt_codec_ctx = &s_codec_ctx; in xer_decode()
38 return td->op->xer_decoder(opt_codec_ctx, td, struct_ptr, 0, buffer, size); in xer_decode()
205 xer_decode_general(const asn_codec_ctx_t *opt_codec_ctx, in xer_decode_general() argument
220 (void)opt_codec_ctx; in xer_decode_general()
H A DOPEN_TYPE.h30 asn_dec_rval_t OPEN_TYPE_ber_get(const asn_codec_ctx_t *opt_codec_ctx,
36 asn_dec_rval_t OPEN_TYPE_xer_get(const asn_codec_ctx_t *opt_codec_ctx,
42 asn_dec_rval_t OPEN_TYPE_oer_get(const asn_codec_ctx_t *opt_codec_ctx,
48 asn_dec_rval_t OPEN_TYPE_uper_get(const asn_codec_ctx_t *opt_codec_ctx,
H A DNULL.c104 NULL_decode_xer(const asn_codec_ctx_t *opt_codec_ctx, in NULL_decode_xer() argument
107 return xer_decode_primitive(opt_codec_ctx, td, in NULL_decode_xer()
136 NULL_decode_oer(const asn_codec_ctx_t *opt_codec_ctx, in NULL_decode_oer() argument
141 (void)opt_codec_ctx; in NULL_decode_oer()
181 NULL_decode_uper(const asn_codec_ctx_t *opt_codec_ctx, in NULL_decode_uper() argument
187 (void)opt_codec_ctx; in NULL_decode_uper()
H A DBOOLEAN.c57 BOOLEAN_decode_ber(const asn_codec_ctx_t *opt_codec_ctx, in BOOLEAN_decode_ber() argument
80 rval = ber_check_tags(opt_codec_ctx, td, 0, buf_ptr, size, in BOOLEAN_decode_ber()
186 BOOLEAN_decode_xer(const asn_codec_ctx_t *opt_codec_ctx, in BOOLEAN_decode_xer() argument
189 return xer_decode_primitive(opt_codec_ctx, td, in BOOLEAN_decode_xer()
263 BOOLEAN_decode_uper(const asn_codec_ctx_t *opt_codec_ctx, in BOOLEAN_decode_uper() argument
270 (void)opt_codec_ctx; in BOOLEAN_decode_uper()
339 BOOLEAN_decode_oer(const asn_codec_ctx_t *opt_codec_ctx, in BOOLEAN_decode_oer() argument
346 (void)opt_codec_ctx; in BOOLEAN_decode_oer()
H A Dper_decoder.h22 const struct asn_codec_ctx_s *opt_codec_ctx,
34 const struct asn_codec_ctx_s *opt_codec_ctx,
48 const asn_codec_ctx_t *opt_codec_ctx,
/dports/www/mod_auth_gssapi/mod_auth_gssapi-1.6.3/src/asn1c/
H A Dper_decoder.c11 uper_decode_complete(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, void **sptr, const … in uper_decode_complete() argument
14 rval = uper_decode(opt_codec_ctx, td, sptr, buffer, size, 0, 0); in uper_decode_complete()
40 uper_decode(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, void **sptr, const void *buf… in uper_decode() argument
54 if(opt_codec_ctx) { in uper_decode()
55 if(opt_codec_ctx->max_stack_size) { in uper_decode()
56 s_codec_ctx = *opt_codec_ctx; in uper_decode()
57 opt_codec_ctx = &s_codec_ctx; in uper_decode()
63 opt_codec_ctx = &s_codec_ctx; in uper_decode()
79 rval = td->uper_decoder(opt_codec_ctx, td, 0, sptr, &pd); in uper_decode()
H A Dber_decoder.c30 ber_decode(asn_codec_ctx_t *opt_codec_ctx, in ber_decode() argument
39 if(opt_codec_ctx) { in ber_decode()
40 if(opt_codec_ctx->max_stack_size) { in ber_decode()
41 s_codec_ctx = *opt_codec_ctx; in ber_decode()
42 opt_codec_ctx = &s_codec_ctx; in ber_decode()
48 opt_codec_ctx = &s_codec_ctx; in ber_decode()
54 return type_descriptor->ber_decoder(opt_codec_ctx, type_descriptor, in ber_decode()
65 ber_check_tags(asn_codec_ctx_t *opt_codec_ctx, in ber_check_tags() argument
83 if(_ASN_STACK_OVERFLOW_CHECK(opt_codec_ctx)) in ber_check_tags()
H A Dxer_decoder.c14 xer_decode(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, in xer_decode() argument
22 if(opt_codec_ctx) { in xer_decode()
23 if(opt_codec_ctx->max_stack_size) { in xer_decode()
24 s_codec_ctx = *opt_codec_ctx; in xer_decode()
25 opt_codec_ctx = &s_codec_ctx; in xer_decode()
31 opt_codec_ctx = &s_codec_ctx; in xer_decode()
37 return td->xer_decoder(opt_codec_ctx, td, struct_ptr, 0, buffer, size); in xer_decode()
201 xer_decode_general(asn_codec_ctx_t *opt_codec_ctx, in xer_decode_general() argument
216 (void)opt_codec_ctx; in xer_decode_general()
H A Dper_decoder.h21 asn_dec_rval_t uper_decode_complete(struct asn_codec_ctx_s *opt_codec_ctx,
32 asn_dec_rval_t uper_decode(struct asn_codec_ctx_s *opt_codec_ctx,
45 typedef asn_dec_rval_t (per_type_decoder_f)(asn_codec_ctx_t *opt_codec_ctx,
/dports/biology/biosig/biosig-2.3.3/biosig4c++/t240/
H A Dper_decoder.c11 uper_decode_complete(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, void **sptr, const … in uper_decode_complete() argument
14 rval = uper_decode(opt_codec_ctx, td, sptr, buffer, size, 0, 0); in uper_decode_complete()
40 uper_decode(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, void **sptr, const void *buf… in uper_decode() argument
54 if(opt_codec_ctx) { in uper_decode()
55 if(opt_codec_ctx->max_stack_size) { in uper_decode()
56 s_codec_ctx = *opt_codec_ctx; in uper_decode()
57 opt_codec_ctx = &s_codec_ctx; in uper_decode()
63 opt_codec_ctx = &s_codec_ctx; in uper_decode()
79 rval = td->uper_decoder(opt_codec_ctx, td, 0, sptr, &pd); in uper_decode()
H A Dber_decoder.c30 ber_decode(asn_codec_ctx_t *opt_codec_ctx, in ber_decode() argument
39 if(opt_codec_ctx) { in ber_decode()
40 if(opt_codec_ctx->max_stack_size) { in ber_decode()
41 s_codec_ctx = *opt_codec_ctx; in ber_decode()
42 opt_codec_ctx = &s_codec_ctx; in ber_decode()
48 opt_codec_ctx = &s_codec_ctx; in ber_decode()
54 return type_descriptor->ber_decoder(opt_codec_ctx, type_descriptor, in ber_decode()
65 ber_check_tags(asn_codec_ctx_t *opt_codec_ctx, in ber_check_tags() argument
83 if(_ASN_STACK_OVERFLOW_CHECK(opt_codec_ctx)) in ber_check_tags()
H A Dxer_decoder.c14 xer_decode(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, in xer_decode() argument
22 if(opt_codec_ctx) { in xer_decode()
23 if(opt_codec_ctx->max_stack_size) { in xer_decode()
24 s_codec_ctx = *opt_codec_ctx; in xer_decode()
25 opt_codec_ctx = &s_codec_ctx; in xer_decode()
31 opt_codec_ctx = &s_codec_ctx; in xer_decode()
37 return td->xer_decoder(opt_codec_ctx, td, struct_ptr, 0, buffer, size); in xer_decode()
200 xer_decode_general(asn_codec_ctx_t *opt_codec_ctx, in xer_decode_general() argument
215 (void)opt_codec_ctx; in xer_decode_general()
/dports/lang/asn1c/asn1c-0.9.27/skeletons/
H A Dper_decoder.c11 uper_decode_complete(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, void **sptr, const … in uper_decode_complete() argument
14 rval = uper_decode(opt_codec_ctx, td, sptr, buffer, size, 0, 0); in uper_decode_complete()
40 uper_decode(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, void **sptr, const void *buf… in uper_decode() argument
54 if(opt_codec_ctx) { in uper_decode()
55 if(opt_codec_ctx->max_stack_size) { in uper_decode()
56 s_codec_ctx = *opt_codec_ctx; in uper_decode()
57 opt_codec_ctx = &s_codec_ctx; in uper_decode()
63 opt_codec_ctx = &s_codec_ctx; in uper_decode()
79 rval = td->uper_decoder(opt_codec_ctx, td, 0, sptr, &pd); in uper_decode()
H A Dber_decoder.c30 ber_decode(asn_codec_ctx_t *opt_codec_ctx, in ber_decode() argument
39 if(opt_codec_ctx) { in ber_decode()
40 if(opt_codec_ctx->max_stack_size) { in ber_decode()
41 s_codec_ctx = *opt_codec_ctx; in ber_decode()
42 opt_codec_ctx = &s_codec_ctx; in ber_decode()
48 opt_codec_ctx = &s_codec_ctx; in ber_decode()
54 return type_descriptor->ber_decoder(opt_codec_ctx, type_descriptor, in ber_decode()
65 ber_check_tags(asn_codec_ctx_t *opt_codec_ctx, in ber_check_tags() argument
83 if(_ASN_STACK_OVERFLOW_CHECK(opt_codec_ctx)) in ber_check_tags()
H A Dxer_decoder.c14 xer_decode(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td, in xer_decode() argument
22 if(opt_codec_ctx) { in xer_decode()
23 if(opt_codec_ctx->max_stack_size) { in xer_decode()
24 s_codec_ctx = *opt_codec_ctx; in xer_decode()
25 opt_codec_ctx = &s_codec_ctx; in xer_decode()
31 opt_codec_ctx = &s_codec_ctx; in xer_decode()
37 return td->xer_decoder(opt_codec_ctx, td, struct_ptr, 0, buffer, size); in xer_decode()
201 xer_decode_general(asn_codec_ctx_t *opt_codec_ctx, in xer_decode_general() argument
216 (void)opt_codec_ctx; in xer_decode_general()
/dports/lang/asn1c/asn1c-0.9.27/tests/
H A D90-cond-int-type-OK.asn1.-Pgen-PER73 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
88 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
103 return td->uper_decoder(opt_codec_ctx, td, constraints, structure, per_data);
229 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
244 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
259 return td->uper_decoder(opt_codec_ctx, td, constraints, structure, per_data);
397 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
412 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
427 return td->uper_decoder(opt_codec_ctx, td, constraints, structure, per_data);
571 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
[all …]
H A D50-constraint-OK.asn1.-Pgen-PER70 Int1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
73 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
85 Int1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
100 Int1_decode_uper(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
230 Int2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
245 Int2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
260 Int2_decode_uper(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
398 Int3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
413 Int3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
566 Int4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
[all …]
H A D90-cond-int-type-OK.asn1.-P71 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
86 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
209 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
224 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
351 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
366 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
499 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
514 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
641 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
788 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
[all …]
H A D90-cond-int-type-OK.asn1.-Pfwide-types71 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
86 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
210 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
225 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
358 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
373 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
506 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
521 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
648 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
801 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
[all …]
H A D65-multi-tag-OK.asn1.-Pfwide-types68 T1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
83 T1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
204 T2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
219 T2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
338 T3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
353 T3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
470 T4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
485 T4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
597 T5_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
848 T_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
[all …]
H A D65-multi-tag-OK.asn1.-Pfnative-types68 T1_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
83 T1_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
204 T2_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
219 T2_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
338 T3_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
353 T3_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
470 T4_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
485 T4_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
597 T5_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
848 T_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
[all …]

12345678