OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_WRITE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_data_into_fd.c
42
#define
MAX_WRITE
(1024 * 1024)
117
if (bytes_to_write >
MAX_WRITE
)
118
bytes_to_write =
MAX_WRITE
;
/src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c
512
#define
MAX_WRITE
65535
514
(len<
MAX_WRITE
) ? len :
MAX_WRITE
);
536
#define
MAX_WRITE
65535
538
(len<
MAX_WRITE
) ? len :
MAX_WRITE
);
/src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c
1376
#define
MAX_WRITE
(0x40000000U >> (sizeof(ssize_t) == 4))
3441
if (pos!=next_pos || n==MDB_COMMIT_PAGES || wsize+size>
MAX_WRITE
) {
9652
if (wsize >
MAX_WRITE
)
9653
w2 =
MAX_WRITE
;
Completed in 66 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026