Home
last modified time | relevance | path

Searched refs:InStream (Results 101 – 125 of 690) sorted by relevance

12345678910>>...28

/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/lib/KinoSearch1/Index/
H A DCompoundFileReader.pm18 use KinoSearch1::Store::InStream;
49 return KinoSearch1::Store::InStream->new( $duped_fh, $entry->{offset},
85 compound file format written by CompoundFileWriter. The InStream objects it
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rdr/
H A DZlibInStream.h39 void setUnderlying(InStream* is, size_t bytesIn);
50 InStream* underlying;
H A DTLSInStream.h36 TLSInStream(InStream* in, gnutls_session_t session);
45 InStream* in;
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rdr/
H A DZlibInStream.h39 void setUnderlying(InStream* is, size_t bytesIn);
50 InStream* underlying;
H A DTLSInStream.h36 TLSInStream(InStream* in, gnutls_session_t session);
45 InStream* in;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp524 if (InStream.Read(8) != 'C' || in loadModuleFile()
525 InStream.Read(8) != 'P' || in loadModuleFile()
526 InStream.Read(8) != 'C' || in loadModuleFile()
527 InStream.Read(8) != 'H') { in loadModuleFile()
539 llvm::BitstreamEntry Entry = InStream.advance(); in loadModuleFile()
548 InStream.skipRecord(Entry.ID); in loadModuleFile()
557 if (InStream.EnterSubBlock(CONTROL_BLOCK_ID)) in loadModuleFile()
566 if (InStream.EnterSubBlock(AST_BLOCK_ID)) in loadModuleFile()
575 if (InStream.EnterSubBlock(UNHASHED_CONTROL_BLOCK_ID)) in loadModuleFile()
583 if (InStream.SkipBlock()) in loadModuleFile()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp524 if (InStream.Read(8) != 'C' || in loadModuleFile()
525 InStream.Read(8) != 'P' || in loadModuleFile()
526 InStream.Read(8) != 'C' || in loadModuleFile()
527 InStream.Read(8) != 'H') { in loadModuleFile()
539 llvm::BitstreamEntry Entry = InStream.advance(); in loadModuleFile()
548 InStream.skipRecord(Entry.ID); in loadModuleFile()
557 if (InStream.EnterSubBlock(CONTROL_BLOCK_ID)) in loadModuleFile()
566 if (InStream.EnterSubBlock(AST_BLOCK_ID)) in loadModuleFile()
575 if (InStream.EnterSubBlock(UNHASHED_CONTROL_BLOCK_ID)) in loadModuleFile()
583 if (InStream.SkipBlock()) in loadModuleFile()
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/
H A Dcli.go39 In() *InStream
49 In() *InStream
50 SetIn(in *InStream) argument
66 in *InStream
97 func (cli *DockerCli) SetIn(in *InStream) {
102 func (cli *DockerCli) In() *InStream {
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/libcineon/
H A DElementReadStream.h49 ElementReadStream(InStream *);
60 InStream *fd;
H A DReader.cpp78 void cineon::Reader::SetInStream(InStream *fd) in SetInStream()
146 …lock.y1 * this->header.Width() * (bitDepth / 8) * numberOfComponents)), InStream::kStart) == false) in ReadBlock()
183 if (this->fd->Seek(sizeof(GenericHeader) + sizeof(IndustryHeader), InStream::kStart) == false) in ReadUserData()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/libcineon/
H A DElementReadStream.h49 ElementReadStream(InStream *);
60 InStream *fd;
H A DReader.cpp78 void cineon::Reader::SetInStream(InStream *fd) in SetInStream()
146 …lock.y1 * this->header.Width() * (bitDepth / 8) * numberOfComponents)), InStream::kStart) == false) in ReadBlock()
183 if (this->fd->Seek(sizeof(GenericHeader) + sizeof(IndustryHeader), InStream::kStart) == false) in ReadUserData()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/libdpx/
H A DElementReadStream.h49 ElementReadStream(InStream *);
60 InStream *fd;
H A DReader.cpp84 void dpx::Reader::SetInStream(InStream *fd) in SetInStream()
145 …lock.y1 * this->header.Width() * (bitDepth / 8) * numberOfComponents)), InStream::kStart) == false) in ReadBlock()
188 if (this->fd->Seek(sizeof(GenericHeader) + sizeof(IndustryHeader), InStream::kStart) == false) in ReadUserData()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/libdpx/
H A DElementReadStream.h49 ElementReadStream(InStream *);
60 InStream *fd;
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/tigervnc/rdr/
H A DZlibInStream.java27 public class ZlibInStream extends InStream {
42 public void setUnderlying(InStream is, int bytesIn_) in setUnderlying()
152 private InStream underlying;
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DZRLEDecoder.cxx31 static inline rdr::U32 readOpaque24A(rdr::InStream* is) in readOpaque24A()
40 static inline rdr::U32 readOpaque24B(rdr::InStream* is) in readOpaque24B()
79 bool ZRLEDecoder::readRect(const Rect& r, rdr::InStream* is, in readRect()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DZRLEDecoder.cxx31 static inline rdr::U32 readOpaque24A(rdr::InStream* is) in readOpaque24A()
40 static inline rdr::U32 readOpaque24B(rdr::InStream* is) in readOpaque24B()
79 bool ZRLEDecoder::readRect(const Rect& r, rdr::InStream* is, in readRect()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/tigervnc/rdr/
H A DZlibInStream.java27 public class ZlibInStream extends InStream {
42 public void setUnderlying(InStream is, int bytesIn_) in setUnderlying()
152 private InStream underlying;
/dports/irc/dancer/dancer-4.16/src/
H A Dtrio.c2404 self->InStream(self, &ch); in TrioSkipWhitespaces()
2407 self->InStream(self, &ch); in TrioSkipWhitespaces()
2421 assert(VALID(self->InStream)); in TrioGetNumber()
2441 assert(VALID(self->InStream)); in TrioGetString()
2475 self->InStream(self, &ch); in TrioGetDouble()
2481 self->InStream(self, &ch); in TrioGetDouble()
2491 self->InStream(self, &ch); in TrioGetDouble()
2497 self->InStream(self, &ch); in TrioGetDouble()
2570 assert(VALID(InStream)); in TrioScan()
2576 data->InStream = InStream; in TrioScan()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/c++/librecordio/
H A Dcsvarchive.hh28 InStream* stream;
32 void setStream(InStream* stream_) { in setStream()
79 ICsvArchive(InStream& _stream) { stream.setStream(&_stream); } in ICsvArchive()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/media_file/
H A Dmedia_file_impl.h50 InStream& stream,
114 InStream& stream,
129 InStream* _ptrInStream;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/media_file/
H A Dmedia_file_impl.h50 InStream& stream,
114 InStream& stream,
129 InStream* _ptrInStream;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/media_file/source/
H A Dmedia_file_impl.h50 InStream& stream,
114 InStream& stream,
129 InStream* _ptrInStream;
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/media_file/
H A Dmedia_file_impl.h50 InStream& stream,
114 InStream& stream,
129 InStream* _ptrInStream;

12345678910>>...28