Home
last modified time | relevance | path

Searched refs:lws_dsh_get_head (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H A 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(ds in test5()
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c209 if (!lws_dsh_get_head(m->conn->dsh, KIND_C_TO_P, (void **)&p, &si)) in ss_proxy_onward_tx()
636 if (lws_dsh_get_head(conn->dsh, KIND_SS_TO_P, in callback_ss_proxy()
724 if (!lws_dsh_get_head(conn->dsh, KIND_SS_TO_P, in callback_ss_proxy()
H A 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/
H A Dlws-dsh.c358 lws_dsh_get_head(lws_dsh_t *dsh, int kind, void **obj, size_t *size) in lws_dsh_get_head() function

Completed in 4 milliseconds