Searched refs:BIO_FLAGS_IN_EOF (Results 1 – 4 of 4) sorted by relevance
105 b->flags |= BIO_FLAGS_IN_EOF; in sock_read()157 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0 ? 1 : 0; in sock_ctrl()
127 b->flags |= BIO_FLAGS_IN_EOF; in fd_read()192 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0 ? 1 : 0; in fd_ctrl()
329 b->flags |= BIO_FLAGS_IN_EOF; in conn_read()521 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0 ? 1 : 0; in conn_ctrl()
172 # define BIO_FLAGS_IN_EOF 0x800 macro