HomeSort by relevance Sort by last modified time
    Searched refs:OutBuf (Results 1 - 2 of 2) sorted by null

  /external/zlib/src/contrib/delphi/
ZLib.pas 131 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
132 OutBytes = number of bytes in OutBuf }
134 out OutBuf: Pointer; out OutBytes: Integer);
141 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
142 OutBytes = number of bytes in OutBuf }
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
149 Out: OutBuf = ptr to user-allocated buffer to contain decompressed data
150 BufSize = number of bytes in OutBuf }
152 const OutBuf: Pointer; BufSize: Integer);
287 out OutBuf: Pointer; out OutBytes: Integer)
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 440 Byte *OutBuf;
442 CXzUnpackerCPP(): InBuf(0), OutBuf(0) {}
447 MyFree(OutBuf);
499 xzu.OutBuf = (Byte *)MyAlloc(kOutBufSize);
500 if (xzu.InBuf == 0 || xzu.OutBuf == 0)
516 xzu.OutBuf + outPos, &outLen,
533 RINOK(WriteStream(realOutStream, xzu.OutBuf, outPos));

Completed in 40 milliseconds