OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MBSTRING_FLAG
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/asn1/
asn1.h
155
#define
MBSTRING_FLAG
0x1000
156
#define MBSTRING_UTF8 (
MBSTRING_FLAG
)
157
#define MBSTRING_ASC (
MBSTRING_FLAG
|1)
158
#define MBSTRING_BMP (
MBSTRING_FLAG
|2)
159
#define MBSTRING_UNIV (
MBSTRING_FLAG
|4)
[
all
...]
/external/openssl/include/openssl/
asn1.h
155
#define
MBSTRING_FLAG
0x1000
156
#define MBSTRING_UTF8 (
MBSTRING_FLAG
)
157
#define MBSTRING_ASC (
MBSTRING_FLAG
|1)
158
#define MBSTRING_BMP (
MBSTRING_FLAG
|2)
159
#define MBSTRING_UNIV (
MBSTRING_FLAG
|4)
[
all
...]
Completed in 720 milliseconds