OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:body_tail
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
framing.c
868
ogg_buffer_release(os->
body_tail
);
877
ogg_buffer_release(os->
body_tail
);
940
os->
body_tail
=ogg_buffer_pretruncate(os->
body_tail
,
942
if(os->
body_tail
==0)os->body_head=0;
952
os->
body_tail
=
953
ogg_buffer_pretruncate(os->
body_tail
,os->body_fill_next&FINMASK);
954
if(os->
body_tail
==0)os->body_head=0;
962
os->
body_tail
=ogg_buffer_pretruncate(os->
body_tail
,
[
all
...]
ogg.h
123
ogg_reference *
body_tail
;
member in struct:ogg_stream_state
Completed in 23 milliseconds