Lines Matching refs:avail_out
29 avail_out: Integer; // remaining free space at next_out
301 strm.avail_out := OutBytes;
310 strm.avail_out := 256;
344 strm.avail_out := OutBytes;
353 strm.avail_out := BufInc;
377 strm.avail_out := BufSize;
414 FZRec.avail_out := sizeof(FBuffer);
425 and (FZRec.avail_out = 0) do
429 FZRec.avail_out := sizeof(FBuffer);
431 if FZRec.avail_out < sizeof(FBuffer) then
432 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer) - FZRec.avail_out);
452 if FZRec.avail_out = 0 then
456 FZRec.avail_out := sizeof(FBuffer);
501 FZRec.avail_out := Count;
503 while (FZRec.avail_out > 0) do
510 Result := Count - FZRec.avail_out;