#include <xdas_buf.h>
Data Fields | |
size_t | allocated |
char * | start |
char * | curpos |
char * | end |
Definition at line 80 of file xdas_buf.h.
size_t xdas_buffer_tag::allocated |
Allocated buffer size.
Definition at line 82 of file xdas_buf.h.
Referenced by xdas_buffer_alloc(), and xdas_buffer_realloc().
char* xdas_buffer_tag::start |
Buffer start address.
Definition at line 83 of file xdas_buf.h.
Referenced by xdas_buffer_alloc(), xdas_buffer_dup(), xdas_buffer_realloc(), xdas_req_rsp(), xdas_send_import_record(), xdas_send_record(), xdasd_net_dispatch(), xdasd_read_stream(), and xdasd_write_stream().
char* xdas_buffer_tag::curpos |
Current buffer position.
Definition at line 84 of file xdas_buf.h.
Referenced by xdas_buffer_alloc(), xdas_buffer_dup(), xdas_buffer_free(), xdas_buffer_realloc(), xdas_req_rsp(), xdas_send_import_record(), xdas_send_record(), xdasd_event_process(), xdasd_net_dispatch(), xdasd_read_stream(), and xdasd_write_stream().
char* xdas_buffer_tag::end |
Buffer limit (end address).
Definition at line 85 of file xdas_buf.h.
Referenced by xdas_buffer_alloc(), xdas_buffer_dup(), xdas_buffer_free(), xdas_buffer_realloc(), xdasd_event_process(), xdasd_net_dispatch(), xdasd_read_stream(), and xdasd_write_stream().