Lines Matching refs:body_tail
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,
964 if(os->body_tail==0)os->body_head=0;
1011 if(!os->body_tail){
1012 os->body_tail=og->body;
1032 ogg_buffer_release(os->body_tail);
1034 os->body_tail=os->body_head=0;
1111 op->packet=ogg_buffer_split(&os->body_tail,&os->body_head,
1115 os->body_tail=ogg_buffer_pretruncate(os->body_tail,
1117 if(os->body_tail==0)os->body_head=0;
1125 op->packet=ogg_buffer_sub(os->body_tail,os->body_fill&FINMASK);