Home | History | Annotate | Download | only in lib

Lines Matching refs:err_out

226   if(vi->rate<1)goto err_out;
227 if(vi->channels<1)goto err_out;
228 if(ci->blocksizes[0]<64)goto err_out;
229 if(ci->blocksizes[1]<ci->blocksizes[0])goto err_out;
230 if(ci->blocksizes[1]>8192)goto err_out;
232 if(oggpack_read(opb,1)!=1)goto err_out; /* EOP check */
235 err_out:
243 if(vendorlen<0)goto err_out;
244 if(vendorlen>opb->storage-8)goto err_out;
248 if(i<0)goto err_out;
249 if(i>((opb->storage-oggpack_bytes(opb))>>2))goto err_out;
256 if(len<0)goto err_out;
257 if(len>opb->storage-oggpack_bytes(opb))goto err_out;
262 if(oggpack_read(opb,1)!=1)goto err_out; /* EOP check */
265 err_out:
279 if(ci->books<=0)goto err_out;
282 if(!ci->book_param[i])goto err_out;
288 if(times<=0)goto err_out;
291 if(test<0 || test>=VI_TIMEB)goto err_out;
297 if(ci->floors<=0)goto err_out;
300 if(ci->floor_type[i]<0 || ci->floor_type[i]>=VI_FLOORB)goto err_out;
302 if(!ci->floor_param[i])goto err_out;
307 if(ci->residues<=0)goto err_out;
310 if(ci->residue_type[i]<0 || ci->residue_type[i]>=VI_RESB)goto err_out;
312 if(!ci->residue_param[i])goto err_out;
317 if(ci->maps<=0)goto err_out;
320 if(ci->map_type[i]<0 || ci->map_type[i]>=VI_MAPB)goto err_out;
322 if(!ci->map_param[i])goto err_out;
327 if(ci->modes<=0)goto err_out;
335 if(ci->mode_param[i]->windowtype>=VI_WINDOWB)goto err_out;
336 if(ci->mode_param[i]->transformtype>=VI_WINDOWB)goto err_out;
337 if(ci->mode_param[i]->mapping>=ci->maps)goto err_out;
338 if(ci->mode_param[i]->mapping<0)goto err_out;
341 if(oggpack_read(opb,1)!=1)goto err_out; /* top level EOP check */
344 err_out:
502 if(vorbis_staticbook_pack(ci->book_param[i],opb))goto err_out;
515 goto err_out;
543 err_out:
579 goto err_out;
585 if(_vorbis_pack_info(&opb,vi))goto err_out;
601 if(_vorbis_pack_comment(&opb,vc))goto err_out;
616 if(_vorbis_pack_books(&opb,vi))goto err_out;
630 err_out: