Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_fd.c125 b->flags |= BIO_FLAGS_IN_EOF; in fd_read()
190 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0; in fd_ctrl()
H A Dbss_sock.c120 b->flags |= BIO_FLAGS_IN_EOF; in sock_read()
206 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0; in sock_ctrl()
H A Dbss_conn.c348 b->flags |= BIO_FLAGS_IN_EOF; in conn_read()
552 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0; in conn_ctrl()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h209 # define BIO_FLAGS_IN_EOF 0x800 macro
H A Dbio.h.in210 # define BIO_FLAGS_IN_EOF 0x800 macro