Home
last modified time | relevance | path

Searched refs:read_size_hint (Results 1 – 25 of 43) sorted by relevance

12

/dports/x11-toolkits/pangolin/Pangolin-0.6/src/image/
H A Dimage_io_zstd.cpp96 size_t read_size_hint = ZSTD_initDStream(dstream); in LoadZstd() local
97 if (ZSTD_isError(read_size_hint)) { in LoadZstd()
98 …:runtime_error(FormatString("ZSTD_initDStream() error : % \n", ZSTD_getErrorName(read_size_hint))); in LoadZstd()
104 while(read_size_hint) in LoadZstd()
106 const size_t read = in.readsome(input_buffer.get(), read_size_hint); in LoadZstd()
109 read_size_hint = ZSTD_decompressStream(dstream, &output , &input); in LoadZstd()
110 if (ZSTD_isError(read_size_hint)) { in LoadZstd()
111 …untime_error(FormatString("ZSTD_decompressStream() error : %", ZSTD_getErrorName(read_size_hint))); in LoadZstd()
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_zstfile.cc110 const uintptr_t read_size_hint = ZSTD_decompressStream(zrfp->zds, &zob, &zrfp->zib); in zstread() local
111 if (ZSTD_isError(read_size_hint)) { in zstread()
113 zrfp->errmsg = ZSTD_getErrorName(read_size_hint); in zstread()
118 if (!read_size_hint) { in zstread()
153 const uint32_t to_decode = MINV(read_size_hint, ZSTD_DStreamInSize()); in zstread()
H A Dplink2_text.cc373 const uintptr_t read_size_hint = ZSTD_decompressStream(zstp->ds, &zob, &zstp->ib); in ZstRawStreamRead() local
374 if (unlikely(ZSTD_isError(read_size_hint))) { in ZstRawStreamRead()
375 *errmsgp = ZSTD_getErrorName(read_size_hint); in ZstRawStreamRead()
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/Connection/
H A DHTTP.pm41 $self->{read_size_hint} = $opts->{read_size_hint} || 4096;
123 my $rsize = $self->{read_size_hint};
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/beast/websocket/
H A Dstream.hpp425 read_size_hint( in read_size_hint() function in boost::beast::websocket::stream
428 return read_size_hint(initial_size, in read_size_hint()
452 read_size_hint(
3428 read_size_hint(
3433 read_size_hint(
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/websocket/impl/
H A Dstream.hpp123 read_size_hint( in read_size_hint() function in boost::beast::websocket::stream
135 read_size_hint(DynamicBuffer& buffer) const in read_size_hint() function in boost::beast::websocket::stream
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/websocket/impl/
H A Dstream.hpp123 read_size_hint( in read_size_hint() function in boost::beast::websocket::stream
135 read_size_hint(DynamicBuffer& buffer) const in read_size_hint() function in boost::beast::websocket::stream
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/websocket/impl/
H A Dstream.hpp123 read_size_hint( in read_size_hint() function in boost::beast::websocket::stream
135 read_size_hint(DynamicBuffer& buffer) const in read_size_hint() function in boost::beast::websocket::stream
/dports/www/p5-HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.4/lib/HTTP/Cache/
H A DTransparent.pm190 my($self, $r, $content_cb, $read_size_hint) = @_;
307 $content_cb, $read_size_hint );
/dports/devel/boost-libs/boost_1_72_0/boost/beast/websocket/impl/
H A Dstream.hpp123 read_size_hint( in read_size_hint() function in boost::beast::websocket::stream
135 read_size_hint(DynamicBuffer& buffer) const in read_size_hint() function in boost::beast::websocket::stream
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/websocket/impl/
H A Dstream.hpp123 read_size_hint( in read_size_hint() function in boost::beast::websocket::stream
135 read_size_hint(DynamicBuffer& buffer) const in read_size_hint() function in boost::beast::websocket::stream
H A Dread.hpp867 clamp(read_size_hint(buffer), limit); in read_some()
/dports/devel/hyperscan/boost_1_75_0/boost/beast/websocket/impl/
H A Dstream.hpp123 read_size_hint( in read_size_hint() function in boost::beast::websocket::stream
135 read_size_hint(DynamicBuffer& buffer) const in read_size_hint() function in boost::beast::websocket::stream
/dports/devel/boost-docs/boost_1_72_0/boost/beast/websocket/impl/
H A Dstream.hpp123 read_size_hint( in read_size_hint() function in boost::beast::websocket::stream
135 read_size_hint(DynamicBuffer& buffer) const in read_size_hint() function in boost::beast::websocket::stream
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/websocket/
H A Dstream.hpp312 read_size_hint(
335 read_size_hint(
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/websocket/
H A Dstream.hpp312 read_size_hint(
335 read_size_hint(
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/websocket/
H A Dstream.hpp312 read_size_hint(
335 read_size_hint(
/dports/devel/hyperscan/boost_1_75_0/boost/beast/websocket/
H A Dstream.hpp312 read_size_hint(
335 read_size_hint(
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dpack.py520 def read_size_hint(self): member in ContainerPushParser
533 bytes = source_file.read(parser.read_size_hint())
/dports/devel/boost-libs/boost_1_72_0/boost/beast/websocket/
H A Dstream.hpp312 read_size_hint(
335 read_size_hint(
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/websocket/
H A Dstream.hpp312 read_size_hint(
335 read_size_hint(
/dports/devel/boost-docs/boost_1_72_0/boost/beast/websocket/
H A Dstream.hpp312 read_size_hint(
335 read_size_hint(
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/
H A DHTTPFile.pm228 read_size_hint => 0x100000,
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/beast/websocket/impl/
H A Dstream.ipp57 read_size_hint(DynamicBuffer& buffer) const
67 return read_size_hint(initial_size);
266 read_size_hint(
301 read_size_hint(
H A Dread.ipp811 clamp(ws_.read_size_hint(b_), limit_),
944 clamp(read_size_hint(buffer), limit);

12