Lines Matching defs:inbuf_end
70 uint8_t *inbuf_end;
158 if (hp->inbuf_end < packet + sizeof(struct hvsi_header))
161 if (hp->inbuf_end < (packet + len_packet(packet)))
170 int remaining = (int)(hp->inbuf_end - read_to);
177 hp->inbuf_end = hp->inbuf + remaining;
397 chunklen = hvsi_read(hp, hp->inbuf_end, HVSI_MAX_READ);
404 dbg_dump_hex(hp->inbuf_end, chunklen);
406 hp->inbuf_end += chunklen;
409 while ((packet < hp->inbuf_end) && got_packet(hp, packet)) {
415 while ((packet < hp->inbuf_end) && (!is_header(packet)))
776 hp->inbuf_end = hp->inbuf; /* discard remaining partial packets */
1206 hp->inbuf_end = hp->inbuf;