Lines Matching refs:err_out
197 if(vi->rate>=64000 || ci->blocksizes[1]>4096)goto err_out; in _vorbis_unpack_info()
199 if(vi->rate<64000 && ci->blocksizes[1]>4096)goto err_out; in _vorbis_unpack_info()
202 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
203 if(vi->channels<1)goto err_out; in _vorbis_unpack_info()
204 if(ci->blocksizes[0]<64)goto err_out; in _vorbis_unpack_info()
205 if(ci->blocksizes[1]<ci->blocksizes[0])goto err_out; in _vorbis_unpack_info()
206 if(ci->blocksizes[1]>8192)goto err_out; in _vorbis_unpack_info()
208 if(oggpack_read(opb,1)!=1)goto err_out; /* EOP check */ in _vorbis_unpack_info()
211 err_out: in _vorbis_unpack_info()
219 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
221 if(!vc->vendor)goto err_out; in _vorbis_unpack_comment()
224 if(vc->comments<0)goto err_out; in _vorbis_unpack_comment()
228 goto err_out; in _vorbis_unpack_comment()
231 if (!vc->comment_lengths)goto err_out; in _vorbis_unpack_comment()
235 if(len<0)goto err_out; in _vorbis_unpack_comment()
238 if(!vc->user_comments[i])goto err_out; in _vorbis_unpack_comment()
241 if(oggpack_read(opb,1)!=1)goto err_out; /* EOP check */ in _vorbis_unpack_comment()
244 err_out: in _vorbis_unpack_comment()
261 goto err_out; in _vorbis_unpack_books()
264 if(vorbis_book_unpack(opb,ci->book_param+i))goto err_out; in _vorbis_unpack_books()
269 if(oggpack_read(opb,16)!=0)goto err_out; in _vorbis_unpack_books()
277 goto err_out; in _vorbis_unpack_books()
281 if(ci->floor_type[i]<0 || ci->floor_type[i]>=VI_FLOORB)goto err_out; in _vorbis_unpack_books()
286 if(!ci->floor_param[i])goto err_out; in _vorbis_unpack_books()
294 goto err_out; in _vorbis_unpack_books()
297 if(res_unpack(ci->residue_param+i,vi,opb))goto err_out; in _vorbis_unpack_books()
304 goto err_out; in _vorbis_unpack_books()
307 if(oggpack_read(opb,16)!=0)goto err_out; in _vorbis_unpack_books()
308 if(mapping_info_unpack(ci->map_param+i,vi,opb))goto err_out; in _vorbis_unpack_books()
317 goto err_out; in _vorbis_unpack_books()
321 if(oggpack_read(opb,16))goto err_out; in _vorbis_unpack_books()
322 if(oggpack_read(opb,16))goto err_out; in _vorbis_unpack_books()
324 if(ci->mode_param[i].mapping>=ci->maps)goto err_out; in _vorbis_unpack_books()
327 if(oggpack_read(opb,1)!=1)goto err_out; /* top level EOP check */ in _vorbis_unpack_books()
330 err_out: in _vorbis_unpack_books()