OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:N_TO_READ
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
evutil.c
183
#define
N_TO_READ
(x) ((x) > INT_MAX) ? INT_MAX : ((int)(x))
185
#define
N_TO_READ
(x) (x)
187
while ((r = read(fd, mem+read_so_far,
N_TO_READ
(st.st_size - read_so_far))) > 0) {
/src/external/bsd/ntp/dist/sntp/libevent/
evutil.c
181
#define
N_TO_READ
(x) ((x) > INT_MAX) ? INT_MAX : ((int)(x))
183
#define
N_TO_READ
(x) (x)
185
while ((r = read(fd, mem+read_so_far,
N_TO_READ
(st.st_size - read_so_far))) > 0) {
Completed in 56 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026