Lines Matching defs:flags
85 int flags;88 flags = BIO_test_flags(next, BIO_FLAGS_SHOULD_RETRY | BIO_FLAGS_RWS);90 BIO_set_flags(bio, flags);889 int flags;891 flags = fcntl(fd,F_GETFL,0);892 if (flags == -1)893 return flags;894 flags = fcntl(fd, F_SETFL, flags | O_NONBLOCK);895 return flags;