|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
| FILE * | fp |
| WsBool | close_fp |
| unsigned char | buf [WS_STREAM_BUFFER_SIZE] |
| size_t | data_in_buf |
Definition at line 74 of file wsstream_file.c.
| 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().