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 "wap_push_si_compiler.h"
#include "xml_definitions.h"
Go to the source code of this file.
Data Structures | |
struct | si_2table_t |
struct | si_3table_t |
Macros | |
#define | NUMBER_OF_ELEMENTS sizeof(si_elements)/sizeof(si_elements[0]) |
#define | NUMBER_OF_ATTRIBUTES sizeof(si_attributes)/sizeof(si_attributes[0]) |
#define | NUMBER_OF_URL_VALUES sizeof(si_URL_values)/sizeof(si_URL_values[0]) |
Typedefs | |
typedef struct si_2table_t | si_2table_t |
typedef struct si_3table_t | si_3table_t |
Functions | |
static int | parse_document (xmlDocPtr document, Octstr *charset, simple_binary_t **si_binary) |
static int | parse_node (xmlNodePtr node, simple_binary_t **sibxml) |
static int | parse_element (xmlNodePtr node, simple_binary_t **sibxml) |
static int | parse_text (xmlNodePtr node, simple_binary_t **sibxml) |
static int | parse_cdata (xmlNodePtr node, simple_binary_t **sibxml) |
static int | parse_attribute (xmlAttrPtr attr, simple_binary_t **sibxml) |
static int | url (int hex) |
static int | action (int hex) |
static int | date (int hex) |
static Octstr * | tokenize_date (Octstr *date) |
static void | octstr_drop_trailing_zeros (Octstr **date_token) |
static void | flag_date_length (Octstr **token) |
static void | parse_url_value (Octstr *value, simple_binary_t **sibxml) |
int | si_compile (Octstr *si_doc, Octstr *charset, Octstr **si_binary) |
Variables | |
static si_2table_t | si_elements [] |
static si_3table_t | si_attributes [] |
static si_2table_t | si_URL_values [] |
#define NUMBER_OF_ATTRIBUTES sizeof(si_attributes)/sizeof(si_attributes[0]) |
Definition at line 137 of file wap_push_si_compiler.c.
Referenced by parse_attribute().
#define NUMBER_OF_ELEMENTS sizeof(si_elements)/sizeof(si_elements[0]) |
Definition at line 113 of file wap_push_si_compiler.c.
Referenced by parse_element().
#define NUMBER_OF_URL_VALUES sizeof(si_URL_values)/sizeof(si_URL_values[0]) |
Definition at line 150 of file wap_push_si_compiler.c.
Referenced by parse_url_value().
typedef struct si_2table_t si_2table_t |
Definition at line 88 of file wap_push_si_compiler.c.
typedef struct si_3table_t si_3table_t |
Definition at line 100 of file wap_push_si_compiler.c.
|
static |
Definition at line 434 of file wap_push_si_compiler.c.
Referenced by fdset_listen(), fdset_register(), fdset_set_timeout(), fdset_unregister(), parse_attribute(), and poller().
|
static |
Definition at line 451 of file wap_push_si_compiler.c.
Referenced by check_reversible(), date_convert_universal(), date_parse_http(), http_send_reply(), parse_attribute(), parse_date(), parse_http_date(), soap_parse_mo(), soap_write_date(), and tokenize_date().
|
static |
Definition at line 513 of file wap_push_si_compiler.c.
References octstr_destroy(), octstr_format(), octstr_insert(), octstr_len(), and token.
Referenced by tokenize_date().
|
static |
Definition at line 503 of file wap_push_si_compiler.c.
References octstr_delete(), octstr_get_char(), and octstr_len().
Referenced by tokenize_date().
|
static |
Definition at line 342 of file wap_push_si_compiler.c.
References action(), create_octstr_from_node, date(), error(), name, NUMBER_OF_ATTRIBUTES, octstr_compare(), octstr_create, octstr_delete(), octstr_destroy(), octstr_imm(), octstr_len(), octstr_ncompare(), output_char(), output_octet_string(), parse_inline_string(), parse_url_value(), si_attributes, si_3table_t::token, tokenize_date(), url(), and si_3table_t::value_part.
Referenced by parse_element().
|
static |
Definition at line 596 of file wap_push_si_compiler.c.
References create_octstr_from_node, octstr_destroy(), and parse_octet_string().
Referenced by parse_node().
|
static |
Definition at line 221 of file wap_push_si_compiler.c.
References charset, octstr_create, octstr_destroy(), parse_charset(), and parse_node().
Referenced by si_compile().
|
static |
Definition at line 245 of file wap_push_si_compiler.c.
References element_check_content(), name, NUMBER_OF_ELEMENTS, octstr_compare(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_len(), output_char(), output_octet_string(), parse_attribute(), parse_end(), si_elements, si_2table_t::token, warning(), WBXML_CONTENT_BIT, and WBXML_LITERAL.
Referenced by parse_node().
|
static |
Definition at line 530 of file wap_push_si_compiler.c.
References error(), parse_cdata(), parse_element(), parse_end(), parse_text(), and warning().
Referenced by parse_document().
|
static |
Definition at line 316 of file wap_push_si_compiler.c.
References create_octstr_from_node, octstr_destroy(), octstr_len(), octstr_shrink_blanks(), octstr_strip_blanks(), and parse_inline_string().
Referenced by parse_node().
|
static |
Definition at line 615 of file wap_push_si_compiler.c.
References name, NUMBER_OF_URL_VALUES, octstr_delete(), octstr_destroy(), octstr_duplicate, octstr_imm(), octstr_len(), octstr_search(), output_char(), parse_inline_string(), si_URL_values, and token.
Referenced by parse_attribute().
Definition at line 178 of file wap_push_si_compiler.c.
References charset, error(), octstr_create, octstr_destroy(), octstr_get_cstr, octstr_len(), octstr_strip_blanks(), parse_document(), set_charset(), simple_binary_create(), simple_binary_destroy(), simple_binary_output(), and size.
Referenced by convert_si_to_sic(), and main().
Definition at line 465 of file wap_push_si_compiler.c.
References date(), flag_date_length(), octstr_append_char(), octstr_create, octstr_destroy(), octstr_drop_trailing_zeros(), octstr_get_char(), octstr_len(), octstr_set_bits(), parse_date(), and WBXML_OPAQUE.
Referenced by parse_attribute().
|
static |
Definition at line 417 of file wap_push_si_compiler.c.
Referenced by parse_attribute().
|
static |
Definition at line 120 of file wap_push_si_compiler.c.
Referenced by parse_attribute().
|
static |
Definition at line 106 of file wap_push_si_compiler.c.
Referenced by parse_element().
|
static |
Definition at line 143 of file wap_push_si_compiler.c.
Referenced by parse_url_value().