OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbflag
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/asn1/
a_strex.c
562
int
mbflag
, type, ret;
local
566
mbflag
= tag2nbyte[type];
567
if(
mbflag
== -1) return -1;
568
mbflag
|= MBSTRING_FLAG;
570
ret = ASN1_mbstring_copy(&str, in->data, in->length,
mbflag
, B_ASN1_UTF8STRING);
Completed in 54 milliseconds