Lines Matching defs:stname
130 #define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname) argument
132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
178 #define ASN1_BROKEN_SEQUENCE_END(stname) ASN1_SEQUENCE_END_ref(stname, stname) argument
180 #define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument
182 #define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument
184 #define ASN1_SEQUENCE_END_ref(stname, tname) \ argument
196 #define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \ argument
238 #define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname) argument
240 #define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type) argument
242 #define ASN1_CHOICE_END_selector(stname, tname, selname) \ argument
254 #define ASN1_CHOICE_END_cb(stname, tname, selname) \ argument
276 #define ASN1_EX_TYPE(flags, tag, stname, field, type) { \ argument
287 #define ASN1_IMP_EX(stname, field, type, tag, ex) \ argument
290 #define ASN1_EXP_EX(stname, field, type, tag, ex) \ argument
298 #define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, type) argument
301 #define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type) argument
304 #define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0) argument
307 #define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTI… argument
311 #define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0) argument
312 #define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTI… argument
315 #define ASN1_SEQUENCE_OF(stname, field, type) \ argument
319 #define ASN1_SEQUENCE_OF_OPT(stname, field, type) \ argument
324 #define ASN1_SET_OF(stname, field, type) \ argument
327 #define ASN1_SET_OF_OPT(stname, field, type) \ argument
332 #define ASN1_IMP_SET_OF(stname, field, type, tag) \ argument
335 #define ASN1_EXP_SET_OF(stname, field, type, tag) \ argument
338 #define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \ argument
341 #define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \ argument
344 #define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \ argument
347 #define ASN1_IMP_SEQUENCE_OF_OPT(stname, field, type, tag) \ argument
350 #define ASN1_EXP_SEQUENCE_OF(stname, field, type, tag) \ argument
353 #define ASN1_EXP_SEQUENCE_OF_OPT(stname, field, type, tag) \ argument
357 #define ASN1_NDEF_EXP(stname, field, type, tag) \ argument
361 #define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \ argument
720 #define IMPLEMENT_ASN1_TYPE(stname) IMPLEMENT_ASN1_TYPE_ex(stname, stname, 0) argument
766 #define IMPLEMENT_ASN1_FUNCTIONS(stname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, stname, stname) argument
768 #define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname… argument
770 #define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ argument
773 #define IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(stname) \ argument
776 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS(stname) \ argument
779 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument
789 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ argument
799 #define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument
803 #define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \ argument
813 #define IMPLEMENT_ASN1_NDEF_FUNCTION(stname) \ argument
822 #define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \ argument
832 #define IMPLEMENT_ASN1_DUP_FUNCTION(stname) \ argument
838 #define IMPLEMENT_ASN1_PRINT_FUNCTION(stname) \ argument
841 #define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \ argument
852 #define IMPLEMENT_ASN1_FUNCTIONS_const_fname(stname, itname, fname) \ argument