• Home
  • Raw
  • Download

Lines Matching defs:stname

155 #define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname)  argument
157 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
203 #define ASN1_BROKEN_SEQUENCE_END(stname) ASN1_SEQUENCE_END_ref(stname, stname) argument
205 #define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument
207 #define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument
209 #define ASN1_SEQUENCE_END_ref(stname, tname) \ argument
221 #define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \ argument
263 #define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname) argument
265 #define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type) argument
267 #define ASN1_CHOICE_END_selector(stname, tname, selname) \ argument
279 #define ASN1_CHOICE_END_cb(stname, tname, selname) \ argument
301 #define ASN1_EX_TYPE(flags, tag, stname, field, type) { \ argument
312 #define ASN1_IMP_EX(stname, field, type, tag, ex) \ argument
315 #define ASN1_EXP_EX(stname, field, type, tag, ex) \ argument
328 #define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, type) argument
331 #define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type) argument
334 #define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0) argument
337 #define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTI… argument
341 #define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0) argument
342 #define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTI… argument
345 #define ASN1_SEQUENCE_OF(stname, field, type) \ argument
349 #define ASN1_SEQUENCE_OF_OPT(stname, field, type) \ argument
354 #define ASN1_SET_OF(stname, field, type) \ argument
357 #define ASN1_SET_OF_OPT(stname, field, type) \ argument
362 #define ASN1_IMP_SET_OF(stname, field, type, tag) \ argument
365 #define ASN1_EXP_SET_OF(stname, field, type, tag) \ argument
368 #define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \ argument
371 #define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \ argument
374 #define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \ argument
377 #define ASN1_IMP_SEQUENCE_OF_OPT(stname, field, type, tag) \ argument
380 #define ASN1_EXP_SEQUENCE_OF(stname, field, type, tag) \ argument
383 #define ASN1_EXP_SEQUENCE_OF_OPT(stname, field, type, tag) \ argument
387 #define ASN1_NDEF_EXP(stname, field, type, tag) \ argument
391 #define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \ argument
775 #define IMPLEMENT_ASN1_TYPE(stname) IMPLEMENT_ASN1_TYPE_ex(stname, stname, 0) argument
821 #define IMPLEMENT_ASN1_FUNCTIONS(stname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, stname, stname) argument
823 #define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname… argument
825 #define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ argument
828 #define IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(stname) \ argument
831 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS(stname) \ argument
834 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument
844 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ argument
854 #define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument
858 #define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \ argument
868 #define IMPLEMENT_ASN1_NDEF_FUNCTION(stname) \ argument
877 #define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \ argument
887 #define IMPLEMENT_ASN1_DUP_FUNCTION(stname) \ argument
893 #define IMPLEMENT_ASN1_PRINT_FUNCTION(stname) \ argument
896 #define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \ argument
907 #define IMPLEMENT_ASN1_FUNCTIONS_const_fname(stname, itname, fname) \ argument