Lines Matching defs:rbuf
219 uint8_t *ptr, *end, *rbuf;
299 rbuf = realloc(ss->rbuf, rlen + count);
300 if (rbuf == NULL)
303 ss->rbuf = rbuf;
304 memcpy(rbuf + rlen, ptr, count);
322 rsp->next = rbuf;
323 rsp->end = rbuf + rlen;
344 uint8_t *ptr, *end, *rbuf;
435 rbuf = realloc(ss->rbuf, rlen + count);
436 if (rbuf == NULL)
439 ss->rbuf = rbuf;
440 memcpy(rbuf + rlen, ptr, count);
458 rsp->next = rbuf;
459 rsp->end = rbuf + rlen;