Home | History | Annotate | Download | only in src

Lines Matching refs:force

369 /* Conditionally flush a page; force==0 will only flush nominal-size
370 pages, force==1 forces us to flush a page regardless of page size
372 static int ogg_stream_flush_i(ogg_stream_state *os,ogg_page *og, int force){
411 force=1;
421 if(vals==255)force=1;
424 if(!force) return(0);
526 int force=0;
531 force=1;
533 return(ogg_stream_flush_i(os,og,force));