Lines Matching full:headerbytes
703 if(oy->headerbytes==0){
712 oy->headerbytes=oggbyte_read1(&page,26)+27;
714 if(bytes<oy->headerbytes)goto sync_out; /* not enough for header +
719 for(i=0;i<oy->headerbytes-27;i++)
723 if(oy->bodybytes+oy->headerbytes>bytes)goto sync_out;
732 if(chksum!=_checksum(oy->fifo_tail,oy->bodybytes+oy->headerbytes)){
747 og->header=ogg_buffer_split(&oy->fifo_tail,&oy->fifo_head,oy->headerbytes);
748 og->header_len=oy->headerbytes;
754 ogg_buffer_pretruncate(oy->fifo_tail,oy->headerbytes+oy->bodybytes);
758 ret=oy->headerbytes+oy->bodybytes;
760 oy->headerbytes=0;
768 oy->headerbytes=0;
847 oy->headerbytes=0;