Lines Matching defs:rbuf
53 char *rbuf;
80 l->rbuf = NULL;
112 pa_xfree(l->rbuf);
230 char *p = pa_xstrndup(l->rbuf+l->rbuf_index, l->rbuf_valid_length);
253 if (!(e = memchr(l->rbuf + l->rbuf_index + skip, '\n', l->rbuf_valid_length - skip)))
258 p = l->rbuf + l->rbuf_index;
301 memmove(l->rbuf, l->rbuf+l->rbuf_index, l->rbuf_valid_length);
306 memcpy(new, l->rbuf+l->rbuf_index, l->rbuf_valid_length);
307 pa_xfree(l->rbuf);
308 l->rbuf = new;
320 if ((r = pa_iochannel_read(l->io, l->rbuf+l->rbuf_index+l->rbuf_valid_length, len)) <= 0) {