Lines Matching refs:sname
16 #define IMPLEMENT_ASN1_STRING_FUNCTIONS(sname) \17 IMPLEMENT_ASN1_TYPE(sname) \18 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(sname, sname, sname) \19 sname *sname##_new(void) \21 return ASN1_STRING_type_new(V_##sname); \23 void sname##_free(sname *x) \