Home
last modified time | relevance | path

Searched refs:IO_WRITING (Results 1 – 14 of 14) sorted by relevance

/dports/devel/ptypes/ptypes-2.1.1/src/
H A Dpfdxstm.cxx40 if (newstat == IO_WRITING) in chstat()
H A Dpoutstm.cxx72 chstat(IO_WRITING); in rawwrite()
/dports/mail/opensmtpd-extras/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd-extras-scheduler-ram/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd-extras-table-ldap/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd-extras-table-postgresql/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd-extras-table-sqlite/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd-extras-queue-ram/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd-extras-table-mysql/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd-extras-table-passwd/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd-extras-table-socketmap/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd-extras-table-redis/opensmtpd-extras-6.7.1/api/
H A Dioev.c361 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
388 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
893 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_ssl()
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dioev.c519 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
548 if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && io_queued(io)) in io_reload()
1049 else if (IO_WRITING(io) && !(io->flags & IO_PAUSE_OUT) && in io_reload_tls()
/dports/devel/ptypes/ptypes-2.1.1/include/
H A Dpstreams.h85 const int IO_WRITING = 38; variable