Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <ctype.h>
#include <inttypes.h>
#include <libxml/xmlmemory.h>
#include <libxml/tree.h>
#include <libxml/debugXML.h>
#include <libxml/encoding.h>
#include "shared.h"
#include "xml_shared.h"
#include "ota_compiler.h"
#include "xml_definitions.h"
Go to the source code of this file.
Data Structures | |
struct | ota_2table_t |
struct | ota_3table_t |
Macros | |
#define | NUMBER_OF_ELEMENTS sizeof(ota_elements)/sizeof(ota_elements[0]) |
#define | NUMBER_OF_SYNCSETTINGS_ELEMENTS sizeof(ota_syncsettings_elements)/sizeof(ota_syncsettings_elements[0]) |
#define | NUMBER_OF_ATTRIBUTES sizeof(ota_attributes)/sizeof(ota_attributes[0]) |
#define | OMA_VALUE_TAG 0x06 |
#define | NUMBER_OF_OMA_ATTRIBUTES sizeof(oma_ota_attributes)/sizeof(oma_ota_attributes[0]) |
Typedefs | |
typedef struct ota_2table_t | ota_2table_t |
typedef struct ota_3table_t | ota_3table_t |
Functions | |
static int | parse_document (xmlDocPtr document, Octstr *charset, simple_binary_t **ota_binary) |
static int | parse_node (xmlNodePtr node, simple_binary_t **otabxml) |
static int | parse_element (xmlNodePtr node, simple_binary_t **otabxml) |
static int | parse_attribute (xmlAttrPtr attr, simple_binary_t **otabxml) |
int | ota_compile (Octstr *ota_doc, Octstr *charset, Octstr **ota_binary) |
static int | parse_ota_syncsettings (xmlNodePtr node, simple_binary_t **otabxml) |
Variables | |
static ota_2table_t | ota_elements [] |
static ota_2table_t | ota_syncsettings_elements [] |
static ota_3table_t | ota_attributes [] |
static ota_3table_t | oma_ota_attributes [] |
#define NUMBER_OF_ATTRIBUTES sizeof(ota_attributes)/sizeof(ota_attributes[0]) |
Definition at line 229 of file ota_compiler.c.
Referenced by parse_attribute().
#define NUMBER_OF_ELEMENTS sizeof(ota_elements)/sizeof(ota_elements[0]) |
Definition at line 133 of file ota_compiler.c.
Referenced by parse_element().
#define NUMBER_OF_OMA_ATTRIBUTES sizeof(oma_ota_attributes)/sizeof(oma_ota_attributes[0]) |
Definition at line 453 of file ota_compiler.c.
Referenced by parse_attribute().
#define NUMBER_OF_SYNCSETTINGS_ELEMENTS sizeof(ota_syncsettings_elements)/sizeof(ota_syncsettings_elements[0]) |
Definition at line 161 of file ota_compiler.c.
Referenced by parse_ota_syncsettings().
#define OMA_VALUE_TAG 0x06 |
Definition at line 451 of file ota_compiler.c.
Referenced by parse_attribute().
typedef struct ota_2table_t ota_2table_t |
Definition at line 105 of file ota_compiler.c.
typedef struct ota_3table_t ota_3table_t |
Definition at line 118 of file ota_compiler.c.
Definition at line 473 of file ota_compiler.c.
References charset, error(), octstr_create, octstr_destroy(), octstr_get_cstr, octstr_len(), octstr_shrink_blanks(), octstr_strip_blanks(), parse_document(), set_charset(), simple_binary_create(), simple_binary_destroy(), simple_binary_output(), and size.
Referenced by main(), and ota_pack_message().
|
static |
Definition at line 749 of file ota_compiler.c.
References ota_3table_t::code_page, create_octstr_from_node, error(), name, NUMBER_OF_ATTRIBUTES, NUMBER_OF_OMA_ATTRIBUTES, octstr_case_compare(), octstr_compare(), octstr_create, octstr_destroy(), octstr_get_cstr, octstr_imm(), oma_ota_attributes, OMA_VALUE_TAG, ota_attributes, output_char(), parse_inline_string(), ota_3table_t::token, ota_3table_t::value, and warning().
Referenced by parse_element().
|
static |
Definition at line 518 of file ota_compiler.c.
References charset, octstr_create, octstr_destroy(), parse_charset(), and parse_node().
Referenced by ota_compile().
|
static |
Definition at line 674 of file ota_compiler.c.
References element_check_content(), name, NUMBER_OF_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_len(), octstr_search_char(), ota_elements, output_char(), output_octet_string(), parse_attribute(), parse_end(), parse_ota_syncsettings(), ota_2table_t::token, warning(), WBXML_CONTENT_BIT, and WBXML_LITERAL.
Referenced by parse_node().
|
static |
Definition at line 550 of file ota_compiler.c.
References error(), parse_element(), parse_end(), and warning().
Referenced by parse_document().
|
static |
Definition at line 610 of file ota_compiler.c.
References content, element_check_content(), error(), name, NUMBER_OF_SYNCSETTINGS_ELEMENTS, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_get_cstr, octstr_imm(), octstr_len(), only_blanks(), ota_syncsettings_elements, output_char(), parse_inline_string(), ota_2table_t::token, token, warning(), and WBXML_CONTENT_BIT.
Referenced by parse_element().
|
static |
Definition at line 237 of file ota_compiler.c.
Referenced by parse_attribute().
|
static |
Definition at line 172 of file ota_compiler.c.
Referenced by parse_attribute().
|
static |
Definition at line 125 of file ota_compiler.c.
Referenced by parse_element().
|
static |
Definition at line 139 of file ota_compiler.c.
Referenced by parse_ota_syncsettings().