Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "wsint.h"
Go to the source code of this file.
Macros | |
#define | WS_MB_CONT_BIT 0x80 |
#define | WS_MB_DATA_MASK 0x7f |
Functions | |
unsigned char * | ws_encode_mb_uint32 (WsUInt32 value, unsigned char *buffer, size_t *len_return) |
WsUInt32 | ws_decode_mb_uint32 (const unsigned char *buffer, size_t *len) |
WsBool | ws_encode_buffer (WsBuffer *buffer,...) |
size_t | ws_decode_buffer (const unsigned char *buffer, size_t buffer_len,...) |
#define WS_MB_CONT_BIT 0x80 |
Definition at line 74 of file wsencode.c.
Referenced by ws_decode_mb_uint32(), and ws_encode_mb_uint32().
#define WS_MB_DATA_MASK 0x7f |
Definition at line 75 of file wsencode.c.
Referenced by ws_decode_mb_uint32(), and ws_encode_mb_uint32().
size_t ws_decode_buffer | ( | const unsigned char * | buffer, |
size_t | buffer_len, | ||
... | |||
) |
Definition at line 222 of file wsencode.c.
References WsBufferRec::len, ws_decode_mb_uint32(), WS_ENC_BYTE, WS_ENC_DATA, WS_ENC_END, WS_ENC_INT16, WS_ENC_INT32, WS_ENC_INT8, WS_ENC_MB_UINT16, WS_ENC_MB_UINT32, WS_ENC_UINT16, WS_ENC_UINT32, WS_ENC_UINT8, ws_fatal(), WS_GET_UINT16, WS_GET_UINT32, and WS_GET_UINT8.
Referenced by ws_bc_decode().
WsUInt32 ws_decode_mb_uint32 | ( | const unsigned char * | buffer, |
size_t * | len | ||
) |
Definition at line 104 of file wsencode.c.
References WsBufferRec::len, WS_MB_CONT_BIT, and WS_MB_DATA_MASK.
Referenced by ws_bc_data_free(), and ws_decode_buffer().
Definition at line 123 of file wsencode.c.
References WsBufferRec::data, error(), WsBufferRec::len, ws_buffer_append_space(), WS_ENC_BYTE, WS_ENC_DATA, WS_ENC_END, WS_ENC_INT16, WS_ENC_INT32, WS_ENC_INT8, WS_ENC_MB_UINT16, WS_ENC_MB_UINT32, WS_ENC_UINT16, WS_ENC_UINT32, WS_ENC_UINT8, ws_encode_mb_uint32(), WS_FALSE, ws_fatal(), WS_PUT_UINT16, WS_PUT_UINT32, WS_PUT_UINT8, and WS_TRUE.
Referenced by ws_asm_linearize(), and ws_bc_encode().
unsigned char* ws_encode_mb_uint32 | ( | WsUInt32 | value, |
unsigned char * | buffer, | ||
size_t * | len_return | ||
) |
Definition at line 79 of file wsencode.c.
References WsBufferRec::len, WS_MB_CONT_BIT, WS_MB_DATA_MASK, and WS_MB_UINT32_MAX_ENCODED_LEN.
Referenced by ws_bc_encode(), and ws_encode_buffer().