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

WsStreamFileCtxRec Struct Reference


Data Fields

FILE * fp
WsBool close_fp
unsigned char buf [WS_STREAM_BUFFER_SIZE]
size_t data_in_buf

Field Documentation

unsigned char WsStreamFileCtxRec::buf[WS_STREAM_BUFFER_SIZE]
 

Definition at line 82 of file wsstream_file.c.

Referenced by file_flush(), file_input(), and file_output().

WsBool WsStreamFileCtxRec::close_fp
 

Definition at line 79 of file wsstream_file.c.

Referenced by file_close(), and ws_stream_new_file().

size_t WsStreamFileCtxRec::data_in_buf
 

Definition at line 86 of file wsstream_file.c.

Referenced by file_flush(), and file_output().

FILE* WsStreamFileCtxRec::fp
 

Definition at line 76 of file wsstream_file.c.

Referenced by file_close(), file_flush(), file_input(), file_output(), and ws_stream_new_file().


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.