Lines Matching defs:error
179 return psf->error ;
232 psf->error = SFE_INTERNAL ;
303 { psf->error = SFE_MALLOC_FAILED ;
308 return psf->error ? -1 : 0 ;
338 { psf->error = SFE_INTERNAL ;
357 ** the stream ends, or an error occurs.
393 { psf->error = SFE_INTERNAL ;
442 { psf->error = SFE_MALFORMED_FILE ;
715 int error = 0 ;
724 if ((error = ogg_stream_classify (psf, odata)) != 0)
725 return error ;
780 { int error ;
787 if ((error = ogg_read_first_page (psf, odata)) != 0)
788 return error ;