#include <string.h>#include <stdlib.h>#include "../../dprint.h"#include "../../mem/mem.h"#include "xr_parser.h"#include "xr_parser_lib.h"#include "mi_xmlrpc.h"

Go to the source code of this file.
Functions | |
| int | lflf_to_crlf_hack (char *s) |
| struct mi_root * | xr_parse_tree (xmlrpc_env *env, xmlrpc_value *paramArray) |
| int lflf_to_crlf_hack | ( | char * | s | ) |
| struct mi_root* xr_parse_tree | ( | xmlrpc_env * | env, | |
| xmlrpc_value * | paramArray | |||
| ) | [read] |
Definition at line 64 of file xr_parser.c.
References add_mi_node_child(), addf_mi_node_child(), free_mi_tree(), init_mi_tree(), lflf_to_crlf_hack(), LM_ERR, MI_DUP_VALUE, mi_root::node, NULL, pkg_free, and pkg_malloc.
Referenced by default_method().
1.5.6