Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

WsBufferRec Struct Reference

#include <wsbuffer.h>


Data Fields

size_t len
unsigned char * data


Field Documentation

unsigned char* WsBufferRec::data
 

Definition at line 80 of file wsbuffer.h.

Referenced by ws_buffer_append_space(), ws_buffer_free(), ws_buffer_init(), ws_buffer_ptr(), ws_buffer_steal(), and ws_buffer_uninit().

size_t WsBufferRec::len
 

Definition at line 79 of file wsbuffer.h.

Referenced by ws_buffer_append_space(), ws_buffer_init(), ws_buffer_len(), ws_buffer_steal(), and ws_buffer_uninit().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.