OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sk_new
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/stack/
stack.c
97
if ((ret=
sk_new
(sk->comp)) == NULL) goto err;
117
return
sk_new
((int (*)(const void *, const void *))0);
120
_STACK *
sk_new
(int (*c)(const void *, const void *))
function
/external/openssl/crypto/stack/
stack.c
97
if ((ret=
sk_new
(sk->comp)) == NULL) goto err;
117
return
sk_new
((int (*)(const void *, const void *))0);
120
_STACK *
sk_new
(int (*c)(const void *, const void *))
function
Completed in 66 milliseconds