Home | History | Annotate | Download | only in stack

Lines Matching refs:ssl_session

2644 #define lh_SSL_SESSION_new() LHM_lh_new(SSL_SESSION,ssl_session)
2645 #define lh_SSL_SESSION_insert(lh,inst) LHM_lh_insert(SSL_SESSION,lh,inst)
2646 #define lh_SSL_SESSION_retrieve(lh,inst) LHM_lh_retrieve(SSL_SESSION,lh,inst)
2647 #define lh_SSL_SESSION_delete(lh,inst) LHM_lh_delete(SSL_SESSION,lh,inst)
2648 #define lh_SSL_SESSION_doall(lh,fn) LHM_lh_doall(SSL_SESSION,lh,fn)
2650 LHM_lh_doall_arg(SSL_SESSION,lh,fn,arg_type,arg)
2651 #define lh_SSL_SESSION_error(lh) LHM_lh_error(SSL_SESSION,lh)
2652 #define lh_SSL_SESSION_num_items(lh) LHM_lh_num_items(SSL_SESSION,lh)
2653 #define lh_SSL_SESSION_down_load(lh) LHM_lh_down_load(SSL_SESSION,lh)
2655 LHM_lh_node_stats_bio(SSL_SESSION,lh,out)
2657 LHM_lh_node_usage_stats_bio(SSL_SESSION,lh,out)
2659 LHM_lh_stats_bio(SSL_SESSION,lh,out)
2660 #define lh_SSL_SESSION_free(lh) LHM_lh_free(SSL_SESSION,lh)