Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
Go to the source code of this file.
Data Structures | |
struct | parameter |
struct | headerinfo |
Macros | |
#define | WSP_FIELD_VALUE_NUL_STRING 1 |
#define | WSP_FIELD_VALUE_ENCODED 2 |
#define | WSP_FIELD_VALUE_DATA 3 |
#define | WSP_FIELD_VALUE_NONE 4 /* secondary_field_value only */ |
#define | WSP_QUOTE 127 |
#define | MAX_SHORT_INTEGER 127 |
#define | BASIC_AUTHENTICATION 128 |
#define | ABSOLUTE_TIME 128 |
#define | RELATIVE_TIME 129 |
#define | BYTE_RANGE 128 |
#define | SUFFIX_BYTE_RANGE 129 |
#define | LONG_AGO_VALUE 100000 |
#define | LIST 1 |
#define | BROKEN_LIST 2 |
#define | TABLE_SIZE(table) ((long)(sizeof(table) / sizeof(table[0]))) |
Typedefs | |
typedef struct parameter | Parameter |
typedef int | header_pack_func_t(Octstr *packed, Octstr *value) |
#define ABSOLUTE_TIME 128 |
Definition at line 81 of file wsp_headers.h.
Referenced by unpack_retry_after(), and wsp_pack_retry_after().
#define BASIC_AUTHENTICATION 128 |
Definition at line 80 of file wsp_headers.h.
Referenced by pack_challenge(), pack_credentials(), proxy_unpack_credentials(), unpack_challenge(), and unpack_credentials().
#define BROKEN_LIST 2 |
Definition at line 100 of file wsp_headers.h.
Referenced by pack_known_header().
#define BYTE_RANGE 128 |
Definition at line 83 of file wsp_headers.h.
Referenced by pack_range_value(), and unpack_range_value().
#define LIST 1 |
Definition at line 94 of file wsp_headers.h.
Referenced by pack_known_header().
#define LONG_AGO_VALUE 100000 |
Definition at line 90 of file wsp_headers.h.
Referenced by pack_expires().
#define MAX_SHORT_INTEGER 127 |
Definition at line 77 of file wsp_headers.h.
Referenced by pack_accept(), pack_accept_charset(), pack_accept_language(), pack_parameter(), pack_warning(), wsp_pack_integer_value(), and wsp_pack_short_integer().
#define RELATIVE_TIME 129 |
Definition at line 82 of file wsp_headers.h.
Referenced by unpack_retry_after(), and wsp_pack_retry_after().
#define SUFFIX_BYTE_RANGE 129 |
Definition at line 84 of file wsp_headers.h.
Referenced by pack_range_value(), and unpack_range_value().
Definition at line 102 of file wsp_headers.h.
Referenced by pack_known_header().
#define WSP_FIELD_VALUE_DATA 3 |
Definition at line 70 of file wsp_headers.h.
Referenced by unpack_cache_directive(), unpack_field_name(), wsp_field_value(), wsp_skip_field_value(), and wsp_unpack_well_known_field().
#define WSP_FIELD_VALUE_ENCODED 2 |
Definition at line 69 of file wsp_headers.h.
Referenced by unpack_accept_language_general_form(), unpack_cache_directive(), unpack_field_name(), unpack_parameter(), wsp_field_value(), wsp_secondary_field_value(), wsp_unpack_accept_charset_general_form(), wsp_unpack_accept_general_form(), and wsp_unpack_well_known_field().
#define WSP_FIELD_VALUE_NONE 4 /* secondary_field_value only */ |
Definition at line 71 of file wsp_headers.h.
Referenced by unpack_accept_language_general_form(), unpack_parameter(), wsp_secondary_field_value(), wsp_unpack_accept_charset_general_form(), and wsp_unpack_accept_general_form().
#define WSP_FIELD_VALUE_NUL_STRING 1 |
Definition at line 68 of file wsp_headers.h.
Referenced by unpack_accept_language_general_form(), unpack_cache_directive(), unpack_field_name(), unpack_parameter(), wsp_field_value(), wsp_secondary_field_value(), wsp_unpack_accept_charset_general_form(), wsp_unpack_accept_general_form(), and wsp_unpack_well_known_field().
#define WSP_QUOTE 127 |
Definition at line 74 of file wsp_headers.h.
Referenced by unpack_warning_value(), wsp_field_value(), wsp_pack_text(), and wsp_secondary_field_value().
Definition at line 111 of file wsp_headers.h.
Definition at line 109 of file wsp_headers.h.
void parm_destroy_item | ( | void * | parm | ) |
Definition at line 1515 of file wsp_headers.c.
References parm_destroy().
Referenced by pack_accept(), pack_accept_charset(), pack_accept_encoding(), pack_accept_language(), pack_challenge(), pack_content_disposition(), and pack_credentials().
int wsp_field_value | ( | ParseContext * | context, |
int * | well_known_value | ||
) |
Definition at line 107 of file wsp_headers.c.
References parse_get_char(), parse_get_uintvar(), parse_limit(), parse_skip(), WSP_FIELD_VALUE_DATA, WSP_FIELD_VALUE_ENCODED, WSP_FIELD_VALUE_NUL_STRING, and WSP_QUOTE.
Referenced by unpack_cache_directive(), unpack_field_name(), wsp_skip_field_value(), and wsp_unpack_well_known_field().
Definition at line 2963 of file wsp_headers.c.
References debug(), gwlist_len(), http_header_get(), octstr_create, octstr_destroy(), octstr_get_cstr, pack_known_header(), warning(), wsp_pack_application_header(), and wsp_pack_separate_content_type().
Referenced by main(), make_confirmedpush_pdu(), make_connectreply_pdu(), make_push_pdu(), make_resume_reply_pdu(), pack_into_push_datagram(), and pack_into_result_datagram().
Definition at line 1331 of file wsp_headers.c.
References debug(), gwlist_get(), gwlist_len(), http_create_empty_headers(), info(), octstr_dump, octstr_get_cstr, octstr_len(), parse_context_create(), parse_context_destroy(), parse_error(), parse_get_char(), parse_octets_left(), parse_skip(), warning(), wsp_skip_field_value(), wsp_unpack_app_header(), and wsp_unpack_well_known_field().
Referenced by main(), mime_decompile(), unpack_datagram(), and unpack_new_headers().
Definition at line 2938 of file wsp_headers.c.
References is_token(), octstr_get_cstr, octstr_str_compare(), warning(), wsp_pack_date(), and wsp_pack_text().
Referenced by wsp_headers_pack().
Definition at line 1879 of file wsp_headers.c.
References text, wsp_pack_short_integer(), and wsp_pack_text().
Referenced by pack_accept(), pack_accept_charset(), pack_accept_language(), pack_cache_control(), pack_connection(), pack_encoding(), pack_field_name(), pack_method(), pack_range_unit(), and pack_transfer_encoding().
Definition at line 2626 of file wsp_headers.c.
References pack_accept().
Referenced by wsp_pack_separate_content_type().
Definition at line 2186 of file wsp_headers.c.
References date_parse_http(), octstr_get_cstr, warning(), and wsp_pack_long_integer().
Referenced by pack_expires(), pack_if_range(), wsp_pack_application_header(), and wsp_pack_retry_after().
Definition at line 1815 of file wsp_headers.c.
References debug(), octstr_get_char(), octstr_get_cstr, octstr_len(), warning(), and wsp_pack_integer_value().
Referenced by pack_cache_control(), pack_parameter(), and wsp_pack_retry_after().
void wsp_pack_integer_value | ( | Octstr * | packed, |
unsigned long | integer | ||
) |
Definition at line 1807 of file wsp_headers.c.
References MAX_SHORT_INTEGER, wsp_pack_long_integer(), and wsp_pack_short_integer().
Referenced by pack_accept(), pack_accept_charset(), pack_accept_language(), pack_language(), pack_parameter(), and wsp_pack_integer_string().
Definition at line 2869 of file wsp_headers.c.
References gwlist_consume(), octstr_delete(), octstr_destroy(), octstr_len(), and wsp_pack_short_integer().
Referenced by pack_known_header().
void wsp_pack_long_integer | ( | Octstr * | packed, |
unsigned long | integer | ||
) |
Definition at line 1776 of file wsp_headers.c.
References octstr_append_char(), octstr_insert_data(), and octstr_len().
Referenced by pack_expires(), wsp_pack_date(), and wsp_pack_integer_value().
Definition at line 1973 of file wsp_headers.c.
References gwlist_get(), gwlist_len(), and pack_parameter().
Referenced by pack_accept(), pack_challenge(), pack_content_disposition(), and pack_credentials().
Definition at line 1627 of file wsp_headers.c.
References octstr_append(), octstr_append_char(), and text.
Referenced by pack_if_range().
Definition at line 2727 of file wsp_headers.c.
References ABSOLUTE_TIME, error(), octstr_append_char(), octstr_create, octstr_destroy(), octstr_get_char(), RELATIVE_TIME, wsp_pack_date(), wsp_pack_integer_string(), and wsp_pack_value().
Definition at line 2851 of file wsp_headers.c.
References content_type, http_header_find_first, octstr_create, octstr_destroy(), octstr_strip_blanks(), warning(), and wsp_pack_content_type().
Referenced by wsp_headers_pack().
void wsp_pack_short_integer | ( | Octstr * | packed, |
unsigned long | integer | ||
) |
Definition at line 1800 of file wsp_headers.c.
References gw_assert(), MAX_SHORT_INTEGER, and octstr_append_char().
Referenced by ota_pack_push_headers(), pack_cache_control(), pack_content_disposition(), pack_known_header(), pack_parameter(), pack_pragma(), pack_range(), pack_warning(), wsp_pack_constrained_value(), wsp_pack_integer_value(), wsp_pack_list(), and wsp_pack_version_value().
Definition at line 1615 of file wsp_headers.c.
References octstr_append(), octstr_append_char(), octstr_get_char(), text, and WSP_QUOTE.
Referenced by pack_accept(), pack_accept_charset(), pack_accept_language(), pack_cache_control(), pack_challenge(), pack_credentials(), pack_language(), pack_parameter(), pack_uri(), pack_warning(), wsp_pack_application_header(), wsp_pack_constrained_value(), and wsp_pack_version_value().
Definition at line 1761 of file wsp_headers.c.
References octstr_append(), octstr_append_char(), octstr_append_uintvar(), and octstr_len().
Referenced by pack_accept(), pack_accept_charset(), pack_accept_language(), pack_cache_control(), pack_challenge(), pack_content_disposition(), pack_content_range(), pack_credentials(), pack_pragma(), pack_range_value(), pack_warning(), and wsp_pack_retry_after().
Definition at line 1848 of file wsp_headers.c.
References debug(), octstr_get_char(), octstr_get_cstr, octstr_len(), octstr_parse_long(), wsp_pack_short_integer(), and wsp_pack_text().
Referenced by pack_parameter().
int wsp_secondary_field_value | ( | ParseContext * | context, |
long * | result | ||
) |
Definition at line 183 of file wsp_headers.c.
References parse_get_char(), parse_get_uintvar(), parse_skip(), unpack_multi_octet_integer(), WSP_FIELD_VALUE_ENCODED, WSP_FIELD_VALUE_NONE, WSP_FIELD_VALUE_NUL_STRING, and WSP_QUOTE.
Referenced by unpack_accept_language_general_form(), unpack_parameter(), wsp_unpack_accept_charset_general_form(), and wsp_unpack_accept_general_form().
void wsp_skip_field_value | ( | ParseContext * | context | ) |
Definition at line 138 of file wsp_headers.c.
References parse_pop_limit(), parse_skip_to_limit(), wsp_field_value(), and WSP_FIELD_VALUE_DATA.
Referenced by wsp_headers_unpack().
Definition at line 1553 of file wsp_headers.c.
References gwlist_append(), gwlist_create, http_header_quoted_string_len(), octstr_copy, octstr_delete(), octstr_get_char(), octstr_len(), octstr_search_char(), octstr_strip_blanks(), and parm_create().
Referenced by pack_accept(), pack_accept_charset(), pack_accept_encoding(), pack_accept_language(), pack_challenge(), pack_content_disposition(), and pack_credentials().
Octstr* wsp_unpack_accept_charset_general_form | ( | ParseContext * | context | ) |
Definition at line 557 of file wsp_headers.c.
References panic, parse_error(), parse_get_nul_string(), unpack_optional_q_value(), warning(), WSP_FIELD_VALUE_ENCODED, WSP_FIELD_VALUE_NONE, WSP_FIELD_VALUE_NUL_STRING, and wsp_secondary_field_value().
Referenced by wsp_unpack_well_known_field().
Octstr* wsp_unpack_accept_general_form | ( | ParseContext * | context | ) |
Definition at line 513 of file wsp_headers.c.
References panic, parse_error(), parse_get_nul_string(), warning(), WSP_FIELD_VALUE_ENCODED, WSP_FIELD_VALUE_NONE, WSP_FIELD_VALUE_NUL_STRING, wsp_secondary_field_value(), and wsp_unpack_all_parameters().
Referenced by wsp_unpack_well_known_field().
void wsp_unpack_all_parameters | ( | ParseContext * | context, |
Octstr * | decoded | ||
) |
Definition at line 443 of file wsp_headers.c.
References parse_error(), parse_octets_left(), and unpack_parameter().
Referenced by unpack_disposition(), and wsp_unpack_accept_general_form().
void wsp_unpack_app_header | ( | List * | unpacked, |
ParseContext * | context | ||
) |
Definition at line 1311 of file wsp_headers.c.
References http_header_add(), octstr_destroy(), octstr_get_cstr, parse_error(), parse_get_nul_string(), and warning().
Referenced by wsp_headers_unpack().
Octstr* wsp_unpack_date_value | ( | ParseContext * | context | ) |
Definition at line 492 of file wsp_headers.c.
References date_format_http(), parse_get_char(), unpack_multi_octet_integer(), and warning().
Referenced by unpack_retry_after(), and wsp_unpack_well_known_field().
Octstr* wsp_unpack_integer_value | ( | ParseContext * | context | ) |
Definition at line 214 of file wsp_headers.c.
References octstr_append_decimal(), octstr_create, parse_get_char(), unpack_multi_octet_integer(), and warning().
Referenced by unpack_cache_directive(), unpack_retry_after(), and unpack_warning_value().
Octstr* wsp_unpack_version_value | ( | long | value | ) |
Definition at line 291 of file wsp_headers.c.
References octstr_append_char(), octstr_append_decimal(), and octstr_create.
Referenced by unpack_encoding_version(), and unpack_parameter().
void wsp_unpack_well_known_field | ( | List * | unpacked, |
int | field_type, | ||
ParseContext * | context | ||
) |
Definition at line 1030 of file wsp_headers.c.
References http_header_add(), octstr_append_decimal(), octstr_binary_to_base64(), octstr_create, octstr_delete(), octstr_destroy(), octstr_get_cstr, octstr_len(), panic, parse_error(), parse_get_nul_string(), parse_get_octets(), parse_octets_left(), parse_pop_limit(), parse_skip(), parse_skip_to_limit(), proxy_unpack_credentials(), unpack_accept_language_general_form(), unpack_cache_directive(), unpack_challenge(), unpack_content_range(), unpack_credentials(), unpack_disposition(), unpack_encoding_version(), unpack_multi_octet_integer(), unpack_parameter(), unpack_range_value(), unpack_retry_after(), unpack_warning_value(), warning(), wsp_field_value(), WSP_FIELD_VALUE_DATA, WSP_FIELD_VALUE_ENCODED, WSP_FIELD_VALUE_NUL_STRING, wsp_unpack_accept_charset_general_form(), wsp_unpack_accept_general_form(), and wsp_unpack_date_value().
Referenced by wsp_headers_unpack().