Searched refs:tls_session_cache_max (Results 1 – 7 of 7) sorted by relevance
196 if (vh->tls_sessions.count == vh->tls_session_cache_max) { in lws_tls_session_new_mbedtls()207 (unsigned int)vh->tls_session_cache_max); in lws_tls_session_new_mbedtls()
386 vh->tls_session_cache_max = info->tls_session_cache_max ? in lws_tls_client_create_vhost_context()387 info->tls_session_cache_max : 10; in lws_tls_client_create_vhost_context()
173 if (vh->tls_sessions.count == (vh->tls_session_cache_max ? in lws_tls_session_add_entry()174 vh->tls_session_cache_max : 10)) { in lws_tls_session_add_entry()
891 vh->tls_session_cache_max = info->tls_session_cache_max ?892 info->tls_session_cache_max : 10;
594 uint32_t tls_session_cache_max; member
86 The max size of this cache can be set at `.tls_session_cache_max` in the vhost
524 uint32_t tls_session_cache_max; member