OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:freelist_extract
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/ssl/
s3_both.c
691
freelist_extract
(SSL_CTX *ctx, int for_read, int sz)
function
740
#define
freelist_extract
(c,fr,sz) OPENSSL_malloc(sz)
macro
772
if ((p=
freelist_extract
(s->ctx, 1, len)) == NULL)
813
if ((p=
freelist_extract
(s->ctx, 0, len)) == NULL)
/external/openssl/ssl/
s3_both.c
691
freelist_extract
(SSL_CTX *ctx, int for_read, int sz)
function
740
#define
freelist_extract
(c,fr,sz) OPENSSL_malloc(sz)
macro
772
if ((p=
freelist_extract
(s->ctx, 1, len)) == NULL)
813
if ((p=
freelist_extract
(s->ctx, 0, len)) == NULL)
Completed in 780 milliseconds