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_copy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
buffer.c
1696
size_t
n_to_copy
=0, extra_drain=0;
local
1708
n_to_copy
= it.pos;
1710
if ((line = mm_malloc(
n_to_copy
+1)) == NULL) {
1715
evbuffer_remove(buffer, line,
n_to_copy
);
1716
line[
n_to_copy
] = '\0';
1724
*n_read_out = result ?
n_to_copy
: 0;
/src/external/bsd/ntp/dist/sntp/libevent/
buffer.c
1694
size_t
n_to_copy
=0, extra_drain=0;
local
1706
n_to_copy
= it.pos;
1708
if ((line = mm_malloc(
n_to_copy
+1)) == NULL) {
1713
evbuffer_remove(buffer, line,
n_to_copy
);
1714
line[
n_to_copy
] = '\0';
1722
*n_read_out = result ?
n_to_copy
: 0;
Completed in 38 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026