Home | History | Annotate | Download | only in lib

Lines Matching refs:_fetch_headers

281 static int _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comment *vc,
566 ret=_fetch_headers(vf,&vi,&vc,&next_serialno_list,&next_serialnos,NULL);
849 int ret=_fetch_headers(vf,vf->vi,vf->vc,NULL,NULL,&og);
908 if((ret=_fetch_headers(vf,vf->vi,vf->vc,&serialno_list,&serialno_list_size,NULL))<0){