Searched refs:should_wrap_ringbuffer (Results 1 – 3 of 3) sorted by relevance
217 unsigned int should_wrap_ringbuffer : 1; member
88 s->should_wrap_ringbuffer = 0; in BrotliDecoderStateInitWithCustomAllocators()
1227 s->should_wrap_ringbuffer = (size_t)s->pos != 0 ? 1 : 0; in WriteRingBuffer()1233 if (s->should_wrap_ringbuffer) { in WrapRingBuffer()1235 s->should_wrap_ringbuffer = 0; in WrapRingBuffer()