Home
last modified time | relevance | path

Searched refs:CHUNK_MAX_SIZE (Results 1 – 7 of 7) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/helper/
H A Devent-garbage-collector.cc50 m_nextCleanupSize += (m_nextCleanupSize < CHUNK_MAX_SIZE ? in Grow()
51 m_nextCleanupSize : CHUNK_MAX_SIZE); in Grow()
H A Devent-garbage-collector.h71 const typename EventList::size_type CHUNK_MAX_SIZE = 128; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ureq-2.3.1/src/
H A Dbody.rs109 const CHUNK_MAX_SIZE: usize = 0x4000; // Maximum size of a TLS fragment const
112 const CHUNK_MAX_PAYLOAD_SIZE: usize = CHUNK_MAX_SIZE - CHUNK_HEADER_MAX_SIZE - CHUNK_FOOTER_SIZE;
123 let mut chunk = Vec::with_capacity(CHUNK_MAX_SIZE); in copy_chunked()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/piwigo/
H A Dpiwigotalker.h75 CHUNK_MAX_SIZE = 512*1024, enumerator
H A Dpiwigotalker.cpp723 d->nbOfChunks = (fi.size() / CHUNK_MAX_SIZE) + 1; in parseResponseDoesPhotoExist()
879 imagefile.seek((d->chunkId - 1) * CHUNK_MAX_SIZE); in addNextChunk()
887 …qsl.append(QLatin1String("data=") + QString::fromUtf8(imagefile.read(CHUNK_MAX_SIZE).toBase64().to… in addNextChunk()
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/piwigo/
H A Dpiwigotalker.h76 CHUNK_MAX_SIZE = 512*1024, enumerator
H A Dpiwigotalker.cpp656 m_nbOfChunks = (fi.size() / CHUNK_MAX_SIZE) + 1; in parseResponseDoesPhotoExist()
806 imagefile.seek((m_chunkId - 1) * CHUNK_MAX_SIZE); in addNextChunk()
814 …qsl.append(QLatin1String("data=") + QString::fromUtf8(imagefile.read(CHUNK_MAX_SIZE).toBase64().to… in addNextChunk()