Home
last modified time | relevance | path

Searched refs:StreamCache (Results 1 – 25 of 30) sorted by relevance

12

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dsocketpool.cc44 StreamCache::StreamCache(StreamPool* pool) : pool_(pool) { in StreamCache() function in talk_base::StreamCache
47 StreamCache::~StreamCache() { in ~StreamCache()
58 StreamInterface* StreamCache::RequestConnectedStream( in RequestConnectedStream()
83 void StreamCache::ReturnConnectedStream(StreamInterface* stream) { in ReturnConnectedStream()
94 stream->SignalEvent.connect(this, &StreamCache::OnStreamEvent); in ReturnConnectedStream()
105 void StreamCache::OnStreamEvent(StreamInterface* stream, int events, int err) { in OnStreamEvent()
H A Dsocketpool.h63 class StreamCache : public StreamPool, public sigslot::has_slots<> {
65 StreamCache(StreamPool* pool);
66 virtual ~StreamCache();
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dsocketpool.cc27 StreamCache::StreamCache(StreamPool* pool) : pool_(pool) { in StreamCache() function in rtc::StreamCache
30 StreamCache::~StreamCache() { in ~StreamCache()
41 StreamInterface* StreamCache::RequestConnectedStream( in RequestConnectedStream()
66 void StreamCache::ReturnConnectedStream(StreamInterface* stream) { in ReturnConnectedStream()
77 stream->SignalEvent.connect(this, &StreamCache::OnStreamEvent); in ReturnConnectedStream()
88 void StreamCache::OnStreamEvent(StreamInterface* stream, int events, int err) { in OnStreamEvent()
H A Dsocketpool.h46 class StreamCache : public StreamPool, public sigslot::has_slots<> {
48 StreamCache(StreamPool* pool);
49 ~StreamCache() override;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dsocketpool.cc28 StreamCache::StreamCache(StreamPool* pool) : pool_(pool) { in StreamCache() function in rtc::StreamCache
31 StreamCache::~StreamCache() { in ~StreamCache()
42 StreamInterface* StreamCache::RequestConnectedStream( in RequestConnectedStream()
67 void StreamCache::ReturnConnectedStream(StreamInterface* stream) { in ReturnConnectedStream()
78 stream->SignalEvent.connect(this, &StreamCache::OnStreamEvent); in ReturnConnectedStream()
89 void StreamCache::OnStreamEvent(StreamInterface* stream, int events, int err) { in OnStreamEvent()
H A Dsocketpool.h46 class StreamCache : public StreamPool, public sigslot::has_slots<> {
48 StreamCache(StreamPool* pool);
49 ~StreamCache() override;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dsocketpool.cc27 StreamCache::StreamCache(StreamPool* pool) : pool_(pool) { in StreamCache() function in rtc::StreamCache
30 StreamCache::~StreamCache() { in ~StreamCache()
41 StreamInterface* StreamCache::RequestConnectedStream( in RequestConnectedStream()
66 void StreamCache::ReturnConnectedStream(StreamInterface* stream) { in ReturnConnectedStream()
77 stream->SignalEvent.connect(this, &StreamCache::OnStreamEvent); in ReturnConnectedStream()
88 void StreamCache::OnStreamEvent(StreamInterface* stream, int events, int err) { in OnStreamEvent()
H A Dsocketpool.h46 class StreamCache : public StreamPool, public sigslot::has_slots<> {
48 StreamCache(StreamPool* pool);
49 ~StreamCache() override;
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DAbstractPDFStream.java147 protected int outputStreamData(StreamCache encodedStream, OutputStream out) throws IOException { in outputStreamData()
167 protected StreamCache encodeStream() throws IOException { in encodeStream()
169 final StreamCache encodedStream = StreamCacheFactory.getInstance() in encodeStream()
225 StreamCache encodedStream = null; in output()
H A DStreamCacheFactory.java52 public StreamCache createStreamCache() throws IOException { in createStreamCache()
63 public StreamCache createStreamCache(int hintSize) throws IOException { in createStreamCache()
H A DStreamCache.java31 public interface StreamCache { interface
H A DInMemoryStreamCache.java29 public class InMemoryStreamCache implements StreamCache {
H A DTempFileStreamCache.java32 public class TempFileStreamCache implements StreamCache {
H A DPDFStream.java43 protected StreamCache data;
H A DPDFPattern.java227 StreamCache encodedStream = null; in output()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Drdp_renderer.hpp188 StreamCache<TriangleSetup, Limits::MaxPrimitives> triangle_setup;
189 StreamCache<ScissorState, Limits::MaxPrimitives> scissor_setup;
190 StreamCache<AttributeSetup, Limits::MaxPrimitives> attribute_setup;
191 StreamCache<DerivedSetup, Limits::MaxPrimitives> derived_setup;
192 StreamCache<InstanceIndices, Limits::MaxPrimitives> state_indices;
193 StreamCache<SpanInfoOffsets, Limits::MaxPrimitives> span_info_offsets;
194 StreamCache<SpanInterpolationJob, Limits::MaxSpanSetups> span_info_jobs;
H A Drdp_data_structures.hpp317 class StreamCache class
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dseqport.h257 } StreamCache, PNTR StreamCachePtr; typedef
263 StreamCache PNTR scp
267 StreamCache PNTR scp
271 StreamCache PNTR scp,
H A Dseqport.c3291 StreamCache PNTR scp in StreamCacheSetup()
3298 MemSet ((Pointer) scp, 0, sizeof (StreamCache)); in StreamCacheSetup()
3313 StreamCache PNTR scp in StreamCacheRefreshBuffer()
3390 StreamCache PNTR scp in StreamCacheGetResidue()
3458 StreamCache PNTR scp, in StreamCacheSetPosition()
8892 StreamCache sc; in MolWtForLoc()
8943 StreamCache sc; in MolWtForBsp()
H A Dvalid.c7356 StreamCache sc; in ValidateBioseqInst()
18787 StreamCache sc; in BaseRangeIsVirtual()
19460 StreamCache sc; in ValidateBioseqContextIndexed()
24651 StreamCache sc; in PartialAtSpliceSiteOrGap()
24801 StreamCache sc; in PartialAtGapOrNs()
25093 StreamCache sc; in CheckTrnaCodons()
30475 StreamCache sc; in CdTransCheck()
31314 StreamCache sc; in SpliceCheckEx()
32222 StreamCache sc; in ValidateGraphsOnBioseq()
H A Dasn2gnb3.c1793 StreamCache sc; in GetStrForTpaOrRefSeqHist()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/pdf/
H A DPDFStreamTestCase.java94 StreamCache streamCache = stream.encodeStream(); in testEncodeStream()
H A DPDFEncryptionJCETestCase.java636 StreamCache streamCache = stream.encodeStream(); in runFilterTest()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dsuggslp.c219 StreamCache sc; in GetDNA()
341 StreamCache sc; in GetProtein()
/dports/textproc/dblatex/dblatex-0.3.11py3/tools/
H A Dpdfscan.py992 class StreamCache: class
1002 class StreamCacheFile(StreamCache):
1032 class StreamCacheMemory(StreamCache):

12