OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remove_session_cb
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h
816
void (*
remove_session_cb
)(struct ssl_ctx_st *ctx,SSL_SESSION *sess);
member in struct:ssl_ctx_st
[
all
...]
/external/chromium_org/third_party/openssl/openssl/ssl/
ssl.h
816
void (*
remove_session_cb
)(struct ssl_ctx_st *ctx,SSL_SESSION *sess);
member in struct:ssl_ctx_st
[
all
...]
/external/openssl/include/openssl/
ssl.h
806
* If
remove_session_cb
is not null, it will be called when
810
void (*
remove_session_cb
)(struct ssl_ctx_st *ctx,SSL_SESSION *sess);
member in struct:ssl_ctx_st
[
all
...]
/external/openssl/ssl/
ssl.h
806
* If
remove_session_cb
is not null, it will be called when
810
void (*
remove_session_cb
)(struct ssl_ctx_st *ctx,SSL_SESSION *sess);
member in struct:ssl_ctx_st
[
all
...]
Completed in 35 milliseconds