Lines Matching defs:stname
148 #define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname) argument
150 #define static_ASN1_SEQUENCE_END(stname) static_ASN1_SEQUENCE_END_name(stname, stname) argument
152 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument
164 #define static_ASN1_SEQUENCE_END_name(stname, tname) \ argument
218 #define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument
220 #define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument
222 #define static_ASN1_SEQUENCE_END_cb(stname, tname) static_ASN1_SEQUENCE_END_ref(stname, tname) argument
224 #define ASN1_SEQUENCE_END_ref(stname, tname) \ argument
236 #define static_ASN1_SEQUENCE_END_ref(stname, tname) \ argument
248 #define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \ argument
291 #define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname) argument
293 #define static_ASN1_CHOICE_END(stname) static_ASN1_CHOICE_END_name(stname, stname) argument
295 #define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type) argument
297 #define static_ASN1_CHOICE_END_name(stname, tname) static_ASN1_CHOICE_END_selector(stname, tname, t… argument
299 #define ASN1_CHOICE_END_selector(stname, tname, selname) \ argument
311 #define static_ASN1_CHOICE_END_selector(stname, tname, selname) \ argument
323 #define ASN1_CHOICE_END_cb(stname, tname, selname) \ argument
345 #define ASN1_EX_TYPE(flags, tag, stname, field, type) { \ argument
351 #define ASN1_IMP_EX(stname, field, type, tag, ex) \ argument
354 #define ASN1_EXP_EX(stname, field, type, tag, ex) \ argument
362 #define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, type) argument
365 #define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type) argument
368 #define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0) argument
371 #define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTI… argument
375 #define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0) argument
376 #define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTI… argument
379 #define ASN1_SEQUENCE_OF(stname, field, type) \ argument
383 #define ASN1_SEQUENCE_OF_OPT(stname, field, type) \ argument
388 #define ASN1_SET_OF(stname, field, type) \ argument
391 #define ASN1_SET_OF_OPT(stname, field, type) \ argument
396 #define ASN1_IMP_SET_OF(stname, field, type, tag) \ argument
399 #define ASN1_EXP_SET_OF(stname, field, type, tag) \ argument
402 #define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \ argument
405 #define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \ argument
408 #define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \ argument
411 #define ASN1_IMP_SEQUENCE_OF_OPT(stname, field, type, tag) \ argument
414 #define ASN1_EXP_SEQUENCE_OF(stname, field, type, tag) \ argument
417 #define ASN1_EXP_SEQUENCE_OF_OPT(stname, field, type, tag) \ argument
421 #define ASN1_NDEF_EXP(stname, field, type, tag) \ argument
425 #define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \ argument
763 #define IMPLEMENT_ASN1_TYPE(stname) IMPLEMENT_ASN1_TYPE_ex(stname, stname, 0) argument
787 #define IMPLEMENT_ASN1_FUNCTIONS(stname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, stname, stname) argument
789 #define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname… argument
791 #define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ argument
794 #define IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(stname) \ argument
797 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS(stname) \ argument
800 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument
810 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ argument
820 #define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument
824 #define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \ argument
834 #define IMPLEMENT_ASN1_NDEF_FUNCTION(stname) \ argument
843 #define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \ argument
853 #define IMPLEMENT_ASN1_DUP_FUNCTION(stname) \ argument
859 #define IMPLEMENT_ASN1_PRINT_FUNCTION(stname) \ argument
862 #define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \ argument
873 #define IMPLEMENT_ASN1_FUNCTIONS_const_fname(stname, itname, fname) \ argument