Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbss_sock.c105 b->flags |= BIO_FLAGS_IN_EOF; in sock_read()
157 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0 ? 1 : 0; in sock_ctrl()
Dbss_fd.c127 b->flags |= BIO_FLAGS_IN_EOF; in fd_read()
192 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0 ? 1 : 0; in fd_ctrl()
Dbss_conn.c329 b->flags |= BIO_FLAGS_IN_EOF; in conn_read()
521 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0 ? 1 : 0; in conn_ctrl()
/third_party/openssl/include/openssl/
Dbio.h172 # define BIO_FLAGS_IN_EOF 0x800 macro