Lines Matching refs:base
807 CHECK_NOT_NULL(stream_buf_.base);
819 reinterpret_cast<uint8_t*>(stream_buf_.base) +
1202 // `buf.base == nullptr` is the default Http2StreamListener's way
1207 if (LIKELY(buf.base == nullptr))
1208 buf.base = reinterpret_cast<char*>(const_cast<uint8_t*>(data));
1210 memcpy(buf.base, data, avail);
1318 size_t offset = buf.base - session->stream_buf_.base;
1718 // Store with a base of `nullptr` initially, since future resizes
1720 // The correct base pointers will be set later, before writing to the
1780 // Set the buffer base pointers for copied data that ended up in the
1782 // (Those are marked by having .base == nullptr.)
1787 if (write.buf.base == nullptr) {
1853 uv_buf_init(write.buf.base, length)
1855 write.buf.base += length;
1934 stream_buf_.base + stream_buf_offset_,
2003 memcpy(buf.base, data, copy);