Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <inttypes.h>
#include <libxml/xmlmemory.h>
#include <libxml/tree.h>
#include <libxml/debugXML.h>
#include <libxml/encoding.h>
#include "gwlib/gwlib.h"
#include "gwlib/xmlrpc.h"
Go to the source code of this file.
Data Structures | |
struct | xmlrpc_methodcall |
struct | xmlrpc_methodresponse |
struct | xmlrpc_fault |
struct | xmlrpc_document |
struct | xmlrpc_value |
struct | xmlrpc_member |
struct | xmlrpc_scalar |
struct | xmlrpc_table_t |
struct | xmlrpc_2table_t |
Macros | |
#define | XR_ENABLE_EMPTY_STRING_VALUES |
#define | OPTIMAL_STRUCT_SIZE 7 |
#define | NUMBER_OF_METHODCALL_ELEMENTS sizeof(methodcall_elements)/sizeof(methodcall_elements[0]) |
#define | NUMBER_OF_METHODRESPONSE_ELEMENTS sizeof(methodresponse_elements)/sizeof(methodresponse_elements[0]) |
#define | NUMBER_OF_PARAMS_ELEMENTS sizeof(params_elements)/sizeof(params_elements[0]) |
#define | NUMBER_OF_PARAM_ELEMENTS sizeof(param_elements)/sizeof(param_elements[0]) |
#define | NUMBER_OF_VALUE_ELEMENTS sizeof(value_elements)/sizeof(value_elements[0]) |
#define | NUMBER_OF_STRUCT_ELEMENTS sizeof(struct_elements)/sizeof(struct_elements[0]) |
#define | NUMBER_OF_MEMBER_ELEMENTS sizeof(member_elements)/sizeof(member_elements[0]) |
#define | NUMBER_OF_ARRAY_ELEMENTS sizeof(array_elements)/sizeof(array_elements[0]) |
#define | NUMBER_OF_DATA_ELEMENTS sizeof(data_elements)/sizeof(data_elements[0]) |
#define | NUMBER_OF_FAULT_ELEMENTS sizeof(fault_elements)/sizeof(fault_elements[0]) |
Typedefs | |
typedef struct xmlrpc_methodresponse | XMLRPCMethodResponse |
typedef struct xmlrpc_member | XMLRPCMember |
typedef struct xmlrpc_methodcall | XMLRPCMethodCall |
typedef struct xmlrpc_fault | XMLRPCFault |
typedef struct xmlrpc_table_t | xmlrpc_table_t |
typedef struct xmlrpc_2table_t | xmlrpc_2table_t |
Variables | |
static xmlrpc_table_t | methodcall_elements [] |
static xmlrpc_table_t | methodresponse_elements [] |
static xmlrpc_table_t | params_elements [] |
static xmlrpc_table_t | param_elements [] |
static xmlrpc_2table_t | value_elements [] |
static xmlrpc_table_t | struct_elements [] |
static xmlrpc_table_t | member_elements [] |
static xmlrpc_table_t | array_elements [] |
static xmlrpc_table_t | data_elements [] |
static xmlrpc_table_t | fault_elements [] |
#define NUMBER_OF_ARRAY_ELEMENTS sizeof(array_elements)/sizeof(array_elements[0]) |
Definition at line 209 of file xmlrpc.c.
Referenced by parse_array_element().
#define NUMBER_OF_DATA_ELEMENTS sizeof(data_elements)/sizeof(data_elements[0]) |
Definition at line 211 of file xmlrpc.c.
Referenced by parse_data_element().
#define NUMBER_OF_FAULT_ELEMENTS sizeof(fault_elements)/sizeof(fault_elements[0]) |
Definition at line 213 of file xmlrpc.c.
Referenced by parse_fault_element().
#define NUMBER_OF_MEMBER_ELEMENTS sizeof(member_elements)/sizeof(member_elements[0]) |
Definition at line 207 of file xmlrpc.c.
Referenced by parse_member_element().
#define NUMBER_OF_METHODCALL_ELEMENTS sizeof(methodcall_elements)/sizeof(methodcall_elements[0]) |
Definition at line 195 of file xmlrpc.c.
Referenced by parse_methodcall_element().
#define NUMBER_OF_METHODRESPONSE_ELEMENTS sizeof(methodresponse_elements)/sizeof(methodresponse_elements[0]) |
Definition at line 197 of file xmlrpc.c.
Referenced by parse_methodresponse_element().
#define NUMBER_OF_PARAM_ELEMENTS sizeof(param_elements)/sizeof(param_elements[0]) |
Definition at line 201 of file xmlrpc.c.
Referenced by parse_param_element().
#define NUMBER_OF_PARAMS_ELEMENTS sizeof(params_elements)/sizeof(params_elements[0]) |
Definition at line 199 of file xmlrpc.c.
Referenced by parse_params_element().
#define NUMBER_OF_STRUCT_ELEMENTS sizeof(struct_elements)/sizeof(struct_elements[0]) |
Definition at line 205 of file xmlrpc.c.
Referenced by parse_struct_element().
#define NUMBER_OF_VALUE_ELEMENTS sizeof(value_elements)/sizeof(value_elements[0]) |
Definition at line 203 of file xmlrpc.c.
Referenced by parse_value_element().
#define OPTIMAL_STRUCT_SIZE 7 |
Definition at line 79 of file xmlrpc.c.
Referenced by parse_value_element(), and xmlrpc_create_struct_value().
typedef struct xmlrpc_2table_t xmlrpc_2table_t |
typedef struct xmlrpc_table_t xmlrpc_table_t |
typedef struct xmlrpc_fault XMLRPCFault |
typedef struct xmlrpc_member XMLRPCMember |
typedef struct xmlrpc_methodcall XMLRPCMethodCall |
typedef struct xmlrpc_methodresponse XMLRPCMethodResponse |
|
static |
Definition at line 2288 of file xmlrpc.c.
References octstr_format(), parse_array_element(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, and XMLRPC_PARSING_FAILED.
Referenced by parse_value_element().
|
static |
Definition at line 2326 of file xmlrpc.c.
References array_elements, error(), name, NUMBER_OF_ARRAY_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), parse_data(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, XMLRPC_PARSING_FAILED, and XMLRPC_XMLPARSE_FAILED.
Referenced by parse_array().
|
static |
Definition at line 2384 of file xmlrpc.c.
References octstr_format(), parse_data_element(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, and XMLRPC_PARSING_FAILED.
Referenced by parse_array_element().
|
static |
Definition at line 2419 of file xmlrpc.c.
References data_elements, error(), gwlist_append(), name, NUMBER_OF_DATA_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, parse_value(), XMLRPC_PARSING_FAILED, xmlrpc_value_create(), xmlrpc_value_destroy(), and XMLRPC_XMLPARSE_FAILED.
Referenced by parse_data().
|
static |
Definition at line 1369 of file xmlrpc.c.
References xmlrpc_document::d_type, error(), xmlrpc_methodcall::method_name, xmlrpc_document::methodcall, xmlrpc_document::methodresponse, name, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), xmlrpc_document::parse_error, parse_methodcall(), parse_methodresponse(), xmlrpc_document::parse_status, xmlrpc_call_create(), xmlrpc_call_destroy(), XMLRPC_COMPILE_OK, XMLRPC_PARSING_FAILED, xmlrpc_response_create(), xmlrpc_response_destroy(), XMLRPC_XMLPARSE_FAILED, xr_methodcall, xr_methodresponse, and xr_undefined.
Referenced by xmlrpc_doc_parse().
|
static |
Definition at line 2482 of file xmlrpc.c.
References octstr_format(), xmlrpc_document::parse_error, parse_fault_element(), xmlrpc_document::parse_status, and XMLRPC_PARSING_FAILED.
Referenced by parse_methodresponse_element().
|
static |
Definition at line 2517 of file xmlrpc.c.
References error(), xmlrpc_fault::f_code, xmlrpc_fault::f_string, fault_elements, name, NUMBER_OF_FAULT_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, parse_value(), xmlrpc_count_members(), xmlrpc_get_member(), XMLRPC_PARSING_FAILED, xmlrpc_scalar_get_int, xmlrpc_scalar_get_string, xmlrpc_value_create(), xmlrpc_value_destroy(), xmlrpc_value_get_content(), xmlrpc_value_get_type(), xmlrpc_value_get_type_smart(), XMLRPC_XMLPARSE_FAILED, xr_int, xr_string, and xr_struct.
Referenced by parse_fault().
|
static |
Definition at line 2178 of file xmlrpc.c.
References octstr_format(), xmlrpc_document::parse_error, parse_member_element(), xmlrpc_document::parse_status, and XMLRPC_PARSING_FAILED.
Referenced by parse_struct_element().
|
static |
Definition at line 2213 of file xmlrpc.c.
References error(), member_elements, xmlrpc_member::name, name, NUMBER_OF_MEMBER_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, parse_value(), xmlrpc_member::value, XMLRPC_PARSING_FAILED, xmlrpc_value_create(), xmlrpc_value_destroy(), and XMLRPC_XMLPARSE_FAILED.
Referenced by parse_member().
|
static |
Definition at line 1440 of file xmlrpc.c.
References octstr_format(), xmlrpc_document::parse_error, parse_methodcall_element(), xmlrpc_document::parse_status, and XMLRPC_PARSING_FAILED.
Referenced by parse_document().
|
static |
Definition at line 1476 of file xmlrpc.c.
References error(), xmlrpc_methodcall::method_name, methodcall_elements, name, NUMBER_OF_METHODCALL_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), xmlrpc_methodcall::params, xmlrpc_document::parse_error, parse_params(), xmlrpc_document::parse_status, XMLRPC_PARSING_FAILED, and XMLRPC_XMLPARSE_FAILED.
Referenced by parse_methodcall().
|
static |
Definition at line 1552 of file xmlrpc.c.
References octstr_format(), xmlrpc_document::parse_error, parse_methodresponse_element(), xmlrpc_document::parse_status, and XMLRPC_PARSING_FAILED.
Referenced by parse_document().
|
static |
Definition at line 1597 of file xmlrpc.c.
References error(), xmlrpc_methodresponse::fault, gwlist_consume(), gwlist_create, gwlist_destroy(), gwlist_len(), methodresponse_elements, name, NUMBER_OF_METHODRESPONSE_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), xmlrpc_methodresponse::param, xmlrpc_document::parse_error, parse_fault(), parse_params(), xmlrpc_document::parse_status, xmlrpc_fault_create(), XMLRPC_PARSING_FAILED, xmlrpc_value_destroy_item(), and XMLRPC_XMLPARSE_FAILED.
Referenced by parse_methodresponse().
|
static |
Definition at line 1762 of file xmlrpc.c.
References octstr_format(), xmlrpc_document::parse_error, parse_param_element(), xmlrpc_document::parse_status, and XMLRPC_PARSING_FAILED.
Referenced by parse_params_element().
|
static |
Definition at line 1806 of file xmlrpc.c.
References error(), gwlist_append(), name, NUMBER_OF_PARAM_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), param_elements, xmlrpc_document::parse_error, xmlrpc_document::parse_status, parse_value(), XMLRPC_PARSING_FAILED, xmlrpc_value_create(), xmlrpc_value_destroy(), and XMLRPC_XMLPARSE_FAILED.
Referenced by parse_param().
|
static |
Definition at line 1668 of file xmlrpc.c.
References octstr_format(), xmlrpc_document::parse_error, parse_params_element(), xmlrpc_document::parse_status, and XMLRPC_PARSING_FAILED.
Referenced by parse_methodcall_element(), and parse_methodresponse_element().
|
static |
Definition at line 1703 of file xmlrpc.c.
References error(), name, NUMBER_OF_PARAMS_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), params_elements, xmlrpc_document::parse_error, parse_param(), xmlrpc_document::parse_status, XMLRPC_PARSING_FAILED, and XMLRPC_XMLPARSE_FAILED.
Referenced by parse_params().
|
static |
Definition at line 2072 of file xmlrpc.c.
References octstr_format(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, parse_struct_element(), and XMLRPC_PARSING_FAILED.
Referenced by parse_value_element().
|
static |
Definition at line 2110 of file xmlrpc.c.
References dict_put_once(), error(), xmlrpc_member::name, name, NUMBER_OF_STRUCT_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), xmlrpc_document::parse_error, parse_member(), xmlrpc_document::parse_status, struct_elements, xmlrpc_member::value, xmlrpc_member_create(), xmlrpc_member_destroy(), XMLRPC_PARSING_FAILED, and XMLRPC_XMLPARSE_FAILED.
Referenced by parse_struct().
|
static |
Definition at line 1868 of file xmlrpc.c.
References octstr_format(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, parse_value_element(), and XMLRPC_PARSING_FAILED.
Referenced by parse_data_element(), parse_fault_element(), parse_member_element(), and parse_param_element().
|
static |
Definition at line 1903 of file xmlrpc.c.
References dict_create(), error(), gwlist_create, name, NUMBER_OF_VALUE_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), octstr_parse_double(), octstr_parse_long(), OPTIMAL_STRUCT_SIZE, parse_array(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, parse_struct(), xmlrpc_value::v_array, xmlrpc_value::v_scalar, xmlrpc_value::v_struct, xmlrpc_value::v_type, value_elements, XMLRPC_PARSING_FAILED, xmlrpc_scalar_create(), xmlrpc_value_destroy_item(), XMLRPC_XMLPARSE_FAILED, xr_array, xr_base64, xr_bool, xr_date, xr_double, xr_int, xr_scalar, xr_string, and xr_struct.
Referenced by parse_value().
int xmlrpc_add_element | ( | XMLRPCValue * | xrarray, |
XMLRPCValue * | value | ||
) |
Definition at line 1218 of file xmlrpc.c.
References gwlist_produce(), xmlrpc_value::v_array, xmlrpc_value::v_type, and xr_array.
Referenced by xmlrpc_add_element_scalar().
int xmlrpc_add_element_scalar | ( | XMLRPCValue * | xrarray, |
int | type, | ||
void * | arg | ||
) |
Definition at line 1227 of file xmlrpc.c.
References type, xmlrpc_add_element(), xmlrpc_create_scalar_value(), and xmlrpc_value_destroy().
int xmlrpc_add_member | ( | XMLRPCValue * | xrstruct, |
Octstr * | name, | ||
XMLRPCValue * | value | ||
) |
Definition at line 1121 of file xmlrpc.c.
References dict_put_once(), name, xmlrpc_value::v_struct, xmlrpc_value::v_type, and xr_struct.
Referenced by xmlrpc_add_member_scalar().
int xmlrpc_add_member_scalar | ( | XMLRPCValue * | xrstruct, |
Octstr * | name, | ||
int | type, | ||
void * | arg | ||
) |
Definition at line 1130 of file xmlrpc.c.
References name, type, xmlrpc_add_member(), xmlrpc_create_scalar_value(), and xmlrpc_value_destroy().
|
static |
Definition at line 295 of file xmlrpc.c.
References gwlist_produce(), and method.
Referenced by xmlrpc_doc_add_value().
|
static |
Definition at line 269 of file xmlrpc.c.
References gwlist_create, xmlrpc_methodcall::method_name, name, octstr_duplicate, and xmlrpc_methodcall::params.
Referenced by parse_document(), and xmlrpc_doc_create_call().
|
static |
Definition at line 279 of file xmlrpc.c.
References gwlist_destroy(), xmlrpc_methodcall::method_name, octstr_destroy(), xmlrpc_methodcall::params, and xmlrpc_value_destroy_item().
Referenced by parse_document(), and xmlrpc_doc_destroy().
|
static |
Definition at line 290 of file xmlrpc.c.
References xmlrpc_methodcall::method_name.
Referenced by xmlrpc_get_call_name().
|
static |
Definition at line 304 of file xmlrpc.c.
References error(), gwlist_get(), gwlist_len(), gwlist_lock(), gwlist_unlock(), xmlrpc_methodcall::method_name, octstr_destroy(), octstr_format(), octstr_format_append(), xmlrpc_methodcall::params, and xmlrpc_value_print().
Referenced by xmlrpc_doc_print().
int xmlrpc_count_elements | ( | XMLRPCValue * | xrarray | ) |
Definition at line 1210 of file xmlrpc.c.
References gwlist_len(), xmlrpc_value::v_array, xmlrpc_value::v_type, and xr_array.
long xmlrpc_count_members | ( | XMLRPCValue * | xrstruct | ) |
Definition at line 1114 of file xmlrpc.c.
References dict_key_count(), xmlrpc_value::v_struct, xmlrpc_value::v_type, and xr_struct.
Referenced by parse_fault_element().
int xmlrpc_count_params | ( | XMLRPCDocument * | xrdoc | ) |
Definition at line 1064 of file xmlrpc.c.
References xmlrpc_document::d_type, gwlist_len(), xmlrpc_document::methodcall, xmlrpc_document::methodresponse, xmlrpc_methodresponse::param, xmlrpc_methodcall::params, xr_methodcall, and xr_methodresponse.
XMLRPCValue* xmlrpc_create_array_value | ( | void | ) |
Definition at line 1201 of file xmlrpc.c.
References gwlist_create, xmlrpc_value::v_array, xmlrpc_value::v_type, xmlrpc_value_create(), and xr_array.
XMLRPCValue* xmlrpc_create_double_value | ( | double | val | ) |
Definition at line 1300 of file xmlrpc.c.
References xmlrpc_create_scalar_value(), and xr_double.
XMLRPCValue* xmlrpc_create_int_value | ( | long | val | ) |
Definition at line 1305 of file xmlrpc.c.
References xmlrpc_create_scalar_value(), and xr_int.
XMLRPCValue* xmlrpc_create_scalar_value | ( | int | type, |
void * | arg | ||
) |
Definition at line 1291 of file xmlrpc.c.
References type, xmlrpc_value::v_scalar, xmlrpc_value::v_type, xmlrpc_scalar_create(), xmlrpc_value_create(), and xr_scalar.
Referenced by xmlrpc_add_element_scalar(), xmlrpc_add_member_scalar(), xmlrpc_create_double_value(), xmlrpc_create_int_value(), xmlrpc_create_string_value(), and xmlrpc_doc_add_scalar().
XMLRPCValue* xmlrpc_create_string_value | ( | Octstr * | val | ) |
Definition at line 1310 of file xmlrpc.c.
References xmlrpc_create_scalar_value(), and xr_string.
XMLRPCValue* xmlrpc_create_struct_value | ( | int | count_members | ) |
Definition at line 1104 of file xmlrpc.c.
References dict_create(), OPTIMAL_STRUCT_SIZE, xmlrpc_value::v_struct, xmlrpc_value::v_type, xmlrpc_value_create(), xmlrpc_value_destroy_item(), and xr_struct.
int xmlrpc_doc_add_scalar | ( | XMLRPCDocument * | xrdoc, |
int | d_type, | ||
int | type, | ||
void * | arg | ||
) |
Definition at line 639 of file xmlrpc.c.
References type, xmlrpc_create_scalar_value(), xmlrpc_doc_add_value(), and xmlrpc_value_destroy().
int xmlrpc_doc_add_value | ( | XMLRPCDocument * | xrdoc, |
int | d_type, | ||
XMLRPCValue * | value | ||
) |
Definition at line 612 of file xmlrpc.c.
References xmlrpc_document::d_type, error(), xmlrpc_document::methodcall, xmlrpc_document::methodresponse, xmlrpc_call_add_param(), xmlrpc_response_add_param(), xr_methodcall, xr_methodresponse, and xr_undefined.
Referenced by xmlrpc_doc_add_scalar().
XMLRPCDocument* xmlrpc_doc_create | ( | void | ) |
Definition at line 513 of file xmlrpc.c.
References xmlrpc_document::d_type, xmlrpc_document::methodcall, xmlrpc_document::methodresponse, xmlrpc_document::parse_error, xmlrpc_document::parse_status, XMLRPC_COMPILE_OK, and xr_undefined.
Referenced by xmlrpc_doc_create_call(), xmlrpc_doc_create_response(), and xmlrpc_doc_parse().
XMLRPCDocument* xmlrpc_doc_create_call | ( | Octstr * | name | ) |
Definition at line 526 of file xmlrpc.c.
References xmlrpc_document::d_type, xmlrpc_document::methodcall, name, xmlrpc_call_create(), xmlrpc_doc_create(), and xr_methodcall.
XMLRPCDocument* xmlrpc_doc_create_faultresponse | ( | long | faultcode, |
Octstr * | faultstring | ||
) |
Definition at line 548 of file xmlrpc.c.
References xmlrpc_document::methodresponse, response(), xmlrpc_doc_create_response(), and xmlrpc_fault_create().
XMLRPCDocument* xmlrpc_doc_create_response | ( | void | ) |
Definition at line 537 of file xmlrpc.c.
References xmlrpc_document::d_type, xmlrpc_document::methodresponse, xmlrpc_doc_create(), xmlrpc_response_create(), and xr_methodresponse.
Referenced by xmlrpc_doc_create_faultresponse().
void xmlrpc_doc_destroy | ( | XMLRPCDocument * | xrdoc, |
int | d_type | ||
) |
Definition at line 594 of file xmlrpc.c.
References xmlrpc_document::d_type, xmlrpc_document::methodcall, xmlrpc_document::methodresponse, octstr_destroy(), xmlrpc_document::parse_error, warning(), xmlrpc_call_destroy(), and xmlrpc_response_destroy().
XMLRPCDocument* xmlrpc_doc_parse | ( | Octstr * | post_body, |
int | d_type | ||
) |
Definition at line 561 of file xmlrpc.c.
References xmlrpc_document::d_type, octstr_create, octstr_get_cstr, octstr_len(), octstr_shrink_blanks(), octstr_strip_blanks(), parse_document(), xmlrpc_document::parse_error, xmlrpc_document::parse_status, size, xmlrpc_doc_create(), and XMLRPC_XMLPARSE_FAILED.
Octstr* xmlrpc_doc_print | ( | XMLRPCDocument * | xrdoc, |
int | d_type, | ||
int | level | ||
) |
Definition at line 654 of file xmlrpc.c.
References xmlrpc_document::d_type, error(), xmlrpc_document::methodcall, xmlrpc_document::methodresponse, octstr_destroy(), octstr_format(), octstr_insert(), xmlrpc_call_print(), xmlrpc_response_print(), xr_methodcall, and xr_methodresponse.
Referenced by xmlrpc_doc_send().
int xmlrpc_doc_send | ( | XMLRPCDocument * | xrdoc, |
int | d_type, | ||
HTTPCaller * | http_ref, | ||
Octstr * | url, | ||
List * | headers, | ||
void * | ref | ||
) |
Definition at line 686 of file xmlrpc.c.
References xmlrpc_document::d_type, error(), gwlist_create, http_header_add(), http_header_remove_all(), HTTP_METHOD_POST, http_start_request(), octstr_destroy(), url, and xmlrpc_doc_print().
|
static |
Definition at line 346 of file xmlrpc.c.
References xmlrpc_fault::f_code, xmlrpc_fault::f_string, and octstr_duplicate.
Referenced by parse_methodresponse_element(), and xmlrpc_doc_create_faultresponse().
|
static |
Definition at line 356 of file xmlrpc.c.
References xmlrpc_fault::f_string, and octstr_destroy().
Referenced by xmlrpc_response_destroy().
|
static |
Definition at line 364 of file xmlrpc.c.
References xmlrpc_fault::f_code.
Referenced by xmlrpc_response_get_faultcode().
|
static |
Definition at line 371 of file xmlrpc.c.
References xmlrpc_fault::f_string.
Referenced by xmlrpc_response_get_faultstring().
|
static |
Definition at line 378 of file xmlrpc.c.
References xmlrpc_fault::f_code, xmlrpc_fault::f_string, octstr_format(), and octstr_imm().
Referenced by xmlrpc_response_print().
Octstr* xmlrpc_get_call_name | ( | XMLRPCDocument * | call | ) |
Definition at line 1056 of file xmlrpc.c.
References xmlrpc_document::methodcall, and xmlrpc_call_get_name().
Referenced by smsbox_xmlrpc_post().
void* xmlrpc_get_content_param | ( | XMLRPCDocument * | xrdoc, |
int | i | ||
) |
Definition at line 1096 of file xmlrpc.c.
References xmlrpc_get_param(), and xmlrpc_value_get_content().
XMLRPCValue* xmlrpc_get_element | ( | XMLRPCValue * | xrarray, |
int | i | ||
) |
Definition at line 1239 of file xmlrpc.c.
References gwlist_get(), xmlrpc_value::v_array, xmlrpc_value::v_type, and xr_array.
Referenced by xmlrpc_get_element_content(), and xmlrpc_get_element_type().
void* xmlrpc_get_element_content | ( | XMLRPCValue * | xrarray, |
int | i | ||
) |
Definition at line 1254 of file xmlrpc.c.
References xmlrpc_get_element(), and xmlrpc_value_get_content().
int xmlrpc_get_element_type | ( | XMLRPCValue * | xrarray, |
int | i | ||
) |
Definition at line 1247 of file xmlrpc.c.
References xmlrpc_get_element(), and xmlrpc_value_get_type().
long xmlrpc_get_faultcode | ( | XMLRPCDocument * | faultresponse | ) |
Definition at line 1325 of file xmlrpc.c.
References error(), xmlrpc_document::methodresponse, xmlrpc_is_fault(), and xmlrpc_response_get_faultcode().
Referenced by receive_reply().
Octstr* xmlrpc_get_faultstring | ( | XMLRPCDocument * | faultresponse | ) |
Definition at line 1335 of file xmlrpc.c.
References error(), xmlrpc_document::methodresponse, xmlrpc_is_fault(), and xmlrpc_response_get_faultstring().
Referenced by receive_reply().
XMLRPCValue* xmlrpc_get_member | ( | XMLRPCValue * | xrstruct, |
Octstr * | name | ||
) |
Definition at line 1142 of file xmlrpc.c.
References dict_get(), name, xmlrpc_value::v_struct, xmlrpc_value::v_type, and xr_struct.
Referenced by parse_fault_element(), xmlrpc_get_member_content(), and xmlrpc_get_member_type().
void* xmlrpc_get_member_content | ( | XMLRPCValue * | xrstruct, |
Octstr * | name | ||
) |
Definition at line 1157 of file xmlrpc.c.
References name, xmlrpc_get_member(), and xmlrpc_value_get_content().
int xmlrpc_get_member_type | ( | XMLRPCValue * | xrstruct, |
Octstr * | name | ||
) |
Definition at line 1150 of file xmlrpc.c.
References name, xmlrpc_get_member(), and xmlrpc_value_get_type().
XMLRPCValue* xmlrpc_get_param | ( | XMLRPCDocument * | xrdoc, |
int | i | ||
) |
Definition at line 1076 of file xmlrpc.c.
References xmlrpc_document::d_type, gwlist_get(), gwlist_len(), xmlrpc_document::methodcall, xmlrpc_document::methodresponse, xmlrpc_methodresponse::param, xmlrpc_methodcall::params, xr_methodcall, and xr_methodresponse.
Referenced by xmlrpc_get_content_param(), and xmlrpc_get_type_param().
int xmlrpc_get_type_param | ( | XMLRPCDocument * | xrdoc, |
int | i | ||
) |
Definition at line 1089 of file xmlrpc.c.
References xmlrpc_get_param(), and xmlrpc_value_get_type().
int xmlrpc_is_fault | ( | XMLRPCDocument * | response | ) |
Definition at line 1317 of file xmlrpc.c.
References response(), xmlrpc_response_is_fault(), and xr_methodresponse.
Referenced by receive_reply(), xmlrpc_get_faultcode(), and xmlrpc_get_faultstring().
|
static |
Definition at line 1027 of file xmlrpc.c.
References xmlrpc_member::name, and xmlrpc_member::value.
Referenced by parse_struct_element().
|
static |
Definition at line 1038 of file xmlrpc.c.
References xmlrpc_member::name, octstr_destroy(), xmlrpc_member::value, and xmlrpc_value_destroy().
Referenced by parse_struct_element().
Octstr* xmlrpc_parse_error | ( | XMLRPCDocument * | xrdoc | ) |
Definition at line 1356 of file xmlrpc.c.
References octstr_duplicate, and xmlrpc_document::parse_error.
Referenced by main(), receive_reply(), and smsbox_xmlrpc_post().
int xmlrpc_parse_status | ( | XMLRPCDocument * | xrdoc | ) |
Definition at line 1348 of file xmlrpc.c.
References xmlrpc_document::parse_status.
Referenced by main(), receive_reply(), and smsbox_xmlrpc_post().
Definition at line 1261 of file xmlrpc.c.
References gwlist_get(), gwlist_len(), octstr_append(), octstr_destroy(), octstr_format(), octstr_format_append(), and xmlrpc_value_print().
Referenced by xmlrpc_value_print().
Definition at line 1164 of file xmlrpc.c.
References dict_get(), dict_key_count(), dict_keys(), gwlist_consume(), gwlist_destroy(), octstr_destroy(), octstr_destroy_item(), octstr_format(), octstr_format_append(), and xmlrpc_value_print().
Referenced by xmlrpc_value_print().
|
static |
Definition at line 433 of file xmlrpc.c.
References error(), and response().
Referenced by xmlrpc_doc_add_value().
|
static |
Definition at line 412 of file xmlrpc.c.
References xmlrpc_methodresponse::fault, and xmlrpc_methodresponse::param.
Referenced by parse_document(), and xmlrpc_doc_create_response().
|
static |
Definition at line 422 of file xmlrpc.c.
References response(), xmlrpc_fault_destroy(), and xmlrpc_value_destroy().
Referenced by parse_document(), and xmlrpc_doc_destroy().
|
static |
Definition at line 459 of file xmlrpc.c.
References error(), xmlrpc_methodresponse::fault, xmlrpc_fault_get_code(), and xmlrpc_response_is_fault().
Referenced by xmlrpc_get_faultcode().
|
static |
Definition at line 469 of file xmlrpc.c.
References error(), xmlrpc_methodresponse::fault, xmlrpc_fault_get_string(), and xmlrpc_response_is_fault().
Referenced by xmlrpc_get_faultstring().
|
static |
Definition at line 451 of file xmlrpc.c.
References response().
Referenced by xmlrpc_is_fault(), xmlrpc_response_get_faultcode(), and xmlrpc_response_get_faultstring().
|
static |
Definition at line 480 of file xmlrpc.c.
References octstr_destroy(), octstr_format(), response(), xmlrpc_fault_print(), and xmlrpc_value_print().
Referenced by xmlrpc_doc_print().
XMLRPCScalar* xmlrpc_scalar_create | ( | int | type, |
void * | arg | ||
) |
Definition at line 880 of file xmlrpc.c.
References error(), octstr_duplicate, xmlrpc_scalar::s_base64, xmlrpc_scalar::s_bool, xmlrpc_scalar::s_date, xmlrpc_scalar::s_double, xmlrpc_scalar::s_int, xmlrpc_scalar::s_str, xmlrpc_scalar::s_type, type, xmlrpc_scalar_destroy(), xr_base64, xr_bool, xr_date, xr_double, xr_int, and xr_string.
Referenced by parse_value_element(), and xmlrpc_create_scalar_value().
void xmlrpc_scalar_destroy | ( | XMLRPCScalar * | scalar | ) |
Definition at line 935 of file xmlrpc.c.
References octstr_destroy(), xmlrpc_scalar::s_base64, xmlrpc_scalar::s_date, and xmlrpc_scalar::s_str.
Referenced by xmlrpc_scalar_create(), and xmlrpc_value_destroy().
void* xmlrpc_scalar_get_content | ( | XMLRPCScalar * | scalar, |
int | s_type | ||
) |
Definition at line 954 of file xmlrpc.c.
References error(), xmlrpc_scalar::s_base64, xmlrpc_scalar::s_bool, xmlrpc_scalar::s_date, xmlrpc_scalar::s_double, xmlrpc_scalar::s_int, xmlrpc_scalar::s_str, xmlrpc_scalar::s_type, xr_base64, xr_bool, xr_date, xr_double, xr_int, and xr_string.
int xmlrpc_scalar_get_type | ( | XMLRPCScalar * | scalar | ) |
Octstr* xmlrpc_scalar_print | ( | XMLRPCScalar * | scalar, |
int | level | ||
) |
Definition at line 975 of file xmlrpc.c.
References octstr_convert_to_html_entities(), octstr_destroy(), octstr_duplicate, octstr_format(), xmlrpc_scalar::s_base64, xmlrpc_scalar::s_bool, xmlrpc_scalar::s_date, xmlrpc_scalar::s_double, xmlrpc_scalar::s_int, xmlrpc_scalar::s_str, xmlrpc_scalar::s_type, xr_base64, xr_bool, xr_date, xr_double, xr_int, and xr_string.
Referenced by xmlrpc_value_print().
XMLRPCValue* xmlrpc_value_create | ( | void | ) |
Definition at line 729 of file xmlrpc.c.
References xmlrpc_value::v_array, xmlrpc_value::v_scalar, xmlrpc_value::v_struct, xmlrpc_value::v_type, and xr_undefined.
Referenced by parse_data_element(), parse_fault_element(), parse_member_element(), parse_param_element(), xmlrpc_create_array_value(), xmlrpc_create_scalar_value(), and xmlrpc_create_struct_value().
void xmlrpc_value_destroy | ( | XMLRPCValue * | val | ) |
Definition at line 741 of file xmlrpc.c.
References dict_destroy(), gwlist_destroy(), xmlrpc_value::v_array, xmlrpc_value::v_scalar, xmlrpc_value::v_struct, xmlrpc_value::v_type, xmlrpc_scalar_destroy(), xmlrpc_value_destroy_item(), xr_array, xr_scalar, and xr_struct.
Referenced by parse_data_element(), parse_fault_element(), parse_member_element(), parse_param_element(), xmlrpc_add_element_scalar(), xmlrpc_add_member_scalar(), xmlrpc_doc_add_scalar(), xmlrpc_member_destroy(), xmlrpc_response_destroy(), and xmlrpc_value_destroy_item().
void xmlrpc_value_destroy_item | ( | void * | val | ) |
Definition at line 761 of file xmlrpc.c.
References xmlrpc_value_destroy().
Referenced by parse_methodresponse_element(), parse_value_element(), xmlrpc_call_destroy(), xmlrpc_create_struct_value(), and xmlrpc_value_destroy().
void* xmlrpc_value_get_content | ( | XMLRPCValue * | val | ) |
Definition at line 825 of file xmlrpc.c.
References error(), xmlrpc_value::v_array, xmlrpc_value::v_scalar, xmlrpc_value::v_struct, xmlrpc_value::v_type, xr_array, xr_scalar, and xr_struct.
Referenced by parse_fault_element(), xmlrpc_get_content_param(), xmlrpc_get_element_content(), and xmlrpc_get_member_content().
int xmlrpc_value_get_type | ( | XMLRPCValue * | val | ) |
Definition at line 808 of file xmlrpc.c.
References xmlrpc_value::v_type.
Referenced by parse_fault_element(), xmlrpc_get_element_type(), xmlrpc_get_member_type(), xmlrpc_get_type_param(), and xmlrpc_value_get_type_smart().
int xmlrpc_value_get_type_smart | ( | XMLRPCValue * | val | ) |
Definition at line 816 of file xmlrpc.c.
References type, xmlrpc_get_scalar_value_type, xmlrpc_value_get_type(), and xr_scalar.
Referenced by parse_fault_element().
Octstr* xmlrpc_value_print | ( | XMLRPCValue * | val, |
int | level | ||
) |
Definition at line 843 of file xmlrpc.c.
References octstr_destroy(), octstr_format(), xmlrpc_value::v_array, xmlrpc_value::v_scalar, xmlrpc_value::v_struct, xmlrpc_value::v_type, xmlrpc_print_array(), xmlrpc_print_struct(), xmlrpc_scalar_print(), xr_array, xr_scalar, and xr_struct.
Referenced by xmlrpc_call_print(), xmlrpc_print_array(), xmlrpc_print_struct(), and xmlrpc_response_print().
int xmlrpc_value_set_content | ( | XMLRPCValue * | val, |
void * | content | ||
) |
Definition at line 785 of file xmlrpc.c.
References error(), xmlrpc_value::v_array, xmlrpc_value::v_scalar, xmlrpc_value::v_struct, xmlrpc_value::v_type, xr_array, xr_scalar, and xr_struct.
int xmlrpc_value_set_type | ( | XMLRPCValue * | val, |
int | v_type | ||
) |
Definition at line 766 of file xmlrpc.c.
References error(), xmlrpc_value::v_type, xr_array, xr_scalar, and xr_struct.
|
static |
Definition at line 183 of file xmlrpc.c.
Referenced by parse_array_element().
|
static |
Definition at line 187 of file xmlrpc.c.
Referenced by parse_data_element().
|
static |
Definition at line 191 of file xmlrpc.c.
Referenced by parse_fault_element().
|
static |
Definition at line 178 of file xmlrpc.c.
Referenced by parse_member_element().
|
static |
Definition at line 144 of file xmlrpc.c.
Referenced by parse_methodcall_element().
|
static |
Definition at line 149 of file xmlrpc.c.
Referenced by parse_methodresponse_element().
|
static |
Definition at line 158 of file xmlrpc.c.
Referenced by parse_param_element().
|
static |
Definition at line 154 of file xmlrpc.c.
Referenced by parse_params_element().
|
static |
Definition at line 174 of file xmlrpc.c.
Referenced by parse_struct_element().
|
static |
Definition at line 162 of file xmlrpc.c.
Referenced by parse_value_element().