Home
last modified time | relevance | path

Searched refs:InBuf (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
298 strm.next_in := InBuf;
324 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
341 strm.next_in := InBuf;
366 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
374 strm.next_in := InBuf;
/external/llvm-project/clang-tools-extra/clangd/unittests/
DJSONTransportTests.cpp26 std::string InBuf, OutBuf, MirrorBuf; member in clang::clangd::__anon4d19b8470111::JSONTransportTest
36 InBuf = std::move(InData); in transport()
37 In = {fmemopen(&InBuf[0], InBuf.size(), "r"), &fclose}; in transport()
41 std::string input() const { return InBuf; } in input()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp671 Byte *InBuf; member
679 CXzUnpackerCPP2::CXzUnpackerCPP2(): InBuf(NULL) in CXzUnpackerCPP2()
688 MidFree(InBuf); in ~CXzUnpackerCPP2()
761 if (!xzu.InBuf) in DecodeBlock()
763 xzu.InBuf = (Byte *)MidAlloc(kInBufSize); in DecodeBlock()
764 if (!xzu.InBuf) in DecodeBlock()
792 readRes = seqInStream->Read(xzu.InBuf, rem, &inSize); in DecodeBlock()
804 xzu.InBuf + inPos, &inLen, in DecodeBlock()