Searched refs:KIND_SS_TO_P (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams-process.c | 158 lws_dsh_get_size(m->conn->dsh, KIND_SS_TO_P) >= in ss_proxy_onward_rx() 162 (unsigned long)lws_dsh_get_size(m->conn->dsh, KIND_SS_TO_P), in ss_proxy_onward_rx() 635 if (lws_dsh_get_head(conn->dsh, KIND_SS_TO_P, in callback_ss_proxy() 707 lws_dsh_get_size(conn->dsh, KIND_SS_TO_P) < in callback_ss_proxy() 711 (unsigned long)lws_dsh_get_size(conn->dsh, KIND_SS_TO_P), in callback_ss_proxy() 723 if (!lws_dsh_get_head(conn->dsh, KIND_SS_TO_P, in callback_ss_proxy()
|
D | secure-streams-serialize.c | 186 if (lws_dsh_alloc_tail(dsh, KIND_SS_TO_P, pre, (unsigned int)est, buf, len)) { in lws_ss_serialize_rx_payload() 286 if (lws_dsh_alloc_tail(dsh, KIND_SS_TO_P, pre, (unsigned int)n + 4, NULL, 0) || in lws_ss_serialize_state() 313 if (lws_dsh_alloc_tail(dsh, KIND_SS_TO_P, pre, 7, NULL, 0)) { in lws_ss_serialize_txcr()
|
D | private-lib-secure-streams.h | 232 KIND_SS_TO_P, enumerator
|