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

#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
 

Detailed Description

Definition at line 98 of file wsstream.h.

Field Documentation

◆ buffer

WsUInt32 WsStreamRec::buffer[WS_STREAM_BUFFER_SIZE]

Definition at line 109 of file wsstream.h.

Referenced by ws_stream_getc().

◆ buffer_pos

size_t WsStreamRec::buffer_pos

Definition at line 110 of file wsstream.h.

Referenced by ws_stream_getc().

◆ close

WsStreamCloseProc WsStreamRec::close

Definition at line 103 of file wsstream.h.

Referenced by ws_stream_close(), and ws_stream_new().

◆ context

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

◆ data_in_buffer

size_t WsStreamRec::data_in_buffer

Definition at line 111 of file wsstream.h.

Referenced by ws_stream_getc().

◆ flush

WsStreamFlushProc WsStreamRec::flush

Definition at line 102 of file wsstream.h.

Referenced by ws_stream_flush(), and ws_stream_new().

◆ io

WsStreamIOProc WsStreamRec::io

Definition at line 101 of file wsstream.h.

Referenced by ws_stream_getc(), and ws_stream_new().

◆ ungetch

WsUInt32 WsStreamRec::ungetch

Definition at line 115 of file wsstream.h.

Referenced by ws_stream_getc(), and ws_stream_ungetc().

◆ ungetch_valid

WsBool WsStreamRec::ungetch_valid

Definition at line 114 of file wsstream.h.

Referenced by ws_stream_getc(), and ws_stream_ungetc().


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.