Home | History | Annotate | Download | only in zlib

Lines Matching full:goto

435         if (have == 0) goto inf_leave; \
534 When returning, a "goto inf_leave" is used to update the total counters,
538 When there is a window, goto inf_leave will update the window with the last
539 output written. If a goto inf_leave occurs in the middle of decompression
540 and there is no window currently, goto inf_leave will create one and copy
698 if (state->length) goto inf_leave;
704 if (have == 0) goto inf_leave;
717 if (len) goto inf_leave;
725 if (have == 0) goto inf_leave;
738 if (len) goto inf_leave;
774 if (flush == Z_BLOCK) goto inf_leave;
825 if (copy == 0) goto inf_leave;
1047 if (left == 0) goto inf_leave;
1072 if (left == 0) goto inf_leave;
1116 goto inf_leave;
1119 goto inf_leave;