|
Dillo v3.2.0-93-g6a586845
|
A convenience data structure for passing data chunks between nodes. More...
#include <chain.h>
Public Attributes | |
| char * | Buf |
| int | Size |
| int | Code |
A convenience data structure for passing data chunks between nodes.
| char* DataBuf::Buf |
Definition at line 53 of file chain.h.
Referenced by a_Capi_ccc(), a_Chain_dbuf_new(), a_Http_ccc(), a_IO_ccc(), Dpi_append_dbuf(), and Dpi_parse_token().
| int DataBuf::Code |
Definition at line 55 of file chain.h.
Referenced by a_Chain_dbuf_new(), and Dpi_append_dbuf().
| int DataBuf::Size |
Definition at line 54 of file chain.h.
Referenced by a_Capi_ccc(), a_Chain_dbuf_new(), a_IO_ccc(), and Dpi_append_dbuf().