#include <Errors.h>#include <errno.h>

Go to the source code of this file.
Defines | |
| #define | ENOENT 2 |
| #define | EINTR 4 |
| #define | EIO 5 |
| #define | EAGAIN 11 |
| #define | ENOMEM 12 |
| #define | EINVAL 22 |
| #define | EPIPE 32 |
| #define EAGAIN 11 |
Definition at line 27 of file berrno.h.
Referenced by handle_connection(), http_receive_data(), http_send_data(), and http_server().
| #define EINTR 4 |
Definition at line 17 of file berrno.h.
Referenced by handle_connection(), http_receive_data(), http_send_data(), and http_server().
| #define EINVAL 22 |
| #define ENOENT 2 |
| #define ENOMEM 12 |
1.5.5