Home
last modified time | relevance | path

Searched refs:dsh_size (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c93 __lws_ss_proxy_bind_ss_to_conn_wsi(void *parconn, size_t dsh_size) in __lws_ss_proxy_bind_ss_to_conn_wsi() argument
105 conn->dsh = lws_dsh_create(&pt->ss_dsh_owner, dsh_size, 2); in __lws_ss_proxy_bind_ss_to_conn_wsi()
236 size_t dsh_size; in ss_proxy_onward_state() local
249 dsh_size = m->ss->policy->proxy_buflen ? in ss_proxy_onward_state()
254 (unsigned long)dsh_size); in ss_proxy_onward_state()
258 if (__lws_ss_proxy_bind_ss_to_conn_wsi(m->conn, dsh_size)) { in ss_proxy_onward_state()
Dprivate-lib-secure-streams.h513 __lws_ss_proxy_bind_ss_to_conn_wsi(void *parconn, size_t dsh_size);