Searched refs:lws_ss_assert_extant (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/ |
D | private-lib-secure-streams.h | 560 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
|
D | secure-streams.c | 1820 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/ |
D | ss-h1.c | 454 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()
|