|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wsstream.h>
Data Fields | |
| WsStreamIOProc | io |
| WsStreamFlushProc | flush |
| WsStreamCloseProc | close |
| void * | context |
| WsUInt32 | buffer [WS_STREAM_BUFFER_SIZE] |
| size_t | buffer_pos |
| size_t | data_in_buffer |
| WsBool | ungetch_valid |
| WsUInt32 | ungetch |
Definition at line 98 of file wsstream.h.
| WsUInt32 WsStreamRec::buffer[WS_STREAM_BUFFER_SIZE] |
Definition at line 109 of file wsstream.h.
Referenced by ws_stream_getc().
| size_t WsStreamRec::buffer_pos |
Definition at line 110 of file wsstream.h.
Referenced by ws_stream_getc().
| WsStreamCloseProc WsStreamRec::close |
Definition at line 103 of file wsstream.h.
Referenced by ws_stream_close(), and ws_stream_new().
| void* WsStreamRec::context |
Definition at line 106 of file wsstream.h.
Referenced by ws_stream_close(), ws_stream_flush(), ws_stream_getc(), and ws_stream_new().
| size_t WsStreamRec::data_in_buffer |
Definition at line 111 of file wsstream.h.
Referenced by ws_stream_getc().
| WsStreamFlushProc WsStreamRec::flush |
Definition at line 102 of file wsstream.h.
Referenced by ws_stream_flush(), and ws_stream_new().
| WsStreamIOProc WsStreamRec::io |
Definition at line 101 of file wsstream.h.
Referenced by ws_stream_getc(), and ws_stream_new().
| WsUInt32 WsStreamRec::ungetch |
Definition at line 115 of file wsstream.h.
Referenced by ws_stream_getc(), and ws_stream_ungetc().
| WsBool WsStreamRec::ungetch_valid |
Definition at line 114 of file wsstream.h.
Referenced by ws_stream_getc(), and ws_stream_ungetc().