Home
last modified time | relevance | path

Searched defs:bufferFull (Results 1 – 22 of 22) sorted by relevance

/dports/net/yate/yate-6.4.0-1/engine/
H A DCipher.cpp61 bool Cipher::bufferFull(unsigned int len) const in bufferFull() function in Cipher
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libmedia/
H A DMediaParser.cpp396 MediaParser::bufferFull() const in bufferFull() function in gnash::media::MediaParser
/dports/biology/bamtools/bamtools-2.5.2/src/toolkit/
H A Dbamtools_sort.cpp151 bool bufferFull = false; in GenerateSortedRuns() local
/dports/security/kleopatra/kleopatra-21.12.3/src/utils/
H A Dkdpipeiodevice.cpp69 bool bufferFull() const in bufferFull() function in __anon27a9f0040211::Reader
157 bool bufferFull() const in bufferFull() function in __anon27a9f0040211::Writer
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/
H A D_pollingfile.py180 def bufferFull(self): member in _PollableWritePipe
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A D_pollingfile.py186 def bufferFull(self): member in _PollableWritePipe
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DNetStream_as.h338 bufferFull, enumerator
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/bytestring-builder-0.10.8.2.0/src/Data/ByteString/Builder/
H A DInternal.hs307 bufferFull = BufferFull function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/bytestring-builder-0.10.8.2.0/src/Data/ByteString/Builder/
H A DInternal.hs307 bufferFull = BufferFull function
/dports/lang/ghc/ghc-8.10.7/libraries/bytestring/Data/ByteString/Builder/
H A DInternal.hs307 bufferFull = BufferFull function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/bytestring-builder-0.10.8.2.0/src/Data/ByteString/Builder/
H A DInternal.hs307 bufferFull = BufferFull function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/bytestring-builder-0.10.8.2.0/src/Data/ByteString/Builder/
H A DInternal.hs307 bufferFull = BufferFull function
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DDebugManagerMSP430.cpp397 const uint16_t bufferFull = (bufferSize == 8) ? 1 : 0; in runEvent() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/network/
H A DTCPSocket.cpp786 bool bufferFull = newBufferedAmount > BUFFER_SIZE; in Send() local
/dports/www/firefox-esr/firefox-91.8.0/dom/network/
H A DTCPSocket.cpp812 bool bufferFull = newBufferedAmount > BUFFER_SIZE; in Send() local
/dports/www/firefox/firefox-99.0/dom/network/
H A DTCPSocket.cpp812 bool bufferFull = newBufferedAmount > BUFFER_SIZE; in Send() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/network/
H A DTCPSocket.cpp812 bool bufferFull = newBufferedAmount > BUFFER_SIZE; in Send() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/network/
H A DTCPSocket.cpp914 bool bufferFull = newBufferedAmount > BUFFER_SIZE; in Send() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/network/
H A DTCPSocket.cpp814 bool bufferFull = newBufferedAmount > BUFFER_SIZE; in Send() local
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/internal/
H A DXMLScanner.hpp186 virtual bool bufferFull(XMLBuffer& toSend) in bufferFull() function in XMLScanner
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/internal/
H A DXMLScanner.hpp186 virtual bool bufferFull(XMLBuffer& toSend) in bufferFull() function in XMLScanner
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/
H A DHTTPTransaction.cpp1542 bool bufferFull = getOutstandingEgressBodyBytes() > egressBufferLimit_; in updateHandlerPauseState() local