|
Apache HTTPD
|
Macros | |
| #define | APR_POLLIN 0x001 |
| #define | APR_POLLPRI 0x002 |
| #define | APR_POLLOUT 0x004 |
| #define | APR_POLLERR 0x010 |
| #define | APR_POLLHUP 0x020 |
| #define | APR_POLLNVAL 0x040 |
| #define APR_POLLERR 0x010 |
Pending error
Definition at line 52 of file apr_poll.h.
| #define APR_POLLHUP 0x020 |
Hangup occurred
Definition at line 53 of file apr_poll.h.
| #define APR_POLLIN 0x001 |
Can read without blocking
Definition at line 49 of file apr_poll.h.
| #define APR_POLLNVAL 0x040 |
Descriptor invalid
Definition at line 54 of file apr_poll.h.
| #define APR_POLLOUT 0x004 |
Can write without blocking
Definition at line 51 of file apr_poll.h.
| #define APR_POLLPRI 0x002 |
Priority data available
Definition at line 50 of file apr_poll.h.