Searched refs:str_type (Results 1 – 4 of 4) sorted by relevance
99 int str_type; in ASN1_mbstring_ncopy() local172 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()174 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()176 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()178 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()181 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy()184 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()188 return str_type; in ASN1_mbstring_ncopy()197 dest->type = str_type; in ASN1_mbstring_ncopy()213 return str_type; in ASN1_mbstring_ncopy()[all …]
903 tree ctype, field = NULL_TREE, str_type, cinit, string; local912 str_type = build_prim_array_type (unsigned_byte_type_node,916 PUSH_FIELD (ctype, field, "data", str_type);923 TREE_TYPE (string) = str_type;
788 str_type = basestring790 str_type = str792 if isinstance(arg, str_type) and kDevNull in arg:
143 typedef wchar_t *str_type; in InitializePythonHome() typedef144 static str_type g_python_home = []() -> str_type { in InitializePythonHome()