Home
last modified time | relevance | path

Searched defs:nToRead (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/zipapi/
H A DXUnbufferedStream.cxx187 sal_Int32 nToRead = nRequestedBytes - nHeadRead; in readBytes() local
250 sal_Int32 nToRead = std::max( nRequestedBytes, static_cast< sal_Int32 >( 8192 ) ); in readBytes() local
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_vsil_stdin.cpp130 int VSIStdinHandle::ReadAndCache( void* pBuffer, int nToRead ) in ReadAndCache()
209 int nToRead = (int) MIN(8192, nOffset - nCurOff); in Seek() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/zipapi/
H A DXUnbufferedStream.cxx189 sal_Int32 nToRead = nRequestedBytes - nHeadRead; in readBytes() local
251 sal_Int32 nToRead = std::max( nRequestedBytes, static_cast< sal_Int32 >( 8192 ) ); in readBytes() local
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil_stdin.cpp134 int VSIStdinHandle::ReadAndCache( void* pBuffer, int nToRead ) in ReadAndCache()
219 const int nToRead = static_cast<int>(std::min(nMaxToRead, in Seek() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil_stdin.cpp134 int VSIStdinHandle::ReadAndCache( void* pBuffer, int nToRead ) in ReadAndCache()
219 const int nToRead = static_cast<int>(std::min(nMaxToRead, in Seek() local
H A Dcpl_vsil_uploadonclose.cpp123 size_t nToRead = static_cast<size_t>( in Close() local
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil_stdin.cpp134 int VSIStdinHandle::ReadAndCache( void* pBuffer, int nToRead ) in ReadAndCache()
219 const int nToRead = static_cast<int>(std::min(nMaxToRead, in Seek() local
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfio.cpp188 int nToRead; in FillBuffer() local
378 int nToRead = nChars - nRead; in getChars() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfio.cpp199 int nToRead; in FillBuffer() local
393 int nToRead = nChars - nRead; in getChars() local
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfio.cpp199 int nToRead; in FillBuffer() local
393 int nToRead = nChars - nRead; in getChars() local
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfio.cpp199 int nToRead; in FillBuffer() local
393 int nToRead = nChars - nRead; in getChars() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/unx/
H A Dreadwrite_helper.cxx42 sal_Int32 nToRead = count; in safeRead() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/unx/
H A Dreadwrite_helper.cxx54 auto nToRead = count; in safeRead() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DPipesManager.cpp106 int nToRead = min((int)m_buffer.getMaxReadSize(), nMaxSize); in Read() local
144 int nToRead = min((int)m_buffer.getMaxReadSize(), nMaxSize); in Read() local
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolStandardize/TransformCatalog/
H A DTransformCatalogUtils.cpp73 std::istream &inStream, int nToRead) { in readTransformations()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolStandardize/FragmentCatalog/
H A DFragmentCatalogUtils.cpp76 int nToRead) { in readFuncGroups()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolStandardize/AcidBaseCatalog/
H A DAcidBaseCatalogUtils.cpp80 int nToRead) { in readPairs()
/dports/net-im/licq-qt-gui/licq-f271d55/msn/src/
H A Dmsnevent.cpp131 int nToRead = strstr(p->getDataPosRead(), "\r\n")+2-p->getDataPosRead(); in ProcessPacket() local
/dports/net-im/licq-jabber/licq-f271d55/msn/src/
H A Dmsnevent.cpp131 int nToRead = strstr(p->getDataPosRead(), "\r\n")+2-p->getDataPosRead(); in ProcessPacket() local
/dports/net-im/licq-osd/licq-f271d55/msn/src/
H A Dmsnevent.cpp131 int nToRead = strstr(p->getDataPosRead(), "\r\n")+2-p->getDataPosRead(); in ProcessPacket() local
/dports/net-im/licq/licq-f271d55/msn/src/
H A Dmsnevent.cpp131 int nToRead = strstr(p->getDataPosRead(), "\r\n")+2-p->getDataPosRead(); in ProcessPacket() local
/dports/net-im/licq-icq/licq-f271d55/msn/src/
H A Dmsnevent.cpp131 int nToRead = strstr(p->getDataPosRead(), "\r\n")+2-p->getDataPosRead(); in ProcessPacket() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtextfile.cpp131 size_t nToRead = BLOCK_SIZE; in OnRead() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtextfile.cpp131 size_t nToRead = BLOCK_SIZE; in OnRead() local
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolStandardize/TautomerCatalog/
H A DTautomerCatalogUtils.cpp142 int nToRead) { in readTautomers()

12345678