OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:D2I_OF
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/asn1/
asn1.h
344
#define
D2I_OF
(type) type *(*)(type **,const unsigned char **,long)
349
((d2i_of_void*) (1 ? d2i : ((
D2I_OF
(type))0)))
[
all
...]
/external/openssl/include/openssl/
asn1.h
344
#define
D2I_OF
(type) type *(*)(type **,const unsigned char **,long)
349
((d2i_of_void*) (1 ? d2i : ((
D2I_OF
(type))0)))
[
all
...]
Completed in 644 milliseconds