Searched refs:evbuffer_copyout (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | buffer.h | 366 ev_ssize_t evbuffer_copyout(struct evbuffer *buf, void *data_out, size_t datlen);
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_buffer.c | 2737 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 D | whatsnew-2.0.txt | 434 There's an evbuffer_copyout() that looks at the data at the start of an
|
H A D | buffer.c | 1188 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 D | whatsnew-2.0.txt | 434 There's an evbuffer_copyout() that looks at the data at the start of an
|