Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:serialno

56 #define  STREAMSET 3 /* serialno and link set, but not to current link */
57 #define LINKSET 4 /* serialno and link set to current link */
284 ogg_uint32_t *serialno,
300 if(serialno)*serialno=vf->os->serialno;
504 ogg_uint32_t serialno=vf->current_serialno;
524 if(tempserialno!=serialno){
528 if(_bisect_forward_serialno(vf,0,0,end+1,serialno,0)<0)return OV_EREAD;
533 if(_bisect_forward_serialno(vf,0,end,end+1,serialno,0))return OV_EREAD;
678 /* match the serialno to bitstream section. We use this rather than
753 vf->os=ogg_stream_create(-1); /* fill in the serialno later */
1016 vf->current_serialno); /* must set serialno */