#include <stdio.h>#include <xmlrpc.h>#include "../../mi/mi.h"


Go to the source code of this file.
Defines | |
| #define | XMLRPC_WANT_INTERNAL_DECLARATIONS |
Functions | |
| char * | xr_build_response (xmlrpc_env *env, struct mi_root *tree) |
| int | xr_build_response_array (xmlrpc_env *env, struct mi_root *tree) |
| int | xr_writer_init (unsigned int size) |
| #define XMLRPC_WANT_INTERNAL_DECLARATIONS |
Definition at line 32 of file xr_writer.h.
| char* xr_build_response | ( | xmlrpc_env * | env, | |
| struct mi_root * | tree | |||
| ) |
Definition at line 192 of file xr_writer.c.
References buf, mi_root::code, _str::len, LM_DBG, LM_ERR, mi_root::node, mi_root::reason, recur_build_response(), reply_buffer, reply_buffer_len, and _str::s.
Referenced by default_method().
| int xr_build_response_array | ( | xmlrpc_env * | env, | |
| struct mi_root * | tree | |||
| ) |
Definition at line 130 of file xr_writer.c.
References buf, mi_root::code, _str::len, LM_DBG, LM_ERR, mi_root::node, pkg_free, mi_root::reason, recur_build_response_array(), reply_buffer, reply_buffer_len, and _str::s.
Referenced by default_method().
| int xr_writer_init | ( | unsigned int | size | ) |
Definition at line 39 of file xr_writer.c.
References LM_ERR, pkg_malloc, reply_buffer, and reply_buffer_len.
Referenced by xmlrpc_process().
1.5.6