#include <xml.h>
#include <type.h>
#include <apr_pools.h>
#include <apr_strings.h>
#include <string.h>
#include <stdio.h>
Include dependency graph for test_xml.c:
Go to the source code of this file.
Functions | |
static void | create_request (bs_service_request **req, apr_pool_t *mp) |
int | main (int argc, char *argv[]) |
static void create_request | ( | bs_service_request ** | req, | |
apr_pool_t * | mp | |||
) | [static] |
Definition at line 44 of file test_xml.c.
References new_bs_data_type(), new_bs_message_instance(), new_bs_part_instance(), new_bs_service_request(), bs_message_instance::parts, and getversion::r.
Referenced by main().
Here is the call graph for this function:
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 71 of file test_xml.c.
References BS_OK, create_request(), bs_part_instance::data, bs_service_request::input, bs_data_type::name, bs_part_instance::name, bs_message_instance::name, bs_message_instance::num_parts, bs_service_request::operation, bs_message_instance::parts, bs_service_request::port, runtestsuite::rv, bs_service_request::service, SERVICE_REQUEST_FROM_XML, bs_part_instance::size, bs_part_instance::type, xlate_from_xml(), and xlate_request_to_xml().
Here is the call graph for this function: