Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dioline.c54 size_t rbuf_length, rbuf_index, rbuf_valid_length; member
81 l->rbuf_length = l->rbuf_index = l->rbuf_valid_length = 0; in pa_ioline_new()
230 char *p = pa_xstrndup(l->rbuf+l->rbuf_index, l->rbuf_valid_length); in failure()
253 if (!(e = memchr(l->rbuf + l->rbuf_index + skip, '\n', l->rbuf_valid_length - skip))) in scan_for_lines()
258 p = l->rbuf + l->rbuf_index; in scan_for_lines()
261 l->rbuf_index += m+1; in scan_for_lines()
266 l->rbuf_index = 0; in scan_for_lines()
276 l->rbuf_index = l->rbuf_valid_length = 0; in scan_for_lines()
289 len = l->rbuf_length - l->rbuf_index - l->rbuf_valid_length; in do_read()
301 memmove(l->rbuf, l->rbuf+l->rbuf_index, l->rbuf_valid_length); in do_read()
[all …]