Lines Matching refs:initial
306 /* a dupe serialnumber in an initial header packet set == invalid stream */
417 /* Starting from current cursor position, get initial PCM offset of
462 (has to begin by knowing the offset of the lb's initial page).
621 /* fetch initial PCM offset */
872 static int _ov_open1(void *f,OggVorbis_File *vf,char *initial,
890 if(initial){
892 memcpy(buffer,initial,ibytes);
988 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
990 int ret=_ov_open1(f,vf,initial,ibytes,callbacks);
995 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
1003 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks);
1050 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
1053 return _ov_open1(f,vf,initial,ibytes,callbacks);
1056 int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
1064 return ov_test_callbacks((void *)f, vf, initial, ibytes, callbacks);