Home
last modified time | relevance | path

Searched refs:lws_ss_assert_extant (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h560 lws_ss_assert_extant(struct lws_context *cx, int tsi, struct lws_ss_handle *h);
562 #define lws_ss_assert_extant(_a, _b, _c) macro
Dsecure-streams.c1820 lws_ss_assert_extant(struct lws_context *cx, int tsi, struct lws_ss_handle *h) in lws_ss_assert_extant() function
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c454 lws_ss_assert_extant(wsi->a.context, wsi->tsi, h); in secstream_h1()
511 lws_ss_assert_extant(wsi->a.context, wsi->tsi, h); in secstream_h1()
562 lws_ss_assert_extant(wsi->a.context, wsi->tsi, h); in secstream_h1()