Home
last modified time | relevance | path

Searched defs:maxBytes (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/dports/java/netty/netty-4.1.53.Final/io/netty/channel/unix/
H A DIovArray.java67 private long maxBytes = SSIZE_MAX; field in IovArray
180 public void maxBytes(long maxBytes) { in maxBytes() argument
188 public long maxBytes() { in maxBytes() method in IovArray
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/ssl/
H A Dtls13exthandle.c22 PRUint32 maxBytes) in tls13_ServerSendStatusRequestXtn()
151 PRUint32 maxBytes) in tls13_ClientSendKeyShareXtn()
387 PRUint32 maxBytes) in tls13_ServerSendKeyShareXtn()
455 PRUint32 maxBytes) in tls13_ClientSendPreSharedKeyXtn()
651 PRUint32 maxBytes) in tls13_ServerSendPreSharedKeyXtn()
725 PRUint32 maxBytes) in tls13_ClientSendEarlyDataXtn()
783 PRUint32 maxBytes) in tls13_ServerSendEarlyDataXtn()
873 PRUint32 maxBytes) in tls13_ClientSendSupportedVersionsXtn()
953 …tSendHrrCookieXtn(const sslSocket *ss, TLSExtensionData *xtnData, PRBool append, PRUint32 maxBytes) in tls13_ClientSendHrrCookieXtn()
999 PRBool append, PRUint32 maxBytes) in tls13_ClientSendPskKeyExchangeModesXtn()
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/src/System/SendFile/
H A DFreeBSD.hsc69 maxBytes = maxBound :: CSize function
/dports/net/storj/storj-1.45.3/web/multinode/src/app/utils/
H A Dchart.ts20 const maxBytes = Math.ceil(Math.max(...data)); constant
48 const maxBytes = Math.ceil(Math.max(...data)); constant
/dports/net/storj/storj-1.45.3/web/storagenode/src/app/utils/
H A Dchart.ts19 const maxBytes = Math.ceil(Math.max(...data)); constant
46 const maxBytes = Math.ceil(Math.max(...data)); constant
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DPreloadConfig.java15 private long maxBytes; field in PreloadConfig
39 public PreloadConfig setMaxBytes(final long maxBytes) { in setMaxBytes()
48 public void setMaxBytesVoid(final long maxBytes) { in setMaxBytesVoid()
/dports/devel/py-apptools/apptools-4.5.0/apptools/logger/
H A Dlogger.py39 def __init__(self, path, maxBytes=1000000, backupCount=3, level=None, argument
54 def create_log_file_handler(path, maxBytes=1000000, backupCount=3, level=None, argument
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/uploaders/
H A DBufferSizeTracker.java24 protected final long maxBytes; field in BufferSizeTracker
27 public BufferSizeTracker(Object accessLock, long maxBytes, long maxRecords) { in BufferSizeTracker()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/uploaders/
H A DBufferSizeTracker.java24 protected final long maxBytes; field in BufferSizeTracker
27 public BufferSizeTracker(Object accessLock, long maxBytes, long maxRecords) { in BufferSizeTracker()
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DDynamicMemoryStream.cpp49 uint64_t maxBytes = memory.size() - (size_t)position; in Read() local
65 uint64_t maxBytes = memory.size() - (size_t)position; in Read() local
H A DMemoryStream.cpp59 uint64_t maxBytes = length - position; in Read() local
72 uint64_t maxBytes = length - position; in Read() local
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/compat/
H A Dgzip.c++96 size_t GzipInputStream::tryRead(void* out, size_t minBytes, size_t maxBytes) { in tryRead()
103 byte* out, size_t minBytes, size_t maxBytes, size_t alreadyRead) { in readImpl()
182 Promise<size_t> GzipAsyncInputStream::tryRead(void* out, size_t minBytes, size_t maxBytes) { in tryRead()
189 byte* out, size_t minBytes, size_t maxBytes, size_t alreadyRead) { in readImpl()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/compat/
H A Dgzip.c++96 size_t GzipInputStream::tryRead(void* out, size_t minBytes, size_t maxBytes) { in tryRead()
103 byte* out, size_t minBytes, size_t maxBytes, size_t alreadyRead) { in readImpl()
184 Promise<size_t> GzipAsyncInputStream::tryRead(void* out, size_t minBytes, size_t maxBytes) { in tryRead()
191 byte* out, size_t minBytes, size_t maxBytes, size_t alreadyRead) { in readImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/upstream/cache/
H A DLeastRecentlyUsedCacheEvictor.java27 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor
32 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/upstream/cache/
H A DLeastRecentlyUsedCacheEvictor.java27 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor
32 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/mmap/
H A Dmmap_windows_386.go7 const maxBytes = 1<<31 - 1 const
H A Dmmap_windows_amd64.go7 const maxBytes = 1<<50 - 1 const
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/mmap/
H A Dmmap_windows_386.go7 const maxBytes = 1<<31 - 1 const
H A Dmmap_windows_amd64.go7 const maxBytes = 1<<50 - 1 const
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/upstream/cache/
H A DLeastRecentlyUsedCacheEvictor.java25 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor
30 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/upstream/cache/
H A DLeastRecentlyUsedCacheEvictor.java25 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor
30 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/upstream/cache/
H A DLeastRecentlyUsedCacheEvictor.java25 private final long maxBytes; field in LeastRecentlyUsedCacheEvictor
30 public LeastRecentlyUsedCacheEvictor(long maxBytes) { in LeastRecentlyUsedCacheEvictor()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dio.c++51 size_t InputStream::read(void* buffer, size_t minBytes, size_t maxBytes) { in read()
138 size_t BufferedInputStreamWrapper::tryRead(void* dst, size_t minBytes, size_t maxBytes) { in tryRead()
249 size_t ArrayInputStream::tryRead(void* dst, size_t minBytes, size_t maxBytes) { in tryRead()
341 size_t FdInputStream::tryRead(void* buffer, size_t minBytes, size_t maxBytes) { in tryRead()
436 size_t HandleInputStream::tryRead(void* buffer, size_t minBytes, size_t maxBytes) { in tryRead()
H A Dasync-io.c++237 void* buffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
504 void* buffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
761 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
881 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1171 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1375 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1448 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1560 void* buffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1814 uint64_t maxBytes = kj::maxValue; member
2000 uint64_t maxBytes = kj::maxValue; in analyzeSinks() local
[all …]
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dasync-io.c++233 void* buffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
471 void* buffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
728 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
848 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1138 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1342 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1415 void* readBuffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1527 void* buffer, size_t minBytes, size_t maxBytes, in tryReadWithStreams()
1780 uint64_t maxBytes = kj::maxValue; member
1966 uint64_t maxBytes = kj::maxValue; in analyzeSinks() local
[all …]

12345678910>>...29