Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "wmlscript/wsint.h"
Go to the source code of this file.
Data Structures | |
struct | WsStreamDataInputCtxRec |
Typedefs | |
typedef struct WsStreamDataInputCtxRec | WsStreamDataInputCtx |
Functions | |
static size_t | data_input (void *context, WsUInt32 *buf, size_t buflen) |
static void | data_close (void *context) |
WsStream * | ws_stream_new_data_input (const unsigned char *data, size_t data_len) |
typedef struct WsStreamDataInputCtxRec WsStreamDataInputCtx |
Definition at line 81 of file wsstream_data.c.
|
static |
Definition at line 99 of file wsstream_data.c.
References ws_free().
Referenced by ws_stream_new_data_input().
|
static |
Definition at line 85 of file wsstream_data.c.
References WsStreamDataInputCtxRec::data, WsStreamDataInputCtxRec::data_len, and WsStreamDataInputCtxRec::data_pos.
Referenced by ws_stream_new_data_input().
WsStream* ws_stream_new_data_input | ( | const unsigned char * | data, |
size_t | data_len | ||
) |
Definition at line 108 of file wsstream_data.c.
References WsStreamDataInputCtxRec::data, data_close(), data_input(), WsStreamDataInputCtxRec::data_len, ws_calloc(), and ws_stream_new().
Referenced by ws_compile_data().