Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "wsint.h"
Go to the source code of this file.
Functions | |
WsBool | ws_stream_getc (WsStream *stream, WsUInt32 *ch_return) |
void | ws_stream_ungetc (WsStream *stream, WsUInt32 ch) |
WsBool | ws_stream_flush (WsStream *stream) |
void | ws_stream_close (WsStream *stream) |
WsStream * | ws_stream_new (void *context, WsStreamIOProc io, WsStreamFlushProc flush, WsStreamCloseProc close) |
void ws_stream_close | ( | WsStream * | stream | ) |
Definition at line 117 of file wsstream.c.
References WsStreamRec::close, WsStreamRec::context, and ws_free().
Referenced by ws_compile_data(), and ws_compile_file().
Definition at line 108 of file wsstream.c.
References WsStreamRec::context, WsStreamRec::flush, and WS_TRUE.
Definition at line 74 of file wsstream.c.
References WsStreamRec::buffer, WsStreamRec::buffer_pos, WsStreamRec::context, WsStreamRec::data_in_buffer, WsStreamRec::io, WsStreamRec::ungetch, WsStreamRec::ungetch_valid, WS_FALSE, WS_STREAM_BUFFER_SIZE, and WS_TRUE.
Referenced by read_float_from_exp(), read_float_from_point(), and ws_yy_lex().
WsStream* ws_stream_new | ( | void * | context, |
WsStreamIOProc | io, | ||
WsStreamFlushProc | flush, | ||
WsStreamCloseProc | close | ||
) |
Definition at line 126 of file wsstream.c.
References WsStreamRec::close, WsStreamRec::context, WsStreamRec::flush, WsStreamRec::io, and ws_calloc().
Referenced by ws_stream_new_data_input(), and ws_stream_new_file().
Definition at line 101 of file wsstream.c.
References WsStreamRec::ungetch, WsStreamRec::ungetch_valid, and WS_TRUE.
Referenced by read_float_from_exp(), read_float_from_point(), and ws_yy_lex().