Home
last modified time | relevance | path

Searched refs:lws_dsh_get_head (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
Dmain.c49 if (lws_dsh_get_head(dsh, 1, &a1, &size)) { in test1()
61 if (lws_dsh_get_head(dsh, 0, &a1, &size)) { in test1()
73 if (lws_dsh_get_head(dsh, 0, &a1, &size)) { in test1()
193 if (lws_dsh_get_head(dsh, 0, &a1, &size)) { in test4()
217 if (lws_dsh_get_head(dsh, 0, &a1, &size)) { in test4()
229 if (lws_dsh_get_head(dsh, 0, &a1, &size)) { in test4()
303 while (!lws_dsh_get_head(dsh, 0, &a1, &size)) { in test5()
312 while (!lws_dsh_get_head(dsh, 1, &a1, &size)) { in test5()
320 while (!lws_dsh_get_head(dsh, 0, &a1, &size)) { in test5()
325 while (!lws_dsh_get_head(dsh, 1, &a1, &size)) { in test5()
/third_party/libwebsockets/include/libwebsockets/
Dlws-dsh.h137 lws_dsh_get_head(struct lws_dsh *dsh, int kind, void **obj, size_t *size);
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c209 if (!lws_dsh_get_head(m->conn->dsh, KIND_C_TO_P, (void **)&p, &si)) in ss_proxy_onward_tx()
635 if (lws_dsh_get_head(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.c208 if (lws_dsh_get_head(dsh, KIND_C_TO_P, (void **)&p, &si)) { in lws_ss_deserialize_tx_payload()
/third_party/libwebsockets/lib/core-net/
Dlws-dsh.c358 lws_dsh_get_head(lws_dsh_t *dsh, int kind, void **obj, size_t *size) in lws_dsh_get_head() function