Home
last modified time | relevance | path

Searched refs:evbuffer_copyout (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dbuffer.h365 ev_ssize_t evbuffer_copyout(struct evbuffer *buf, void *data_out, size_t datlen);
/freebsd/contrib/libevent/include/event2/
H A Dbuffer.h365 ev_ssize_t evbuffer_copyout(struct evbuffer *buf, void *data_out, size_t datlen);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_buffer.c2733 tt_int_op(10, ==, evbuffer_copyout(buf, tmp, 10)); in test_evbuffer_copyout()
2738 tt_int_op(100, ==, evbuffer_copyout(buf, tmp, 100)); in test_evbuffer_copyout()
2743 tt_int_op(206, ==, evbuffer_copyout(buf, tmp, 230)); in test_evbuffer_copyout()
/freebsd/contrib/libevent/test/
H A Dregress_buffer.c2733 tt_int_op(10, ==, evbuffer_copyout(buf, tmp, 10)); in test_evbuffer_copyout()
2738 tt_int_op(100, ==, evbuffer_copyout(buf, tmp, 100)); in test_evbuffer_copyout()
2743 tt_int_op(206, ==, evbuffer_copyout(buf, tmp, 230)); in test_evbuffer_copyout()
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt434 There's an evbuffer_copyout() that looks at the data at the start of an
H A Dbuffer.c1184 evbuffer_copyout(struct evbuffer *buf, void *data_out, size_t datlen) in evbuffer_copyout() function
H A DChangeLog-2.0740 o Add evbuffer_copyout to copy data from an evbuffer without draining (eb86c8c)
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt434 There's an evbuffer_copyout() that looks at the data at the start of an
H A Dbuffer.c1184 evbuffer_copyout(struct evbuffer *buf, void *data_out, size_t datlen) in evbuffer_copyout() function
H A DChangeLog-2.0740 o Add evbuffer_copyout to copy data from an evbuffer without draining (eb86c8c)