|
Dillo v3.2.0-93-g6a586845
|
Dpip socket handler type. More...
#include <dpip.h>
Public Attributes | |
| int | fd_in |
| int | fd_out |
| FILE * | out |
| Dstr * | wrbuf |
| write buffer | |
| Dstr * | rdbuf |
| read buffer | |
| int | flush_sz |
| max size before flush | |
| int | mode |
| mode flags: DPIP_TAG | DPIP_LAST_TAG | DPIP_RAW | |
| int | status |
| status code: DPIP_EAGAIN | DPIP_ERROR | DPIP_EOF | |
| int Dsh::fd_in |
Definition at line 32 of file dpip.h.
Referenced by a_Dpip_dsh_close(), a_Dpip_dsh_new(), and Dpip_dsh_read().
| int Dsh::fd_out |
Definition at line 33 of file dpip.h.
Referenced by a_Dpip_dsh_close(), a_Dpip_dsh_new(), Dpip_dsh_read(), and Dpip_dsh_write().
| int Dsh::flush_sz |
| int Dsh::mode |
mode flags: DPIP_TAG | DPIP_LAST_TAG | DPIP_RAW
Definition at line 41 of file dpip.h.
Referenced by a_Dpip_dsh_new(), a_Dpip_dsh_read_token2(), Bmsrv_parse_token(), Dpip_dsh_read(), and Dpip_dsh_write().
| Dstr* Dsh::rdbuf |
read buffer
Definition at line 38 of file dpip.h.
Referenced by a_Dpip_dsh_free(), a_Dpip_dsh_new(), a_Dpip_dsh_read_token2(), and Dpip_dsh_read().
| int Dsh::status |
status code: DPIP_EAGAIN | DPIP_ERROR | DPIP_EOF
Definition at line 42 of file dpip.h.
Referenced by a_Dpip_dsh_new(), a_Dpip_dsh_read_token2(), Dpip_dsh_read(), Dpip_dsh_write(), and main().
| Dstr* Dsh::wrbuf |
write buffer
Definition at line 37 of file dpip.h.
Referenced by a_Dpip_dsh_free(), a_Dpip_dsh_new(), a_Dpip_dsh_tryflush(), a_Dpip_dsh_trywrite(), and a_Dpip_dsh_write().