Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A 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()
226 if (process_leftover && l->rbuf_valid_length > 0) { in failure()
230 char *p = pa_xstrndup(l->rbuf+l->rbuf_index, l->rbuf_valid_length); in failure()
247 pa_assert(skip < l->rbuf_valid_length); in scan_for_lines()
249 while (!l->dead && l->rbuf_valid_length > skip) { in scan_for_lines()
253 if (!(e = memchr(l->rbuf + l->rbuf_index + skip, '\n', l->rbuf_valid_length - skip))) in scan_for_lines()
262 l->rbuf_valid_length -= m+1; in scan_for_lines()
265 if (l->rbuf_valid_length == 0) in scan_for_lines()
275 if (l->rbuf_valid_length > in scan_for_lines()
[all...]

Completed in 1 milliseconds