Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
int | s_type |
Octstr * | s_str |
long | s_int |
int | s_bool |
double | s_double |
Octstr * | s_date |
Octstr * | s_base64 |
Octstr* xmlrpc_scalar::s_base64 |
Definition at line 132 of file xmlrpc.c.
Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_destroy(), xmlrpc_scalar_get_content(), and xmlrpc_scalar_print().
int xmlrpc_scalar::s_bool |
Definition at line 129 of file xmlrpc.c.
Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_get_content(), and xmlrpc_scalar_print().
Octstr* xmlrpc_scalar::s_date |
Definition at line 131 of file xmlrpc.c.
Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_destroy(), xmlrpc_scalar_get_content(), and xmlrpc_scalar_print().
double xmlrpc_scalar::s_double |
Definition at line 130 of file xmlrpc.c.
Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_get_content(), and xmlrpc_scalar_print().
long xmlrpc_scalar::s_int |
Definition at line 128 of file xmlrpc.c.
Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_get_content(), and xmlrpc_scalar_print().
Octstr* xmlrpc_scalar::s_str |
Definition at line 127 of file xmlrpc.c.
Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_destroy(), xmlrpc_scalar_get_content(), and xmlrpc_scalar_print().
int xmlrpc_scalar::s_type |
Definition at line 126 of file xmlrpc.c.
Referenced by xmlrpc_scalar_create(), xmlrpc_scalar_get_content(), xmlrpc_scalar_get_type(), and xmlrpc_scalar_print().