Home
last modified time | relevance | path

Searched refs:str_type (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_mbstr.c94 int str_type; in ASN1_mbstring_ncopy() local
167 if(mask & B_ASN1_PRINTABLESTRING) str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()
168 else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()
169 else if(mask & B_ASN1_T61STRING) str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()
171 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()
174 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy()
177 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()
180 if(!out) return str_type; in ASN1_mbstring_ncopy()
189 dest->type = str_type; in ASN1_mbstring_ncopy()
192 dest = ASN1_STRING_type_new(str_type); in ASN1_mbstring_ncopy()
[all …]
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dzone.py476 str_type = basestring
478 str_type = str
483 if isinstance(f, str_type):
797 str_type = basestring
800 str_type = str
802 if isinstance(f, str_type):
Dmessage.py994 str_type = basestring
997 str_type = str
999 if isinstance(f, str_type):
/external/selinux/libsepol/cil/src/
Dcil.c1529 const char *str_type = NULL; in cil_filecons_to_string() local
1536 str_type = "\t--"; in cil_filecons_to_string()
1539 str_type = "\t-d"; in cil_filecons_to_string()
1542 str_type = "\t-c"; in cil_filecons_to_string()
1545 str_type = "\t-b"; in cil_filecons_to_string()
1548 str_type = "\t-s"; in cil_filecons_to_string()
1551 str_type = "\t-p"; in cil_filecons_to_string()
1554 str_type = "\t-l"; in cil_filecons_to_string()
1557 str_type = ""; in cil_filecons_to_string()
1560 buf_pos = sprintf(str_tmp, "%s", str_type); in cil_filecons_to_string()