Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dbuffer.h366 ev_ssize_t evbuffer_copyout(struct evbuffer *buf, void *data_out, size_t datlen);
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_buffer.c2737 tt_int_op(10, ==, evbuffer_copyout(buf, tmp, 10)); in test_evbuffer_copyout()
2742 tt_int_op(100, ==, evbuffer_copyout(buf, tmp, 100)); in test_evbuffer_copyout()
2747 tt_int_op(206, ==, evbuffer_copyout(buf, tmp, 230)); in test_evbuffer_copyout()
/netbsd-src/external/bsd/libevent/dist/
H A Dwhatsnew-2.0.txt434 There's an evbuffer_copyout() that looks at the data at the start of an
H A Dbuffer.c1188 evbuffer_copyout(struct evbuffer *buf, void *data_out, size_t datlen) in evbuffer_copyout() function
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/
H A Dwhatsnew-2.0.txt434 There's an evbuffer_copyout() that looks at the data at the start of an