Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c96 pss->write_task[pss->wt_head] = (uint8_t)task; in write_task()
97 pss->write_channel[pss->wt_head] = ch; in write_task()
98 pss->wt_head = (pss->wt_head + 1) & 7; in write_task()
2159 if (pss->wt_head == pss->wt_tail) in lws_callback_raw_sshd()
2528 if (pss->wt_head != pss->wt_tail || in lws_callback_raw_sshd()
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h538 uint8_t wt_head, wt_tail; member