Searched refs:BIO_FLAGS_IN_EOF (Results 1 – 5 of 5) sorted by relevance
125 b->flags |= BIO_FLAGS_IN_EOF; in fd_read()190 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0; in fd_ctrl()
120 b->flags |= BIO_FLAGS_IN_EOF; in sock_read()206 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0; in sock_ctrl()
348 b->flags |= BIO_FLAGS_IN_EOF; in conn_read()552 ret = (b->flags & BIO_FLAGS_IN_EOF) != 0; in conn_ctrl()
209 # define BIO_FLAGS_IN_EOF 0x800 macro
210 # define BIO_FLAGS_IN_EOF 0x800 macro