Searched defs:read_cb (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/regress/lib/libevent/ |
H A D | test-eof.c | 37 read_cb(int fd, short event, void *arg) in read_cb() function
|
/openbsd-src/lib/libtls/ |
H A D | tls_bio_cb.c | 138 tls_set_cbs(struct tls *ctx, tls_read_cb read_cb, tls_write_cb write_cb, in tls_set_cbs()
|
H A D | tls_server.c | 438 tls_read_cb read_cb, tls_write_cb write_cb, void *cb_arg) in tls_accept_cbs()
|
H A D | tls_client.c | 436 tls_connect_cbs(struct tls *ctx, tls_read_cb read_cb, in tls_connect_cbs()
|
H A D | tls_internal.h | 206 tls_read_cb read_cb; global() member
|
/openbsd-src/lib/libssl/ |
H A D | tls_buffer.c | 130 tls_read_cb read_cb, void *cb_arg) in tls_buffer_extend()
|
/openbsd-src/regress/lib/libssl/buffer/ |
H A D | buffertest.c | 37 read_cb(void *buf, size_t buflen, void *cb_arg) in read_cb() function
|
/openbsd-src/regress/lib/libssl/record/ |
H A D | recordtest.c | 75 read_cb(void *buf, size_t buflen, void *cb_arg) in read_cb() function
|