Lines Matching defs:ret
505 int ret = 0;
506 while (offset > INT_MAX && ret == 0) {
508 ret = fskip_long(fp, INT_MAX, SEEK_CUR);
510 if (offset > 0 && ret == 0) {
511 ret = fskip_long(fp, offset, SEEK_CUR);
513 return ret;
1810 int const ret = parse_wave_header(gfp, sf);
1811 if (ret == sf_mp123) {
1815 if (ret > 0) {
1825 if (ret < 0) {
1833 int const ret = parse_aiff_header(gfp, sf);
1834 if (ret > 0) {
1838 if (ret < 0) {
2008 int ret = 0;
2011 ret = fclose(musicin);
2013 if (ret != 0) {
2018 return ret;
2223 int ret;
2304 ret = hip_decode1_headersB(global.hip, buf, len, pcm_l, pcm_r, mp3data, enc_delay, enc_padding);
2305 if (-1 == ret)
2313 ret =
2316 if (-1 == ret)
2338 report_printf("ret = %i NEED_MORE=%i \n",ret,MP3_NEED_MORE);
2365 int ret = 0;
2370 ret = hip_decode1_headers(global.hip, buf, len, pcm_l, pcm_r, mp3data);
2371 if (ret != 0)
2372 return ret;
2380 ret = hip_decode1_headers(global.hip, buf, len, pcm_l, pcm_r, mp3data);
2381 if (ret <= 0) {
2387 ret = hip_decode1_headers(global.hip, buf, len, pcm_l, pcm_r, mp3data);
2388 if (ret == -1) {
2391 if (ret > 0)
2394 return ret;