Lines Matching refs:offset
1201 return buffer_clen(cq->first->mem) - (uint32_t)cq->first->offset; in h2_frame_cq_compact()
1210 uint8_t *s = (uint8_t *)(c->mem->ptr + c->offset); in h2_recv_continuation()
1221 s = (uint8_t *)(c->mem->ptr + c->offset); in h2_recv_continuation()
1246 s = (uint8_t *)(c->mem->ptr + c->offset); in h2_recv_continuation()
1334 buffer_truncate(c->mem, n + (uint32_t)c->offset); in h2_recv_continuation()
1723 uint32_t clen = buffer_clen(c->mem) - c->offset; in h2_parse_frames()
1728 uint8_t *s = (uint8_t *)(c->mem->ptr + c->offset); in h2_parse_frames()
1743 s = (uint8_t *)(c->mem->ptr + c->offset); in h2_parse_frames()
1754 s = (uint8_t *)(c->mem->ptr + c->offset); in h2_parse_frames()
1810 s = (uint8_t *)(c->mem->ptr + c->offset); in h2_parse_frames()
1862 uint32_t clen = buffer_clen(c->mem) - c->offset; in h2_want_read()
1867 uint8_t *s = (uint8_t *)(c->mem->ptr + c->offset); in h2_want_read()
1880 s = (uint8_t *)(c->mem->ptr + c->offset); in h2_want_read()
1899 if (c && buffer_clen(c->mem) - c->offset >= 4) { in h2_recv_client_connection_preface()
1900 const char * const s = c->mem->ptr + c->offset; in h2_recv_client_connection_preface()
1911 const uint32_t clen = buffer_clen(c->mem) - c->offset; in h2_recv_client_connection_preface()
1914 const uint8_t * const s = (uint8_t *)(c->mem->ptr + c->offset); in h2_recv_client_connection_preface()
2535 const uint32_t len = buffer_clen(c->mem) - (uint32_t)c->offset;
2539 h2_send_headers_block(r, con, c->mem->ptr + c->offset, len, flags);