OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:body_returned
(Results
1 - 2
of
2
) sorted by null
/external/libogg/include/ogg/
ogg.h
57
long
body_returned
; /* elements of fill returned */
member in struct:__anon10710
/external/libogg/src/
framing.c
315
if(os->
body_returned
){
316
/* advance packet data according to the
body_returned
pointer. We
320
os->body_fill-=os->
body_returned
;
322
memmove(os->body_data,os->body_data+os->
body_returned
,
324
os->
body_returned
=0;
485
og->body=os->body_data+os->
body_returned
;
488
/* advance the lacing data and set the
body_returned
pointer */
493
os->
body_returned
+=bytes;
787
long br=os->
body_returned
;
794
os->
body_returned
=0
[
all
...]
Completed in 196 milliseconds