Lines Matching refs:body_fill
903 while( !(os->body_fill&FINFLAG) ){ in _span_queued_page()
941 os->body_fill); in _span_queued_page()
943 os->body_fill=0; in _span_queued_page()
948 if(os->body_fill==0){ in _span_queued_page()
959 if(os->body_fill>0){ in _span_queued_page()
963 os->body_fill); in _span_queued_page()
965 os->body_fill=0; in _span_queued_page()
977 os->body_fill+=os->body_fill_next; /* addition handles the flag fine; in _span_queued_page()
1042 os->body_fill=0; in ogg_stream_reset()
1088 if(!(os->body_fill&FINFLAG)) return 0; in _packetout()
1098 if( (os->body_fill&FINFLAG) && !(os->body_fill_next&FINFLAG) ) in _packetout()
1112 os->body_fill&FINMASK); in _packetout()
1113 op->bytes=os->body_fill&FINMASK; in _packetout()
1116 os->body_fill&FINMASK); in _packetout()
1121 os->body_fill=os->body_fill_next; in _packetout()
1125 op->packet=ogg_buffer_sub(os->body_tail,os->body_fill&FINMASK); in _packetout()
1126 op->bytes=os->body_fill&FINMASK; in _packetout()