Lines Matching defs:pos
44 /* The position indicator for effective start of the buffer. pos <=
46 uint8_t *pos;
54 #define nghttp2_buf_len(BUF) ((size_t)((BUF)->last - (BUF)->pos))
59 #define nghttp2_buf_pos_offset(BUF) ((size_t)((BUF)->pos - (BUF)->begin))
64 (BUF)->pos += AMT; \
70 (BUF)->pos -= AMT; \
111 * Resets pos, last, mark member of |buf| to buf->begin.
151 /* pos offset from begin in each buffers. On initialization and
152 reset, buf->pos and buf->last are positioned at buf->begin +
175 * remaining buffers are deleted. Each buffer will have bufs->pos and