Lines Matching refs:retval

99     int retval = 0;     /* return code: 0 = "no error" */
161 retval = 2; goto uzinflate_cleanup_exit;
163 retval = 3; goto uzinflate_cleanup_exit;
177 retval = 2; goto uzinflate_cleanup_exit;
186 if ((retval = FLUSH(wsize - G.dstrm.avail_out)) != 0)
200 retval = 2; goto uzinflate_cleanup_exit;
202 retval = 3; goto uzinflate_cleanup_exit;
214 if ((retval = FLUSH(wsize - G.dstrm.avail_out)) != 0)
233 return retval;
384 if(c==EOF){retval=1;goto cleanup_and_exit;}\
445 int retval = 0; /* error code returned: initialized to "no error" */
469 if ((retval = FLUSH(w)) != 0) goto cleanup_and_exit;
530 if ((retval = FLUSH(w)) != 0) goto cleanup_and_exit;
561 return retval;
576 int retval = 0; /* error code returned: initialized to "no error" */
608 if ((retval = FLUSH(w)) != 0) goto cleanup_and_exit;
621 return retval;
712 int retval = 0; /* error code returned: initialized to "no error" */
748 retval = huft_build(__G__ ll, 19, 19, NULL, NULL, &tl, &bl);
750 retval = 1;
751 if (retval)
753 if (retval == 1)
755 return retval; /* incomplete code set */
818 retval = huft_build(__G__ ll, nl, 257, G.cplens, G.cplext, &tl, &bl);
820 retval = huft_build(__G__ ll, nl, 257, cplens, cplext, &tl, &bl);
823 retval = 1;
824 if (retval)
826 if (retval == 1) {
831 return retval; /* incomplete code set */
835 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
837 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
840 if (retval == 1)
841 retval = 0;
844 retval = 1;
845 if (retval)
847 if (retval == 1) {
853 return retval;
857 retval = inflate_codes(__G__ tl, td, bl, bd);
863 return retval;
876 int retval = 0; /* error code returned: initialized to "no error" */
911 retval = 2;
914 return retval;