OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:store_memory
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/store/
str_mem.c
131
static STORE_METHOD
store_memory
=
variable
152
const STORE_METHOD *
STORE_Memory
(void)
154
return &
store_memory
;
store.h
122
const STORE_METHOD *
STORE_Memory
(void);
125
and uses
STORE_Memory
() to cache things in memory. */
128
and uses
STORE_Memory
() to cache things in memory. Certificates are added
/external/openssl/include/openssl/
store.h
122
const STORE_METHOD *
STORE_Memory
(void);
125
and uses
STORE_Memory
() to cache things in memory. */
128
and uses
STORE_Memory
() to cache things in memory. Certificates are added
Completed in 142 milliseconds