Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c158 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()
Dsecure-streams-serialize.c186 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()
Dprivate-lib-secure-streams.h232 KIND_SS_TO_P, enumerator