Home
last modified time | relevance | path

Searched defs:read_cb (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtest-eof.c57 read_cb(evutil_socket_t fd, short event, void *arg) in read_cb() function
H A Dbench_cascade.c67 read_cb(evutil_socket_t fd, short which, void *arg) in read_cb() function
H A Dbench.c77 read_cb(evutil_socket_t fd, short which, void *arg) in read_cb() function
H A Dregress_et.c63 read_cb(evutil_socket_t fd, short event, void *arg) in read_cb() function
/freebsd/contrib/libevent/test/
H A Dtest-eof.c57 read_cb(evutil_socket_t fd, short event, void *arg) in read_cb() function
H A Dbench_cascade.c67 read_cb(evutil_socket_t fd, short which, void *arg) in read_cb() function
H A Dbench.c77 read_cb(evutil_socket_t fd, short which, void *arg) in read_cb() function
H A Dregress_et.c63 read_cb(evutil_socket_t fd, short event, void *arg) in read_cb() function
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_open2.c36 read_cb(struct archive *a, void *client, const void **buff) read_cb() function
[all...]
/freebsd/tests/sys/aio/
H A Dlio_test.c217 struct aiocb write_cb, read_cb, writev_cb, readv_cb; in ATF_TC_BODY() local