Lines Matching refs:bytes_tot

5657   s->u.bytes_tot[0]=0;
5658 s->u.bytes_tot[1]=0;
5664 s->i.bytes_tot[0]=0;
5665 s->i.bytes_tot[1]=0;
5671 s->s.bytes_tot[0]=0;
5672 s->s.bytes_tot[1]=0;
5676 s->u.bytes_tot[SIDE_FRONT] = s->u.Bpl * s->u.height;
5679 s->i.bytes_tot[SIDE_FRONT] = s->i.Bpl * s->i.height;
5682 s->s.bytes_tot[SIDE_FRONT] = s->s.Bpl * s->s.height;
5687 s->u.bytes_tot[SIDE_BACK] = s->u.Bpl * s->u.height;
5691 s->i.bytes_tot[SIDE_BACK] = s->i.Bpl * s->i.height;
5695 s->s.bytes_tot[SIDE_BACK] = s->s.Bpl * s->s.height;
5723 if(s->i.bytes_tot[side] && setup){
5724 s->buffers[side] = calloc (1,s->i.bytes_tot[side]);
5995 if(s->u.bytes_sent[s->side] == s->i.bytes_tot[s->side]){
6071 size_t remain = s->s.bytes_tot[side] - s->s.bytes_sent[side];
6090 side, s->s.bytes_tot[side], s->s.bytes_sent[side],
6205 s->s.bytes_tot[side] = s->s.bytes_sent[side];
6206 s->i.bytes_tot[side] = s->i.bytes_sent[side];
6207 s->u.bytes_tot[side] = s->i.bytes_sent[side];
6221 s->s.bytes_tot[side], s->s.bytes_sent[side], s->s.eof[side],
6222 s->u.bytes_tot[side], s->u.bytes_sent[side], s->u.eof[side]);
6243 size_t remain = s->s.bytes_tot[SIDE_FRONT] + s->s.bytes_tot[SIDE_BACK]
6324 s->s.bytes_tot[SIDE_FRONT] = s->s.bytes_sent[SIDE_FRONT];
6325 s->s.bytes_tot[SIDE_BACK] = s->s.bytes_sent[SIDE_BACK];
6326 s->i.bytes_tot[SIDE_FRONT] = s->i.bytes_sent[SIDE_FRONT];
6327 s->i.bytes_tot[SIDE_BACK] = s->i.bytes_sent[SIDE_BACK];
6328 s->u.bytes_tot[SIDE_FRONT] = s->i.bytes_sent[SIDE_FRONT];
6329 s->u.bytes_tot[SIDE_BACK] = s->i.bytes_sent[SIDE_BACK];
6926 s->i.bytes_tot[side], s->u.bytes_sent[side], max_len, bytes);
6944 int fill_bytes = s->i.bytes_tot[side]-s->i.bytes_sent[side];
6956 s->i.bytes_sent[side] = s->i.bytes_tot[side];
6957 s->s.bytes_sent[side] = s->s.bytes_tot[side];
9116 s->i.bytes_tot[side] = s->s_params.lines * s->s_params.bytes_per_line;
9117 s->i.bytes_sent[side] = s->i.bytes_tot[side];