OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bodybytes
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
framing.c
716
if(oy->
bodybytes
==0){
720
oy->
bodybytes
+=oggbyte_read1(&page,27+i);
723
if(oy->
bodybytes
+oy->headerbytes>bytes)goto sync_out;
732
if(chksum!=_checksum(oy->fifo_tail,oy->
bodybytes
+oy->headerbytes)){
749
og->body=ogg_buffer_split(&oy->fifo_tail,&oy->fifo_head,oy->
bodybytes
);
750
og->body_len=oy->
bodybytes
;
754
ogg_buffer_pretruncate(oy->fifo_tail,oy->headerbytes+oy->
bodybytes
);
758
ret=oy->headerbytes+oy->
bodybytes
;
761
oy->
bodybytes
=0;
769
oy->
bodybytes
=0
[
all
...]
ogg.h
115
int
bodybytes
;
member in struct:ogg_sync_state
Completed in 132 milliseconds