Kannel: Open Source WAP and SMS gateway  svn-r5335
WsStreamFileCtxRec Struct Reference

Data Fields

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

Detailed Description

Definition at line 74 of file wsstream_file.c.

Field Documentation

◆ buf

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().

◆ close_fp

WsBool WsStreamFileCtxRec::close_fp

Definition at line 79 of file wsstream_file.c.

Referenced by file_close(), and ws_stream_new_file().

◆ data_in_buf

size_t WsStreamFileCtxRec::data_in_buf

Definition at line 86 of file wsstream_file.c.

Referenced by file_flush(), and file_output().

◆ fp

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.