Lines Matching refs:body_tail
868 ogg_buffer_release(os->body_tail); in ogg_stream_clear()
877 ogg_buffer_release(os->body_tail); in ogg_stream_destroy()
940 os->body_tail=ogg_buffer_pretruncate(os->body_tail, in _span_queued_page()
942 if(os->body_tail==0)os->body_head=0; in _span_queued_page()
952 os->body_tail= in _span_queued_page()
953 ogg_buffer_pretruncate(os->body_tail,os->body_fill_next&FINMASK); in _span_queued_page()
954 if(os->body_tail==0)os->body_head=0; in _span_queued_page()
962 os->body_tail=ogg_buffer_pretruncate(os->body_tail, in _span_queued_page()
964 if(os->body_tail==0)os->body_head=0; in _span_queued_page()
1011 if(!os->body_tail){ in ogg_stream_pagein()
1012 os->body_tail=og->body; in ogg_stream_pagein()
1032 ogg_buffer_release(os->body_tail); in ogg_stream_reset()
1034 os->body_tail=os->body_head=0; in ogg_stream_reset()
1111 op->packet=ogg_buffer_split(&os->body_tail,&os->body_head, in _packetout()
1115 os->body_tail=ogg_buffer_pretruncate(os->body_tail, in _packetout()
1117 if(os->body_tail==0)os->body_head=0; in _packetout()
1125 op->packet=ogg_buffer_sub(os->body_tail,os->body_fill&FINMASK); in _packetout()