Home
last modified time | relevance | path

Searched refs:lws_ring_bump_head (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-ring.h59 * - lws_ring_bump_head()
230 * *start for up to *bytes, and use lws_ring_bump_head() to update the lws_ring
240 * lws_ring_bump_head(): used to write directly into the ring
246 lws_ring_bump_head(struct lws_ring *ring, size_t bytes);
/third_party/libwebsockets/lib/misc/
H A Dlws-ring.c151 lws_ring_bump_head(struct lws_ring *ring, size_t bytes) in lws_ring_bump_head() function
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c540 lws_ring_bump_head(r, (unsigned int)n); in ssh_ops_child_process_io()

Completed in 3 milliseconds