Home
last modified time | relevance | path

Searched refs:child_read_buf (Results 1 – 2 of 2) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dnetstring.c396 static VSTRING *child_read_buf; /* child read buffer */ variable
448 netstring_get(child_stream, child_read_buf, 10000); in child_read_event()
449 vstream_fwrite(VSTREAM_OUT, STR(child_read_buf), LEN(child_read_buf)); in child_read_event()
478 child_read_buf = vstring_alloc(100); in main()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dallreduce.h90 char child_read_buf[2][ar_buf_size+sizeof(T)-1]; in reduce() local
126 … int read_size = recv(child_sockets[i], child_read_buf[i] + child_unprocessed[i], (int)count, 0); in reduce()
132 …addbufs<T, f>((T*)buffer + child_read_pos[i]/sizeof(T), (T*)child_read_buf[i], (child_read_pos[i] … in reduce()
138child_read_buf[i][j] = child_read_buf[i][((old_unprocessed + read_size)/(int)sizeof(T))*sizeof(T)+… in reduce()