Home
last modified time | relevance | path

Searched defs:lws_ss_handle (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h48 typedef struct lws_ss_handle { struct
49 lws_ss_info_t info; /**< copy of stream creation info */
51 lws_lifecycle_t lc;
57 struct lws_dll2 list; /**< pt lists active ss */
58 struct lws_dll2 to_list; /**< pt lists ss with pending to-s */
60 struct lws_dll2 cli_list; /**< same server clients list */
63 lws_fi_ctx_t fic; /**< Fault Injection context */
87 struct lws_ss_handle *h_in_svc; argument
93 //struct lws_ss_handle *h_sink; /**< sink we are bound to, or NULL */ argument
96 lws_sorted_usec_list_t sul_timeout;
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-client.h46 #define lws_ss_handle lws_sspc_handle macro