Lines Matching refs:then
268 if code < 0 then
275 if code < 0 then
282 if code < 0 then
335 if OutEstimate = 0 then
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
400 if Assigned(FOnProgress) then FOnProgress(Sender);
423 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
431 if FZRec.avail_out < sizeof(FBuffer) then
448 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
452 if FZRec.avail_out = 0 then
466 if (Offset = 0) and (Origin = soFromCurrent) then
474 if FZRec.total_in = 0 then
502 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
505 if FZRec.avail_in = 0 then
508 if FZRec.avail_in = 0 then
532 if (Offset = 0) and (Origin = soFromBeginning) then
541 ( ((Offset - FZRec.total_out) > 0) and (Origin = soFromBeginning)) then
543 if Origin = soFromBeginning then Dec(Offset, FZRec.total_out);
544 if Offset > 0 then