Searched refs:str_type (Results 1 – 2 of 2) sorted by relevance
46 int str_type; in ASN1_mbstring_ncopy() local123 str_type = V_ASN1_NUMERICSTRING; in ASN1_mbstring_ncopy()125 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()127 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()129 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()131 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()134 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy()137 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()141 return str_type; in ASN1_mbstring_ncopy()146 dest->type = str_type; in ASN1_mbstring_ncopy()[all …]
151 typedef wchar_t *str_type; in InitializePythonHome() typedef152 static str_type g_python_home = []() -> str_type { in InitializePythonHome()