#include <biosphere.h>#include <apr_pools.h>Include dependency graph for xml.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | SERVICE_TYPE_UNKNOWN 0 |
| #define | SERVICE_DEF_FROM_XML 1 |
| #define | SERVICE_REQUEST_FROM_XML 2 |
| #define | SERVICE_RESPONSE_FROM_XML 3 |
Functions | |
| bs_status | xlate_definition_to_xml (char **buf, bs_uint64 *size, const bs_definition *def, apr_pool_t *mp) |
| bs_status | xlate_request_to_xml (char **buf, bs_uint64 *size, const bs_service_request *def, apr_pool_t *mp) |
| bs_status | xlate_response_to_xml (char **buf, bs_uint64 *size, const bs_service_response *def, apr_pool_t *mp) |
| bs_status | xlate_from_xml (const char *buf, bs_uint64 limit, void **object, unsigned *type, apr_pool_t *mp) |
1.5.1