Searched refs:str_type (Results 1 – 4 of 4) sorted by relevance
98 int str_type; in ASN1_mbstring_ncopy() local171 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()173 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()175 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()177 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()180 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy()183 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()187 return str_type; in ASN1_mbstring_ncopy()196 dest->type = str_type; in ASN1_mbstring_ncopy()199 dest = ASN1_STRING_type_new(str_type); in ASN1_mbstring_ncopy()[all …]
45 charset_for_string_type (enum c_string_type str_type, in charset_for_string_type() argument48 switch (str_type & ~C_CHAR) in charset_for_string_type()159 enum c_string_type str_type; in c_printchar() local161 str_type = classify_type (type, get_type_arch (type), NULL); in c_printchar()162 switch (str_type) in c_printchar()195 enum c_string_type str_type; in c_printstr() local199 str_type = (classify_type (type, get_type_arch (type), &type_encoding) in c_printstr()201 switch (str_type) in c_printstr()
186 struct type **str_type, in gdbpy_extract_lazy_string() argument196 *str_type = lazy->type; in gdbpy_extract_lazy_string()
349 struct type **str_type,