OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_buf_size
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
rateLimiter.py
33
max_buf_size
= 1 * MB
variable
34
to_read = min(to_read,
max_buf_size
)
rateLimiter.py
33
max_buf_size
= 1 * MB
variable
34
to_read = min(to_read,
max_buf_size
)
rateLimiter.py
33
max_buf_size
= 1 * MB
variable
34
to_read = min(to_read,
max_buf_size
)
/src/external/mit/libuv/dist/src/win/
fs.c
2418
const size_t
max_buf_size
= 65536;
local
2419
size_t buf_size = length <
max_buf_size
? length :
max_buf_size
;
fs.c
2418
const size_t
max_buf_size
= 65536;
local
2419
size_t buf_size = length <
max_buf_size
? length :
max_buf_size
;
fs.c
2418
const size_t
max_buf_size
= 65536;
local
2419
size_t buf_size = length <
max_buf_size
? length :
max_buf_size
;
Completed in 47 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026