Home
last modified time | relevance | path

Searched refs:for_read (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_sock.c393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() argument
416 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
417 for_read ? NULL : &confds, NULL, &tv); in BIO_socket_wait()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_socket_wait.pod15 int BIO_socket_wait(int fd, int for_read, time_t max_time);
22 BIO_socket_wait() waits on the socket B<fd> for reading if B<for_read> is not 0,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c1753 flush_pending_lists (class deps_desc *deps, rtx_insn *insn, int for_read, in flush_pending_lists() argument
1768 for_read ? REG_DEP_ANTI : REG_DEP_OUTPUT, in flush_pending_lists()
1773 for_read ? REG_DEP_ANTI : REG_DEP_OUTPUT, in flush_pending_lists()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc1753 flush_pending_lists (class deps_desc *deps, rtx_insn *insn, int for_read, in flush_pending_lists() argument
1768 for_read ? REG_DEP_ANTI : REG_DEP_OUTPUT, in flush_pending_lists()
1773 for_read ? REG_DEP_ANTI : REG_DEP_OUTPUT, in flush_pending_lists()
H A DChangeLog.dataflow498 (canon_address): Remove unused parameter for_read and bb_info.
H A DChangeLog-200233293 for_read and for_write parameters. Update all callers. Use
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in684 int BIO_socket_wait(int fd, int for_read, time_t max_time);