Searched refs:partial_pos_out (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h301 size_t partial_pos_out; /* how much output to the user in total */ member in struct:BrotliDecoderStateStruct
H A Dstate.c44 s->partial_pos_out = 0;
H A Ddecode.c1261 return partial_pos_rb - s->partial_pos_out;
1271 s->ringbuffer + (s->partial_pos_out & (size_t)s->ringbuffer_mask);
1291 s->partial_pos_out += num_written;
1293 *total_out = s->partial_pos_out;
2076 *total_out = s->partial_pos_out;

Completed in 6 milliseconds