Lines Matching refs:retval

341     int retval = 0;     /* return code: 0 = "no error" */
403 retval = 2; goto uzinflate_cleanup_exit;
405 retval = 3; goto uzinflate_cleanup_exit;
419 retval = 2; goto uzinflate_cleanup_exit;
428 if ((retval = FLUSH(wsize - G.dstrm.avail_out)) != 0)
442 retval = 2; goto uzinflate_cleanup_exit;
444 retval = 3; goto uzinflate_cleanup_exit;
456 if ((retval = FLUSH(wsize - G.dstrm.avail_out)) != 0)
475 return retval;
626 if(c==EOF){retval=1;goto cleanup_and_exit;}\
687 int retval = 0; /* error code returned: initialized to "no error" */
711 if ((retval = FLUSH(w)) != 0) goto cleanup_and_exit;
772 if ((retval = FLUSH(w)) != 0) goto cleanup_and_exit;
803 return retval;
818 int retval = 0; /* error code returned: initialized to "no error" */
850 if ((retval = FLUSH(w)) != 0) goto cleanup_and_exit;
863 return retval;
954 int retval = 0; /* error code returned: initialized to "no error" */
990 retval = huft_build(__G__ ll, 19, 19, NULL, NULL, &tl, &bl);
992 retval = 1;
993 if (retval)
995 if (retval == 1)
997 return retval; /* incomplete code set */
1060 retval = huft_build(__G__ ll, nl, 257, G.cplens, G.cplext, &tl, &bl);
1062 retval = huft_build(__G__ ll, nl, 257, cplens, cplext, &tl, &bl);
1065 retval = 1;
1066 if (retval)
1068 if (retval == 1) {
1073 return retval; /* incomplete code set */
1077 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
1079 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
1082 if (retval == 1)
1083 retval = 0;
1086 retval = 1;
1087 if (retval)
1089 if (retval == 1) {
1095 return retval;
1099 retval = inflate_codes(__G__ tl, td, bl, bd);
1105 return retval;
1118 int retval = 0; /* error code returned: initialized to "no error" */
1153 retval = 2;
1156 return retval;