Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
Dmulti.c48 char send_seen_all; member
112 m->seen_all = m->send_seen_all = 1; in multi_myss_rx()
129 if (!m->send_seen_all && m->seen_all) { in sul_multi_tx_periodic_cb()
135 if (m->count < MSGCOUNT || m->send_seen_all) in sul_multi_tx_periodic_cb()
149 if (!m->starting || (m->count == MSGCOUNT && !m->send_seen_all)) in multi_myss_tx()
157 if (m->send_seen_all) { in multi_myss_tx()
163 m->send_seen_all = 0; in multi_myss_tx()