summaryrefslogtreecommitdiffstats
path: root/tinyHTTP
diff options
context:
space:
mode:
authorMamadou DIOP <bossiel@yahoo.fr>2015-08-17 01:56:35 +0200
committerMamadou DIOP <bossiel@yahoo.fr>2015-08-17 01:56:35 +0200
commit631fffee8a28b1bec5ed1f1d26a20e0135967f99 (patch)
tree74afe3bf3efe15aa82bcd0272b2b0f4d48c2d837 /tinyHTTP
parent7908865936604036e6f200f1b5e069f8752f3a3a (diff)
downloaddoubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.zip
doubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.tar.gz
-
Diffstat (limited to 'tinyHTTP')
-rw-r--r--tinyHTTP/Doxyfile1691
-rw-r--r--tinyHTTP/Makefile.am52
-rw-r--r--tinyHTTP/abnf/http.abnf576
-rw-r--r--tinyHTTP/abnf/httpauth.abnf66
-rw-r--r--tinyHTTP/abnf/uri.abnf88
-rw-r--r--tinyHTTP/abnf/ws.abnf32
-rw-r--r--tinyHTTP/droid-makefile59
-rw-r--r--tinyHTTP/footer.html7
-rw-r--r--tinyHTTP/header.html38
-rw-r--r--tinyHTTP/include/thttp.h176
-rw-r--r--tinyHTTP/include/tinyhttp.h54
-rw-r--r--tinyHTTP/include/tinyhttp/auth/thttp_auth.h65
-rw-r--r--tinyHTTP/include/tinyhttp/auth/thttp_challenge.h75
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header.h105
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_Authorization.h77
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_Content_Length.h62
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_Content_Type.h76
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_Dummy.h62
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_ETag.h67
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Accept.h56
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Key.h56
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Protocol.h58
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Version.h58
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_Transfer_Encoding.h76
-rw-r--r--tinyHTTP/include/tinyhttp/headers/thttp_header_WWW_Authenticate.h82
-rw-r--r--tinyHTTP/include/tinyhttp/parsers/thttp_parser_header.h44
-rw-r--r--tinyHTTP/include/tinyhttp/parsers/thttp_parser_message.h44
-rw-r--r--tinyHTTP/include/tinyhttp/parsers/thttp_parser_url.h45
-rw-r--r--tinyHTTP/include/tinyhttp/thttp_action.h251
-rw-r--r--tinyHTTP/include/tinyhttp/thttp_dialog.h73
-rw-r--r--tinyHTTP/include/tinyhttp/thttp_event.h75
-rw-r--r--tinyHTTP/include/tinyhttp/thttp_message.h263
-rw-r--r--tinyHTTP/include/tinyhttp/thttp_proxy_node_plugin.h33
-rw-r--r--tinyHTTP/include/tinyhttp/thttp_session.h207
-rw-r--r--tinyHTTP/include/tinyhttp/thttp_url.h93
-rw-r--r--tinyHTTP/include/tinyhttp_config.h98
-rw-r--r--tinyHTTP/installdox.sh1
-rw-r--r--tinyHTTP/ragel.sh50
-rw-r--r--tinyHTTP/ragel/thttp_machine_header.rl87
-rw-r--r--tinyHTTP/ragel/thttp_machine_message.rl44
-rw-r--r--tinyHTTP/ragel/thttp_machine_utils.rl110
-rw-r--r--tinyHTTP/ragel/thttp_machine_ws.rl46
-rw-r--r--tinyHTTP/ragel/thttp_parser_header.rl522
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_Authorization.rl296
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_Content_Length.rl145
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_Content_Type.rl175
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_Dummy.rl167
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_ETag.rl173
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Accept.rl146
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Key.rl146
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl162
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Version.rl161
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_Transfer_Encoding.rl162
-rw-r--r--tinyHTTP/ragel/thttp_parser_header_WWW_Authenticate.rl259
-rw-r--r--tinyHTTP/ragel/thttp_parser_message.rl257
-rw-r--r--tinyHTTP/ragel/thttp_parser_url.rl139
-rw-r--r--tinyHTTP/src/auth/thttp_auth.c266
-rw-r--r--tinyHTTP/src/auth/thttp_challenge.c316
-rw-r--r--tinyHTTP/src/headers/thttp_header.c156
-rw-r--r--tinyHTTP/src/headers/thttp_header_Authorization.c6980
-rw-r--r--tinyHTTP/src/headers/thttp_header_Content_Length.c312
-rw-r--r--tinyHTTP/src/headers/thttp_header_Content_Type.c418
-rw-r--r--tinyHTTP/src/headers/thttp_header_Dummy.c328
-rw-r--r--tinyHTTP/src/headers/thttp_header_ETag.c344
-rw-r--r--tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Accept.c341
-rw-r--r--tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Key.c332
-rw-r--r--tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Protocol.c358
-rw-r--r--tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Version.c353
-rw-r--r--tinyHTTP/src/headers/thttp_header_Transfer_Encoding.c372
-rw-r--r--tinyHTTP/src/headers/thttp_header_WWW_Authenticate.c8318
-rw-r--r--tinyHTTP/src/makefile49
-rw-r--r--tinyHTTP/src/parsers/thttp_parser_header.c2846
-rw-r--r--tinyHTTP/src/parsers/thttp_parser_message.c464
-rw-r--r--tinyHTTP/src/parsers/thttp_parser_url.c500
-rw-r--r--tinyHTTP/src/thttp.c812
-rw-r--r--tinyHTTP/src/thttp_action.c187
-rw-r--r--tinyHTTP/src/thttp_dialog.c540
-rw-r--r--tinyHTTP/src/thttp_event.c81
-rw-r--r--tinyHTTP/src/thttp_message.c530
-rw-r--r--tinyHTTP/src/thttp_proxy_node_plugin.c877
-rw-r--r--tinyHTTP/src/thttp_session.c518
-rw-r--r--tinyHTTP/src/thttp_url.c174
-rw-r--r--tinyHTTP/test/droid-makefile28
-rw-r--r--tinyHTTP/test/stdafx.c26
-rw-r--r--tinyHTTP/test/stdafx.h35
-rw-r--r--tinyHTTP/test/targetver.h18
-rw-r--r--tinyHTTP/test/test.c93
-rw-r--r--tinyHTTP/test/test.vcproj229
-rw-r--r--tinyHTTP/test/test_auth.h177
-rw-r--r--tinyHTTP/test/test_messages.h139
-rw-r--r--tinyHTTP/test/test_stack.h233
-rw-r--r--tinyHTTP/test/test_transport.h371
-rw-r--r--tinyHTTP/test/test_url.h93
-rw-r--r--tinyHTTP/tinyHTTP.pc.in15
-rw-r--r--tinyHTTP/tinyHTTP.sln68
-rw-r--r--tinyHTTP/tinyHTTP.tag4501
-rw-r--r--tinyHTTP/tinyHTTP.vcproj524
-rw-r--r--tinyHTTP/version.rc102
-rw-r--r--tinyHTTP/winrt/tinyHTTP.sln53
-rw-r--r--tinyHTTP/winrt/tinyHTTP.vcxproj213
-rw-r--r--tinyHTTP/winrt/tinyHTTP.vcxproj.filters190
101 files changed, 42168 insertions, 0 deletions
diff --git a/tinyHTTP/Doxyfile b/tinyHTTP/Doxyfile
new file mode 100644
index 0000000..687a61a
--- /dev/null
+++ b/tinyHTTP/Doxyfile
@@ -0,0 +1,1691 @@
+# Doxyfile 1.7.2
+
+# This file describes the settings to be used by the documentation system
+# doxygen (www.doxygen.org) for a project
+#
+# All text after a hash (#) is considered a comment and will be ignored
+# The format is:
+# TAG = value [value, ...]
+# For lists items can also be appended using:
+# TAG += value [value, ...]
+# Values that contain spaces should be placed between quotes (" ")
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+
+# This tag specifies the encoding used for all characters in the config file
+# that follow. The default is UTF-8 which is also the encoding used for all
+# text before the first occurrence of this tag. Doxygen uses libiconv (or the
+# iconv built into libc) for the transcoding. See
+# http://www.gnu.org/software/libiconv for the list of possible encodings.
+
+DOXYFILE_ENCODING = UTF-8
+
+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
+# by quotes) that should identify the project.
+
+PROJECT_NAME = tinyHTTP
+
+# The PROJECT_NUMBER tag can be used to enter a project or revision number.
+# This could be handy for archiving the generated documentation or
+# if some version control system is used.
+
+PROJECT_NUMBER = 1.0
+
+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
+# base path where the generated documentation will be put.
+# If a relative path is entered, it will be relative to the location
+# where doxygen was started. If left blank the current directory will be used.
+
+OUTPUT_DIRECTORY = docs
+
+# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
+# 4096 sub-directories (in 2 levels) under the output directory of each output
+# format and will distribute the generated files over these directories.
+# Enabling this option can be useful when feeding doxygen a huge amount of
+# source files, where putting all generated files in the same directory would
+# otherwise cause performance problems for the file system.
+
+CREATE_SUBDIRS = NO
+
+# The OUTPUT_LANGUAGE tag is used to specify the language in which all
+# documentation generated by doxygen is written. Doxygen will use this
+# information to generate all constant output in the proper language.
+# The default language is English, other supported languages are:
+# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
+# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
+# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
+# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
+# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
+# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
+
+OUTPUT_LANGUAGE = English
+
+# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
+# include brief member descriptions after the members that are listed in
+# the file and class documentation (similar to JavaDoc).
+# Set to NO to disable this.
+
+BRIEF_MEMBER_DESC = YES
+
+# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
+# the brief description of a member or function before the detailed description.
+# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
+# brief descriptions will be completely suppressed.
+
+REPEAT_BRIEF = YES
+
+# This tag implements a quasi-intelligent brief description abbreviator
+# that is used to form the text in various listings. Each string
+# in this list, if found as the leading text of the brief description, will be
+# stripped from the text and the result after processing the whole list, is
+# used as the annotated text. Otherwise, the brief description is used as-is.
+# If left blank, the following values are used ("$name" is automatically
+# replaced with the name of the entity): "The $name class" "The $name widget"
+# "The $name file" "is" "provides" "specifies" "contains"
+# "represents" "a" "an" "the"
+
+ABBREVIATE_BRIEF = "The $name class" \
+ "The $name widget" \
+ "The $name file" \
+ is \
+ provides \
+ specifies \
+ contains \
+ represents \
+ a \
+ an \
+ the
+
+# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
+# Doxygen will generate a detailed section even if there is only a brief
+# description.
+
+ALWAYS_DETAILED_SEC = NO
+
+# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
+# inherited members of a class in the documentation of that class as if those
+# members were ordinary class members. Constructors, destructors and assignment
+# operators of the base classes will not be shown.
+
+INLINE_INHERITED_MEMB = NO
+
+# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
+# path before files name in the file list and in the header files. If set
+# to NO the shortest path that makes the file name unique will be used.
+
+FULL_PATH_NAMES = YES
+
+# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
+# can be used to strip a user-defined part of the path. Stripping is
+# only done if one of the specified strings matches the left-hand part of
+# the path. The tag can be used to show relative paths in the file list.
+# If left blank the directory from which doxygen is run is used as the
+# path to strip.
+
+STRIP_FROM_PATH = /Users/dimitri/doxygen/mail/1.5.7/doxywizard/
+
+# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
+# the path mentioned in the documentation of a class, which tells
+# the reader which header file to include in order to use a class.
+# If left blank only the name of the header file containing the class
+# definition is used. Otherwise one should specify the include paths that
+# are normally passed to the compiler using the -I flag.
+
+STRIP_FROM_INC_PATH =
+
+# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
+# (but less readable) file names. This can be useful if your file system
+# doesn't support long names like on DOS, Mac, or CD-ROM.
+
+SHORT_NAMES = NO
+
+# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
+# will interpret the first line (until the first dot) of a JavaDoc-style
+# comment as the brief description. If set to NO, the JavaDoc
+# comments will behave just like regular Qt-style comments
+# (thus requiring an explicit @brief command for a brief description.)
+
+JAVADOC_AUTOBRIEF = NO
+
+# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
+# interpret the first line (until the first dot) of a Qt-style
+# comment as the brief description. If set to NO, the comments
+# will behave just like regular Qt-style comments (thus requiring
+# an explicit \brief command for a brief description.)
+
+QT_AUTOBRIEF = NO
+
+# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
+# treat a multi-line C++ special comment block (i.e. a block of //! or ///
+# comments) as a brief description. This used to be the default behaviour.
+# The new default is to treat a multi-line C++ comment block as a detailed
+# description. Set this tag to YES if you prefer the old behaviour instead.
+
+MULTILINE_CPP_IS_BRIEF = NO
+
+# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
+# member inherits the documentation from any documented member that it
+# re-implements.
+
+INHERIT_DOCS = YES
+
+# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
+# a new page for each member. If set to NO, the documentation of a member will
+# be part of the file/class/namespace that contains it.
+
+SEPARATE_MEMBER_PAGES = NO
+
+# The TAB_SIZE tag can be used to set the number of spaces in a tab.
+# Doxygen uses this value to replace tabs by spaces in code fragments.
+
+TAB_SIZE = 8
+
+# This tag can be used to specify a number of aliases that acts
+# as commands in the documentation. An alias has the form "name=value".
+# For example adding "sideeffect=\par Side Effects:\n" will allow you to
+# put the command \sideeffect (or @sideeffect) in the documentation, which
+# will result in a user-defined paragraph with heading "Side Effects:".
+# You can put \n's in the value part of an alias to insert newlines.
+
+ALIASES =
+
+# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
+# sources only. Doxygen will then generate output that is more tailored for C.
+# For instance, some of the names that are used will be different. The list
+# of all members will be omitted, etc.
+
+OPTIMIZE_OUTPUT_FOR_C = YES
+
+# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
+# sources only. Doxygen will then generate output that is more tailored for
+# Java. For instance, namespaces will be presented as packages, qualified
+# scopes will look different, etc.
+
+OPTIMIZE_OUTPUT_JAVA = NO
+
+# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
+# sources only. Doxygen will then generate output that is more tailored for
+# Fortran.
+
+OPTIMIZE_FOR_FORTRAN = NO
+
+# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
+# sources. Doxygen will then generate output that is tailored for
+# VHDL.
+
+OPTIMIZE_OUTPUT_VHDL = NO
+
+# Doxygen selects the parser to use depending on the extension of the files it
+# parses. With this tag you can assign which parser to use for a given extension.
+# Doxygen has a built-in mapping, but you can override or extend it using this
+# tag. The format is ext=language, where ext is a file extension, and language
+# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
+# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
+# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
+# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
+# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
+
+EXTENSION_MAPPING =
+
+# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
+# to include (a tag file for) the STL sources as input, then you should
+# set this tag to YES in order to let doxygen match functions declarations and
+# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
+# func(std::string) {}). This also makes the inheritance and collaboration
+# diagrams that involve STL classes more complete and accurate.
+
+BUILTIN_STL_SUPPORT = NO
+
+# If you use Microsoft's C++/CLI language, you should set this option to YES to
+# enable parsing support.
+
+CPP_CLI_SUPPORT = NO
+
+# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
+# Doxygen will parse them like normal C++ but will assume all classes use public
+# instead of private inheritance when no explicit protection keyword is present.
+
+SIP_SUPPORT = NO
+
+# For Microsoft's IDL there are propget and propput attributes to indicate getter
+# and setter methods for a property. Setting this option to YES (the default)
+# will make doxygen replace the get and set methods by a property in the
+# documentation. This will only work if the methods are indeed getting or
+# setting a simple type. If this is not the case, or you want to show the
+# methods anyway, you should set this option to NO.
+
+IDL_PROPERTY_SUPPORT = YES
+
+# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
+# tag is set to YES, then doxygen will reuse the documentation of the first
+# member in the group (if any) for the other members of the group. By default
+# all members of a group must be documented explicitly.
+
+DISTRIBUTE_GROUP_DOC = NO
+
+# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
+# the same type (for instance a group of public functions) to be put as a
+# subgroup of that type (e.g. under the Public Functions section). Set it to
+# NO to prevent subgrouping. Alternatively, this can be done per class using
+# the \nosubgrouping command.
+
+SUBGROUPING = YES
+
+# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
+# is documented as struct, union, or enum with the name of the typedef. So
+# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
+# with name TypeT. When disabled the typedef will appear as a member of a file,
+# namespace, or class. And the struct will be named TypeS. This can typically
+# be useful for C code in case the coding convention dictates that all compound
+# types are typedef'ed and only the typedef is referenced, never the tag name.
+
+TYPEDEF_HIDES_STRUCT = NO
+
+# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
+# determine which symbols to keep in memory and which to flush to disk.
+# When the cache is full, less often used symbols will be written to disk.
+# For small to medium size projects (<1000 input files) the default value is
+# probably good enough. For larger projects a too small cache size can cause
+# doxygen to be busy swapping symbols to and from disk most of the time
+# causing a significant performance penality.
+# If the system has enough physical memory increasing the cache will improve the
+# performance by keeping more symbols in memory. Note that the value works on
+# a logarithmic scale so increasing the size by one will roughly double the
+# memory usage. The cache size is given by this formula:
+# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
+# corresponding to a cache size of 2^16 = 65536 symbols
+
+SYMBOL_CACHE_SIZE = 0
+
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+
+# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
+# documentation are documented, even if no documentation was available.
+# Private class members and static file members will be hidden unless
+# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
+
+EXTRACT_ALL = YES
+
+# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
+# will be included in the documentation.
+
+EXTRACT_PRIVATE = NO
+
+# If the EXTRACT_STATIC tag is set to YES all static members of a file
+# will be included in the documentation.
+
+EXTRACT_STATIC = NO
+
+# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
+# defined locally in source files will be included in the documentation.
+# If set to NO only classes defined in header files are included.
+
+EXTRACT_LOCAL_CLASSES = YES
+
+# This flag is only useful for Objective-C code. When set to YES local
+# methods, which are defined in the implementation section but not in
+# the interface are included in the documentation.
+# If set to NO (the default) only methods in the interface are included.
+
+EXTRACT_LOCAL_METHODS = NO
+
+# If this flag is set to YES, the members of anonymous namespaces will be
+# extracted and appear in the documentation as a namespace called
+# 'anonymous_namespace{file}', where file will be replaced with the base
+# name of the file that contains the anonymous namespace. By default
+# anonymous namespaces are hidden.
+
+EXTRACT_ANON_NSPACES = NO
+
+# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
+# undocumented members of documented classes, files or namespaces.
+# If set to NO (the default) these members will be included in the
+# various overviews, but no documentation section is generated.
+# This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_MEMBERS = NO
+
+# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
+# undocumented classes that are normally visible in the class hierarchy.
+# If set to NO (the default) these classes will be included in the various
+# overviews. This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_CLASSES = NO
+
+# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
+# friend (class|struct|union) declarations.
+# If set to NO (the default) these declarations will be included in the
+# documentation.
+
+HIDE_FRIEND_COMPOUNDS = NO
+
+# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
+# documentation blocks found inside the body of a function.
+# If set to NO (the default) these blocks will be appended to the
+# function's detailed documentation block.
+
+HIDE_IN_BODY_DOCS = NO
+
+# The INTERNAL_DOCS tag determines if documentation
+# that is typed after a \internal command is included. If the tag is set
+# to NO (the default) then the documentation will be excluded.
+# Set it to YES to include the internal documentation.
+
+INTERNAL_DOCS = NO
+
+# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
+# file names in lower-case letters. If set to YES upper-case letters are also
+# allowed. This is useful if you have classes or files whose names only differ
+# in case and if your file system supports case sensitive file names. Windows
+# and Mac users are advised to set this option to NO.
+
+CASE_SENSE_NAMES = NO
+
+# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
+# will show members with their full class and namespace scopes in the
+# documentation. If set to YES the scope will be hidden.
+
+HIDE_SCOPE_NAMES = YES
+
+# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
+# will put a list of the files that are included by a file in the documentation
+# of that file.
+
+SHOW_INCLUDE_FILES = YES
+
+# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
+# will list include files with double quotes in the documentation
+# rather than with sharp brackets.
+
+FORCE_LOCAL_INCLUDES = NO
+
+# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
+# is inserted in the documentation for inline members.
+
+INLINE_INFO = YES
+
+# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
+# will sort the (detailed) documentation of file and class members
+# alphabetically by member name. If set to NO the members will appear in
+# declaration order.
+
+SORT_MEMBER_DOCS = YES
+
+# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
+# brief documentation of file, namespace and class members alphabetically
+# by member name. If set to NO (the default) the members will appear in
+# declaration order.
+
+SORT_BRIEF_DOCS = NO
+
+# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
+# will sort the (brief and detailed) documentation of class members so that
+# constructors and destructors are listed first. If set to NO (the default)
+# the constructors will appear in the respective orders defined by
+# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS.
+# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
+# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
+
+SORT_MEMBERS_CTORS_1ST = NO
+
+# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
+# hierarchy of group names into alphabetical order. If set to NO (the default)
+# the group names will appear in their defined order.
+
+SORT_GROUP_NAMES = NO
+
+# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
+# sorted by fully-qualified names, including namespaces. If set to
+# NO (the default), the class list will be sorted only by class name,
+# not including the namespace part.
+# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
+# Note: This option applies only to the class list, not to the
+# alphabetical list.
+
+SORT_BY_SCOPE_NAME = NO
+
+# The GENERATE_TODOLIST tag can be used to enable (YES) or
+# disable (NO) the todo list. This list is created by putting \todo
+# commands in the documentation.
+
+GENERATE_TODOLIST = YES
+
+# The GENERATE_TESTLIST tag can be used to enable (YES) or
+# disable (NO) the test list. This list is created by putting \test
+# commands in the documentation.
+
+GENERATE_TESTLIST = YES
+
+# The GENERATE_BUGLIST tag can be used to enable (YES) or
+# disable (NO) the bug list. This list is created by putting \bug
+# commands in the documentation.
+
+GENERATE_BUGLIST = YES
+
+# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
+# disable (NO) the deprecated list. This list is created by putting
+# \deprecated commands in the documentation.
+
+GENERATE_DEPRECATEDLIST= YES
+
+# The ENABLED_SECTIONS tag can be used to enable conditional
+# documentation sections, marked by \if sectionname ... \endif.
+
+ENABLED_SECTIONS =
+
+# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
+# the initial value of a variable or macro consists of for it to appear in
+# the documentation. If the initializer consists of more lines than specified
+# here it will be hidden. Use a value of 0 to hide initializers completely.
+# The appearance of the initializer of individual variables and macros in the
+# documentation can be controlled using \showinitializer or \hideinitializer
+# command in the documentation regardless of this setting.
+
+MAX_INITIALIZER_LINES = 62
+
+# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
+# at the bottom of the documentation of classes and structs. If set to YES the
+# list will mention the files that were used to generate the documentation.
+
+SHOW_USED_FILES = YES
+
+# If the sources in your project are distributed over multiple directories
+# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
+# in the documentation. The default is NO.
+
+SHOW_DIRECTORIES = NO
+
+# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
+# This will remove the Files entry from the Quick Index and from the
+# Folder Tree View (if specified). The default is YES.
+
+SHOW_FILES = YES
+
+# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
+# Namespaces page. This will remove the Namespaces entry from the Quick Index
+# and from the Folder Tree View (if specified). The default is YES.
+
+SHOW_NAMESPACES = YES
+
+# The FILE_VERSION_FILTER tag can be used to specify a program or script that
+# doxygen should invoke to get the current version for each file (typically from
+# the version control system). Doxygen will invoke the program by executing (via
+# popen()) the command <command> <input-file>, where <command> is the value of
+# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
+# provided by doxygen. Whatever the program writes to standard output
+# is used as the file version. See the manual for examples.
+
+FILE_VERSION_FILTER =
+
+# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
+# by doxygen. The layout file controls the global structure of the generated
+# output files in an output format independent way. The create the layout file
+# that represents doxygen's defaults, run doxygen with the -l option.
+# You can optionally specify a file name after the option, if omitted
+# DoxygenLayout.xml will be used as the name of the layout file.
+
+LAYOUT_FILE =
+
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+
+# The QUIET tag can be used to turn on/off the messages that are generated
+# by doxygen. Possible values are YES and NO. If left blank NO is used.
+
+QUIET = NO
+
+# The WARNINGS tag can be used to turn on/off the warning messages that are
+# generated by doxygen. Possible values are YES and NO. If left blank
+# NO is used.
+
+WARNINGS = YES
+
+# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
+# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
+# automatically be disabled.
+
+WARN_IF_UNDOCUMENTED = NO
+
+# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
+# potential errors in the documentation, such as not documenting some
+# parameters in a documented function, or documenting parameters that
+# don't exist or using markup commands wrongly.
+
+WARN_IF_DOC_ERROR = YES
+
+# The WARN_NO_PARAMDOC option can be enabled to get warnings for
+# functions that are documented, but have no documentation for their parameters
+# or return value. If set to NO (the default) doxygen will only warn about
+# wrong or incomplete parameter documentation, but not about the absence of
+# documentation.
+
+WARN_NO_PARAMDOC = NO
+
+# The WARN_FORMAT tag determines the format of the warning messages that
+# doxygen can produce. The string should contain the $file, $line, and $text
+# tags, which will be replaced by the file and line number from which the
+# warning originated and the warning text. Optionally the format may contain
+# $version, which will be replaced by the version of the file (if it could
+# be obtained via FILE_VERSION_FILTER)
+
+WARN_FORMAT = "$file:$line: $text"
+
+# The WARN_LOGFILE tag can be used to specify a file to which warning
+# and error messages should be written. If left blank the output is written
+# to stderr.
+
+WARN_LOGFILE =
+
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+
+# The INPUT tag can be used to specify the files and/or directories that contain
+# documented source files. You may enter file names like "myfile.cpp" or
+# directories like "/usr/src/myproject". Separate the files or directories
+# with spaces.
+
+INPUT = src \
+ include
+
+# This tag can be used to specify the character encoding of the source files
+# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
+# also the default input encoding. Doxygen uses libiconv (or the iconv built
+# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
+# the list of possible encodings.
+
+INPUT_ENCODING = UTF-8
+
+# If the value of the INPUT tag contains directories, you can use the
+# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
+# and *.h) to filter out the source-files in the directories. If left
+# blank the following patterns are tested:
+# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
+# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
+# *.f90 *.f *.vhd *.vhdl
+
+FILE_PATTERNS = *.c \
+ *.cc \
+ *.cxx \
+ *.cpp \
+ *.c++ \
+ *.java \
+ *.ii \
+ *.ixx \
+ *.ipp \
+ *.i++ \
+ *.inl \
+ *.h \
+ *.hh \
+ *.hxx \
+ *.hpp \
+ *.h++ \
+ *.idl \
+ *.odl \
+ *.cs \
+ *.php \
+ *.php3 \
+ *.inc \
+ *.m \
+ *.mm \
+ *.dox \
+ *.py \
+ *.f90 \
+ *.f \
+ *.vhd \
+ *.vhdl \
+ *.asm
+
+# The RECURSIVE tag can be used to turn specify whether or not subdirectories
+# should be searched for input files as well. Possible values are YES and NO.
+# If left blank NO is used.
+
+RECURSIVE = YES
+
+# The EXCLUDE tag can be used to specify files and/or directories that should
+# excluded from the INPUT source files. This way you can easily exclude a
+# subdirectory from a directory tree whose root is specified with the INPUT tag.
+
+EXCLUDE =
+
+# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
+# directories that are symbolic links (a Unix filesystem feature) are excluded
+# from the input.
+
+EXCLUDE_SYMLINKS = NO
+
+# If the value of the INPUT tag contains directories, you can use the
+# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
+# certain files from those directories. Note that the wildcards are matched
+# against the file with absolute path, so to exclude all test directories
+# for example use the pattern */test/*
+
+EXCLUDE_PATTERNS =
+
+# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
+# (namespaces, classes, functions, etc.) that should be excluded from the
+# output. The symbol name can be a fully qualified name, a word, or if the
+# wildcard * is used, a substring. Examples: ANamespace, AClass,
+# AClass::ANamespace, ANamespace::*Test
+
+EXCLUDE_SYMBOLS =
+
+# The EXAMPLE_PATH tag can be used to specify one or more files or
+# directories that contain example code fragments that are included (see
+# the \include command).
+
+EXAMPLE_PATH =
+
+# If the value of the EXAMPLE_PATH tag contains directories, you can use the
+# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
+# and *.h) to filter out the source-files in the directories. If left
+# blank all files are included.
+
+EXAMPLE_PATTERNS = *
+
+# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
+# searched for input files to be used with the \include or \dontinclude
+# commands irrespective of the value of the RECURSIVE tag.
+# Possible values are YES and NO. If left blank NO is used.
+
+EXAMPLE_RECURSIVE = NO
+
+# The IMAGE_PATH tag can be used to specify one or more files or
+# directories that contain image that are included in the documentation (see
+# the \image command).
+
+IMAGE_PATH = images
+
+# The INPUT_FILTER tag can be used to specify a program that doxygen should
+# invoke to filter for each input file. Doxygen will invoke the filter program
+# by executing (via popen()) the command <filter> <input-file>, where <filter>
+# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
+# input file. Doxygen will then use the output that the filter program writes
+# to standard output. If FILTER_PATTERNS is specified, this tag will be
+# ignored.
+
+INPUT_FILTER =
+
+# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
+# basis. Doxygen will compare the file name with each pattern and apply the
+# filter if there is a match. The filters are a list of the form:
+# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
+# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
+# is applied to all files.
+
+FILTER_PATTERNS =
+
+# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
+# INPUT_FILTER) will be used to filter the input files when producing source
+# files to browse (i.e. when SOURCE_BROWSER is set to YES).
+
+FILTER_SOURCE_FILES = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+
+# If the SOURCE_BROWSER tag is set to YES then a list of source files will
+# be generated. Documented entities will be cross-referenced with these sources.
+# Note: To get rid of all source code in the generated output, make sure also
+# VERBATIM_HEADERS is set to NO.
+
+SOURCE_BROWSER = YES
+
+# Setting the INLINE_SOURCES tag to YES will include the body
+# of functions and classes directly in the documentation.
+
+INLINE_SOURCES = NO
+
+# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
+# doxygen to hide any special comment blocks from generated source code
+# fragments. Normal C and C++ comments will always remain visible.
+
+STRIP_CODE_COMMENTS = YES
+
+# If the REFERENCED_BY_RELATION tag is set to YES
+# then for each documented function all documented
+# functions referencing it will be listed.
+
+REFERENCED_BY_RELATION = NO
+
+# If the REFERENCES_RELATION tag is set to YES
+# then for each documented function all documented entities
+# called/used by that function will be listed.
+
+REFERENCES_RELATION = NO
+
+# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
+# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
+# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
+# link to the source code. Otherwise they will link to the documentation.
+
+REFERENCES_LINK_SOURCE = YES
+
+# If the USE_HTAGS tag is set to YES then the references to source code
+# will point to the HTML generated by the htags(1) tool instead of doxygen
+# built-in source browser. The htags tool is part of GNU's global source
+# tagging system (see http://www.gnu.org/software/global/global.html). You
+# will need version 4.8.6 or higher.
+
+USE_HTAGS = NO
+
+# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
+# will generate a verbatim copy of the header file for each class for
+# which an include is specified. Set to NO to disable this.
+
+VERBATIM_HEADERS = YES
+
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+
+# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
+# of all compounds will be generated. Enable this if the project
+# contains a lot of classes, structs, unions or interfaces.
+
+ALPHABETICAL_INDEX = NO
+
+# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
+# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
+# in which this list will be split (can be a number in the range [1..20])
+
+COLS_IN_ALPHA_INDEX = 5
+
+# In case all classes in a project start with a common prefix, all
+# classes will be put under the same header in the alphabetical index.
+# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
+# should be ignored while generating the index headers.
+
+IGNORE_PREFIX =
+
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
+# generate HTML output.
+
+GENERATE_HTML = YES
+
+# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be
+# put in front of it. If left blank `html' will be used as the default path.
+
+HTML_OUTPUT = html
+
+# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
+# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
+# doxygen will generate files with .html extension.
+
+HTML_FILE_EXTENSION = .html
+
+# The HTML_HEADER tag can be used to specify a personal HTML header for
+# each generated HTML page. If it is left blank doxygen will generate a
+# standard header.
+
+HTML_HEADER = header.html
+
+# The HTML_FOOTER tag can be used to specify a personal HTML footer for
+# each generated HTML page. If it is left blank doxygen will generate a
+# standard footer.
+
+HTML_FOOTER = footer.html
+
+# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
+# style sheet that is used by each HTML page. It can be used to
+# fine-tune the look of the HTML output. If the tag is left blank doxygen
+# will generate a default style sheet. Note that doxygen will try to copy
+# the style sheet file to the HTML output directory, so don't put your own
+# stylesheet in the HTML output directory as well, or it will be erased!
+
+HTML_STYLESHEET =
+
+# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
+# Doxygen will adjust the colors in the stylesheet and background images
+# according to this color. Hue is specified as an angle on a colorwheel,
+# see http://en.wikipedia.org/wiki/Hue for more information.
+# For instance the value 0 represents red, 60 is yellow, 120 is green,
+# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
+# The allowed range is 0 to 359.
+
+HTML_COLORSTYLE_HUE = 220
+
+# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
+# the colors in the HTML output. For a value of 0 the output will use
+# grayscales only. A value of 255 will produce the most vivid colors.
+
+HTML_COLORSTYLE_SAT = 100
+
+# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
+# the luminance component of the colors in the HTML output. Values below
+# 100 gradually make the output lighter, whereas values above 100 make
+# the output darker. The value divided by 100 is the actual gamma applied,
+# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
+# and 100 does not change the gamma.
+
+HTML_COLORSTYLE_GAMMA = 80
+
+# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
+# page will contain the date and time when the page was generated. Setting
+# this to NO can help when comparing the output of multiple runs.
+
+HTML_TIMESTAMP = YES
+
+# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
+# files or namespaces will be aligned in HTML using tables. If set to
+# NO a bullet list will be used.
+
+HTML_ALIGN_MEMBERS = YES
+
+# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
+# documentation will contain sections that can be hidden and shown after the
+# page has loaded. For this to work a browser that supports
+# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
+# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
+
+HTML_DYNAMIC_SECTIONS = NO
+
+# If the GENERATE_DOCSET tag is set to YES, additional index files
+# will be generated that can be used as input for Apple's Xcode 3
+# integrated development environment, introduced with OSX 10.5 (Leopard).
+# To create a documentation set, doxygen will generate a Makefile in the
+# HTML output directory. Running make will produce the docset in that
+# directory and running "make install" will install the docset in
+# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
+# it at startup.
+# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
+# for more information.
+
+GENERATE_DOCSET = NO
+
+# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
+# feed. A documentation feed provides an umbrella under which multiple
+# documentation sets from a single provider (such as a company or product suite)
+# can be grouped.
+
+DOCSET_FEEDNAME = "Doxygen generated docs"
+
+# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
+# should uniquely identify the documentation set bundle. This should be a
+# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
+# will append .docset to the name.
+
+DOCSET_BUNDLE_ID = org.doxygen.Project
+
+# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
+# the documentation publisher. This should be a reverse domain-name style
+# string, e.g. com.mycompany.MyDocSet.documentation.
+
+DOCSET_PUBLISHER_ID = org.doxygen.Publisher
+
+# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
+
+DOCSET_PUBLISHER_NAME = Publisher
+
+# If the GENERATE_HTMLHELP tag is set to YES, additional index files
+# will be generated that can be used as input for tools like the
+# Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
+# of the generated HTML documentation.
+
+GENERATE_HTMLHELP = NO
+
+# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
+# be used to specify the file name of the resulting .chm file. You
+# can add a path in front of the file if the result should not be
+# written to the html output directory.
+
+CHM_FILE =
+
+# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
+# be used to specify the location (absolute path including file name) of
+# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
+# the HTML help compiler on the generated index.hhp.
+
+HHC_LOCATION =
+
+# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
+# controls if a separate .chi index file is generated (YES) or that
+# it should be included in the master .chm file (NO).
+
+GENERATE_CHI = NO
+
+# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
+# is used to encode HtmlHelp index (hhk), content (hhc) and project file
+# content.
+
+CHM_INDEX_ENCODING =
+
+# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
+# controls whether a binary table of contents is generated (YES) or a
+# normal table of contents (NO) in the .chm file.
+
+BINARY_TOC = NO
+
+# The TOC_EXPAND flag can be set to YES to add extra items for group members
+# to the contents of the HTML help documentation and to the tree view.
+
+TOC_EXPAND = NO
+
+# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
+# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
+# that can be used as input for Qt's qhelpgenerator to generate a
+# Qt Compressed Help (.qch) of the generated HTML documentation.
+
+GENERATE_QHP = NO
+
+# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
+# be used to specify the file name of the resulting .qch file.
+# The path specified is relative to the HTML output folder.
+
+QCH_FILE =
+
+# The QHP_NAMESPACE tag specifies the namespace to use when generating
+# Qt Help Project output. For more information please see
+# http://doc.trolltech.com/qthelpproject.html#namespace
+
+QHP_NAMESPACE = org.doxygen.Project
+
+# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
+# Qt Help Project output. For more information please see
+# http://doc.trolltech.com/qthelpproject.html#virtual-folders
+
+QHP_VIRTUAL_FOLDER = doc
+
+# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
+# add. For more information please see
+# http://doc.trolltech.com/qthelpproject.html#custom-filters
+
+QHP_CUST_FILTER_NAME =
+
+# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
+# custom filter to add. For more information please see
+# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
+# Qt Help Project / Custom Filters</a>.
+
+QHP_CUST_FILTER_ATTRS =
+
+# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
+# project's
+# filter section matches.
+# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
+# Qt Help Project / Filter Attributes</a>.
+
+QHP_SECT_FILTER_ATTRS =
+
+# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
+# be used to specify the location of Qt's qhelpgenerator.
+# If non-empty doxygen will try to run qhelpgenerator on the generated
+# .qhp file.
+
+QHG_LOCATION =
+
+# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
+# will be generated, which together with the HTML files, form an Eclipse help
+# plugin. To install this plugin and make it available under the help contents
+# menu in Eclipse, the contents of the directory containing the HTML and XML
+# files needs to be copied into the plugins directory of eclipse. The name of
+# the directory within the plugins directory should be the same as
+# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
+# the help appears.
+
+GENERATE_ECLIPSEHELP = NO
+
+# A unique identifier for the eclipse help plugin. When installing the plugin
+# the directory name containing the HTML and XML files should also have
+# this name.
+
+ECLIPSE_DOC_ID = org.doxygen.Project
+
+# The DISABLE_INDEX tag can be used to turn on/off the condensed index at
+# top of each HTML page. The value NO (the default) enables the index and
+# the value YES disables it.
+
+DISABLE_INDEX = NO
+
+# This tag can be used to set the number of enum values (range [0,1..20])
+# that doxygen will group on one line in the generated HTML documentation.
+# Note that a value of 0 will completely suppress the enum values from
+# appearing in the overview section.
+
+ENUM_VALUES_PER_LINE = 4
+
+# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
+# structure should be generated to display hierarchical information.
+# If the tag value is set to YES, a side panel will be generated
+# containing a tree-like index structure (just like the one that
+# is generated for HTML Help). For this to work a browser that supports
+# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
+# Windows users are probably better off using the HTML help feature.
+
+GENERATE_TREEVIEW = NO
+
+# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
+# and Class Hierarchy pages using a tree view instead of an ordered list.
+
+USE_INLINE_TREES = NO
+
+# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
+# used to set the initial width (in pixels) of the frame in which the tree
+# is shown.
+
+TREEVIEW_WIDTH = 250
+
+# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
+# links to external symbols imported via tag files in a separate window.
+
+EXT_LINKS_IN_WINDOW = NO
+
+# Use this tag to change the font size of Latex formulas included
+# as images in the HTML documentation. The default is 10. Note that
+# when you change the font size after a successful doxygen run you need
+# to manually remove any form_*.png images from the HTML output directory
+# to force them to be regenerated.
+
+FORMULA_FONTSIZE = 10
+
+# Use the FORMULA_TRANPARENT tag to determine whether or not the images
+# generated for formulas are transparent PNGs. Transparent PNGs are
+# not supported properly for IE 6.0, but are supported on all modern browsers.
+# Note that when changing this option you need to delete any form_*.png files
+# in the HTML output before the changes have effect.
+
+FORMULA_TRANSPARENT = YES
+
+# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
+# (see http://www.mathjax.org) which uses client side Javascript for the
+# rendering instead of using prerendered bitmaps. Use this if you do not
+# have LaTeX installed or if you want to formulas look prettier in the HTML
+# output. When enabled you also need to install MathJax separately and
+# configure the path to it using the MATHJAX_RELPATH option.
+
+USE_MATHJAX = NO
+
+# When MathJax is enabled you need to specify the location relative to the
+# HTML output directory using the MATHJAX_RELPATH option. The destination
+# directory should contain the MathJax.js script. For instance, if the mathjax
+# directory is located at the same level as the HTML output directory, then
+# MATHJAX_RELPATH should be ../mathjax. The default value points to the
+# mathjax.org site, so you can quickly see the result without installing
+# MathJax, but it is strongly recommended to install a local copy of MathJax
+# before deployment.
+
+MATHJAX_RELPATH = http://www.mathjax.org/mathjax
+
+# When the SEARCHENGINE tag is enabled doxygen will generate a search box
+# for the HTML output. The underlying search engine uses javascript
+# and DHTML and should work on any modern browser. Note that when using
+# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
+# (GENERATE_DOCSET) there is already a search function so this one should
+# typically be disabled. For large projects the javascript based search engine
+# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
+
+SEARCHENGINE = NO
+
+# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
+# implemented using a PHP enabled web server instead of at the web client
+# using Javascript. Doxygen will generate the search PHP script and index
+# file to put on the web server. The advantage of the server
+# based approach is that it scales better to large projects and allows
+# full text search. The disadvantages are that it is more difficult to setup
+# and does not have live searching capabilities.
+
+SERVER_BASED_SEARCH = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
+# generate Latex output.
+
+GENERATE_LATEX = NO
+
+# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be
+# put in front of it. If left blank `latex' will be used as the default path.
+
+LATEX_OUTPUT = latex
+
+# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
+# invoked. If left blank `latex' will be used as the default command name.
+# Note that when enabling USE_PDFLATEX this option is only used for
+# generating bitmaps for formulas in the HTML output, but not in the
+# Makefile that is written to the output directory.
+
+LATEX_CMD_NAME = latex
+
+# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
+# generate index for LaTeX. If left blank `makeindex' will be used as the
+# default command name.
+
+MAKEINDEX_CMD_NAME = makeindex
+
+# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
+# LaTeX documents. This may be useful for small projects and may help to
+# save some trees in general.
+
+COMPACT_LATEX = NO
+
+# The PAPER_TYPE tag can be used to set the paper type that is used
+# by the printer. Possible values are: a4, letter, legal and
+# executive. If left blank a4wide will be used.
+
+PAPER_TYPE = a4wide
+
+# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
+# packages that should be included in the LaTeX output.
+
+EXTRA_PACKAGES =
+
+# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
+# the generated latex document. The header should contain everything until
+# the first chapter. If it is left blank doxygen will generate a
+# standard header. Notice: only use this tag if you know what you are doing!
+
+LATEX_HEADER =
+
+# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
+# is prepared for conversion to pdf (using ps2pdf). The pdf file will
+# contain links (just like the HTML output) instead of page references
+# This makes the output suitable for online browsing using a pdf viewer.
+
+PDF_HYPERLINKS = YES
+
+# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
+# plain latex in the generated Makefile. Set this option to YES to get a
+# higher quality PDF documentation.
+
+USE_PDFLATEX = YES
+
+# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
+# command to the generated LaTeX files. This will instruct LaTeX to keep
+# running if errors occur, instead of asking the user for help.
+# This option is also used when generating formulas in HTML.
+
+LATEX_BATCHMODE = NO
+
+# If LATEX_HIDE_INDICES is set to YES then doxygen will not
+# include the index chapters (such as File Index, Compound Index, etc.)
+# in the output.
+
+LATEX_HIDE_INDICES = NO
+
+# If LATEX_SOURCE_CODE is set to YES then doxygen will include
+# source code with syntax highlighting in the LaTeX output.
+# Note that which sources are shown also depends on other settings
+# such as SOURCE_BROWSER.
+
+LATEX_SOURCE_CODE = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
+# The RTF output is optimized for Word 97 and may not look very pretty with
+# other RTF readers or editors.
+
+GENERATE_RTF = NO
+
+# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be
+# put in front of it. If left blank `rtf' will be used as the default path.
+
+RTF_OUTPUT = rtf
+
+# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
+# RTF documents. This may be useful for small projects and may help to
+# save some trees in general.
+
+COMPACT_RTF = NO
+
+# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
+# will contain hyperlink fields. The RTF file will
+# contain links (just like the HTML output) instead of page references.
+# This makes the output suitable for online browsing using WORD or other
+# programs which support those fields.
+# Note: wordpad (write) and others do not support links.
+
+RTF_HYPERLINKS = NO
+
+# Load stylesheet definitions from file. Syntax is similar to doxygen's
+# config file, i.e. a series of assignments. You only have to provide
+# replacements, missing definitions are set to their default value.
+
+RTF_STYLESHEET_FILE =
+
+# Set optional variables used in the generation of an rtf document.
+# Syntax is similar to doxygen's config file.
+
+RTF_EXTENSIONS_FILE =
+
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
+# generate man pages
+
+GENERATE_MAN = NO
+
+# The MAN_OUTPUT tag is used to specify where the man pages will be put.
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be
+# put in front of it. If left blank `man' will be used as the default path.
+
+MAN_OUTPUT = man
+
+# The MAN_EXTENSION tag determines the extension that is added to
+# the generated man pages (default is the subroutine's section .3)
+
+MAN_EXTENSION = .3
+
+# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
+# then it will generate one additional man file for each entity
+# documented in the real man page(s). These additional files
+# only source the real man page, but without them the man command
+# would be unable to find the correct page. The default is NO.
+
+MAN_LINKS = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_XML tag is set to YES Doxygen will
+# generate an XML file that captures the structure of
+# the code including all documentation.
+
+GENERATE_XML = NO
+
+# The XML_OUTPUT tag is used to specify where the XML pages will be put.
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be
+# put in front of it. If left blank `xml' will be used as the default path.
+
+XML_OUTPUT = xml
+
+# The XML_SCHEMA tag can be used to specify an XML schema,
+# which can be used by a validating XML parser to check the
+# syntax of the XML files.
+
+XML_SCHEMA =
+
+# The XML_DTD tag can be used to specify an XML DTD,
+# which can be used by a validating XML parser to check the
+# syntax of the XML files.
+
+XML_DTD =
+
+# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
+# dump the program listings (including syntax highlighting
+# and cross-referencing information) to the XML output. Note that
+# enabling this will significantly increase the size of the XML output.
+
+XML_PROGRAMLISTING = YES
+
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
+# generate an AutoGen Definitions (see autogen.sf.net) file
+# that captures the structure of the code including all
+# documentation. Note that this feature is still experimental
+# and incomplete at the moment.
+
+GENERATE_AUTOGEN_DEF = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_PERLMOD tag is set to YES Doxygen will
+# generate a Perl module file that captures the structure of
+# the code including all documentation. Note that this
+# feature is still experimental and incomplete at the
+# moment.
+
+GENERATE_PERLMOD = NO
+
+# If the PERLMOD_LATEX tag is set to YES Doxygen will generate
+# the necessary Makefile rules, Perl scripts and LaTeX code to be able
+# to generate PDF and DVI output from the Perl module output.
+
+PERLMOD_LATEX = NO
+
+# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
+# nicely formatted so it can be parsed by a human reader. This is useful
+# if you want to understand what is going on. On the other hand, if this
+# tag is set to NO the size of the Perl module output will be much smaller
+# and Perl will parse it just the same.
+
+PERLMOD_PRETTY = YES
+
+# The names of the make variables in the generated doxyrules.make file
+# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
+# This is useful so different doxyrules.make files included by the same
+# Makefile don't overwrite each other's variables.
+
+PERLMOD_MAKEVAR_PREFIX =
+
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor
+#---------------------------------------------------------------------------
+
+# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
+# evaluate all C-preprocessor directives found in the sources and include
+# files.
+
+ENABLE_PREPROCESSING = YES
+
+# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
+# names in the source code. If set to NO (the default) only conditional
+# compilation will be performed. Macro expansion can be done in a controlled
+# way by setting EXPAND_ONLY_PREDEF to YES.
+
+MACRO_EXPANSION = NO
+
+# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
+# then the macro expansion is limited to the macros specified with the
+# PREDEFINED and EXPAND_AS_DEFINED tags.
+
+EXPAND_ONLY_PREDEF = NO
+
+# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
+# in the INCLUDE_PATH (see below) will be search if a #include is found.
+
+SEARCH_INCLUDES = YES
+
+# The INCLUDE_PATH tag can be used to specify one or more directories that
+# contain include files that are not input files but should be processed by
+# the preprocessor.
+
+INCLUDE_PATH =
+
+# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
+# patterns (like *.h and *.hpp) to filter out the header-files in the
+# directories. If left blank, the patterns specified with FILE_PATTERNS will
+# be used.
+
+INCLUDE_FILE_PATTERNS =
+
+# The PREDEFINED tag can be used to specify one or more macro names that
+# are defined before the preprocessor is started (similar to the -D option of
+# gcc). The argument of the tag is a list of macros of the form: name
+# or name=definition (no spaces). If the definition and the = are
+# omitted =1 is assumed. To prevent a macro definition from being
+# undefined via #undef or recursively expanded use the := operator
+# instead of the = operator.
+
+PREDEFINED =
+
+# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
+# this tag can be used to specify a list of macro names that should be expanded.
+# The macro definition that is found in the sources will be used.
+# Use the PREDEFINED tag if you want to use a different macro definition.
+
+EXPAND_AS_DEFINED =
+
+# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
+# doxygen's preprocessor will remove all function-like macros that are alone
+# on a line, have an all uppercase name, and do not end with a semicolon. Such
+# function macros are typically used for boiler-plate code, and will confuse
+# the parser if not removed.
+
+SKIP_FUNCTION_MACROS = YES
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to external references
+#---------------------------------------------------------------------------
+
+# The TAGFILES option can be used to specify one or more tagfiles.
+# Optionally an initial location of the external documentation
+# can be added for each tagfile. The format of a tag file without
+# this location is as follows:
+# TAGFILES = file1 file2 ...
+# Adding location for the tag files is done as follows:
+# TAGFILES = file1=loc1 "file2 = loc2" ...
+# where "loc1" and "loc2" can be relative or absolute paths or
+# URLs. If a location is present for each tag, the installdox tool
+# does not have to be run to correct the links.
+# Note that each tag file must have a unique name
+# (where the name does NOT include the path)
+# If a tag file is not located in the directory in which doxygen
+# is run, you must also specify the path to the tagfile here.
+
+TAGFILES = ../tinySAK/tinySAK.tag=http://doubango.org/API/tinySAK \
+ ../tinyNET/tinyNET.tag=http://doubango.org/API/tinyNET
+
+# When a file name is specified after GENERATE_TAGFILE, doxygen will create
+# a tag file that is based on the input files it reads.
+
+GENERATE_TAGFILE = tinyHTTP.tag
+
+# If the ALLEXTERNALS tag is set to YES all external classes will be listed
+# in the class index. If set to NO only the inherited external classes
+# will be listed.
+
+ALLEXTERNALS = NO
+
+# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
+# in the modules index. If set to NO, only the current project's groups will
+# be listed.
+
+EXTERNAL_GROUPS = NO
+
+# The PERL_PATH should be the absolute path and name of the perl script
+# interpreter (i.e. the result of `which perl').
+
+PERL_PATH = /usr/bin/perl
+
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool
+#---------------------------------------------------------------------------
+
+# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
+# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
+# or super classes. Setting the tag to NO turns the diagrams off. Note that
+# this option also works with HAVE_DOT disabled, but it is recommended to
+# install and use dot, since it yields more powerful graphs.
+
+CLASS_DIAGRAMS = NO
+
+# You can define message sequence charts within doxygen comments using the \msc
+# command. Doxygen will then run the mscgen tool (see
+# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
+# documentation. The MSCGEN_PATH tag allows you to specify the directory where
+# the mscgen tool resides. If left empty the tool is assumed to be found in the
+# default search path.
+
+MSCGEN_PATH =
+
+# If set to YES, the inheritance and collaboration graphs will hide
+# inheritance and usage relations if the target is undocumented
+# or is not a class.
+
+HIDE_UNDOC_RELATIONS = YES
+
+# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
+# available from the path. This tool is part of Graphviz, a graph visualization
+# toolkit from AT&T and Lucent Bell Labs. The other options in this section
+# have no effect if this option is set to NO (the default)
+
+HAVE_DOT = NO
+
+# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
+# allowed to run in parallel. When set to 0 (the default) doxygen will
+# base this on the number of processors available in the system. You can set it
+# explicitly to a value larger than 0 to get control over the balance
+# between CPU load and processing speed.
+
+DOT_NUM_THREADS = 0
+
+# By default doxygen will write a font called FreeSans.ttf to the output
+# directory and reference it in all dot files that doxygen generates. This
+# font does not include all possible unicode characters however, so when you need
+# these (or just want a differently looking font) you can specify the font name
+# using DOT_FONTNAME. You need need to make sure dot is able to find the font,
+# which can be done by putting it in a standard location or by setting the
+# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
+# containing the font.
+
+DOT_FONTNAME = FreeSans
+
+# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
+# The default size is 10pt.
+
+DOT_FONTSIZE = 10
+
+# By default doxygen will tell dot to use the output directory to look for the
+# FreeSans.ttf font (which doxygen will put there itself). If you specify a
+# different font using DOT_FONTNAME you can set the path where dot
+# can find it using this tag.
+
+DOT_FONTPATH =
+
+# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
+# will generate a graph for each documented class showing the direct and
+# indirect inheritance relations. Setting this tag to YES will force the
+# the CLASS_DIAGRAMS tag to NO.
+
+CLASS_GRAPH = YES
+
+# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
+# will generate a graph for each documented class showing the direct and
+# indirect implementation dependencies (inheritance, containment, and
+# class references variables) of the class with other documented classes.
+
+COLLABORATION_GRAPH = YES
+
+# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
+# will generate a graph for groups, showing the direct groups dependencies
+
+GROUP_GRAPHS = YES
+
+# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
+# collaboration diagrams in a style similar to the OMG's Unified Modeling
+# Language.
+
+UML_LOOK = NO
+
+# If set to YES, the inheritance and collaboration graphs will show the
+# relations between templates and their instances.
+
+TEMPLATE_RELATIONS = NO
+
+# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
+# tags are set to YES then doxygen will generate a graph for each documented
+# file showing the direct and indirect include dependencies of the file with
+# other documented files.
+
+INCLUDE_GRAPH = YES
+
+# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
+# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
+# documented header file showing the documented files that directly or
+# indirectly include this file.
+
+INCLUDED_BY_GRAPH = YES
+
+# If the CALL_GRAPH and HAVE_DOT options are set to YES then
+# doxygen will generate a call dependency graph for every global function
+# or class method. Note that enabling this option will significantly increase
+# the time of a run. So in most cases it will be better to enable call graphs
+# for selected functions only using the \callgraph command.
+
+CALL_GRAPH = YES
+
+# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
+# doxygen will generate a caller dependency graph for every global function
+# or class method. Note that enabling this option will significantly increase
+# the time of a run. So in most cases it will be better to enable caller
+# graphs for selected functions only using the \callergraph command.
+
+CALLER_GRAPH = YES
+
+# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
+# will generate a graphical hierarchy of all classes instead of a textual one.
+
+GRAPHICAL_HIERARCHY = YES
+
+# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
+# then doxygen will show the dependencies a directory has on other directories
+# in a graphical way. The dependency relations are determined by the #include
+# relations between the files in the directories.
+
+DIRECTORY_GRAPH = YES
+
+# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
+# generated by dot. Possible values are png, jpg, or gif.
+# If left blank png will be used.
+
+DOT_IMAGE_FORMAT = png
+
+# The tag DOT_PATH can be used to specify the path where the dot tool can be
+# found. If left blank, it is assumed the dot tool can be found in the path.
+
+DOT_PATH =
+
+# The DOTFILE_DIRS tag can be used to specify one or more directories that
+# contain dot files that are included in the documentation (see the
+# \dotfile command).
+
+DOTFILE_DIRS =
+
+# The MSCFILE_DIRS tag can be used to specify one or more directories that
+# contain msc files that are included in the documentation (see the
+# \mscfile command).
+
+MSCFILE_DIRS =
+
+# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
+# nodes that will be shown in the graph. If the number of nodes in a graph
+# becomes larger than this value, doxygen will truncate the graph, which is
+# visualized by representing a node as a red box. Note that doxygen if the
+# number of direct children of the root node in a graph is already larger than
+# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
+# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
+
+DOT_GRAPH_MAX_NODES = 50
+
+# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
+# graphs generated by dot. A depth value of 3 means that only nodes reachable
+# from the root by following a path via at most 3 edges will be shown. Nodes
+# that lay further from the root node will be omitted. Note that setting this
+# option to 1 or 2 may greatly reduce the computation time needed for large
+# code bases. Also note that the size of a graph can be further restricted by
+# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
+
+MAX_DOT_GRAPH_DEPTH = 0
+
+# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
+# background. This is disabled by default, because dot on Windows does not
+# seem to support this out of the box. Warning: Depending on the platform used,
+# enabling this option may lead to badly anti-aliased labels on the edges of
+# a graph (i.e. they become hard to read).
+
+DOT_TRANSPARENT = NO
+
+# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
+# files in one run (i.e. multiple -o and -T options on the command line). This
+# makes dot run faster, but since only newer versions of dot (>1.8.10)
+# support this, this feature is disabled by default.
+
+DOT_MULTI_TARGETS = NO
+
+# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
+# generate a legend page explaining the meaning of the various boxes and
+# arrows in the dot generated graphs.
+
+GENERATE_LEGEND = YES
+
+# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
+# remove the intermediate dot files that are used to generate
+# the various graphs.
+
+DOT_CLEANUP = YES
diff --git a/tinyHTTP/Makefile.am b/tinyHTTP/Makefile.am
new file mode 100644
index 0000000..fe255b9
--- /dev/null
+++ b/tinyHTTP/Makefile.am
@@ -0,0 +1,52 @@
+lib_LTLIBRARIES = libtinyHTTP.la
+libtinyHTTP_la_LIBADD = ../tinySAK/libtinySAK.la ../tinyNET/libtinyNET.la
+libtinyHTTP_la_CPPFLAGS = -Iinclude -I../tinySAK/src -I../tinyNET/src
+
+libtinyHTTP_la_SOURCES = \
+ src/thttp.c\
+ src/thttp_action.c\
+ src/thttp_dialog.c\
+ src/thttp_event.c\
+ src/thttp_message.c\
+ src/thttp_session.c\
+ src/thttp_url.c\
+ src/thttp_proxy_node_plugin.c
+
+libtinyHTTP_la_SOURCES += src/auth/thttp_auth.c\
+ src/auth/thttp_challenge.c
+
+libtinyHTTP_la_SOURCES += src/headers/thttp_header.c\
+ src/headers/thttp_header_Authorization.c\
+ src/headers/thttp_header_Content_Length.c\
+ src/headers/thttp_header_Content_Type.c\
+ src/headers/thttp_header_Dummy.c\
+ src/headers/thttp_header_ETag.c\
+ src/headers/thttp_header_Sec_WebSocket_Accept.c\
+ src/headers/thttp_header_Sec_WebSocket_Key.c\
+ src/headers/thttp_header_Sec_WebSocket_Protocol.c\
+ src/headers/thttp_header_Sec_WebSocket_Version.c\
+ src/headers/thttp_header_Transfer_Encoding.c\
+ src/headers/thttp_header_WWW_Authenticate.c
+
+libtinyHTTP_la_SOURCES += src/parsers/thttp_parser_header.c\
+ src/parsers/thttp_parser_message.c\
+ src/parsers/thttp_parser_url.c
+
+libtinyHTTP_la_LDFLAGS = $LDFLAGS -no-undefined
+if TARGET_OS_IS_ANDROID
+libtinyHTTP_la_LDFLAGS += -static
+endif
+
+_includedir = $(includedir)/tinyhttp
+_include_HEADERS = include/*.h
+__includedir = $(includedir)/tinyhttp/tinyhttp
+__include_HEADERS = include/tinyhttp/*.h
+auth_includedir = $(includedir)/tinyhttp/tinyhttp/auth
+auth_include_HEADERS = include/tinyhttp/auth/*.h
+headers_includedir = $(includedir)/tinyhttp/tinyhttp/headers
+headers_include_HEADERS = include/tinyhttp/headers/*.h
+parsers_includedir = $(includedir)/tinyhttp/tinyhttp/parsers
+parsers_include_HEADERS = include/tinyhttp/parsers/*.h
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = tinyHTTP.pc
diff --git a/tinyHTTP/abnf/http.abnf b/tinyHTTP/abnf/http.abnf
new file mode 100644
index 0000000..094d7d1
--- /dev/null
+++ b/tinyHTTP/abnf/http.abnf
@@ -0,0 +1,576 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+; RFC 5234 - ABNF CORE RULES
+;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+OCTET= %x00-FF ; 8 bits of data
+CHAR= %x01-7F ; any 7-bit US-ASCII character, excluding NUL
+VCHAR= %x21-7E ; visible (printing) characters
+ALPHA= %x41-5A / %x61-7A ; A-Z / a-z
+DIGIT= %x30-39 ; 0-9
+
+CTL= %x00-1F / %x7F ; any US-ASCII control character: ; (octets 0 - 31) and DEL (127)
+
+HTAB= %x09 ; horizontal tab
+LF= %x0A ; linefeed
+CR= %x0D ; carriage return
+SP= %x20 ; space
+DQUOTE= %x22 ; " (Double Quote)
+BIT= "0" / "1"
+
+HEXDIG= DIGIT / "A" / "B" / "C" / "D" / "E" / "F"
+
+CRLF= CR LF ; Internet standard newline
+WSP= SP / HTAB ; white space
+LWSP= *(WSP / CRLF WSP) ; linear white space (past newline)
+;---------------------------------------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+; RFC 2396 - URI
+;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;;;; 1.6. Syntax Notation and Common Elements
+;alpha = lowalpha / upalpha
+lowalpha = "a" / "b" / "c" / "d" / "e" / "f" / "g" / "h" / "i" / "j" / "k" / "l" / "m" / "n" / "o" / "p" / "q" / "r" / "s" / "t" / "u" / "v" / "w" / "x" / "y" / "z"
+upalpha = "A" / "B" / "C" / "D" / "E" / "F" / "G" / "H" / "I" / "J" / "K" / "L" / "M" / "N" / "O" / "P" / "Q" / "R" / "S" / "T" / "U" / "V" / "W" / "X" / "Y" / "Z"
+;digit = "0" / "1" / "2" / "3" / "4" / "5" / "6" / "7" / "8" / "9"
+alphanum = alpha / digit
+
+;;;; 2. URI Characters and Escape Sequences
+urlc = reserved / unreserved / escaped
+
+;;;; 2.2. Reserved Characters
+reserved = ";" / "/" / "?" / ":" / "@" / "&" / "=" / "+" / "$" / ","
+
+;;;; 2.3. Unreserved Characters
+unreserved = alphanum / mark
+mark = "-" / "_" / "." / "!" / "~" / "*" / "'" / "(" / ")"
+
+;;;; 2.4.1. Escaped Encoding
+escaped = "%" hex hex
+hex = digit / "A" / "B" / "C" / "D" / "E" / "F" / "a" / "b" / "c" / "d" / "e" / "f"
+
+
+;;;; 2.4.3. Excluded US-ASCII Characters
+control = %x00-1F / %x7F ;<US-ASCII coded characters 00-1F and 7F hexadecimal>
+space = %x20 ;<US-ASCII coded character 20 hexadecimal>
+delims = "<" / ">" / "#" / "%" / DQUOTE
+unwise = "{" / "}" / "/" / "\" / "^" / "[" / "]" / "`"
+
+
+;;;; 3. URI Syntactic Components
+absoluteURI = scheme ":" ( hier-part / opaque-part )
+hier-part = ( net-path / abs-path ) [ "?" query ]
+net-path = "//" authority [ abs-path ]
+abs-path = "/" path-segments
+opaque-part = urlc-no-slash *urlc
+urlc-no-slash = unreserved / escaped / ";" / "?" / ":" / "@" / "&" / "=" / "+" / "$" / ","
+
+;;;; 3.1. Scheme Component
+scheme = alpha *( alpha / digit / "+" / "-" / "." )
+
+;;;; 3.2. Authority Component
+authority = server / reg-name
+
+;;;; Registry-based Naming Authority
+reg-name = 1*( unreserved / escaped / "$" / "," / ";" / ":" / "@" / "&" / "=" / "+" )
+
+;;;; 3.2.2. Server-based Naming Authority
+server = [ [ userinfo "@" ] hostport ]
+userinfo = *( unreserved / escaped / ";" / ":" / "&" / "=" / "+" / "$" / "," )
+hostport = host [ ":" port ]
+host = hostname / IPv4address
+hostname = *( domainlabel "." ) toplabel [ "." ]
+domainlabel = alphanum / alphanum *( alphanum / "-" ) alphanum
+toplabel = alpha / alpha *( alphanum / "-" ) alphanum
+IPv4address = 1*digit "." 1*digit "." 1*digit "." 1*digit
+port = *digit
+
+;;;; 3.3. Path Component
+path = [ abs-path / opaque-part ]
+path-segments = segment *( "/" segment )
+segment = *pchar *( ";" param )
+param = *pchar
+pchar = unreserved / escaped / ":" / "@" / "&" / "=" / "+" / "$" / ","
+
+;;;; 3.4. Query Component
+query = *urlc
+
+;;;; 4. URI References
+URI-reference = [ absoluteURI / relativeURI ] [ "#" fragment ]
+
+
+;;;; 4.1. Fragment Identifier
+fragment = *urlc
+
+;;;; 5. Relative URI References
+relativeURI = ( net-path / abs-path / rel-path ) [ "?" query ]
+rel-path = rel-segment [ abs-path ]
+rel-segment = 1*( unreserved / escaped / ";" / "@" / "&" / "=" / "+" / "$" / "," )
+;---------------------------------------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+; HTTP digest authentication (2617) - ABNF
+;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;;;; 1.2 Access Authentication Framework
+auth-scheme = token
+auth-param = token "=" ( token / quoted-string )
+
+challenge = auth-scheme 1*SP auth-param *(COMMA auth-param)
+
+realm = "realm" "=" realm-value
+realm-value = quoted-string
+
+;;;; 2 Basic Authentication Scheme
+basic-challenge = "Basic" realm
+basic-credentials = "Basic" basic-credentials-value
+
+basic-credentials-value = base64-user-pass
+base64-user-pass = token ;<base64 [4] encoding of user-pass, except not limited to 76 char/line>
+user-pass = userid ":" password
+userid = *TEXT ;*<TEXT excluding ":">
+password = *TEXT
+
+;;;; 3.2.1 The WWW-Authenticate Response Header
+;challenge = "Digest" digest-challenge
+
+digest-challenge = digest-challenge-value *(COMMA digest-challenge-value)
+digest-challenge-value = ( realm / [ domain ] / nonce / [ opaque ] /[ stale ] / [ algorithm ] / [ qop-options ] / [auth-param] )
+
+domain = "domain" "=" <"> URI ( 1*SP URI ) <">
+URI = absoluteURI / abs-path
+nonce = "nonce" "=" nonce-value
+nonce-value = quoted-string
+opaque = "opaque" "=" quoted-string
+stale = "stale" "=" ( "true" / "false" )
+algorithm = "algorithm" "=" ( "MD5" / "MD5-sess" / token )
+qop-options = "qop" "=" DQUOTE qop-value *(COMMA qop-value) DQUOTE
+qop-value = "auth" / "auth-int" / token
+
+
+;;;; 3.2.2 The Authorization Request Header
+credentials = "Digest" digest-response
+digest-response = digest-response-value *(COMMA digest-response-value)
+digest-response-value = ( username / realm / nonce / digest-url / auth-response / [ algorithm ] / [cnonce] / [opaque] / [message-qop] / [nonce-count] / [auth-param] )
+
+username = "username" "=" username-value
+username-value = quoted-string
+digest-url = "url" "=" digest-url-value
+digest-url-value = request-url ; As specified by HTTP/1.1
+message-qop = "qop" "=" qop-value
+cnonce = "cnonce" "=" cnonce-value
+cnonce-value = nonce-value
+nonce-count = "nc" "=" nc-value
+nc-value = 8LHEX
+auth-response = "response" "=" request-digest
+request-digest = DQUOTE 32LHEX DQUOTE
+LHEX = "0" / "1" / "2" / "3" / "4" / "5" / "6" / "7" / "8" / "9" / "a" / "b" / "c" / "d" / "e" / "f"
+
+
+;;;; 3.2.3 The Authentication-Info Header
+AuthenticationInfo = "Authentication-Info" ":" auth-info
+auth-info = auth-info-value *(COMMA auth-info-value)
+auth-info-value = (nextnonce / [ message-qop ] / [ response-auth ] / [ cnonce ] / [nonce-count] )
+nextnonce = "nextnonce" "=" nonce-value
+response-auth = "rspauth" "=" response-digest
+response-digest = DQUOTE *LHEX DQUOTE
+;---------------------------------------------------------------------------------------------------------
+
+
+
+
+
+
+
+
+
+
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+; HTTP (2616) - ABNF
+;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+HT = %x09; <US-ASCII HT, horizontal-tab (9)>
+separators = "(" / ")" / "<" / ">" / "@" / "," / ";" / ":" / "\" / DQUOTE / "/" / "[" / "]" / "?" / "=" / "{" / "}" / SP / HTAB
+token = 1*( alphanum / separators ) ; *<any CHAR except CTLs or separators>
+LWS = [*WSP CRLF] 1*WSP ; linear whitespace
+SWS = [LWS] ; sep whitespace
+TEXT = 1*(token / LWS) ; <any OCTET except CTLs, but including LWS>
+COMMA = SWS "," SWS ; comma
+
+;;;; text (from http ==> is it right?)
+TEXT-UTF8-TRIM = 1*TEXT-UTF8char *(*LWS TEXT-UTF8char)
+TEXT-UTF8char = %x21-7E / UTF8-NONASCII
+UTF8-NONASCII = %xC0-DF 1UTF8-CONT / %xE0-EF 2UTF8-CONT / %xF0-F7 3UTF8-CONT / %xF8-FB 4UTF8-CONT / %xFC-FD 5UTF8-CONT
+UTF8-CONT = %x80-BF
+
+
+comment = "(" *( ctext / quoted-pair / comment ) ")"
+ctext = %x21-27 / %x2A-5B / %x5D-7E / UTF8-NONASCII / LWS ; <any TEXT excluding "(" and ")">
+
+;;;; quoted-string
+quoted-string = ( DQUOTE *(qdtext / quoted-pair ) DQUOTE )
+qdtext = LWS / %x21 / %x23-5B / %x5D-7E / UTF8-NONASCII ; <any TEXT except DQUOTE>
+quoted-pair = "\" CHAR
+
+;;;; HTTP-Version
+HTTP-Version = "HTTP" "/" 1*DIGIT "." 1*DIGIT
+
+;;;; HTTP-date
+HTTP-date = rfc1123-date / rfc850-date / asctime-date
+rfc1123-date = wkday "," SP date1 SP time SP "GMT"
+rfc850-date = weekday "," SP date2 SP time SP "GMT"
+asctime-date = wkday SP date3 SP time SP 4DIGIT
+date1 = 2DIGIT SP month SP 4DIGIT ; day month year (e.g., 02 Jun 1982)
+date2 = 2DIGIT "-" month "-" 2DIGIT ; day-month-year (e.g., 02-Jun-82)
+date3 = month SP ( 2DIGIT / ( SP 1DIGIT )) ; month day (e.g., Jun 2)
+time = 2DIGIT ":" 2DIGIT ":" 2DIGIT ; 00:00:00 - 23:59:59
+wkday = "Mon" / "Tue" / "Wed" / "Thu" / "Fri" / "Sat" / "Sun"
+weekday = "Monday" / "Tuesday" / "Wednesday" / "Thursday" / "Friday" / "Saturday" / "Sunday"
+month = "Jan" / "Feb" / "Mar" / "Apr" / "May" / "Jun" / "Jul" / "Aug" / "Sep" / "Oct" / "Nov" / "Dec"
+
+;;;; 3.3.2 Delta Seconds
+delta-seconds = 1*DIGIT
+
+;;;; 3.4 Character Sets
+charset = token
+
+;;;; 3.5 Content Codings
+content-coding = token
+
+;;;; 3.6 Transfer Codings
+transfer-coding = "chunked" / transfer-extension
+transfer-extension = token *( ";" parameter )
+parameter = attribute "=" value
+attribute = token
+value = token / quoted-string
+
+;;;; 3.6.1 Chunked Transfer Coding
+Chunked-Body = *chunk last-chunk chunck-trailer CRLF
+chunk = chunk-size [ chunk-extension ] CRLF chunk-data CRLF
+chunk-size = 1*HEX
+last-chunk = 1*("0") [ chunk-extension ] CRLF
+chunk-extension= *( ";" chunk-ext-name [ "=" chunk-ext-val ] )
+chunk-ext-name = token
+chunk-ext-val = token / quoted-string
+chunk-data = chunk-size
+chunck-trailer = *(entity-header CRLF)
+
+;;;; 3.7 Media Types
+media-type = type "/" subtype *( ";" parameter )
+type = token
+subtype = token
+
+;;;; 3.8 Product Tokens
+product = token ["/" product-version]
+product-version = token
+
+;;;;3.9 Quality Values
+qvalue = ( "0" [ "." 0*3DIGIT ] ) / ( "1" [ "." 0*3("0") ] )
+
+;;;; 3.10 Language Tags
+language-tag = primary-tag *( "-" subtag )
+primary-tag = 1*8ALPHA
+subtag = 1*8ALPHA
+
+;;;; 3.11 Entity Tags
+entity-tag = [ weak ] opaque-tag
+weak = "W/"
+opaque-tag = quoted-string
+
+;;;; 3.12 Range Units
+range-unit = bytes-unit / other-range-unit
+bytes-unit = "bytes"
+other-range-unit = token
+
+
+;;;; 4.1 Message Types
+HTTP-message = Request / Response ; HTTP/1.1 messages
+generic-message = start-line *(message-header CRLF) CRLF [ message-body ]
+start-line = Request-Line / Status-Line
+
+
+;;;;4.2 Message Headers
+message-header = field-name ":" [ field-value ]
+field-name = token
+field-value = *( field-content / LWS )
+field-content = token ;<the OCTETs making up the field-value and consisting of either *TEXT or combinations of token, separators, and quoted-string>
+
+
+;;;; 4.3 Message Body
+message-body = entity-body ;/ <entity-body encoded as per Transfer-Encoding>
+
+
+;;;; 4.5 General Header Fields
+general-header = Cache-Control / Connection / Date / Pragma / Trailer / Transfer-Encoding / Upgrade / Via / Warning
+;Cache-Control = "Cache-Control" ":" [ field-value ]
+;Connection = "Connection" ":" [ field-value ]
+;Date = "Date" ":" [ field-value ]
+;Pragma = "Pragma" ":" [ field-value ]
+;Trailer = "Trailer" ":" [ field-value ]
+;Transfer-Encoding = "Transfer-Encoding" ":" [ field-value ]
+;Upgrade = "Upgrade" ":" [ field-value ]
+;Via = "Via" ":" [ field-value ]
+;Warning = "Warning" ":" [ field-value ]
+
+;;;; 5 Request
+Request = Request-Line *(( general-header / request-header / entity-header ) CRLF) CRLF [ message-body ]
+
+;;;; 5.1 Request-Line
+Request-Line = Method SP Request-URI SP HTTP-Version CRLF
+
+;;;; 5.1.1 Method
+Method = "OPTIONS" / "GET" / "HEAD" / "POST" / "PUT" / "DELETE" / "TRACE" / "CONNECT" / extension-method
+extension-method = token
+
+;;;; 5.1.2 Request-URI
+Request-URI = "*" / absoluteURI / abs-path / authority
+
+;;;; 5.3 Request Header Fields
+request-header = Accept / Accept-Charset / Accept-Encoding / Accept-Language / Authorization / Expect / From / Host / If-Match / If-Modified-Since / If-None-Match / If-Range / If-Unmodified-Since / Max-Forwards / Proxy-Authorization / Range / Referer / TE / User-Agent
+
+;;;; 6 Response
+Response = Status-Line *(( general-header / response-header / entity-header ) CRLF) CRLF [ message-body ]
+
+;;;; 6.1 Status-Line
+Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF
+
+;;;; 6.1.1 Status Code and Reason Phrase
+Status-Code = "100" / "101" / "200" / "201" / "202" / "203" / "204" / "205" / "206" / "300" / "301" / "302" / "303" / "304" / "305" / "307" / "400" / "401" / "402" / "403" / "404" / "405" / "406" / "407" / "408" / "409" / "410" / "411" / "412" / "413" / "414" / "415" / "416" / "417" / "500" / "501" / "502" / "503" / "504" / "505" / extension-code
+extension-code = 3DIGIT
+Reason-Phrase = *( reserved / unreserved / escaped / UTF8-NONASCII / UTF8-CONT / SP / HTAB ) ;*<TEXT, excluding CR, LF>
+
+;;;; 6.2 Response Header Fields
+response-header = Accept-Ranges / Age / ETag / Location / Proxy-Authenticate / Retry-After / Server / Vary / WWW-Authenticate
+
+;;;; 7.1 Entity Header Fields
+entity-header = Allow / Content-Encoding / Content-Language / Content-Length / Content-Location / Content-MD5 / Content-Range / Content-Type / Expires / Last-Modified / extension-header
+extension-header = message-header
+
+;;;; 7.2 Entity Body
+entity-body = *OCTET
+
+;;;; 7.2.1 Type
+;entity-body := Content-Encoding( Content-Type( data ) )
+
+;;;; 14.1 Accept
+Accept = "Accept" ":" [ media-range [ accept-params ] ]
+media-range = ( "*/*" / ( type "/" "*" ) / ( type "/" subtype )) *( ";" parameter )
+accept-params = ";" "q" "=" qvalue *( accept-extension )
+accept-extension = ";" token [ "=" ( token / quoted-string ) ]
+
+;;;; 14.2 Accept-Charset
+Accept-Charset = "Accept-Charset" ":" Accept-Charset-Value *(COMMA Accept-Charset-Value)
+Accept-Charset-Value = token;FIXME:( charset / "*" )[ ";" "q" "=" qvalue ] )
+
+;;;; 14.3 Accept-Encoding
+Accept-Encoding = "Accept-Encoding" ":" Accept-Encoding-Value *(COMMA Accept-Encoding-Value)
+Accept-Encoding-Value = ( codings [ ";" "q" "=" qvalue ] )
+codings = ( content-coding / "*" )
+
+;;;; 14.4 Accept-Language
+Accept-Language = "Accept-Language" ":" Accept-Language-Value *(COMMA Accept-Language-Value)
+Accept-Language-Value = ( language-range [ ";" "q" "=" qvalue ] )
+language-range = ( ( 1*8ALPHA *( "-" 1*8ALPHA ) ) / "*" )
+
+;;;; 14.5 Accept-Ranges
+Accept-Ranges = "Accept-Ranges" ":" acceptable-ranges
+acceptable-ranges = (range-unit *(COMMA range-unit)) / "none"
+
+;;;; 14.6 Age
+Age = "Age" ":" age-value
+age-value = delta-seconds
+
+;;;; 14.7 Allow
+Allow = "Allow" ":" [Method]
+
+;;;; 14.8 Authorization
+Authorization = "Authorization" ":" credentials
+
+;;;; 14.9 Cache-Control
+Cache-Control = "Cache-Control" ":" cache-directive *(COMMA cache-directive)
+cache-directive = cache-request-directive / cache-response-directive
+cache-request-directive = "no-cache" / "no-store" / "max-age" "=" delta-seconds / "max-stale" [ "=" delta-seconds ] / "min-fresh" "=" delta-seconds / "no-transform" / "only-if-cached" / cache-extension
+cache-response-directive = "public" / "private" [ "=" DQUOTE field-name *(COMMA field-name) DQUOTE ] / "no-cache" [ "=" DQUOTE field-name *(COMMA field-name) DQUOTE ] / "no-store" / "no-transform" / "must-revalidate" / "proxy-revalidate" / "max-age" "=" delta-seconds / "s-maxage" "=" delta-seconds / cache-extension
+cache-extension = token [ "=" ( token / quoted-string ) ]
+
+;;;; 14.9.6 Cache Control Extensions
+;Cache-Control: private, community="UCI"
+
+;;;; 14.10 Connection
+Connection = "Connection" ":" (connection-token) *(COMMA connection-token)
+connection-token = token
+
+;;;; 14.11 Content-Encoding
+Content-Encoding = "Content-Encoding" ":" content-coding *(COMMA content-coding)
+
+;;;; 14.12 Content-Language
+Content-Language = "Content-Language" ":" language-tag *(COMMA language-tag)
+
+;;;; 14.13 Content-Length
+Content-Length = "Content-Length" ":" 1*DIGIT
+
+;;;; 14.14 Content-Location
+Content-Location = "Content-Location" ":" ( absoluteURI / relativeURI )
+
+;;;; 14.15 Content-MD5
+Content-MD5 = "Content-MD5" ":" md5-digest
+md5-digest = *OCTET ;<base64 of 128 bit MD5 digest as per RFC 1864>
+
+;;;; 14.16 Content-Range
+Content-Range = "Content-Range" ":" content-range-spec
+content-range-spec = byte-content-range-spec
+byte-content-range-spec = bytes-unit SP byte-range-resp-spec "/" ( instance-length / "*" )
+byte-range-resp-spec = (first-byte-pos "-" last-byte-pos) / "*"
+instance-length = 1*DIGIT
+
+;;;; 14.17 Content-Type
+Content-Type = "Content-Type" ":" media-type
+
+;;;; 14.18 Date
+Date = "Date" ":" HTTP-date
+
+;;;; 14.19 ETag
+ETag = "ETag" ":" entity-tag
+
+;;;; 14.20 Expect
+Expect = "Expect" ":" expectation *(COMMA expectation)
+expectation = "100-continue" / expectation-extension
+expectation-extension = token [ "=" ( token / quoted-string ) *expect-params ]
+expect-params = ";" token [ "=" ( token / quoted-string ) ]
+
+;;;; 14.21 Expires
+Expires = "Expires" ":" HTTP-date
+
+;;;; 14.22 From
+From = "From" ":" mailbox
+mailbox = token ; FIXME
+
+;;;; 14.23 Host
+Host = "Host" ":" host [ ":" port ] ; Section 3.2.2
+
+;;;; 14.24 If-Match
+If-Match = "If-Match" ":" ( "*" / entity-tag *(COMMA entity-tag) )
+
+;;;; 14.25 If-Modified-Since
+If-Modified-Since = "If-Modified-Since" ":" HTTP-date
+
+;;;; 14.26 If-None-Match
+If-None-Match = "If-None-Match" ":" ( "*" / entity-tag *(COMMA entity-tag) )
+
+;;;; 14.27 If-Range
+If-Range = "If-Range" ":" ( entity-tag / HTTP-date )
+
+;;;; 14.28 If-Unmodified-Since
+If-Unmodified-Since = "If-Unmodified-Since" ":" HTTP-date
+
+;;;; 14.29 Last-Modified
+Last-Modified = "Last-Modified" ":" HTTP-date
+
+;;;; 14.30 Location
+Location = "Location" ":" absoluteURI
+
+;;;; 14.31 Max-Forwards
+Max-Forwards = "Max-Forwards" ":" 1*DIGIT
+
+;;;; 14.32 Pragma
+Pragma = "Pragma" ":" pragma-directive *(COMMA pragma-directive)
+pragma-directive = "no-cache" / extension-pragma
+extension-pragma = token [ "=" ( token / quoted-string ) ]
+
+;;;; 14.33 Proxy-Authenticate
+Proxy-Authenticate = "Proxy-Authenticate" ":" challenge *(COMMA challenge)
+
+;;;; 14.34 Proxy-Authorization
+Proxy-Authorization = "Proxy-Authorization" ":" credentials
+
+;;;; 14.35.1 Byte Ranges
+ranges-specifier = byte-ranges-specifier
+byte-ranges-specifier = bytes-unit "=" byte-range-set
+byte-range-set = byte-range-set-value *(COMMA byte-range-set-value)
+byte-range-set-value = ( byte-range-spec / suffix-byte-range-spec )
+byte-range-spec = first-byte-pos "-" [last-byte-pos]
+first-byte-pos = 1*DIGIT
+last-byte-pos = 1*DIGIT
+suffix-byte-range-spec = "-" suffix-length
+suffix-length = 1*DIGIT
+
+;;;; 14.35.2 Range Retrieval Requests
+Range = "Range" ":" ranges-specifier
+
+;;;; 14.36 Referer
+Referer = "Referer" ":" ( absoluteURI / relativeURI )
+
+;;;; 14.37 Retry-After
+Retry-After = "Retry-After" ":" ( HTTP-date / delta-seconds )
+
+;;;; 14.38 Server
+Server = "Server" ":" 1*( product / comment )
+
+;;;; 14.39 TE
+TE = "TE" ":" [t-codings *(COMMA t-codings)]
+t-codings = "trailers" / ( transfer-extension [ accept-params ] )
+
+;;;; 14.40 Trailer
+Trailer = "Trailer" ":" field-name *(COMMA field-name)
+
+;;;; 14.41 Transfer-Encoding
+Transfer-Encoding = "Transfer-Encoding" ":" transfer-coding *(COMMA transfer-coding)
+
+;;;; 14.42 Upgrade
+Upgrade = "Upgrade" ":" product *(COMMA product)
+
+;;;; 14.43 User-Agent
+User-Agent = "User-Agent" ":" 1*( product / comment )
+
+;;;; 14.44 Vary
+Vary = "Vary" ":" ( "*" / field-name *(COMMA field-name) )
+
+;;;; 14.45 Via
+Via = "Via" ":" Via-Value *(COMMA Via-Value)
+Via-Value = ( received-protocol received-by [ comment ] )
+received-protocol = [ protocol-name "/" ] protocol-version
+protocol-name = token
+protocol-version = token
+received-by = ( host [ ":" port ] ) / pseudonym
+pseudonym = token
+
+;;;; 14.46 Warning
+Warning = "Warning" ":" warning-value *(COMMA warning-value)
+warning-value = warn-code SP warn-agent SP warn-text [SP warn-date]
+warn-code = 3DIGIT
+warn-agent = ( host [ ":" port ] ) / pseudonym ; the name or pseudonym of the server adding ; the Warning header, for use in debugging
+warn-text = quoted-string
+warn-date = DQUOTE HTTP-date DQUOTE
+
+;;;; 14.47 WWW-Authenticate
+WWW-Authenticate = "WWW-Authenticate" ":" challenge *(COMMA challenge)
diff --git a/tinyHTTP/abnf/httpauth.abnf b/tinyHTTP/abnf/httpauth.abnf
new file mode 100644
index 0000000..1c4fe97
--- /dev/null
+++ b/tinyHTTP/abnf/httpauth.abnf
@@ -0,0 +1,66 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+; HTTP digest authentication (2617) - ABNF
+;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;;;; 1.2 Access Authentication Framework
+auth-scheme = token
+auth-param = token "=" ( token | quoted-string )
+
+challenge = auth-scheme 1*SP 1#auth-param
+
+realm = "realm" "=" realm-value
+realm-value = quoted-string
+
+;;;; 2 Basic Authentication Scheme
+challenge = "Basic" realm
+credentials = "Basic" basic-credentials
+
+basic-credentials = base64-user-pass
+base64-user-pass = token ;<base64 [4] encoding of user-pass, except not limited to 76 char/line>
+user-pass = userid ":" password
+userid = *TEXT ;*<TEXT excluding ":">
+password = *TEXT
+
+;;;; 3.2.1 The WWW-Authenticate Response Header
+challenge = "Digest" digest-challenge
+
+digest-challenge = 1#( realm | [ domain ] | nonce | [ opaque ] |[ stale ] | [ algorithm ] | [ qop-options ] | [auth-param] )
+
+domain = "domain" "=" <"> URI ( 1*SP URI ) <">
+URI = absoluteURI | abs_path
+nonce = "nonce" "=" nonce-value
+nonce-value = quoted-string
+opaque = "opaque" "=" quoted-string
+stale = "stale" "=" ( "true" | "false" )
+algorithm = "algorithm" "=" ( "MD5" | "MD5-sess" | token )
+qop-options = "qop" "=" <"> 1#qop-value <">
+qop-value = "auth" | "auth-int" | token
+
+
+;;;; 3.2.2 The Authorization Request Header
+credentials = "Digest" digest-response
+digest-response = 1#( username | realm | nonce | digest-url | response | [ algorithm ] | [cnonce] | [opaque] | [message-qop] | [nonce-count] | [auth-param] )
+
+username = "username" "=" username-value
+username-value = quoted-string
+digest-url = "url" "=" digest-url-value
+digest-url-value = request-url ; As specified by HTTP/1.1
+message-qop = "qop" "=" qop-value
+cnonce = "cnonce" "=" cnonce-value
+cnonce-value = nonce-value
+nonce-count = "nc" "=" nc-value
+nc-value = 8LHEX
+response = "response" "=" request-digest
+request-digest = DQUOTE 32LHEX DQUOTE
+LHEX = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f"
+
+
+;;;; 3.2.3 The Authentication-Info Header
+AuthenticationInfo = "Authentication-Info" ":" auth-info
+auth-info = 1#(nextnonce | [ message-qop ] | [ response-auth ] | [ cnonce ] | [nonce-count] )
+nextnonce = "nextnonce" "=" nonce-value
+response-auth = "rspauth" "=" response-digest
+response-digest = DQUOTE *LHEX DQUOTE
+
diff --git a/tinyHTTP/abnf/uri.abnf b/tinyHTTP/abnf/uri.abnf
new file mode 100644
index 0000000..7e4a80d
--- /dev/null
+++ b/tinyHTTP/abnf/uri.abnf
@@ -0,0 +1,88 @@
+; FIXME:
+DQUOTE= %x22 ; " (Double Quote)
+
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+; URI (2396) - ABNF
+;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;;;; 1.6. Syntax Notation and Common Elements
+alpha = lowalpha / upalpha
+lowalpha = "a" / "b" / "c" / "d" / "e" / "f" / "g" / "h" / "i" / "j" / "k" / "l" / "m" / "n" / "o" / "p" / "q" / "r" / "s" / "t" / "u" / "v" / "w" / "x" / "y" / "z"
+upalpha = "A" / "B" / "C" / "D" / "E" / "F" / "G" / "H" / "I" / "J" / "K" / "L" / "M" / "N" / "O" / "P" / "Q" / "R" / "S" / "T" / "U" / "V" / "W" / "X" / "Y" / "Z"
+digit = "0" / "1" / "2" / "3" / "4" / "5" / "6" / "7" / "8" / "9"
+alphanum = alpha / digit
+
+;;;; 2. URI Characters and Escape Sequences
+urlc = reserved / unreserved / escaped
+
+;;;; 2.2. Reserved Characters
+reserved = ";" / "/" / "?" / ":" / "@" / "&" / "=" / "+" / "$" / ","
+
+;;;; 2.3. Unreserved Characters
+unreserved = alphanum / mark
+mark = "-" / "_" / "." / "!" / "~" / "*" / "'" / "(" / ")"
+
+;;;; 2.4.1. Escaped Encoding
+escaped = "%" hex hex
+hex = digit / "A" / "B" / "C" / "D" / "E" / "F" / "a" / "b" / "c" / "d" / "e" / "f"
+
+
+;;;; 2.4.3. Excluded US-ASCII Characters
+control = %x00-1F / %x7F ;<US-ASCII coded characters 00-1F and 7F hexadecimal>
+space = %x20 ;<US-ASCII coded character 20 hexadecimal>
+delims = "<" / ">" / "#" / "%" / DQUOTE
+unwise = "{" / "}" / "/" / "\" / "^" / "[" / "]" / "`"
+
+
+;;;; 3. URI Syntactic Components
+absoluteURI = scheme ":" ( hier-part / opaque-part )
+hier-part = ( net-path / abs-path ) [ "?" query ]
+net-path = "//" authority [ abs-path ]
+abs-path = "/" path-segments
+opaque-part = urlc-no-slash *urlc
+urlc-no-slash = unreserved / escaped / ";" / "?" / ":" / "@" / "&" / "=" / "+" / "$" / ","
+
+;;;; 3.1. Scheme Component
+scheme = alpha *( alpha / digit / "+" / "-" / "." )
+
+;;;; 3.2. Authority Component
+authority = server / reg-name
+
+;;;; Registry-based Naming Authority
+reg-name = 1*( unreserved / escaped / "$" / "," / ";" / ":" / "@" / "&" / "=" / "+" )
+
+;;;; 3.2.2. Server-based Naming Authority
+server = [ [ userinfo "@" ] hostport ]
+userinfo = *( unreserved / escaped / ";" / ":" / "&" / "=" / "+" / "$" / "," )
+hostport = host [ ":" port ]
+host = hostname / IPv4address
+hostname = *( domainlabel "." ) toplabel [ "." ]
+domainlabel = alphanum / alphanum *( alphanum / "-" ) alphanum
+toplabel = alpha / alpha *( alphanum / "-" ) alphanum
+IPv4address = 1*digit "." 1*digit "." 1*digit "." 1*digit
+port = *digit
+
+;;;; 3.3. Path Component
+path = [ abs-path / opaque-part ]
+path-segments = segment *( "/" segment )
+segment = *pchar *( ";" param )
+param = *pchar
+pchar = unreserved / escaped / ":" / "@" / "&" / "=" / "+" / "$" / ","
+
+;;;; 3.4. Query Component
+query = *urlc
+
+;;;; 4. URI References
+URI-reference = [ absoluteURI / relativeURI ] [ "#" fragment ]
+
+
+;;;; 4.1. Fragment Identifier
+fragment = *urlc
+
+;;;; 5. Relative URI References
+relativeURI = ( net-path / abs-path / rel-path ) [ "?" query ]
+rel-path = rel-segment [ abs-path ]
+rel-segment = 1*( unreserved / escaped / ";" / "@" / "&" / "=" / "+" / "$" / "," ) \ No newline at end of file
diff --git a/tinyHTTP/abnf/ws.abnf b/tinyHTTP/abnf/ws.abnf
new file mode 100644
index 0000000..2b29231
--- /dev/null
+++ b/tinyHTTP/abnf/ws.abnf
@@ -0,0 +1,32 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+; WebSocket (6455) - ABNF
+;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+extension-param = token [ "=" (token / quoted-string) ]
+NZDIGIT = "1" / "2" / "3" / "4" / "5" / "6" / "7" / "8" / "9"
+version = DIGIT / (NZDIGIT DIGIT) / ("1" DIGIT DIGIT) / ("2" DIGIT DIGIT)
+base64-character = ALPHA / DIGIT / "+" / "/"
+
+Sec-WebSocket-Key = base64-value-non-empty
+Sec-WebSocket-Extensions = extension-list
+Sec-WebSocket-Protocol-Client = token *(COMMA token)
+Sec-WebSocket-Version-Client = version
+
+base64-value-non-empty = (1*base64-data [ base64-padding ]) / base64-padding
+base64-data = 4base64-character
+base64-padding = (2base64-character "==") / (3base64-character "=")
+
+extension-list = extension *(COMMA extension)
+extension = extension-token *( ";" extension-param )
+extension-token = registered-token
+registered-token = token
+
+Sec-WebSocket-Accept = base64-value-non-empty
+Sec-WebSocket-Protocol-Server = token
+Sec-WebSocket-Version-Server = version *(COMMA version)
+
+Sec-WebSocket-Version = version *(COMMA version)
+Sec-WebSocket-Protocol = token *(COMMA token)
+
+
diff --git a/tinyHTTP/droid-makefile b/tinyHTTP/droid-makefile
new file mode 100644
index 0000000..fd3641a
--- /dev/null
+++ b/tinyHTTP/droid-makefile
@@ -0,0 +1,59 @@
+APP := lib$(PROJECT)_$(MARCH).$(EXT)
+
+CFLAGS := $(CFLAGS_LIB) -I../tinySAK/src -I../tinyNET/src -I./include
+LDFLAGS := $(LDFLAGS_LIB) -ltinySAK_$(MARCH) -ltinyNET_$(MARCH)
+
+all: $(APP)
+
+OBJS = \
+ src/thttp.o\
+ src/thttp_action.o\
+ src/thttp_dialog.o\
+ src/thttp_event.o\
+ src/thttp_message.o\
+ src/thttp_session.o\
+ src/thttp_url.o
+ ###################
+ ## AUTH
+ ###################
+OBJS += src/auth/thttp_auth.o\
+ src/auth/thttp_challenge.o
+ ###################
+ ## HEADERS
+ ###################
+OBJS += src/headers/thttp_header.o\
+ src/headers/thttp_header_Authorization.o\
+ src/headers/thttp_header_Content_Length.o\
+ src/headers/thttp_header_Content_Type.o\
+ src/headers/thttp_header_Dummy.o\
+ src/headers/thttp_header_ETag.o\
+ src/headers/thttp_header_Sec_WebSocket_Accept.o\
+ src/headers/thttp_header_Sec_WebSocket_Key.o\
+ src/headers/thttp_header_Sec_WebSocket_Protocol.o\
+ src/headers/thttp_header_Sec_WebSocket_Version.o\
+ src/headers/thttp_header_Transfer_Encoding.o\
+ src/headers/thttp_header_WWW_Authenticate.o
+ ###################
+ ## parsers
+ ###################
+OBJS += src/parsers/thttp_parser_header.o\
+ src/parsers/thttp_parser_message.o\
+ src/parsers/thttp_parser_url.o
+
+$(APP): $(OBJS)
+ifeq ($(EXT), a)
+ $(AR) rcs $@ $^
+else
+ $(CC) $(LDFLAGS) -o $@ $^
+endif
+
+%.o: %.c
+ $(CC) -c $(INCLUDE) $(CFLAGS) $< -o $@
+
+install: $(APP)
+ $(ANDROID_SDK_ROOT)/tools/adb remount
+ $(ANDROID_SDK_ROOT)/tools/adb push $(APP) $(LIB_DIR)/$(APP)
+ $(ANDROID_SDK_ROOT)/tools/adb shell chmod 777 $(LIB_DIR)/$(APP)
+
+clean:
+ @rm -f $(OBJS) $(APP) \ No newline at end of file
diff --git a/tinyHTTP/footer.html b/tinyHTTP/footer.html
new file mode 100644
index 0000000..47288cf
--- /dev/null
+++ b/tinyHTTP/footer.html
@@ -0,0 +1,7 @@
+<html>
+<head></head>
+<body>
+<hr>
+<b>doubango project - tinyHTTP 1.0</b> - Copyright (C) 2009-2010 Mamadou DIOP. All rights reserved. Licensed under the terms of the GNU General Public License v3.
+</body>
+</html> \ No newline at end of file
diff --git a/tinyHTTP/header.html b/tinyHTTP/header.html
new file mode 100644
index 0000000..828c1b4
--- /dev/null
+++ b/tinyHTTP/header.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>doubango - tinyHTTP</title>
+ <link rel="stylesheet" href="http://www.doubango.org/css.css" type="text/css" />
+ <link href="tabs.css" rel="stylesheet" type="text/css"/>
+ <link href="doxygen.css" rel="stylesheet" type="text/css"/>
+ <meta name="Keywords" content="doubango, 3GPP IMS/LTE framework, open source, SIP, RFC 3261, 3GPP TS 24.229, VoIP, MMTel, IPTV, 4G, LTE, XCAP, MSRP, IPSec, SigComp, One Voice " />
+ <meta name="Description" content="cross-platform and open source 3GPP IMS/LTE framework for embedded devices such as Android, Symbian, iPhone, Windows Mobile or uLinux." />
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+
+<style type="text/css">
+/*<![CDATA[*/
+ p.c1 {text-align: center;}
+/*]]>*/
+</style>
+</head>
+
+<body>
+ <div id="left">
+ <div id="border">
+ <div id="logo">
+ <p class="companyname">
+ tinyHTTP</p>
+ </div>
+ <div id="menu">
+ <a href="/index.html" title="Homepage">Home</a> <a href="/gettingstarted.html" title="Getting Started">
+ Getting Started</a> <a href="http://code.google.com/p/doubango/source/checkout" title="Source Code"
+ target="_blank">Source Code</a> <a href="/apiref.html" title="API Reference">API Reference</a> <a href="contact.html" title="Contact">
+ Contact</a>
+ </div>
+ </div>
+ </div>
+</body>
+</html>
+
diff --git a/tinyHTTP/include/thttp.h b/tinyHTTP/include/thttp.h
new file mode 100644
index 0000000..e2ec237
--- /dev/null
+++ b/tinyHTTP/include/thttp.h
@@ -0,0 +1,176 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp.h
+ * @brief HTTP (RFC 2616) and HTTP basic/digest authetication (RFC 2617) implementations.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef TINYHTTP_THTTP_H
+#define TINYHTTP_THTTP_H
+
+#include "tinyhttp_config.h"
+
+#include "tinyhttp/thttp_event.h"
+#include "tinyhttp/thttp_session.h"
+
+#include "tnet_transport.h"
+
+/**@def THTTP_STACK_SET_NULL()
+* Ends stack parameters. Must always be the last one.
+*/
+
+/**@def THTTP_STACK_SET_LOCAL_IP(STR)
+* Sets local IP address to bind to. By default, the stack will bind to "0.0.0.0" or "::" depending on
+* whether IPv4 is used or not (IPv6).
+* This is a helper macro for @ref thttp_stack_create and @ref thttp_stack_set.
+* @param IP_STR The IP address (const char*).
+*
+* @code
+* thttp_stack_create(callback,
+* THTTP_STACK_SET_LOCAL_IP("192.168.0.15"),
+* THTTP_STACK_SET_NULL());
+* @endcode
+*
+* @sa @ref THTTP_STACK_SET_LOCAL_PORT<br>@ref thttp_stack_create<br>@ref thttp_stack_set
+*/
+/**@def THTTP_STACK_SET_LOCAL_PORT(PORT_INT)
+* Sets local Port to bind to. By default, the stack will bind to a random port.
+* This is a helper macro for @ref thttp_stack_create and @ref thttp_stack_set.
+* @param PORT_INT The Port (int32_t).
+*
+* @code
+* thttp_stack_create(callback,
+* THTTP_STACK_SET_LOCAL_PORT(1234),
+* THTTP_STACK_SET_NULL());
+* @endcode
+* @sa @ref THTTP_STACK_SET_LOCAL_IP<br>@ref thttp_stack_create<br>@ref thttp_stack_set
+*/
+
+/**@def THTTP_STACK_SET_TLS_CERTS(CA_FILE_STR, PUB_FILE_STR, PRIV_FILE_STR)
+* Sets TLS certificates (Mutual Authentication). Not mandatory.
+* This is a helper macro for @ref thttp_stack_create and @ref thttp_stack_set.
+* @param CA_FILE_STR Path to the Certification Authority File.
+* @param PUB_FILE_STR Path to the Public key file.
+* @param PRIV_FILE_STR Path to the Private key file.
+*
+* @code
+* thttp_stack_create(callback,
+* THTTP_STACK_SET_TLS_CERTS("C:\\tls\\ca.pki-crt.pem", "C:\\tls\\pub-crt.pem", "C:\\tls\\priv-key.pem"),
+* THTTP_STACK_SET_NULL());
+* @endcode
+*/
+
+THTTP_BEGIN_DECLS
+
+typedef enum thttp_stack_param_type_e
+{
+ thttp_pname_null = 0,
+#define THTTP_STACK_SET_NULL() thttp_pname_null
+
+ /* Network */
+ thttp_pname_local_ip,
+ thttp_pname_local_port,
+ thttp_pname_proxy,
+#define THTTP_STACK_SET_LOCAL_IP(IP_STR) thttp_pname_local_ip, (const char*)IP_STR
+#define THTTP_STACK_SET_LOCAL_PORT(PORT_INT) thttp_pname_local_port, (int)PORT_INT
+#define THTTP_STACK_SET_PROXY(IP_STR, PORT_INT) thttp_pname_proxy, (const char*)IP_STR, (int)PORT_INT
+
+ /* Modes */
+ thttp_pname_mode_client,
+ thttp_pname_mode_server,
+#define THTTP_STACK_SET_MODE_CLIENT() thttp_pname_mode_client
+#define THTTP_STACK_SET_MODE_SERVER() thttp_pname_mode_server
+
+ /* TLS */
+ thttp_pname_tls_enabled,
+#define THTTP_STACK_SET_TLS_ENABLED(ENABLED_BOOL) thttp_pname_tls_enabled, (tsk_bool_t)ENABLED_BOOL
+ thttp_pname_tls_certs_verify,
+#define THTTP_STACK_SET_TLS_CERTS_VERIFY(CERTS_VERIFY_BOOL) thttp_pname_tls_certs_verify, (tsk_bool_t)CERTS_VERIFY_BOOL
+ thttp_pname_tls_certs,
+#define THTTP_STACK_SET_TLS_CERTS(CA_FILE_STR, PUB_FILE_STR, PRIV_FILE_STR) thttp_pname_tls_certs, (const char*)CA_FILE_STR, (const char*)PUB_FILE_STR, (const char*)PRIV_FILE_STR
+
+ /* User Data */
+ thttp_pname_userdata,
+#define THTTP_STACK_SET_USERDATA(USERDATA_PTR) thttp_pname_userdata, (const void*)USERDATA_PTR
+
+}
+thttp_stack_param_type_t;
+
+typedef enum thttp_stack_mode_e
+{
+ thttp_stack_mode_none,
+ thttp_stack_mode_client = (0x01 << 0),
+ thttp_stack_mode_server = (0x01 << 1),
+ thttp_stack_mode_hybrid = (thttp_stack_mode_client | thttp_stack_mode_server)
+}
+thttp_stack_mode_t;
+
+/** HTTP/HTTPS Stack.
+*/
+typedef struct thttp_stack_s
+{
+ TSK_DECLARE_OBJECT;
+
+ tsk_bool_t started;
+ enum thttp_stack_mode_e mode;
+ thttp_stack_callback_f callback;
+
+ /* Network */
+ char* local_ip;
+ int local_port;
+ char* proxy_ip;
+ int proxy_port;
+ tnet_transport_t *transport;
+
+ /* TLS */
+ struct {
+ tsk_bool_t enabled;
+ tsk_bool_t verify;
+ char* ca;
+ char* pbk;
+ char* pvk;
+ }tls;
+
+ thttp_sessions_L_t* sessions;
+
+ const void* userdata;
+
+ TSK_DECLARE_SAFEOBJ;
+}
+thttp_stack_t;
+
+TINYHTTP_API int thttp_startup();
+TINYHTTP_API int thttp_cleanup();
+
+TINYHTTP_API thttp_stack_handle_t *thttp_stack_create(thttp_stack_callback_f callback, ...);
+TINYHTTP_API int thttp_stack_start(thttp_stack_handle_t *self);
+TINYHTTP_API int thttp_stack_set(thttp_stack_handle_t *self, ...);
+TINYHTTP_API const void* thttp_stack_get_userdata(thttp_stack_handle_t *self);
+TINYHTTP_API int thttp_stack_stop(thttp_stack_handle_t *self);
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_stack_def_t;
+
+THTTP_END_DECLS
+
+#endif /* TINYHTTP_THTTP_H */
diff --git a/tinyHTTP/include/tinyhttp.h b/tinyHTTP/include/tinyhttp.h
new file mode 100644
index 0000000..a374cad
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp.h
@@ -0,0 +1,54 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file tinyhttp.h
+ * @brief API functions.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+/* === tinyNET (tinyNET/src) === */
+#include "tnet.h"
+
+/* === tinySAK (tinySAK/src)=== */
+#include "tsk.h"
+
+/* === tinyHTTP(tinyHTTP/include) === */
+#include "thttp.h"
+
+#include "tinyhttp/thttp_action.h"
+
+#include "tinyhttp/parsers/thttp_parser_message.h"
+#include "tinyhttp/parsers/thttp_parser_url.h"
+#include "tinyhttp/parsers/thttp_parser_header.h"
+
+#include "tinyhttp/headers/thttp_header_Authorization.h"
+#include "tinyhttp/headers/thttp_header_Content_Length.h"
+#include "tinyhttp/headers/thttp_header_Content_Type.h"
+#include "tinyhttp/headers/thttp_header_Dummy.h"
+#include "tinyhttp/headers/thttp_header_ETag.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Accept.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Key.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Protocol.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Version.h"
+#include "tinyhttp/headers/thttp_header_Transfer_Encoding.h"
+#include "tinyhttp/headers/thttp_header_WWW_Authenticate.h"
diff --git a/tinyHTTP/include/tinyhttp/auth/thttp_auth.h b/tinyHTTP/include/tinyhttp/auth/thttp_auth.h
new file mode 100644
index 0000000..9b88ccc
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/auth/thttp_auth.h
@@ -0,0 +1,65 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_auth.h
+ * @brief HTTP basic/digest authetication (RFC 2617) implementations.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef TINYHTTP_THTTP_AUTH_H
+#define TINYHTTP_THTTP_AUTH_H
+
+#include "tinyhttp_config.h"
+
+#include "tsk_md5.h"
+#include "tsk_buffer.h"
+
+THTTP_BEGIN_DECLS
+
+typedef char nonce_count_t[9];
+typedef char thttp_auth_ws_keystring_t[255];
+#define THTTP_NCOUNT_2_STRING(nc_int32, nc_string) \
+ { \
+ tsk_size_t i = 7; \
+ do{ \
+ nc_string[7-i]= "0123456789abcdef"[(nc_int32 >> i*4) & 0xF]; \
+ } \
+ while(i--); \
+ nc_string[8] = '\0'; \
+ }
+
+TINYHTTP_API tsk_size_t thttp_auth_basic_response(const char* userid, const char* password, char** response);
+
+TINYHTTP_API int thttp_auth_digest_HA1(const char* username, const char* realm, const char* password, tsk_md5string_t* ha1);
+TINYHTTP_API int thttp_auth_digest_HA1sess(const char* username, const char* realm, const char* password, const char* nonce, const char* cnonce, tsk_md5string_t* ha1sess);
+
+TINYHTTP_API int thttp_auth_digest_HA2(const char* method, const char* url, const tsk_buffer_t* entity_body, const char* qop, tsk_md5string_t* ha2);
+
+TINYHTTP_API int thttp_auth_digest_response(const tsk_md5string_t *ha1, const char* nonce, const nonce_count_t noncecount, const char* cnonce,
+ const char* qop, const tsk_md5string_t* ha2, tsk_md5string_t* response);
+
+TINYHTTP_API tsk_size_t thttp_auth_ws_response(const char* key, thttp_auth_ws_keystring_t* response);
+
+THTTP_END_DECLS
+
+#endif /* TINYHTTP_THTTP_H */
diff --git a/tinyHTTP/include/tinyhttp/auth/thttp_challenge.h b/tinyHTTP/include/tinyhttp/auth/thttp_challenge.h
new file mode 100644
index 0000000..23596df
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/auth/thttp_challenge.h
@@ -0,0 +1,75 @@
+/*
+* Copyright (C) 2010-2015 Mamadou DIOP.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_challenge.h
+ * @brief HTTP authentication challenge.
+ *
+ */
+#ifndef TINYHTTP_AUTHENTICATION_CHALLENGE_H
+#define TINYHTTP_AUTHENTICATION_CHALLENGE_H
+
+#include "tinyhttp_config.h"
+
+#include "tinyhttp/thttp_message.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+#include "tinyhttp/auth/thttp_auth.h"
+
+#include "tsk_object.h"
+#include "tsk_buffer.h"
+#include "tsk_list.h"
+#include "tsk_md5.h"
+
+THTTP_BEGIN_DECLS
+
+typedef struct thttp_challenge_s
+{
+ TSK_DECLARE_OBJECT;
+
+ tsk_bool_t isproxy;
+
+ char* scheme;
+ char* realm;
+ char* nonce;
+ char* opaque;
+ char* algorithm;
+ const char* qop;
+
+ tsk_md5string_t cnonce;
+ unsigned nc;
+}
+thttp_challenge_t;
+
+typedef tsk_list_t thttp_challenges_L_t;
+
+int thttp_challenge_update(thttp_challenge_t *self, const char* scheme, const char* realm, const char* nonce, const char* opaque, const char* algorithm, const char* qop);
+thttp_header_t *thttp_challenge_create_header_authorization(thttp_challenge_t *self, const char* username, const char* password, const thttp_request_t *request);
+thttp_header_t *thttp_challenge_create_header_authorization_2(thttp_challenge_t *self, const char* username, const char* password, const char* method, const char *uristring, const tsk_buffer_t* entity_body);
+
+
+thttp_challenge_t* thttp_challenge_create(tsk_bool_t isproxy,const char* scheme, const char* realm, const char* nonce, const char* opaque, const char* algorithm, const char* qop);
+thttp_challenge_t* thttp_challenge_dup(const thttp_challenge_t* self);
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_challenge_def_t;
+
+THTTP_END_DECLS
+
+#endif /* TINYHTTP_AUTHENTICATION_CHALLENGE_H */
+
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header.h b/tinyHTTP/include/tinyhttp/headers/thttp_header.h
new file mode 100644
index 0000000..0545ebf
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header.h
@@ -0,0 +1,105 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header.h
+ * @brief Defines a HTTP header (field-name: field-value).
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef TINYHTTP_HEADER_H
+#define TINYHTTP_HEADER_H
+
+#include "tinyhttp_config.h"
+
+#include "tsk_ragel_state.h"
+
+#include "tsk_params.h"
+#include "tsk_object.h"
+#include "tsk_safeobj.h"
+#include "tsk_memory.h"
+#include "tsk_string.h"
+#include "tsk_list.h"
+#include "tsk_buffer.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER(self) ((thttp_header_t*)(self))
+#define THTTP_HEADER_PARAMS(self) (THTTP_HEADER(self)->params)
+
+// FD
+struct thttp_header_s;
+
+typedef int (*thttp_header_value_tostring_f)(const struct thttp_header_s* header, tsk_buffer_t* output);
+#define THTTP_HEADER_VALUE_TOSTRING_F(self) ((thttp_header_value_tostring_f)(self))
+
+/**
+ * @enum thttp_header_type_e
+ *
+ * @brief List of all supported headers.
+**/
+typedef enum thttp_header_type_e
+{
+ thttp_htype_Authorization,
+ thttp_htype_Content_Length,
+ thttp_htype_Content_Type,
+ thttp_htype_Dummy,
+ thttp_htype_ETag,
+ thttp_htype_Proxy_Authenticate,
+ thttp_htype_Proxy_Authorization,
+ thttp_htype_Sec_WebSocket_Accept,
+ thttp_htype_Sec_WebSocket_Protocol,
+ thttp_htype_Sec_WebSocket_Key,
+ thttp_htype_Sec_WebSocket_Version,
+ thttp_htype_Transfer_Encoding,
+ thttp_htype_WWW_Authenticate,
+}
+thttp_header_type_t;
+
+/*================================
+*/
+typedef struct thttp_header_s
+{
+ TSK_DECLARE_OBJECT;
+ thttp_header_type_t type;
+ thttp_header_value_tostring_f tostring;
+ tsk_params_L_t *params;
+}
+thttp_header_t;
+
+#define THTTP_DECLARE_HEADER thttp_header_t __header__
+typedef tsk_list_t thttp_headers_L_t; /**< List of @ref thttp_header_t elements. */
+/*
+================================*/
+
+TINYHTTP_API const char *thttp_header_get_name(thttp_header_type_t type);
+TINYHTTP_API const char *thttp_header_get_nameex(const thttp_header_t *self);
+TINYHTTP_API char thttp_header_get_param_separator(const thttp_header_t *self);
+TINYHTTP_API int thttp_header_serialize(const thttp_header_t *self, tsk_buffer_t *output);
+TINYHTTP_API char* thttp_header_tostring(const thttp_header_t *self);
+TINYHTTP_API char* thttp_header_value_tostring(const thttp_header_t *self);
+
+THTTP_END_DECLS
+
+#endif /* TINYHTTP_HEADERS_H */
+
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_Authorization.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_Authorization.h
new file mode 100644
index 0000000..0543b5b
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_Authorization.h
@@ -0,0 +1,77 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Authorization.h
+ * @brief HTTP header 'Authorization'.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef _THTTP_HEADER_AUTHORIZATION_H_
+#define _THTTP_HEADER_AUTHORIZATION_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+
+THTTP_BEGIN_DECLS
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
+/// HTTP header 'Authorization' .
+///
+/// @par ABNF = Authorization = "Authorization" ":" credentials
+/// credentials = "Digest" digest-response
+/// digest-response = digest-response-value *(COMMA digest-response-value)
+/// digest-response-value = ( username / realm / nonce / digest-url / auth-response / [ algorithm ] / [cnonce] / [opaque] / [message-qop] / [nonce-count] / [auth-param] )
+///
+////////////////////////////////////////////////////////////////////////////////////////////////////
+typedef struct thttp_header_Authorization_s
+{
+ THTTP_DECLARE_HEADER;
+
+ char* scheme;
+ char* username;
+ char* realm;
+ char* nonce;
+ char* uri;
+ char* response;
+ char* algorithm;
+ char* cnonce;
+ char* opaque;
+ char* qop;
+ char* nc;
+}
+thttp_header_Authorization_t;
+typedef thttp_header_Authorization_t thttp_header_Proxy_Authorization_t;
+
+TINYHTTP_API thttp_header_Authorization_t *thttp_header_Authorization_parse(const char *data, tsk_size_t size);
+TINYHTTP_API thttp_header_Proxy_Authorization_t *thttp_header_Proxy_Authorization_parse(const char *data, tsk_size_t size);
+
+thttp_header_Authorization_t* thttp_header_authorization_create();
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_Authorization_def_t;
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_AUTHORIZATION_H_ */
+
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_Content_Length.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_Content_Length.h
new file mode 100644
index 0000000..9d7b4a9
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_Content_Length.h
@@ -0,0 +1,62 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Content_Length.h
+ * @brief HTTP header 'Content-Length'.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef _THTTP_HEADER_CONTENT_LENGTH_H_
+#define _THTTP_HEADER_CONTENT_LENGTH_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER_CONTENT_LENGTH_VA_ARGS(length) thttp_header_Content_Length_def_t, (uint32_t)length
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
+/// HTTP header 'Content-Length'.
+///
+/// @par ABNF: Content-Length / l
+/// Content-Length = "Content-Length" HCOLON 1*DIGIT
+///
+////////////////////////////////////////////////////////////////////////////////////////////////////
+typedef struct thttp_header_Content_Length_s
+{
+ THTTP_DECLARE_HEADER;
+
+ uint32_t length;
+}
+thttp_header_Content_Length_t;
+
+thttp_header_Content_Length_t *thttp_header_Content_Length_parse(const char *data, tsk_size_t size);
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_Content_Length_def_t;
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_CONTENT_LENGTH_H_ */
+
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_Content_Type.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_Content_Type.h
new file mode 100644
index 0000000..17e0d53
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_Content_Type.h
@@ -0,0 +1,76 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Content_Type.h
+ * @brief HTTP header 'Content-Type'.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef _THTTP_HEADER_CONTENT_TYPE_H_
+#define _THTTP_HEADER_CONTENT_TYPE_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER_CONTENT_TYPE_VA_ARGS(type) thttp_header_Content_Type_def_t, (const char*)type
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
+/// HTTP header 'Content-Type'.
+///
+/// @par ABNF= Content-Type
+/// Content-Type = ( "Content-Type" ) HCOLON media-type
+/// media-type = m-type SLASH m-subtype *( SEMI m-parameter)
+/// m-type = discrete-type / composite-type
+/// discrete-type = "text" / "image" / "audio" / "video" / "application" / extension-token
+/// composite-type = "message" / "multipart" / extension-token
+/// extension-token = ietf-token / x-token
+/// ietf-token = token
+/// x-token = "x-" token
+/// m-subtype = extension-token / iana-token
+/// iana-token = token
+/// m-parameter = m-attribute EQUAL m-value
+/// m-attribute = token
+/// m-value = token / quoted-string
+///
+////////////////////////////////////////////////////////////////////////////////////////////////////
+typedef struct thttp_header_Content_Type_s
+{
+ THTTP_DECLARE_HEADER;
+
+ char* type;
+}
+thttp_header_Content_Type_t;
+
+
+thttp_header_Content_Type_t *thttp_header_Content_Type_parse(const char *data, tsk_size_t size);
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_Content_Type_def_t;
+
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_CONTENT_TYPE_H_ */
+
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_Dummy.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_Dummy.h
new file mode 100644
index 0000000..9e5293d
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_Dummy.h
@@ -0,0 +1,62 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Dummy.h
+ * @brief HTTP dummy header.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef _THTTP_HEADER_DUMMY_H_
+#define _THTTP_HEADER_DUMMY_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER_DUMMY_VA_ARGS(name, value) thttp_header_Dummy_def_t, (const char*)name, (const char*)value
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
+/// HTTP Dummy header.
+///
+/// @par ABNF : token SP* HCOLON SP*<: any*
+///
+////////////////////////////////////////////////////////////////////////////////////////////////////
+typedef struct thttp_header_Dummy_s
+{
+ THTTP_DECLARE_HEADER;
+
+ char *name;
+ char *value;
+}
+thttp_header_Dummy_t;
+
+thttp_header_Dummy_t *thttp_header_Dummy_parse(const char *data, tsk_size_t size);
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_Dummy_def_t;
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_DUMMY_H_ */
+
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_ETag.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_ETag.h
new file mode 100644
index 0000000..651520b
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_ETag.h
@@ -0,0 +1,67 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_ETag.h
+ * @brief HTTP 'ETag' header.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef _THTTP_HEADER_ETAG_H_
+#define _THTTP_HEADER_ETAG_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER_ETAG_VA_ARGS(value) thttp_header_ETag_def_t, (const char*)value
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
+/// HTTP ETag header.
+///
+/// @par ABNF : ETag = "ETag" ":" entity-tag
+/// entity-tag = [ weak ] opaque-tag
+/// weak = "W/"
+/// opaque-tag = quoted-string
+////////////////////////////////////////////////////////////////////////////////////////////////////
+typedef struct thttp_header_ETag_s
+{
+ THTTP_DECLARE_HEADER;
+
+ char *value;
+ tsk_bool_t isWeak;
+}
+thttp_header_ETag_t;
+
+thttp_header_ETag_t *thttp_header_ETag_parse(const char *data, tsk_size_t size);
+
+thttp_header_ETag_t* thttp_header_etag_create(const char* value);
+thttp_header_ETag_t* thttp_header_etag_create_null();
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_ETag_def_t;
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_ETAG_H_ */
+
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Accept.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Accept.h
new file mode 100644
index 0000000..b13ab4e
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Accept.h
@@ -0,0 +1,56 @@
+/*
+* Copyright (C) 2012 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango(dot)org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Accept.h
+ * @brief WebSocket 'Sec-WebSocket-Accept.h' header.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango(dot)org>
+ *
+ */
+#ifndef _THTTP_HEADER_SEC_WEBSOCKET_ACCEPT_H_
+#define _THTTP_HEADER_SEC_WEBSOCKET_ACCEPT_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER_SEC_WEBSOCKET_ACCEPT_VA_ARGS(key) thttp_header_Sec_WebSocket_Accept_def_t, (const char*)key
+
+typedef struct thttp_header_Sec_WebSocket_Accept_s
+{
+ THTTP_DECLARE_HEADER;
+
+ char *value;
+}
+thttp_header_Sec_WebSocket_Accept_t;
+
+thttp_header_Sec_WebSocket_Accept_t *thttp_header_Sec_WebSocket_Accept_parse(const char *data, tsk_size_t size);
+
+thttp_header_Sec_WebSocket_Accept_t* thttp_header_Sec_WebSocket_Accept_create(const char* value);
+thttp_header_Sec_WebSocket_Accept_t* thttp_header_Sec_WebSocket_Accept_create_null();
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_Sec_WebSocket_Accept_def_t;
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_SEC_WEBSOCKET_ACCEPT_H_ */
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Key.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Key.h
new file mode 100644
index 0000000..679551a
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Key.h
@@ -0,0 +1,56 @@
+/*
+* Copyright (C) 2012 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango(dot)org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Key.h
+ * @brief WebSocket 'Sec-WebSocket-Key.h' header.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango(dot)org>
+ *
+ */
+#ifndef _THTTP_HEADER_SEC_WEBSOCKET_KEY_H_
+#define _THTTP_HEADER_SEC_WEBSOCKET_KEY_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER_SEC_WEBSOCKET_KEY_VA_ARGS(key) thttp_header_Sec_WebSocket_Key_def_t, (const char*)key
+
+typedef struct thttp_header_Sec_WebSocket_Key_s
+{
+ THTTP_DECLARE_HEADER;
+
+ char *value;
+}
+thttp_header_Sec_WebSocket_Key_t;
+
+thttp_header_Sec_WebSocket_Key_t *thttp_header_Sec_WebSocket_Key_parse(const char *data, tsk_size_t size);
+
+thttp_header_Sec_WebSocket_Key_t* thttp_header_Sec_WebSocket_Key_create(const char* value);
+thttp_header_Sec_WebSocket_Key_t* thttp_header_Sec_WebSocket_Key_create_null();
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_Sec_WebSocket_Key_def_t;
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_SEC_WEBSOCKET_KEY_H_ */
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Protocol.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Protocol.h
new file mode 100644
index 0000000..c132c66
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Protocol.h
@@ -0,0 +1,58 @@
+/*
+* Copyright (C) 2012 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango(dot)org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Protocol.h
+ * @brief WebSocket 'Sec-WebSocket-Protocol.h' header.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango(dot)org>
+ *
+ */
+#ifndef _THTTP_HEADER_SEC_WEBSOCKET_PROTOCOL_H_
+#define _THTTP_HEADER_SEC_WEBSOCKET_PROTOCOL_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+#include "tsk_string.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER_SEC_WEBSOCKET_PROTOCOL_VA_ARGS(protocol) thttp_header_Sec_WebSocket_Protocol_def_t, (const char*)protocol
+
+typedef struct thttp_header_Sec_WebSocket_Protocol_s
+{
+ THTTP_DECLARE_HEADER;
+
+ tsk_strings_L_t *values;
+}
+thttp_header_Sec_WebSocket_Protocol_t;
+
+thttp_header_Sec_WebSocket_Protocol_t *thttp_header_Sec_WebSocket_Protocol_parse(const char *data, tsk_size_t size);
+
+thttp_header_Sec_WebSocket_Protocol_t* thttp_header_Sec_WebSocket_Protocol_create(const char* protocol);
+thttp_header_Sec_WebSocket_Protocol_t* thttp_header_Sec_WebSocket_Protocol_create_null();
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_Sec_WebSocket_Protocol_def_t;
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_SEC_WEBSOCKET_PROTOCOL_H_ */
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Version.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Version.h
new file mode 100644
index 0000000..777d787
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_Sec_WebSocket_Version.h
@@ -0,0 +1,58 @@
+/*
+* Copyright (C) 2012 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango(dot)org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Version.h
+ * @brief WebSocket 'Sec-WebSocket-Version.h' header.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango(dot)org>
+ *
+ */
+#ifndef _THTTP_HEADER_SEC_WEBSOCKET_VERSION_H_
+#define _THTTP_HEADER_SEC_WEBSOCKET_VERSION_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+#include "tsk_string.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER_SEC_WEBSOCKET_VERSION_VA_ARGS(version) thttp_header_Sec_WebSocket_Version_def_t, (const char*)version
+
+typedef struct thttp_header_Sec_WebSocket_Version_s
+{
+ THTTP_DECLARE_HEADER;
+
+ tsk_strings_L_t *values;
+}
+thttp_header_Sec_WebSocket_Version_t;
+
+thttp_header_Sec_WebSocket_Version_t *thttp_header_Sec_WebSocket_Version_parse(const char *data, tsk_size_t size);
+
+thttp_header_Sec_WebSocket_Version_t* thttp_header_Sec_WebSocket_Version_create(const char* version);
+thttp_header_Sec_WebSocket_Version_t* thttp_header_Sec_WebSocket_Version_create_null();
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_Sec_WebSocket_Version_def_t;
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_SEC_WEBSOCKET_VERSION_H_ */
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_Transfer_Encoding.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_Transfer_Encoding.h
new file mode 100644
index 0000000..762834e
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_Transfer_Encoding.h
@@ -0,0 +1,76 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Transfer_Encoding.h
+ * @brief HTTP header 'Transfer-Encoding'.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef _THTTP_HEADER_TRANSFER_ENCODING_H_
+#define _THTTP_HEADER_TRANSFER_ENCODING_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_HEADER_TRANSFER_ENCODING_VA_ARGS(encoding) thttp_header_Transfer_Encoding_def_t, (const char*)encoding
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
+/// HTTP header 'Transfer-Encoding'.
+///
+/// @par ABNF= Transfer-Encoding = "Transfer-Encoding" ":" transfer-coding *(COMMA transfer-coding)
+///
+/// transfer-coding = "chunked" / transfer-extension
+/// transfer-extension = token *( ";" parameter )
+/// parameter = attribute "=" value
+/// attribute = token
+/// value = token / quoted-string
+///
+////////////////////////////////////////////////////////////////////////////////////////////////////
+typedef struct thttp_header_Transfer_Encoding_s
+{
+ THTTP_DECLARE_HEADER;
+
+ char* encoding;
+}
+thttp_header_Transfer_Encoding_t;
+
+
+thttp_header_Transfer_Encoding_t *thttp_header_Transfer_Encoding_parse(const char *data, tsk_size_t size);
+
+thttp_header_Transfer_Encoding_t* thttp_header_transfer_encoding_create(const char* encoding);
+thttp_header_Transfer_Encoding_t* thttp_header_transfer_encoding_create_null();
+
+
+thttp_header_Transfer_Encoding_t* thttp_header_transfer_encoding_create(const char* encoding);
+thttp_header_Transfer_Encoding_t* thttp_header_transfer_encoding_create_null();
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_Transfer_Encoding_def_t;
+
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_TRANSFER_ENCODING_H_ */
+
diff --git a/tinyHTTP/include/tinyhttp/headers/thttp_header_WWW_Authenticate.h b/tinyHTTP/include/tinyhttp/headers/thttp_header_WWW_Authenticate.h
new file mode 100644
index 0000000..f01dc23
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/headers/thttp_header_WWW_Authenticate.h
@@ -0,0 +1,82 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_WWW_Authenticate.h
+ * @brief HTTP header 'WWW-Authenticate'.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef _THTTP_HEADER_WWW_Authenticate_H_
+#define _THTTP_HEADER_WWW_Authenticate_H_
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/headers/thttp_header.h"
+
+THTTP_BEGIN_DECLS
+
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
+///
+/// HTTP header 'WWW-Authenticate'.
+///
+/// @par ABNF = WWW-Authenticate = "WWW-Authenticate" HCOLON challenge
+/// challenge = ("Digest" LWS digest-cln *(COMMA digest-cln)) / other-challenge
+/// other-challenge = auth-scheme / auth-param *(COMMA auth-param)
+/// digest-cln = realm / domain / nonce / opaque / stale / algorithm / qop-options / auth-param
+/// realm = "realm" EQUAL realm-value
+/// realm-value = quoted-string
+/// domain = "domain" EQUAL LDQUOT URI *( 1*SP URI ) RDQUOT
+/// URI = absoluteURI / abs-path
+/// opaque = "opaque" EQUAL quoted-string
+/// stale = "stale" EQUAL ( "true" / "false" )
+/// qop-options = "qop" EQUAL LDQUOT qop-value *("," qop-value) RDQUOT
+/// qop-value = "auth" / "auth-int" / token
+///
+////////////////////////////////////////////////////////////////////////////////////////////////////
+typedef struct thttp_header_WWW_Authenticate_s
+{
+ THTTP_DECLARE_HEADER;
+
+ char* scheme;
+ char* realm;
+ char* domain;
+ char* nonce;
+ char* opaque;
+ tsk_bool_t stale;
+ char* algorithm;
+ char* qop;
+}
+thttp_header_WWW_Authenticate_t;
+
+typedef thttp_header_WWW_Authenticate_t thttp_header_Proxy_Authenticate_t;
+
+TINYHTTP_API thttp_header_WWW_Authenticate_t *thttp_header_WWW_Authenticate_parse(const char *data, tsk_size_t size);
+TINYHTTP_API thttp_header_Proxy_Authenticate_t *thttp_header_Proxy_Authenticate_parse(const char *data, tsk_size_t size);
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_header_WWW_Authenticate_def_t;
+
+THTTP_END_DECLS
+
+#endif /* _THTTP_HEADER_WWW_Authenticate_H_ */
+
diff --git a/tinyHTTP/include/tinyhttp/parsers/thttp_parser_header.h b/tinyHTTP/include/tinyhttp/parsers/thttp_parser_header.h
new file mode 100644
index 0000000..8162fb9
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/parsers/thttp_parser_header.h
@@ -0,0 +1,44 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_parser_header.h
+ * @brief HTTP headers parser.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef TINYHTTP_PARSER_HEADERS_H
+#define TINYHTTP_PARSER_HEADERS_H
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/thttp_message.h"
+#include "tsk_ragel_state.h"
+
+THTTP_BEGIN_DECLS
+
+TINYHTTP_API int thttp_header_parse(tsk_ragel_state_t *state, thttp_message_t *message);
+
+THTTP_END_DECLS
+
+#endif /* TINYHTTP_PARSER_HEADERS_H */
+
diff --git a/tinyHTTP/include/tinyhttp/parsers/thttp_parser_message.h b/tinyHTTP/include/tinyhttp/parsers/thttp_parser_message.h
new file mode 100644
index 0000000..09aad4b
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/parsers/thttp_parser_message.h
@@ -0,0 +1,44 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_parser_message.h
+ * @brief HTTP message parser.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef TINYHTTP_PARSER_MESSAGE_H
+#define TINYHTTP_PARSER_MESSAGE_H
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/thttp_message.h"
+#include "tsk_ragel_state.h"
+
+THTTP_BEGIN_DECLS
+
+TINYHTTP_API int thttp_message_parse(tsk_ragel_state_t *state, thttp_message_t **result, tsk_bool_t extract_content);
+
+THTTP_END_DECLS
+
+#endif /* TINYHTTP_PARSER_MESSAGE_H */
+
diff --git a/tinyHTTP/include/tinyhttp/parsers/thttp_parser_url.h b/tinyHTTP/include/tinyhttp/parsers/thttp_parser_url.h
new file mode 100644
index 0000000..4bfdb99
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/parsers/thttp_parser_url.h
@@ -0,0 +1,45 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_parser_url.h
+ * @brief HTTP/HTTPS URL parser.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef TINYHTTP_PARSER_URL_H
+#define TINYHTTP_PARSER_URL_H
+
+#include "tinyhttp_config.h"
+#include "tinyhttp/thttp_url.h"
+
+#include "tsk_ragel_state.h"
+
+THTTP_BEGIN_DECLS
+
+TINYHTTP_API thttp_url_t *thttp_url_parse(const char *data, tsk_size_t size);
+
+THTTP_END_DECLS
+
+#endif /* TINYHTTP_PARSER_URL_H */
+
diff --git a/tinyHTTP/include/tinyhttp/thttp_action.h b/tinyHTTP/include/tinyhttp/thttp_action.h
new file mode 100644
index 0000000..afc98d6
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/thttp_action.h
@@ -0,0 +1,251 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_action.h
+ * @brief HTTP action.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef THTTP_ACTION_H
+#define THTTP_ACTION_H
+
+#include "tinyhttp_config.h"
+
+#include "tinyhttp/thttp_session.h"
+
+#include "tsk_buffer.h"
+#include "tsk_list.h"
+#include "tsk_params.h"
+#include "tsk_options.h"
+
+THTTP_BEGIN_DECLS
+
+typedef uint64_t thttp_action_id_t;
+#define THTTP_ACTION_INVALID_ID 0
+#define THTTP_ACTION_INVALID_HANDLE tsk_null
+
+/** List of all supported options.
+* To pass an option to the sesion, use @ref THTTP_ACTION_SET_OPTION() macro.
+*/
+typedef enum thttp_action_option_e
+{
+ THTTP_ACTION_OPTION_TIMEOUT,
+
+}
+thttp_action_option_t;
+
+/** List of actions.
+*/
+typedef enum thttp_action_type_e
+{
+ /* Outgoing GET, PUT, HEAD, DELETE, .... */
+ thttp_atype_o_request,
+ /* Incoming message */
+ thttp_atype_i_message,
+
+ /* common */
+ thttp_thttp_atype_closed,
+ thttp_atype_error,
+ thttp_atype_close,
+ thttp_atype_cancel,
+ thttp_atype_timedout,
+
+}
+thttp_action_type_t;
+
+typedef enum thttp_action_param_type_e
+{
+ thttp_aptype_null = 0,
+
+ thttp_aptype_option,
+ thttp_aptype_header,
+ thttp_aptype_payload,
+}
+thttp_action_param_type_t;
+
+/**@ingroup thttp_action_group
+* @def THTTP_ACTION_SET_OPTION
+* Adds or updates an option.
+* This is a helper macro for @a thttp_action_*() functions.
+* @param ID_ENUM The id of the option to add/update (@ref thttp_action_option_t).
+* @param VALUE_STR The new value of the parameter (<i>const char*</i>).
+*
+* @code
+thttp_action_GET(session, "http://www.google.com",
+ THTTP_ACTION_SET_PARAM("timeout", "6000"),
+ THTTP_ACTION_SET_NULL());
+* @endcode
+*/
+/**@ingroup thttp_action_group
+* @def THTTP_ACTION_SET_HEADER
+* Adds new HTTP headers to the request.
+* This is a helper macro for @a thttp_action_*() functions.
+* @param NAME_STR The name of the header (<i>const char*</i>).
+* @param VALUE_STR The value of the header (<i>const char*</i>). Should not contains the trailing CRLF.
+*
+* @code
+thttp_action_GET(session, "http://www.doubango.org"
+ THTTP_ACTION_SET_HEADER("Pragma", "No-Cache"),
+ THTTP_ACTION_SET_HEADER("Connection", "Keep-Alive"),
+ THTTP_ACTION_SET_NULL());
+* @endcode
+*/
+/**@ingroup thttp_action_group
+* @def THTTP_ACTION_SET_PAYLOAD
+* Adds a content (or payload) to the request. You should also add a content-type header by using
+* @ref THTTP_ACTION_SET_HEADER() macro. You should not add the content-length header.
+* This is a helper macro for @a thttp_action_*() functions.
+* @param PAY_PTR A pointer to the payload (<i>const void*</i>).
+* @param PAY_SIZE The size of the payload (<i>tsk_size_t</i>).
+*
+* @code
+thttp_action_PUT(session, "http://www.doubango.org"
+ THTTP_ACTION_SET_HEADER("Pragma", "No-Cache"),
+ THTTP_ACTION_SET_HEADER("Connection", "Keep-Alive"),
+ THTTP_ACTION_SET_HEADER("Content-length", "application/mytype"),
+
+ THTTP_ACTION_SET_PAYLOAD("Salut", 5),
+
+ THTTP_ACTION_SET_NULL());
+* @endcode
+*/
+/**@ingroup thttp_action_group
+* @def THTTP_ACTION_SET_NULL
+* Ends action parameters. Must always be the last one.
+*/
+#define THTTP_ACTION_SET_OPTION(ID_ENUM, VALUE_STR) thttp_aptype_option, (thttp_action_option_t)ID_ENUM, (const char*)VALUE_STR
+#define THTTP_ACTION_SET_HEADER(NAME_STR, VALUE_STR) thttp_aptype_header, (const char*)NAME_STR, (const char*)VALUE_STR
+#define THTTP_ACTION_SET_PAYLOAD(PAY_PTR, PAY_SIZE) thttp_aptype_payload, (const void*)PAY_PTR, (tsk_size_t)PAY_SIZE
+#define THTTP_ACTION_SET_NULL() thttp_aptype_null
+
+typedef struct thttp_action_s
+{
+ TSK_DECLARE_OBJECT;
+
+ thttp_action_type_t type;
+ const char* url;
+ const char* method;
+
+ tsk_options_L_t *options;
+ tsk_params_L_t *headers;
+ tsk_buffer_t* payload;
+}
+thttp_action_t;
+
+typedef void thttp_action_handle_t;
+
+/**@ingroup thttp_action_group
+* @def thttp_action_CONNECT
+* Sends @a CONNECT method request. This function is non-blocking and the result will be posted to the callback function.
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI of the request.
+* @param ... Any @b THTTP_ACTION_SET_*() macros. MUST ends with @ref THTTP_ACTION_SET_NULL().
+* @retval Zero if succeed and non-zero error code otherwise.
+*/
+/**@ingroup thttp_action_group
+* @def thttp_action_DELETE
+* Sends @a DELETE method request. This function is non-blocking and the result will be posted to the callback function.
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI of the request.
+* @param ... Any @b THTTP_ACTION_SET_*() macros. MUST ends with @ref THTTP_ACTION_SET_NULL().
+* @retval Zero if succeed and non-zero error code otherwise.
+*/
+/**@ingroup thttp_action_group
+* @def thttp_action_GET
+* Sends @a GET method request. This function is non-blocking and the result will be posted to the callback function.
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI of the request.
+* @param ... Any @b THTTP_ACTION_SET_*() macros. MUST ends with @ref THTTP_ACTION_SET_NULL().
+* @retval Zero if succeed and non-zero error code otherwise.
+*/
+/**@ingroup thttp_action_group
+* @def thttp_action_HEAD
+* Sends @a HEAD method request. This function is non-blocking and the result will be posted to the callback function.
+
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI of the request.
+* @param ... Any @b THTTP_ACTION_SET_*() macros. MUST ends with @ref THTTP_ACTION_SET_NULL().
+* @retval Zero if succeed and non-zero error code otherwise.
+*/
+/**@ingroup thttp_action_group
+* @def thttp_action_OPTIONS
+* Sends @a OPTIONS method request. This function is non-blocking and the result will be posted to the callback function.
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI of the request.
+* @param ... Any @b THTTP_ACTION_SET_*() macros. MUST ends with @ref THTTP_ACTION_SET_NULL().
+* @retval Zero if succeed and non-zero error code otherwise.
+*/
+/**@ingroup thttp_action_group
+* @def thttp_action_PATCH
+* Sends @a PATCH method request. This function is non-blocking and the result will be posted to the callback function.
+
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI of the request.
+* @param ... Any @b THTTP_ACTION_SET_*() macros. MUST ends with @ref THTTP_ACTION_SET_NULL().
+* @retval Zero if succeed and non-zero error code otherwise.
+*/
+/**@ingroup thttp_action_group
+* @def thttp_action_POST
+* Sends @a POST method request. This function is non-blocking and the result will be posted to the callback function.
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI of the request.
+* @param ... Any @b THTTP_ACTION_SET_*() macros. MUST ends with @ref THTTP_ACTION_SET_NULL().
+* @retval Zero if succeed and non-zero error code otherwise.
+*/
+/**@ingroup thttp_action_group
+* @def thttp_action_PUT
+* Sends @a PUT method request. This function is non-blocking and the result will be posted to the callback function.
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI of the request.
+* @param ... Any @b THTTP_ACTION_SET_*() macros. MUST ends with @ref THTTP_ACTION_SET_NULL().
+* @retval Zero if succeed and non-zero error code otherwise.
+*/
+/**@ingroup thttp_action_group
+* @def thttp_action_TRACE
+* Sends @a TRACE method request. This function is non-blocking and the result will be posted to the callback function.
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI of the request.
+* @param ... Any @b THTTP_ACTION_SET_*() macros. MUST ends with @ref THTTP_ACTION_SET_NULL().
+* @retval Zero if succeed and non-zero error code otherwise.
+*/
+TINYHTTP_API int thttp_action_perform(thttp_session_handle_t *session, const char* urlstring, const char* method, ...);
+#define thttp_action_CONNECT(session, urlstring, ...) thttp_action_perform(session, urlstring, "CONNECT", __VA_ARGS__)
+#define thttp_action_DELETE(session, urlstring, ...) thttp_action_perform(session, urlstring, "DELETE", __VA_ARGS__)
+#define thttp_action_GET(session, urlstring, ...) thttp_action_perform(session, urlstring, "GET", __VA_ARGS__)
+#define thttp_action_HEAD(session, urlstring, ...) thttp_action_perform(session, urlstring, "HEAD", __VA_ARGS__)
+#define thttp_action_OPTIONS(session, urlstring, ...) thttp_action_perform(session, urlstring, "OPTIONS", __VA_ARGS__)
+#define thttp_action_PATCH(session, urlstring, ...) thttp_action_perform(session, urlstring, "PATCH", __VA_ARGS__)
+#define thttp_action_POST(session, urlstring, ...) thttp_action_perform(session, urlstring, "POST", __VA_ARGS__)
+#define thttp_action_PUT(session, urlstring, ...) thttp_action_perform(session, urlstring, "PUT", __VA_ARGS__)
+#define thttp_action_TRACE(session, urlstring, ...) thttp_action_perform(session, urlstring, "TRACE", __VA_ARGS__)
+
+TINYHTTP_API thttp_action_t* thttp_action_create(thttp_action_type_t type, const char* urlstring, const char* method, va_list* app);
+
+typedef tsk_list_t thttp_actions_L_t; /**< List of @ref thttp_action_handle_t elements. */
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_action_def_t;
+
+THTTP_END_DECLS
+
+#endif /* THTTP_ACTION_H */
+
diff --git a/tinyHTTP/include/tinyhttp/thttp_dialog.h b/tinyHTTP/include/tinyhttp/thttp_dialog.h
new file mode 100644
index 0000000..f9885ab
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/thttp_dialog.h
@@ -0,0 +1,73 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_dialog.h
+ * @brief HTTP Dialog.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef THTTP_DIALOG_H
+#define THTTP_DIALOG_H
+
+#include "tinyhttp_config.h"
+
+#include "tsk_fsm.h"
+#include "tsk_list.h"
+#include "tsk_buffer.h"
+
+THTTP_BEGIN_DECLS
+
+struct thttp_message_s;
+
+typedef uint64_t thttp_dialog_id_t;
+
+typedef struct thttp_dialog_s
+{
+ TSK_DECLARE_OBJECT;
+
+ thttp_dialog_id_t id;
+ uint64_t timestamp;
+
+ tsk_fsm_t* fsm;
+
+ tsk_buffer_t* buf;
+
+ struct thttp_session_s* session;
+ struct thttp_action_s* action;
+ tsk_bool_t answered;
+}
+thttp_dialog_t;
+
+typedef tsk_list_t thttp_dialogs_L_t;
+
+TINYHTTP_API int thttp_dialog_fsm_act(thttp_dialog_t* self, tsk_fsm_action_id , const struct thttp_message_s* , const struct thttp_action_s*);
+TINYHTTP_API thttp_dialog_t* thttp_dialog_new(struct thttp_session_s* session);
+thttp_dialog_t* thttp_dialog_get_oldest(thttp_dialogs_L_t* dialogs);
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_dialog_def_t;
+
+THTTP_END_DECLS
+
+#endif /* THTTP_DIALOG_H */
+
diff --git a/tinyHTTP/include/tinyhttp/thttp_event.h b/tinyHTTP/include/tinyhttp/thttp_event.h
new file mode 100644
index 0000000..9c57b97
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/thttp_event.h
@@ -0,0 +1,75 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_event.h
+ * @brief HTTP/HTTPS event.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#ifndef TINYHTTP_EVENT_H
+#define TINYHTTP_EVENT_H
+
+#include "tinyhttp_config.h"
+
+#include "tinyhttp/thttp_session.h"
+
+#include "tsk_object.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_EVENT(self) ((thttp_event_t*)(self))
+
+typedef enum thttp_event_type_e
+{
+ thttp_event_dialog_started,
+ thttp_event_message,
+ thttp_event_auth_failed,
+ thttp_event_closed,
+ thttp_event_transport_error,
+ thttp_event_dialog_terminated
+}
+thttp_event_type_t;
+
+typedef struct thttp_event_s
+{
+ TSK_DECLARE_OBJECT;
+
+ thttp_event_type_t type;
+ const thttp_session_handle_t* session;
+
+ char* description;
+
+ struct thttp_message_s *message;
+}
+thttp_event_t;
+
+typedef int (*thttp_stack_callback_f)(const thttp_event_t *httpevent);
+
+thttp_event_t* thttp_event_create(thttp_event_type_t type, const thttp_session_handle_t* session, const char* description, const thttp_message_t* message);
+
+TINYHTTP_GEXTERN const void *thttp_event_def_t;
+
+THTTP_END_DECLS
+
+#endif /* TINYHTTP_EVENT_H */
diff --git a/tinyHTTP/include/tinyhttp/thttp_message.h b/tinyHTTP/include/tinyhttp/thttp_message.h
new file mode 100644
index 0000000..4f9d1e5
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/thttp_message.h
@@ -0,0 +1,263 @@
+/*
+* Copyright (C) 2010-2015 Mamadou DIOP.
+*
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_message.h
+ * @brief Represents a HTTP message. A HTTP message is either a request from a client to a server, or a
+ * response from a server to a client.
+ *
+ */
+#ifndef THTTP_MESSAGE_H
+#define THTTP_MESSAGE_H
+
+#include "tinyhttp_config.h"
+
+#include "tinyhttp/thttp_url.h"
+
+//#include "tinyhttp/headers/thttp_header_Call_ID.h"
+//#include "tinyhttp/headers/thttp_header_Contact.h"
+#include "tinyhttp/headers/thttp_header_Content_Length.h"
+#include "tinyhttp/headers/thttp_header_Content_Type.h"
+//#include "tinyhttp/headers/thttp_header_CSeq.h"
+//#include "tinyhttp/headers/thttp_header_Expires.h"
+//#include "tinyhttp/headers/thttp_header_From.h"
+//#include "tinyhttp/headers/thttp_header_P_Access_Network_Info.h"
+//#include "tinyhttp/headers/thttp_header_Via.h"
+
+#include "tsk_object.h"
+#include "tsk_buffer.h"
+
+/**@ingroup thttp_message_group
+* @def THTTP_MESSAGE_VERSION_10
+* HTTP version 1.0.
+*/
+/**@ingroup thttp_message_group
+* @def THTTP_MESSAGE_VERSION_11
+* HTTP version 1.1.
+*/
+/**@ingroup thttp_message_group
+* @def THTTP_MESSAGE_VERSION_20
+* HTTP version 2.0.
+*/
+/**@ingroup thttp_message_group
+* @def THTTP_MESSAGE_VERSION_DEFAULT
+* Default HTTP version. Default value is @ref THTTP_MESSAGE_VERSION_11.
+*/
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_MESSAGE_VERSION_10 "HTTP/1.0"
+#define THTTP_MESSAGE_VERSION_11 "HTTP/1.1"
+#define THTTP_MESSAGE_VERSION_20 "HTTP/2.0"
+#define THTTP_MESSAGE_VERSION_DEFAULT THTTP_MESSAGE_VERSION_11
+
+/**@ingroup thttp_message_group
+* @def THTTP_MESSAGE_IS_REQUEST
+* Checks whether the HTTP message is a request or not.
+* @param self A pointer to a valid @ref thttp_message_t object.
+* @retval @ref tsk_true if @a self is a request and @a tsk_false otherwise.
+*/
+/**@ingroup thttp_message_group
+* @def THTTP_MESSAGE_IS_RESPONSE
+* Checks whether the HTTP message is a response or not.
+* @param self A pointer to a valid @ref thttp_message_t object.
+* @retval @ref tsk_true if @a self is a response and @a tsk_false otherwise.
+*/
+#define THTTP_MESSAGE_IS_REQUEST(self) ((self) ? (self)->type == thttp_request : tsk_false)
+#define THTTP_MESSAGE_IS_RESPONSE(self) ((self) ? (self)->type == thttp_response : tsk_false)
+
+/**@ingroup thttp_message_group
+* @def THTTP_MESSAGE
+* Casts any pointer to a pointer to @ref thttp_message_t.
+* @retval A pointer to @ref thttp_message_t.
+*/
+/**@ingroup thttp_message_group
+* @def THTTP_MESSAGE_AS_RESPONSE
+* Casts any pointer to a pointer to @ref thttp_response_t.
+* @retval A pointer to @ref thttp_response_t.
+*/
+/**@ingroup thttp_message_group
+* @def THTTP_MESSAGE_AS_REQUEST
+* Casts any pointer to a pointer to @ref thttp_request_t.
+* @retval A pointer to @ref thttp_request_t.
+*/
+#define THTTP_MESSAGE(self) ((thttp_message_t*)(self))
+#define THTTP_MESSAGE_AS_RESPONSE(self) ((thttp_response_t*)(self))
+#define THTTP_MESSAGE_AS_REQUEST(self) ((thttp_request_t*)(self))
+
+
+/**@ingroup thttp_message_group
+*@def THTTP_RESPONSE_CODE
+* Gets the status code of the response.
+* @param self A pointer to a @ref thttp_response_t object.
+* @retval The status code (short).
+*/
+/**@ingroup thttp_message_group
+*@def THTTP_RESPONSE_PHRASE
+* Gets the reason phrase of the response.
+* @param self A pointer to a @ref thttp_response_t object.
+* @retval The phrase (const char*).
+*/
+
+#define THTTP_RESPONSE_CODE(self) (THTTP_MESSAGE_IS_RESPONSE((self)) ? (self)->line.response.status_code : 0)
+#define THTTP_RESPONSE_PHRASE(self) ((self)->line.response.reason_phrase)
+
+/**@ingroup thttp_message_group
+*@def THTTP_REQUEST_METHOD
+* Gets the method of the request.
+* @param self A pointer to a @ref thttp_request_t object.
+* @retval The method (const char*).
+*/
+/**@ingroup thttp_message_group
+*@def THTTP_REQUEST_URL
+* Gets the URL of the request.
+* @param self A pointer to a @ref thttp_request_t object.
+* @retval The Url (@ref thttp_url_t).
+*/
+#define THTTP_REQUEST_METHOD(self) ((self) ? (self)->line.request.method : tsk_null)
+#define THTTP_REQUEST_URL(self) ((self) ? (self)->line.request.url : tsk_null)
+
+/**@ingroup thttp_message_group
+*@def THTTP_MESSAGE_CONTENT_LENGTH
+* Gets the content length.
+* @param self A pointer to a @ref thttp_message_t object.
+* @retval The content length (uint32_t).
+*/
+/**@ingroup thttp_message_group
+*@def THTTP_MESSAGE_CONTENT
+* Gets the content value.
+* @param self A pointer to a @ref thttp_message_t object.
+* @retval A pointer to the content (void*).
+*/
+/**@ingroup thttp_message_group
+*@def THTTP_MESSAGE_HAS_CONTENT
+* Checks whether the message has a content or not.
+* @param self A pointer to a @ref thttp_message_t object.
+* @retval @ref tsk_true if the message has a content and @a tsk_false otherwise.
+*/
+#define THTTP_MESSAGE_CONTENT_LENGTH(self) (uint32_t)(((self) && (self)->Content_Length) ? (self)->Content_Length->length : 0)
+#define THTTP_MESSAGE_CONTENT(self) (THTTP_MESSAGE_HAS_CONTENT(self) ? (self)->Content->data : 0)
+#define THTTP_MESSAGE_HAS_CONTENT(self) ((self) && (self)->Content)
+
+#define THTTP_RESPONSE_IS(self, code) (THTTP_RESPONSE_CODE((self)) == code)
+#define THTTP_RESPONSE_IS_NXX(self, N) (N##00<= THTTP_RESPONSE_CODE((self)) && THTTP_RESPONSE_CODE((self)) <= N##99)
+#define THTTP_RESPONSE_IS_1XX(self) THTTP_RESPONSE_IS_NXX(self, 1)
+#define THTTP_RESPONSE_IS_2XX(self) THTTP_RESPONSE_IS_NXX(self, 2)
+#define THTTP_RESPONSE_IS_3XX(self) THTTP_RESPONSE_IS_NXX(self, 3)
+#define THTTP_RESPONSE_IS_4XX(self) THTTP_RESPONSE_IS_NXX(self, 4)
+#define THTTP_RESPONSE_IS_5XX(self) THTTP_RESPONSE_IS_NXX(self, 5)
+#define THTTP_RESPONSE_IS_6XX(self) THTTP_RESPONSE_IS_NXX(self, 6)
+#define THTTP_RESPONSE_IS_23456(self) (200<= THTTP_RESPONSE_CODE((self)) && THTTP_RESPONSE_CODE((self)) <= 699)
+
+/**Defines the message type (Request or Response).
+**/
+typedef enum thttp_message_type_e
+{
+ thttp_unknown,
+ thttp_request,
+ thttp_response
+}
+thttp_message_type_t;
+
+/**Represents a HTTP message. A HTTP message is either a request from a client to a server,
+ * or a response from a server to a client.
+**/
+typedef struct thttp_message_s
+{
+ TSK_DECLARE_OBJECT;
+
+ char *http_version; /**< The HTTP version. Only 'HTTP/1.1' is supported. */
+ thttp_message_type_t type; /**< The type of this HTTP message. */
+
+ /* Request-Line */
+ union{
+ struct{
+ char *method;
+ thttp_url_t *url;
+ } request;
+ struct{
+ short status_code;
+ char *reason_phrase;
+ } response;
+ } line;
+
+ /*== MOST COMMON HEADERS. */
+ thttp_header_Content_Type_t *Content_Type;
+ thttp_header_Content_Length_t *Content_Length;
+ tsk_buffer_t *Content;
+
+ /*== OTHER HEADERS*/
+ thttp_headers_L_t *headers;
+}
+thttp_message_t;
+
+typedef thttp_message_t thttp_request_t; /**< HTTP request message. */
+typedef thttp_message_t thttp_response_t; /**< HTTP response message. */
+
+//
+TINYHTTP_API int thttp_message_add_header(thttp_message_t *self, const thttp_header_t *hdr);
+TINYHTTP_API int thttp_message_add_headers(thttp_message_t *self, const thttp_headers_L_t *headers);
+TINYHTTP_API int thttp_message_add_headers_2(thttp_message_t *self, ...);
+TINYHTTP_API int thttp_message_add_content(thttp_message_t *self, const char* content_type, const void* content, tsk_size_t size);
+TINYHTTP_API int thttp_message_append_content(thttp_message_t *self, const void* content, tsk_size_t size);
+
+#if defined(__SYMBIAN32__) && 0
+static void THTTP_MESSAGE_ADD_HEADER(thttp_message_t *self, ...)
+ {
+ va_list ap;
+ thttp_header_t *header;
+ const tsk_object_def_t *objdef;
+
+ va_start(ap, self);
+ objdef = va_arg(ap, const tsk_object_def_t*);
+ header = tsk_object_new_2(objdef, &ap);
+ va_end(ap);
+
+ thttp_message_add_header(self, header);
+ tsk_object_unref(header);
+ }
+#else
+#define THTTP_MESSAGE_ADD_HEADER(self, objdef, ...) \
+ { \
+ thttp_header_t *header = (thttp_header_t *)tsk_object_new(objdef, ##__VA_ARGS__); \
+ thttp_message_add_header(self, header); \
+ tsk_object_unref(header); \
+ }
+#endif
+
+TINYHTTP_API const thttp_header_t *thttp_message_get_headerAt(const thttp_message_t *self, thttp_header_type_t type, tsk_size_t index);
+TINYHTTP_API const thttp_header_t *thttp_message_get_header(const thttp_message_t *self, thttp_header_type_t type);
+TINYHTTP_API const thttp_header_t *thttp_message_get_headerByName(const thttp_message_t *self, const char* name);
+
+TINYHTTP_API int thttp_message_serialize(const thttp_message_t *self, tsk_buffer_t *output);
+TINYHTTP_API char* thttp_message_tostring(const thttp_message_t *self);
+
+TINYHTTP_API thttp_request_t *thttp_request_new(const char* method, const thttp_url_t *request_url);
+TINYHTTP_API thttp_response_t *thttp_response_new(short status_code, const char* reason_phrase, const thttp_request_t *request);
+
+TINYHTTP_API thttp_message_t* thttp_message_create();
+TINYHTTP_API thttp_request_t* thttp_request_create(const char* method, const thttp_url_t* url);
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_message_def_t;
+
+THTTP_END_DECLS
+
+#endif /* THTTP_MESSAGE_H */
+
diff --git a/tinyHTTP/include/tinyhttp/thttp_proxy_node_plugin.h b/tinyHTTP/include/tinyhttp/thttp_proxy_node_plugin.h
new file mode 100644
index 0000000..ed4138b
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/thttp_proxy_node_plugin.h
@@ -0,0 +1,33 @@
+/*
+ * Copyright (C) 2010-2015 Mamadou DIOP.
+ * Copyright (C) 2015 Doubango Telecom.
+ *
+ * This file is part of Open Source Doubango Framework.
+ *
+ * DOUBANGO is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * DOUBANGO is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with DOUBANGO.
+ *
+ */
+#if !defined(TINYHTTP_PROXY_NODE_PLUGIN_H)
+#define TINYHTTP_PROXY_NODE_PLUGIN_H
+
+#include "tinyhttp_config.h"
+
+THTTP_BEGIN_DECLS
+
+TINYHTTP_GEXTERN const struct tnet_proxy_node_plugin_def_s* thttp_proxy_node_plugin_def_t;
+
+THTTP_END_DECLS
+
+
+#endif /* TINYHTTP_PROXY_NODE_PLUGIN_H */
diff --git a/tinyHTTP/include/tinyhttp/thttp_session.h b/tinyHTTP/include/tinyhttp/thttp_session.h
new file mode 100644
index 0000000..3d740e5
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/thttp_session.h
@@ -0,0 +1,207 @@
+/*
+* Copyright (C) 2010-2015 Mamadou DIOP.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_session.h
+ * @brief HTTP session.
+ *
+ */
+#ifndef THTTP_SESSION_H
+#define THTTP_SESSION_H
+
+#include "tinyhttp_config.h"
+
+#include "tinyhttp/auth/thttp_challenge.h"
+#include "tinyhttp/thttp_message.h"
+
+#include "tinyhttp/thttp_dialog.h"
+
+#include "tnet_types.h"
+
+#include "tsk_object.h"
+#include "tsk_list.h"
+#include "tsk_params.h"
+#include "tsk_options.h"
+
+THTTP_BEGIN_DECLS
+
+//FD
+struct thttp_message_s;
+
+typedef uint64_t thttp_session_id_t;
+#define THTTP_SESSION_INVALID_ID 0
+#define THTTP_SESSION_INVALID_HANDLE tsk_null
+
+/** List of all supported options.
+* To pass an option to the sesion, use @ref THTTP_SESSION_SET_OPTION() macro.
+*/
+typedef enum thttp_session_option_e
+{
+ THTTP_SESSION_OPTION_TIMEOUT,
+ THTTP_SESSION_OPTION_TTL,
+ // To be continued...
+}
+thttp_session_option_t;
+
+typedef enum thttp_session_param_type_e
+{
+ httpp_null = 0,
+
+ httpp_option,
+ httpp_cred,
+ httpp_header,
+ httpp_userdata,
+}
+thttp_session_param_type_t;
+
+/**@ingroup thttp_session_group
+* @def THTTP_SESSION_SET_OPTION
+* Adds or updates an option.
+* This is a helper macro for @ref thttp_session_create and @ref thttp_session_set.
+* @param ID_ENUM The id of the option to add/update (@ref thttp_session_option_t).
+* @param VALUE_STR The new value of the option (<i>const char*</i>).
+*
+* @code
+// session = thttp_session_create(stack,
+thttp_session_set(session,
+ THTTP_SESSION_SET_PARAM(THTTP_SESSION_OPTION_TIMEOUT, "6000"),
+ THTTP_SESSION_SET_NULL());
+* @endcode
+*/
+/**@ingroup thttp_session_group
+* @def THTTP_SESSION_SET_CRED
+* Sets the user's creadentials.
+* This is a helper macro for @ref thttp_session_create and @ref thttp_session_set.
+* @param USERNAME_STR The username (const char*).
+* @param PASSWORD_STR The password(const char*).
+*
+* @code
+// session = thttp_session_create(stack,
+thttp_session_set(session,
+ THTTP_SESSION_SET_CRED("ali baba", "open sesame"),
+ THTTP_SESSION_SET_NULL());
+* @endcode
+*/
+/**@ingroup thttp_session_group
+* @def THTTP_SESSION_SET_HEADER
+* Adds new HTTP headers to the session. The value of the header will be updated if it already exist.
+* This is a helper macro for @ref thttp_session_create and @ref thttp_session_set.
+* @param NAME_STR The name of the header (<i>const char*</i>) to add or update.
+* @param VALUE_STR The value of the header (<i>const char*</i>). Should not contains the trailing CRLF.
+* @sa @ref THTTP_SESSION_UNSET_HEADER
+*
+* @code
+// session = thttp_session_create(stack,
+thttp_session_set(session,
+ THTTP_SESSION_SET_HEADER("Pragma", "No-Cache"),
+ THTTP_SESSION_SET_HEADER("Connection", "Keep-Alive"),
+ THTTP_SESSION_SET_NULL());
+* @endcode
+*/
+/**@ingroup thttp_session_group
+* @def THTTP_SESSION_UNSET_HEADER
+* Removes a header. This header should be previously added by using @ref THTTP_SESSION_SET_HEADER().
+* This is a helper macro for @ref thttp_session_create and @ref thttp_session_set.
+* @param NAME_STR The name of the header (<i>const char*</i>) to remove.
+* @sa @ref THTTP_SESSION_SET_HEADER
+*
+* @code
+// session = thttp_session_create(stack,
+thttp_session_set(session,
+ THTTP_SESSION_UNSET_HEADER("Pragma"),
+ THTTP_SESSION_UNSET_HEADER("Connection"),
+ THTTP_SESSION_SET_NULL());
+* @endcode
+*/
+/**@ingroup thttp_session_group
+* @def THTTP_SESSION_SET_USERDATA
+* Sets user data (context). Will be return to the application layer each time the callback function is called.
+* This is a helper macro for @ref thttp_session_create and @ref thttp_session_set.
+* @param USERDATA_PTR A pointer to the data(const void*).
+*
+* @code
+// session = thttp_session_create(stack,
+thttp_session_set(session,
+ THTTP_SESSION_SET_USERDATA(ctx),
+ THTTP_SESSION_SET_NULL());
+* @endcode
+*/
+/**@ingroup thttp_session_group
+* @def THTTP_SESSION_SET_NULL
+* Ends session parameters. Must always be the last one.
+*/
+#define THTTP_SESSION_SET_OPTION(ID_ENUM, VALUE_STR) httpp_option, (thttp_session_option_t)ID_ENUM, (const char*)VALUE_STR
+#define THTTP_SESSION_SET_CRED(USERNAME_STR, PASSWORD_STR) httpp_cred, (const char*)USERNAME_STR, (const char*)PASSWORD_STR
+#define THTTP_SESSION_SET_HEADER(NAME_STR, VALUE_STR) httpp_header, (const char*)NAME_STR, (const char*)VALUE_STR
+#define THTTP_SESSION_UNSET_HEADER(NAME_STR) THTTP_SESSION_SET_HEADER(NAME_STR, (const char*)-1)
+#define THTTP_SESSION_SET_USERDATA(USERDATA_PTR) httpp_userdata, (const void*)USERDATA_PTR
+#define THTTP_SESSION_SET_NULL() httpp_null
+
+typedef struct thttp_session_s
+{
+ TSK_DECLARE_OBJECT;
+
+ thttp_session_id_t id;
+ const struct thttp_stack_s* stack;
+ const void* userdata; // user's context
+ tsk_options_L_t *options;
+ tsk_params_L_t *headers;
+
+ tnet_fd_t fd;
+
+ thttp_challenges_L_t *challenges;
+ thttp_dialogs_L_t* dialogs;
+
+ struct{
+ char* usename;
+ char* password;
+ }cred;
+
+ TSK_DECLARE_SAFEOBJ;
+}
+thttp_session_t;
+
+typedef tsk_list_t thttp_sessions_L_t; /**< List of @ref thttp_session_handle_t elements. */
+
+/** Pointer to a HTTP/HTTPS session. */
+typedef void thttp_session_handle_t;
+/** Pointer to a HTTP/HTTPS stack object. */
+typedef void thttp_stack_handle_t;
+
+TINYHTTP_API thttp_session_handle_t* thttp_session_create(const thttp_stack_handle_t* stack, ...);
+TINYHTTP_API int thttp_session_set(thttp_session_handle_t *self, ...);
+TINYHTTP_API thttp_session_id_t thttp_session_get_id(const thttp_session_handle_t *self);
+TINYHTTP_API const void* thttp_session_get_userdata(const thttp_session_handle_t *self);
+TINYHTTP_API int thttp_session_closefd(thttp_session_handle_t *self);
+
+int thttp_session_update_challenges(thttp_session_t *self, const thttp_response_t* response, tsk_bool_t answered);
+
+int thttp_session_signal_closed(thttp_session_t *self);
+int thttp_session_signal_error(thttp_session_t *self);
+
+
+thttp_session_t* thttp_session_get_by_fd(thttp_sessions_L_t* sessions, tnet_fd_t fd);
+
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_session_def_t;
+
+THTTP_END_DECLS
+
+#endif /* THTTP_SESSION_H */
+
diff --git a/tinyHTTP/include/tinyhttp/thttp_url.h b/tinyHTTP/include/tinyhttp/thttp_url.h
new file mode 100644
index 0000000..802f84d
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp/thttp_url.h
@@ -0,0 +1,93 @@
+/*
+* Copyright (C) 2010-2015 Mamadou DIOP.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_url.h
+ * @brief HTTP/HTTPS URL.
+ *
+ */
+#ifndef TINYHTTP_URL_H
+#define TINYHTTP_URL_H
+
+#include "tinyhttp_config.h"
+
+#include "tsk_object.h"
+#include "tsk_params.h"
+#include "tsk_buffer.h"
+
+THTTP_BEGIN_DECLS
+
+#define THTTP_URL_IS_SECURE(url) ((url && url->type==thttp_url_https) ? 1 : 0)
+
+/** Url type.
+*/
+typedef enum thttp_url_type_e
+{
+ thttp_url_unknown,
+ thttp_url_http,
+ thttp_url_https,
+}
+thttp_url_type_t;
+
+typedef enum thttp_host_type_e
+{
+ thttp_host_unknown,
+ thttp_host_hostname,
+ thttp_host_ipv4,
+ thttp_host_ipv6
+}
+thttp_host_type_t;
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
+/// @struct thttp_url_t
+///
+/// @brief HTTP/HTTPS URL.
+///
+/// ABNF (Compact: From RFC 1738): httpurl = "http://" hostport [ "/" hpath [ "?" search ]]
+/// hpath = hsegment *[ "/" hsegment ]
+/// hsegment = *[ uchar | ";" | ":" | "@" | "&" | "=" ]
+/// search = *[ uchar | ";" | ":" | "@" | "&" | "=" ]
+////////////////////////////////////////////////////////////////////////////////////////////////////
+typedef struct thttp_url_s
+{
+ TSK_DECLARE_OBJECT;
+
+ thttp_url_type_t type;
+ char *scheme;
+ char *host; /**< Host name. Hostname or IPv4address or IPv6address. */
+ char *hpath;
+ char *search;
+ thttp_host_type_t host_type; /**< IPv4 or IPv6 or domain name. */
+ uint16_t port;
+}
+thttp_url_t;
+
+TINYHTTP_API int thttp_url_serialize(const thttp_url_t *url, tsk_buffer_t *output);
+TINYHTTP_API char* thttp_url_tostring(const thttp_url_t *url);
+TINYHTTP_API thttp_url_t *thttp_url_clone(const thttp_url_t *url);
+TINYHTTP_API tsk_bool_t thttp_url_isvalid(const char* urlstring);
+
+thttp_url_t* thttp_url_create(thttp_url_type_t type);
+
+TINYHTTP_GEXTERN const tsk_object_def_t *thttp_url_def_t;
+
+THTTP_END_DECLS
+
+#endif /* TINYHTTP_URL_H */
+
diff --git a/tinyHTTP/include/tinyhttp_config.h b/tinyHTTP/include/tinyhttp_config.h
new file mode 100644
index 0000000..bd2a743
--- /dev/null
+++ b/tinyHTTP/include/tinyhttp_config.h
@@ -0,0 +1,98 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+#ifndef TINYHTTP_CONFIG_H
+#define TINYHTTP_CONFIG_H
+
+#ifdef __SYMBIAN32__
+#undef _WIN32 /* Because of WINSCW */
+#endif
+
+// Windows (XP/Vista/7/CE and Windows Mobile) macro definition
+#if defined(WIN32)|| defined(_WIN32) || defined(_WIN32_WCE)
+# define THTTP_UNDER_WINDOWS 1
+# if defined(WINAPI_FAMILY) && (WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP || WINAPI_FAMILY == WINAPI_FAMILY_APP)
+# define THTTP_UNDER_WINDOWS_RT 1
+# endif
+#endif
+
+// OS X or iOS
+#if defined(__APPLE__)
+# define THTTP_UNDER_APPLE 1
+# include <TargetConditionals.h>
+# include <Availability.h>
+#endif
+#if TARGET_OS_MAC
+# define THTTP_UNDER_MAC 1
+#endif
+#if TARGET_OS_IPHONE
+# define THTTP_UNDER_IPHONE 1
+#endif
+#if TARGET_IPHONE_SIMULATOR
+# define THTTP_UNDER_IPHONE_SIMULATOR 1
+#endif
+
+#if (THTTP_UNDER_WINDOWS || defined(__SYMBIAN32__)) && defined(TINYHTTP_EXPORTS)
+# define TINYHTTP_API __declspec(dllexport)
+# define TINYHTTP_GEXTERN extern __declspec(dllexport)
+#elif (THTTP_UNDER_WINDOWS || defined(__SYMBIAN32__)) && !defined(TINYHTTP_IMPORTS_IGNORE)
+# define TINYHTTP_API __declspec(dllimport)
+# define TINYHTTP_GEXTERN __declspec(dllimport)
+#else
+# define TINYHTTP_API
+# define TINYHTTP_GEXTERN extern
+#endif
+
+/* Guards against C++ name mangling
+*/
+#ifdef __cplusplus
+# define THTTP_BEGIN_DECLS extern "C" {
+# define THTTP_END_DECLS }
+#else
+# define THTTP_BEGIN_DECLS
+# define THTTP_END_DECLS
+#endif
+
+/* Disable some well-known warnings
+*/
+#ifdef _MSC_VER
+# if !defined(_CRT_SECURE_NO_WARNINGS)
+# define _CRT_SECURE_NO_WARNINGS
+# endif /* _CRT_SECURE_NO_WARNINGS */
+#endif
+
+/* Detecting C99 compilers
+ */
+#if (__STDC_VERSION__ == 199901L) && !defined(__C99__)
+# define __C99__
+#endif
+
+#include <stdint.h>
+#ifdef __SYMBIAN32__
+#include <stdlib.h>
+#endif
+
+#if HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
+#endif // TINYHTTP_CONFIG_H
diff --git a/tinyHTTP/installdox.sh b/tinyHTTP/installdox.sh
new file mode 100644
index 0000000..7d70541
--- /dev/null
+++ b/tinyHTTP/installdox.sh
@@ -0,0 +1 @@
+docs/html/installdox -l tinySAK.tag@http://doubango.org/API/tinySAK docs/html/*.html -l tinyNET.tag@http://doubango.org/API/tinyNET docs/html/*.html
diff --git a/tinyHTTP/ragel.sh b/tinyHTTP/ragel.sh
new file mode 100644
index 0000000..fc17b67
--- /dev/null
+++ b/tinyHTTP/ragel.sh
@@ -0,0 +1,50 @@
+# Ragel generator
+# For more information about Ragel: http://www.complang.org/ragel/
+
+#export OPTIONS="-C -L -G2"
+export OPTIONS="-C -L -T0"
+
+# HTTP/HTTPS URL parser
+ragel.exe $OPTIONS -o ./src/parsers/thttp_parser_url.c ./ragel/thttp_parser_url.rl
+
+# HTTP message (both requests an responses) parser.
+ragel.exe $OPTIONS -o ./src/parsers/thttp_parser_message.c ./ragel/thttp_parser_message.rl
+
+# HTTP headers parser
+ragel.exe $OPTIONS -o ./src/parsers/thttp_parser_header.c ./ragel/thttp_parser_header.rl
+
+
+
+
+# ==Authorization
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_Authorization.c ./ragel/thttp_parser_header_Authorization.rl
+
+# ==Content-Length
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_Content_Length.c ./ragel/thttp_parser_header_Content_Length.rl
+
+# ==Content-Type
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_Content_Type.c ./ragel/thttp_parser_header_Content_Type.rl
+
+# ==Dummy
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_Dummy.c ./ragel/thttp_parser_header_Dummy.rl
+
+# ==ETag
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_ETag.c ./ragel/thttp_parser_header_ETag.rl
+
+# ==Sec_WebSocket_Accept
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_Sec_WebSocket_Accept.c ./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl
+
+# ==Sec_WebSocket_Key
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_Sec_WebSocket_Key.c ./ragel/thttp_parser_header_Sec_WebSocket_Key.rl
+
+# ==Sec_WebSocket_Protocol
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_Sec_WebSocket_Protocol.c ./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl
+
+# ==Sec_WebSocket_Version
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_Sec_WebSocket_Version.c ./ragel/thttp_parser_header_Sec_WebSocket_Version.rl
+
+# == Transfer-Encoding
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_Transfer_Encoding.c ./ragel/thttp_parser_header_Transfer_Encoding.rl
+
+# ==WWW-Authenticate
+ragel.exe $OPTIONS -o ./src/headers/thttp_header_WWW_Authenticate.c ./ragel/thttp_parser_header_WWW_Authenticate.rl \ No newline at end of file
diff --git a/tinyHTTP/ragel/thttp_machine_header.rl b/tinyHTTP/ragel/thttp_machine_header.rl
new file mode 100644
index 0000000..680cff9
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_machine_header.rl
@@ -0,0 +1,87 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_machine_headers.rl.
+ * @brief Ragel file.
+ */
+
+/*== Header pasrsing machine. Supports both full-length and compact mode. */
+%%{
+ machine thttp_machine_header;
+
+ Accept = "Accept"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Accept;
+ Accept_Charset = "Accept-Charset"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Accept_Charset;
+ Accept_Encoding = "Accept-Encoding"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Accept_Encoding;
+ Accept_Language = "Accept-Language"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Accept_Language;
+ Allow = "Allow"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Allow;
+ Authorization = "Authorization"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Authorization;
+ Cache_Control = "Cache-Control"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Cache_Control;
+ Connection = "Connection"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Connection;
+ Content_Encoding = ("Content-Encoding"i | "e") SP* HCOLON SP*<: any* :>CRLF @parse_header_Content_Encoding;
+ Content_Language = "Content-Language"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Content_Language;
+ Content_Length = "Content-Length"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Content_Length;
+ Content_Location = "Content-Location"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Content_Location;
+ Content_MD5 = "Content-MD5"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Content_MD5;
+ Content_Range = "Content-Range"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Content_Range;
+ Content_Type = ("Content-Type"i | "c") SP* HCOLON SP*<: any* :>CRLF @parse_header_Content_Type;
+ Date = "Date"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Date;
+ ETag = "ETag"i SP* HCOLON SP*<: any* :>CRLF @parse_header_ETag;
+ Expect = "Expect"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Expect;
+ Expires = "Expires"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Expires;
+ From = "From"i SP* HCOLON SP*<: any* :>CRLF @parse_header_From;
+ Host = "Host"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Host;
+ If_Match = "If-Match"i SP* HCOLON SP*<: any* :>CRLF @parse_header_If_Match;
+ If_Modified_Since = "If-Modified-Since"i SP* HCOLON SP*<: any* :>CRLF @parse_header_If_Modified_Since;
+ If_None_Match = "If-None-Match"i SP* HCOLON SP*<: any* :>CRLF @parse_header_If_None_Match;
+ If_Range = "If-Range"i SP* HCOLON SP*<: any* :>CRLF @parse_header_If_Range;
+ If_Unmodified_Since = "If-Unmodified-Since"i SP* HCOLON SP*<: any* :>CRLF @parse_header_If_Unmodified_Since;
+ Last_Modified = "Last-Modified"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Last_Modified;
+ Max_Forwards = "Max-Forwards"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Max_Forwards;
+ Pragma = "Pragma"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Pragma;
+ Proxy_Authenticate = "Proxy-Authenticate"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Proxy_Authenticate;
+ Proxy_Authorization = "Proxy-Authorization"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Proxy_Authorization;
+ Range = "Range"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Range;
+ Referer = "Referer"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Referer;
+ Transfer_Encoding = "Transfer-Encoding"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Transfer_Encoding;
+ TE = "TE"i SP* HCOLON SP*<: any* :>CRLF @parse_header_TE;
+ Trailer = "Trailer"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Trailer;
+ Upgrade = "Upgrade"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Upgrade;
+ User_Agent = "User-Agent"i SP* HCOLON SP*<: any* :>CRLF @parse_header_User_Agent;
+ Via = "Via"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Via;
+ Warning = "Warning"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Warning;
+ WWW_Authenticate = "WWW-Authenticate"i SP* HCOLON SP*<: any* :>CRLF @parse_header_WWW_Authenticate;
+
+ # WebSocket
+ Sec_WebSocket_Accept = "Sec-WebSocket-Accept"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Sec_WebSocket_Accept;
+ Sec_WebSocket_Key = "Sec-WebSocket-Key"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Sec_WebSocket_Key;
+ Sec_WebSocket_Protocol = "Sec-WebSocket-Protocol"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Sec_WebSocket_Protocol;
+ Sec_WebSocket_Version = "Sec-WebSocket-Version"i SP* HCOLON SP*<: any* :>CRLF @parse_header_Sec_WebSocket_Version;
+
+
+ ######
+ extension_header = (token) SP* HCOLON SP*<: any* :>CRLF @parse_header_extension_header;
+
+ general_header = Cache_Control | Connection | Date | Pragma | Trailer | Transfer_Encoding | Upgrade | Via | Warning;
+ auth_header = Authorization | WWW_Authenticate | Proxy_Authorization | Proxy_Authenticate;
+ request_header = Accept | Accept_Charset | Accept_Encoding | Accept_Language | Expect | From | Host | If_Match | If_Modified_Since | If_None_Match | If_Range | If_Unmodified_Since | Max_Forwards | Range | Referer | TE | User_Agent;
+ entity_header = Allow | Content_Encoding | Content_Language | Content_Length | Content_Location | Content_MD5 | Content_Range | Content_Type | ETag | Expires | Last_Modified;
+ ws_header = Sec_WebSocket_Accept | Sec_WebSocket_Key | Sec_WebSocket_Protocol | Sec_WebSocket_Version;
+
+ HEADER = (general_header | auth_header | request_header | entity_header | ws_header)@1 | extension_header@0;
+}%% \ No newline at end of file
diff --git a/tinyHTTP/ragel/thttp_machine_message.rl b/tinyHTTP/ragel/thttp_machine_message.rl
new file mode 100644
index 0000000..f889b24
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_machine_message.rl
@@ -0,0 +1,44 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_machine_message.rl
+ * @brief Ragel file.
+ */
+%%{
+ machine thttp_machine_message;
+
+ message_body = any*;
+ HTTP_Version = ("HTTP"i "/" DIGIT+ "." DIGIT+)>tag %parse_httpversion;
+
+ message_header = any+ >tag :>CRLF %parse_header;
+
+ # HTTP RESPONSE
+ Reason_Phrase = (( reserved | unreserved | escaped | UTF8_NONASCII | UTF8_CONT | SP | HTAB )*)>tag %parse_reason_phrase;
+ Status_Line = HTTP_Version :>SP Status_Code>tag %parse_status_code :>SP Reason_Phrase :>CRLF;
+ Response = Status_Line (message_header* :>CRLF);
+
+ # HTTP REQUEST
+ URI = (any+)>tag %parse_requesturl;
+ Request_URI = URI;
+ Request_Line = Method>tag %parse_method :>SP Request_URI :>SP HTTP_Version :>CRLF;
+ Request = Request_Line (message_header* :>CRLF);
+
+ # HTTP MESSAGE
+ HTTP_message = (Response | Request)>1 @eoh message_body?>0;
+}%% \ No newline at end of file
diff --git a/tinyHTTP/ragel/thttp_machine_utils.rl b/tinyHTTP/ragel/thttp_machine_utils.rl
new file mode 100644
index 0000000..6af17a1
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_machine_utils.rl
@@ -0,0 +1,110 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_machine_utils.rl
+ * @brief Ragel file.
+ *
+ */
+%%{
+ machine thttp_machine_utils;
+
+ OCTET = "0x"[0-9A-Fa-f]+;
+ CHAR = 0x01..0x7f;
+ VCHAR = 0x21..0x7e;
+ ALPHA = 0x41..0x5a | 0x61..0x7a;
+ DIGIT = 0x30..0x39;
+ CTL = 0x00..0x1f | 0x7f;
+ HTAB = "\t";
+ LF = "\n";
+ CR = "\r";
+ SP = " ";
+ DQUOTE = "\"";
+ BIT = "0" | "1";
+ HEXDIG = DIGIT | "A"i | "B"i | "C"i | "D"i | "E"i | "F"i;
+ CRLF = CR LF;
+ WSP = SP | HTAB;
+ LWSP = ( WSP | ( CRLF WSP ) )*;
+ LWS = ( WSP* CRLF )? WSP+;
+ SWS = LWS?;
+ EQUAL = SWS "=" SWS;
+ LHEX = DIGIT | 0x61..0x66;
+ HCOLON = ( SP | HTAB )* ":" SWS;
+ separators = "(" | ")" | "<" | ">" | "@" | "," | ";" | ":" | "\\" | DQUOTE | "/" | "[" | "]" | "?" | "=" | "{" | "}" | SP | HTAB;
+ STAR = SWS "*" SWS;
+ SLASH = SWS "/" SWS;
+ LPAREN = SWS "(" SWS;
+ RPAREN = SWS ")" SWS;
+ COMMA = SWS "," SWS;
+ SEMI = SWS ";" SWS;
+ COLON = SWS ":" SWS;
+ LAQUOT = SWS "<";
+ LDQUOT = SWS DQUOTE;
+ RAQUOT = ">" SWS;
+ RDQUOT = DQUOTE SWS;
+ UTF8_CONT = 0x80..0xbf;
+
+ ##### FIXME: UTF8_NONASCII up to 2bytes will fail on Android
+ UTF8_NONASCII = ( 0x80..0xff );
+ #UTF8_NONASCII = ( 0xc0..0xdf UTF8_CONT ) | ( 0xe0..0xef UTF8_CONT{2} ) | ( 0xf0..0xf7 UTF8_CONT{3} ) | ( 0xf8..0xfb UTF8_CONT{4} ) | ( 0xfc..0xfd UTF8_CONT{5} );
+ ctext = 0x21..0x27 | 0x2a..0x5b | 0x5d..0x7e | UTF8_NONASCII | LWS;
+ qvalue = ( "0" ( "." DIGIT{,3} )? ) | ( "1" ( "." "0"{,3} )? );
+ alphanum = ALPHA | DIGIT;
+ scheme = ALPHA ( ALPHA | DIGIT | "+" | "-" | "." )*;
+ token = ( alphanum | "-" | "." | "!" | "%" | "*" | "_" | "+" | "`" | "'" | "~" )+;
+ ietf_token = token;
+ x_token = "x-"i token;
+ iana_token = token;
+ token_nodot = ( alphanum | "-" | "!" | "%" | "*" | "_" | "+" | "`" | "'" | "~" )+;
+ word = ( alphanum | "-" | "." | "!" | "%" | "*" | "_" | "+" | "`" | "'" | "~" | "(" | ")" | "<" | ">" | ":" | "\\" | DQUOTE | "/" | "[" | "]" | "?" | "{" | "}" )+;
+ domainlabel = alphanum | ( alphanum ( alphanum | "-" )* alphanum );
+ toplabel = ALPHA | ( ALPHA ( alphanum | "-" )* alphanum );
+ hostname = ( domainlabel "." )* toplabel "."?;
+ IPv4address = DIGIT{1,3} "." DIGIT{1,3} "." DIGIT{1,3} "." DIGIT{1,3};
+ hex4 = HEXDIG{1,4};
+ hexseq = hex4 ( ":" hex4 )*;
+ hexpart = hexseq | ( hexseq "::" hexseq? ) | ( "::" hexseq? );
+ IPv6address = hexpart ( ":" IPv4address )?;
+ IPv6reference = "[" IPv6address "]";
+ host = hostname | IPv4address | IPv6reference;
+ qdtext = LWS | "!" | 0x23..0x5b | 0x5d..0x7e | UTF8_NONASCII;
+ quoted_pair = "\\" ( 0x00..0x09 | 0x0b..0x0c | 0x0e..0x7f );
+ quoted_string = SWS DQUOTE ( qdtext | quoted_pair )* DQUOTE;
+ gen_value = token | host | quoted_string;
+ generic_param = token ( EQUAL gen_value )?;
+ accept_param = ( "q"i EQUAL qvalue ) | generic_param;
+ mark = "-" | "_" | "." | "!" | "~" | "*" | "'" | "(" | ")";
+ unreserved = alphanum | mark;
+ escaped = "%" HEXDIG HEXDIG;
+ user_unreserved = "&" | "=" | "+" | "$" | "," | ";" | "?" | "/";
+ user = ( unreserved | escaped | user_unreserved )+;
+ param_unreserved = "[" | "]" | "/" | ":" | "&" | "+" | "$";
+ pct_encoded = "%" HEXDIG HEXDIG;
+ paramchar = param_unreserved | unreserved | pct_encoded;
+ pname = paramchar+;
+ pvalue = paramchar+;
+ parameter = ";" pname ( "=" pvalue )?;
+ reserved = ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" | "$" | ",";
+ urlc = reserved | unreserved | escaped;
+
+ extension_code = DIGIT{3};
+ Status_Code = "100" | "101" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "300" | "301" | "302" | "303" | "304" | "305" | "307" | "400" | "401" | "402" | "403" | "404" | "405" | "406" | "407" | "408" | "409" | "410" | "411" | "412" | "413" | "414" | "415" | "416" | "417" | "500" | "501" | "502" | "503" | "504" | "505" | extension_code;
+
+ extension_method = token;
+ Method = "OPTIONS"i | "GET"i | "HEAD"i | "POST"i | "PUT"i | "DELETE"i | "TRACE"i | "CONNECT"i | extension_method;
+}%% \ No newline at end of file
diff --git a/tinyHTTP/ragel/thttp_machine_ws.rl b/tinyHTTP/ragel/thttp_machine_ws.rl
new file mode 100644
index 0000000..4326e41
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_machine_ws.rl
@@ -0,0 +1,46 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+*/
+
+%%{
+ machine thttp_machine_ws;
+
+ extension_param = token ( "=" ( token | quoted_string ) )?;
+ NZDIGIT = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";
+ version = DIGIT | ( NZDIGIT DIGIT ) | ( "1" DIGIT DIGIT ) | ( "2" DIGIT DIGIT );
+ base64_character = ALPHA | DIGIT | "+" | "/";
+ base64_data = base64_character{4};
+ base64_padding = ( base64_character{2} "==" ) | ( base64_character{3} "=" );
+ base64_value_non_empty = ( base64_data+ base64_padding? ) | base64_padding;
+ Sec_WebSocket_Key = base64_value_non_empty;
+ registered_token = token;
+ extension_token = registered_token;
+ extension = extension_token ( ";" extension_param )*;
+ extension_list = extension ( COMMA extension )*;
+ Sec_WebSocket_Extensions = extension_list;
+ Sec_WebSocket_Protocol_Client = token ( COMMA token )*;
+ Sec_WebSocket_Version_Client = version;
+ Sec_WebSocket_Accept = base64_value_non_empty;
+ Sec_WebSocket_Protocol_Server = token;
+ Sec_WebSocket_Version_Server = version ( COMMA version )*;
+ Sec_WebSocket_Version = version ( COMMA version )*;
+ Sec_WebSocket_Protocol = token ( COMMA token )*;
+
+}%% \ No newline at end of file
diff --git a/tinyHTTP/ragel/thttp_parser_header.rl b/tinyHTTP/ragel/thttp_parser_header.rl
new file mode 100644
index 0000000..c4445ed
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header.rl
@@ -0,0 +1,522 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_parser_header.c
+ * @brief HTTP headers parser.
+ */
+#include "tinyhttp/parsers/thttp_parser_header.h"
+
+//#include "tinyhttp/headers/thttp_header_Allow.h"
+//#include "tinyhttp/headers/thttp_header_Allow_Events.h"
+#include "tinyhttp/headers/thttp_header_Authorization.h"
+//#include "tinyhttp/headers/thttp_header_Call_ID.h"
+//#include "tinyhttp/headers/thttp_header_Contact.h"
+//#include "tinyhttp/headers/thttp_header_CSeq.h"
+#include "tinyhttp/headers/thttp_header_Dummy.h"
+#include "tinyhttp/headers/thttp_header_ETag.h"
+//#include "tinyhttp/headers/thttp_header_Expires.h"
+//#include "tinyhttp/headers/thttp_header_From.h"
+//#include "tinyhttp/headers/thttp_header_Max_Forwards.h"
+//#include "tinyhttp/headers/thttp_header_Min_Expires.h"
+//#include "tinyhttp/headers/thttp_header_Path.h"
+//#include "tinyhttp/headers/thttp_header_P_Access_Network_Info.h"
+//#include "tinyhttp/headers/thttp_header_P_Preferred_Identity.h"
+//#include "tinyhttp/headers/thttp_header_Privacy.h"
+//#include "tinyhttp/headers/thttp_header_Proxy_Authenticate.h"
+//#include "tinyhttp/headers/thttp_header_Proxy_Authorization.h"
+//#include "tinyhttp/headers/thttp_header_Record_Route.h"
+//#include "tinyhttp/headers/thttp_header_Require.h"
+//#include "tinyhttp/headers/thttp_header_Route.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Accept.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Key.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Protocol.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Version.h"
+//#include "tinyhttp/headers/thttp_header_Service_Route.h"
+//#include "tinyhttp/headers/thttp_header_Supported.h"
+#include "tinyhttp/headers/thttp_header_Transfer_Encoding.h"
+//#include "tinyhttp/headers/thttp_header_User_Agent.h"
+//#include "tinyhttp/headers/thttp_header_Via.h"
+#include "tinyhttp/headers/thttp_header_WWW_Authenticate.h"
+
+#include "tsk_debug.h"
+
+#undef ADD_HEADERS
+#undef ADD_HEADER
+
+#define ADD_HEADERS(headers)\
+ if(headers)\
+ {\
+ tsk_list_item_t *item;\
+ tsk_list_foreach(item, headers)\
+ {\
+ thttp_header_t *hdr = tsk_object_ref(item->data);\
+ tsk_list_push_back_data(message->headers, ((void**) &hdr));\
+ }\
+ \
+ TSK_OBJECT_SAFE_FREE(headers);\
+ }
+#define ADD_HEADER(header)\
+ if(header)\
+ {\
+ tsk_list_push_back_data(message->headers, ((void**) &header));\
+ }
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_headers;
+
+
+ # /*== Accept: ==*/
+ action parse_header_Accept
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Accept NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Accept_Charset: ==*/
+ action parse_header_Accept_Charset
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Accept_Charset NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Accept_Encoding: ==*/
+ action parse_header_Accept_Encoding
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Accept_Encoding NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Accept_Language: ==*/
+ action parse_header_Accept_Language
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Accept_Language NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Allow: ==*/
+ action parse_header_Allow
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Allow NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Authorization: ==*/
+ action parse_header_Authorization
+ {
+ thttp_header_Authorization_t *header = thttp_header_Authorization_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+
+ # /*== Cache_Control: ==*/
+ action parse_header_Cache_Control
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Cache_Control NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Connection: ==*/
+ action parse_header_Connection
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Connection NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Content_Encoding: ==*/
+ action parse_header_Content_Encoding
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_Encoding NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Content_Language: ==*/
+ action parse_header_Content_Language
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_Language NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Content_Length: ==*/
+ action parse_header_Content_Length
+ {
+ if(!message->Content_Length){
+ message->Content_Length = thttp_header_Content_Length_parse(state->tag_start, (state->tag_end-state->tag_start));
+ }
+ else{
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ //TSK_DEBUG_WARN("The message already have 'Content-Length' header.");
+ }
+ }
+
+ # /*== Content_Location: ==*/
+ action parse_header_Content_Location
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_Location NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Content_MD5: ==*/
+ action parse_header_Content_MD5
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_MD5 NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Content_Range: ==*/
+ action parse_header_Content_Range
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_Range NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Content_Type: ==*/
+ action parse_header_Content_Type
+ {
+ if(!message->Content_Type){
+ message->Content_Type = thttp_header_Content_Type_parse(state->tag_start, (state->tag_end-state->tag_start));
+ }
+ else{
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ //TSK_DEBUG_WARN("The message already have 'Content-Type' header.");
+ }
+ }
+
+ # /*== Date: ==*/
+ action parse_header_Date
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Date NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== ETag: ==*/
+ action parse_header_ETag
+ {
+ thttp_header_ETag_t *header = thttp_header_ETag_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Expires NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Expect: ==*/
+ action parse_header_Expect
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Expect NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Expires: ==*/
+ action parse_header_Expires
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Expires NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== From: ==*/
+ action parse_header_From
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_From NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Host: ==*/
+ action parse_header_Host
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Host NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== If_Match: ==*/
+ action parse_header_If_Match
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_Match NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== If_Modified_Since: ==*/
+ action parse_header_If_Modified_Since
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_Modified_Since NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== If_None_Match: ==*/
+ action parse_header_If_None_Match
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_None_Match NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== If_Range: ==*/
+ action parse_header_If_Range
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_Range NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== If_Unmodified_Since: ==*/
+ action parse_header_If_Unmodified_Since
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_Unmodified_Since NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Last_Modified: ==*/
+ action parse_header_Last_Modified
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Last_Modified NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Max_Forwards: ==*/
+ action parse_header_Max_Forwards
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Max_Forwards NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Pragma: ==*/
+ action parse_header_Pragma
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Pragma NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Proxy_Authenticate: ==*/
+ action parse_header_Proxy_Authenticate
+ {
+ thttp_header_Proxy_Authenticate_t *header = thttp_header_Proxy_Authenticate_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+
+ # /*== Proxy_Authorization: ==*/
+ action parse_header_Proxy_Authorization
+ {
+ thttp_header_Proxy_Authorization_t *header = thttp_header_Proxy_Authorization_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+
+ # /*== Range: ==*/
+ action parse_header_Range
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Range NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Referer: ==*/
+ action parse_header_Referer
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Referer NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /* == Sec-WebSocket-Accept == */
+ action parse_header_Sec_WebSocket_Accept
+ {
+ thttp_header_Sec_WebSocket_Accept_t* header = thttp_header_Sec_WebSocket_Accept_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+
+ # /* == Sec-WebSocket-Key == */
+ action parse_header_Sec_WebSocket_Key
+ {
+ thttp_header_Sec_WebSocket_Key_t* header = thttp_header_Sec_WebSocket_Key_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+
+ # /* == Sec-WebSocket-Protocol == */
+ action parse_header_Sec_WebSocket_Protocol
+ {
+ thttp_header_Sec_WebSocket_Protocol_t* header = thttp_header_Sec_WebSocket_Protocol_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+
+
+ # /* == Sec-WebSocket-Version == */
+ action parse_header_Sec_WebSocket_Version
+ {
+ thttp_header_Sec_WebSocket_Version_t* header = thttp_header_Sec_WebSocket_Version_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+
+ # /*== TE: ==*/
+ action parse_header_TE
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_TE NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Trailer: ==*/
+ action parse_header_Trailer
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Trailer NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Transfer_Encoding: ==*/
+ action parse_header_Transfer_Encoding
+ {
+ thttp_header_Transfer_Encoding_t *header = thttp_header_Transfer_Encoding_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Trailer NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Upgrade: ==*/
+ action parse_header_Upgrade
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Upgrade NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== User_Agent: ==*/
+ action parse_header_User_Agent
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_User_Agent NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Via: ==*/
+ action parse_header_Via
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Via NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== Warning: ==*/
+ action parse_header_Warning
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Warning NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+ # /*== WWW-Authenticate: ==*/
+ action parse_header_WWW_Authenticate
+ {
+ thttp_header_WWW_Authenticate_t *header = thttp_header_WWW_Authenticate_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+
+ # /*== extension_header: ==*/
+ action parse_header_extension_header
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_extension_header NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+ include thttp_machine_header "./ragel/thttp_machine_header.rl";
+
+ # Entry point
+ main := HEADER;
+}%%
+
+int thttp_header_parse(tsk_ragel_state_t *state, thttp_message_t *message)
+{
+ int cs = 0;
+ const char *p = state->tag_start;
+ const char *pe = state->tag_end;
+ const char *eof = pe;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_headers_first_final);
+ (void)(thttp_machine_parser_headers_error);
+ (void)(thttp_machine_parser_headers_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ return ( cs >= %%{ write first_final; }%% ) ? 0 : -1;
+}
diff --git a/tinyHTTP/ragel/thttp_parser_header_Authorization.rl b/tinyHTTP/ragel/thttp_parser_header_Authorization.rl
new file mode 100644
index 0000000..b5d6319
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_Authorization.rl
@@ -0,0 +1,296 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Authorization.c
+ * @brief HTTP Authorization header.
+ */
+#include "tinyhttp/headers/thttp_header_Authorization.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+#include "tsk_time.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_header_Authorization;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+
+ action tag{
+ tag_start = p;
+ }
+
+ action is_digest{
+ hdr_Authorization->scheme = tsk_strdup("Digest");
+ }
+
+ action is_basic{
+ hdr_Authorization->scheme = tsk_strdup("Basic");
+ }
+
+ action is_auth{
+ THTTP_HEADER(hdr_Authorization)->type = thttp_htype_Authorization;
+ }
+
+ action is_proxy{
+ THTTP_HEADER(hdr_Authorization)->type = thttp_htype_Proxy_Authorization;
+ }
+
+ action parse_username{
+ TSK_PARSER_SET_STRING(hdr_Authorization->username);
+ tsk_strunquote(&hdr_Authorization->username);
+ }
+
+ action parse_realm{
+ TSK_PARSER_SET_STRING(hdr_Authorization->realm);
+ tsk_strunquote(&hdr_Authorization->realm);
+ }
+
+ action parse_nonce{
+ TSK_PARSER_SET_STRING(hdr_Authorization->nonce);
+ tsk_strunquote(&hdr_Authorization->nonce);
+ }
+
+ action parse_uri{
+ TSK_PARSER_SET_STRING(hdr_Authorization->uri);
+ }
+
+ action parse_response{
+ TSK_PARSER_SET_STRING(hdr_Authorization->response);
+ tsk_strunquote(&hdr_Authorization->response);
+ }
+
+ action parse_algorithm{
+ TSK_PARSER_SET_STRING(hdr_Authorization->algorithm);
+ }
+
+ action parse_cnonce{
+ TSK_PARSER_SET_STRING(hdr_Authorization->cnonce);
+ tsk_strunquote(&hdr_Authorization->cnonce);
+ }
+
+ action parse_opaque{
+ TSK_PARSER_SET_STRING(hdr_Authorization->opaque);
+ tsk_strunquote(&hdr_Authorization->opaque);
+ }
+
+ action parse_qop{
+ TSK_PARSER_SET_STRING(hdr_Authorization->qop);
+ //tsk_strunquote(&hdr_Authorization->qop);
+ }
+
+ action parse_nc{
+ TSK_PARSER_SET_STRING(hdr_Authorization->nc);
+ }
+
+ action parse_param{
+ TSK_PARSER_ADD_PARAM(THTTP_HEADER_PARAMS(hdr_Authorization));
+ }
+
+ action eob{
+ }
+
+ #FIXME: Only Digest (MD5, AKAv1-MD5 and AKAv2-MD5) is supported
+ qop_value = "auth" | "auth-int" | token;
+ other_response = (any+);
+ auth_param = generic_param>tag %parse_param;
+
+ username = "username"i EQUAL quoted_string>tag %parse_username;
+ realm = "realm"i EQUAL quoted_string>tag %parse_realm;
+ nonce = "nonce"i EQUAL quoted_string>tag %parse_nonce;
+ digest_uri = "uri"i EQUAL LDQUOT <: (any*)>tag %parse_uri :> RDQUOT;
+ #dresponse = "response"i EQUAL LDQUOT <: (LHEX{32})>tag %parse_response :> RDQUOT;
+ dresponse = "response"i EQUAL quoted_string>tag %parse_response;
+ algorithm = "algorithm"i EQUAL <:token>tag %parse_algorithm;
+ cnonce = "cnonce"i EQUAL quoted_string>tag %parse_cnonce;
+ opaque = "opaque"i EQUAL quoted_string>tag %parse_opaque;
+ message_qop = "qop"i EQUAL qop_value>tag %parse_qop;
+ nonce_count = "nc"i EQUAL (LHEX{8})>tag %parse_nc;
+
+ dig_resp = (username | realm | nonce | digest_uri | dresponse | algorithm | cnonce | opaque | message_qop | nonce_count)@1 | auth_param@0;
+ digest_response = dig_resp ( COMMA <:dig_resp )*;
+ credentials = ( ("Digest"i%is_digest | "Basic"i%is_basic) LWS digest_response ) | other_response;
+ Authorization = ("Authorization"i>is_auth | "Proxy-Authorization"i>is_proxy) HCOLON credentials;
+
+ # Entry point
+ main := Authorization :>CRLF @eob;
+
+}%%
+
+thttp_header_Authorization_t* thttp_header_authorization_create()
+{
+ return tsk_object_new(thttp_header_Authorization_def_t);
+}
+
+int thttp_header_Authorization_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header)
+ {
+ const thttp_header_Authorization_t *Authorization = (const thttp_header_Authorization_t*)header;
+ if(Authorization && Authorization->scheme)
+ {
+ if(tsk_striequals(Authorization->scheme, "Basic")){
+ return tsk_buffer_append_2(output, "%s %s",
+ Authorization->scheme, Authorization->response);
+ }
+ else{
+ return tsk_buffer_append_2(output, "%s %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
+ Authorization->scheme,
+
+ Authorization->username ? "username=\"" : "",
+ Authorization->username ? Authorization->username : "",
+ Authorization->username ? "\"" : "",
+
+ Authorization->realm ? ",realm=\"" : "",
+ Authorization->realm ? Authorization->realm : "",
+ Authorization->realm ? "\"" : "",
+
+ Authorization->nonce ? ",nonce=\"" : "",
+ Authorization->nonce ? Authorization->nonce : "",
+ Authorization->nonce ? "\"" : "",
+
+ Authorization->uri ? ",uri=\"" : "",
+ Authorization->uri ? Authorization->uri : "",
+ Authorization->uri ? "\"" : "",
+
+ Authorization->response ? ",response=\"" : "",
+ Authorization->response ? Authorization->response : "",
+ Authorization->response ? "\"" : "",
+
+ Authorization->algorithm ? ",algorithm=" : "",
+ Authorization->algorithm ? Authorization->algorithm : "",
+
+ Authorization->cnonce ? ",cnonce=\"" : "",
+ Authorization->cnonce ? Authorization->cnonce : "",
+ Authorization->cnonce ? "\"" : "",
+
+ Authorization->opaque ? ",opaque=\"" : "",
+ Authorization->opaque ? Authorization->opaque : "",
+ Authorization->opaque ? "\"" : "",
+
+ Authorization->qop ? ",qop=" : "",
+ Authorization->qop ? Authorization->qop : "",
+
+ Authorization->nc ? ",nc=" : "",
+ Authorization->nc ? Authorization->nc : ""
+ );
+ }
+ }
+ }
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Authorization_t *thttp_header_Authorization_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Authorization_t *hdr_Authorization = thttp_header_authorization_create();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Authorization_first_final);
+ (void)(thttp_machine_parser_header_Authorization_error);
+ (void)(thttp_machine_parser_header_Authorization_en_main);
+
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse Authorization header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Authorization);
+ }
+
+ return hdr_Authorization;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Proxy_Authorization_t *thttp_header_Proxy_Authorization_parse(const char *data, tsk_size_t size)
+{
+ return thttp_header_Authorization_parse(data, size);
+}
+
+
+
+//========================================================
+// Authorization header object definition
+//
+
+static tsk_object_t* thttp_header_Authorization_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Authorization_t *Authorization = self;
+ if(Authorization){
+ THTTP_HEADER(Authorization)->type = thttp_htype_Authorization;
+ THTTP_HEADER(Authorization)->tostring = thttp_header_Authorization_tostring;
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Authorization header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Authorization_dtor(tsk_object_t *self)
+{
+ thttp_header_Authorization_t *Authorization = self;
+ if(Authorization){
+ TSK_FREE(Authorization->scheme);
+ TSK_FREE(Authorization->username);
+ TSK_FREE(Authorization->realm);
+ TSK_FREE(Authorization->nonce);
+ TSK_FREE(Authorization->uri);
+ TSK_FREE(Authorization->response);
+ TSK_FREE(Authorization->algorithm);
+ TSK_FREE(Authorization->cnonce);
+ TSK_FREE(Authorization->opaque);
+ TSK_FREE(Authorization->qop);
+ TSK_FREE(Authorization->nc);
+
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Authorization));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Authorization header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Authorization_def_s =
+{
+ sizeof(thttp_header_Authorization_t),
+ thttp_header_Authorization_ctor,
+ thttp_header_Authorization_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Authorization_def_t = &thttp_header_Authorization_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_Content_Length.rl b/tinyHTTP/ragel/thttp_parser_header_Content_Length.rl
new file mode 100644
index 0000000..1bb5f28
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_Content_Length.rl
@@ -0,0 +1,145 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_header_Content_Length.c
+ * @brief HTTP Content-Length header.
+ *
+ */
+#include "tinyhttp/headers/thttp_header_Content_Length.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_header_Content_Length;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+
+ action tag{
+ tag_start = p;
+ }
+
+ action parse_content_length{
+ TSK_PARSER_SET_INTEGER(hdr_clength->length);
+ }
+
+ action eob{
+ }
+
+ Content_Length = "Content-Length"i HCOLON (DIGIT+)>tag %parse_content_length;
+
+ # Entry point
+ main := Content_Length :>CRLF @eob;
+
+}%%
+
+thttp_header_Content_Length_t* thttp_header_content_length_create(uint32_t length)
+{
+ return tsk_object_new(THTTP_HEADER_CONTENT_LENGTH_VA_ARGS(length));
+}
+
+int thttp_header_Content_Length_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Content_Length_t *Content_Length = (const thttp_header_Content_Length_t*)header;
+ return tsk_buffer_append_2(output, "%d", Content_Length->length);
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Content_Length_t *thttp_header_Content_Length_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Content_Length_t *hdr_clength = thttp_header_content_length_create(0);
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Content_Length_first_final);
+ (void)(thttp_machine_parser_header_Content_Length_error);
+ (void)(thttp_machine_parser_header_Content_Length_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_OBJECT_SAFE_FREE(hdr_clength);
+ }
+
+ return hdr_clength;
+}
+
+
+
+
+
+
+
+//========================================================
+// Content_Length header object definition
+//
+
+static tsk_object_t* thttp_header_Content_Length_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Content_Length_t *Content_Length = self;
+ if(Content_Length){
+ Content_Length->length = va_arg(*app, uint32_t);
+
+ THTTP_HEADER(Content_Length)->type = thttp_htype_Content_Length;
+ THTTP_HEADER(Content_Length)->tostring = thttp_header_Content_Length_tostring;
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Content_Length header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Content_Length_dtor(tsk_object_t *self)
+{
+ thttp_header_Content_Length_t *Content_Length = self;
+ if(Content_Length){
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Content_Length));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Content_Length header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Content_Length_def_s =
+{
+ sizeof(thttp_header_Content_Length_t),
+ thttp_header_Content_Length_ctor,
+ thttp_header_Content_Length_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Content_Length_def_t = &thttp_header_Content_Length_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_Content_Type.rl b/tinyHTTP/ragel/thttp_parser_header_Content_Type.rl
new file mode 100644
index 0000000..090b45e
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_Content_Type.rl
@@ -0,0 +1,175 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Content_Type.c
+ * @brief HTTP Content-Type header.
+ */
+#include "tinyhttp/headers/thttp_header_Content_Type.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_header_Content_Type;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+
+ action tag{
+ tag_start = p;
+ }
+
+ action parse_content_type{
+ TSK_PARSER_SET_STRING(hdr_ctype->type);
+ }
+
+ action parse_param{
+ TSK_PARSER_ADD_PARAM(THTTP_HEADER_PARAMS(hdr_ctype));
+ }
+
+ action eob{
+ }
+
+ extension_token = ietf_token | x_token;
+
+ m_attribute = token;
+ m_value = token | quoted_string;
+ m_parameter = (m_attribute EQUAL m_value)>tag %parse_param;
+
+ discrete_type = "text"i | "image"i | "audio"i | "video"i | "application"i | extension_token;
+ composite_type = "message"i | "multipart"i | extension_token;
+ m_type = discrete_type | composite_type;
+ m_subtype = extension_token | iana_token;
+
+ media_type = (m_type SLASH m_subtype)@1 >tag %parse_content_type ((SEMI m_parameter)*)@0;
+
+ Content_Type = ( "Content-Type"i ) HCOLON media_type;
+
+ # Entry point
+ main := Content_Type :>CRLF @eob;
+
+}%%
+
+thttp_header_Content_Type_t* thttp_header_content_type_create(const char* type)
+{
+ return tsk_object_new(THTTP_HEADER_CONTENT_TYPE_VA_ARGS(type));
+}
+
+thttp_header_Content_Type_t* thttp_header_content_type_create_null()
+{
+ return thttp_header_content_type_create(tsk_null);
+}
+
+int thttp_header_Content_Type_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Content_Type_t *Content_Type = (const thttp_header_Content_Type_t*)header;
+ return tsk_buffer_append(output, Content_Type->type, tsk_strlen(Content_Type->type));
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Content_Type_t *thttp_header_Content_Type_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Content_Type_t *hdr_ctype = thttp_header_content_type_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Content_Type_first_final);
+ (void)(thttp_machine_parser_header_Content_Type_error);
+ (void)(thttp_machine_parser_header_Content_Type_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse Content-Type header.");
+ TSK_OBJECT_SAFE_FREE(hdr_ctype);
+ }
+
+ return hdr_ctype;
+}
+
+
+
+
+
+
+
+//========================================================
+// Content_Type header object definition
+//
+
+/**@ingroup thttp_header_Content_Type_group
+*/
+static tsk_object_t* thttp_header_Content_Type_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Content_Type_t *Content_Type = self;
+ if(Content_Type){
+ THTTP_HEADER(Content_Type)->type = thttp_htype_Content_Type;
+ THTTP_HEADER(Content_Type)->tostring = thttp_header_Content_Type_tostring;
+
+ Content_Type->type = tsk_strdup( va_arg(*app, const char*) );
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Content_Type header.");
+ }
+ return self;
+}
+
+/**@ingroup thttp_header_Content_Type_group
+*/
+static tsk_object_t* thttp_header_Content_Type_dtor(tsk_object_t *self)
+{
+ thttp_header_Content_Type_t *Content_Type = self;
+ if(Content_Type){
+ TSK_FREE(Content_Type->type);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Content_Type));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Content_Type header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Content_Type_def_s =
+{
+ sizeof(thttp_header_Content_Type_t),
+ thttp_header_Content_Type_ctor,
+ thttp_header_Content_Type_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Content_Type_def_t = &thttp_header_Content_Type_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_Dummy.rl b/tinyHTTP/ragel/thttp_parser_header_Dummy.rl
new file mode 100644
index 0000000..9e630db
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_Dummy.rl
@@ -0,0 +1,167 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Dummy.c
+ * @brief HTTP 'Dummy' header.
+ *
+ */
+#include "tinyhttp/headers/thttp_header_Dummy.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_header_Dummy;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+
+ action tag{
+ tag_start = p;
+ }
+
+ action parse_name{
+ TSK_PARSER_SET_STRING(hdr_Dummy->name);
+ }
+
+ action parse_value{
+ TSK_PARSER_SET_STRING(hdr_Dummy->value);
+ }
+
+ action eob{
+ }
+
+ Dummy = token>tag %parse_name SP* HCOLON SP*<: any*>tag %parse_value;
+
+ # Entry point
+ main := Dummy :>CRLF @eob;
+
+}%%
+
+thttp_header_Dummy_t* thttp_header_dummy_create(const char* name, const char* value)
+{
+ return tsk_object_new(THTTP_HEADER_DUMMY_VA_ARGS(name, value));
+}
+
+thttp_header_Dummy_t* thttp_header_dummy_create_null()
+{
+ return thttp_header_dummy_create(tsk_null, tsk_null);
+}
+
+
+int thttp_header_Dummy_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Dummy_t *Dummy = (const thttp_header_Dummy_t*)header;
+ if(Dummy->value){
+ return tsk_buffer_append(output, Dummy->value, tsk_strlen(Dummy->value));
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Dummy_t *thttp_header_Dummy_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Dummy_t *hdr_Dummy = thttp_header_dummy_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Dummy_first_final);
+ (void)(thttp_machine_parser_header_Dummy_error);
+ (void)(thttp_machine_parser_header_Dummy_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_OBJECT_SAFE_FREE(hdr_Dummy);
+ }
+
+ return hdr_Dummy;
+}
+
+
+
+
+
+
+
+//========================================================
+// Dummy header object definition
+//
+
+static tsk_object_t* thttp_header_Dummy_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Dummy_t *Dummy = self;
+ if(Dummy){
+ THTTP_HEADER(Dummy)->type = thttp_htype_Dummy;
+ THTTP_HEADER(Dummy)->tostring = thttp_header_Dummy_tostring;
+
+ Dummy->name = tsk_strdup(va_arg(*app, const char*));
+ Dummy->value = tsk_strdup(va_arg(*app, const char*));
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Dummy header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Dummy_dtor(tsk_object_t *self)
+{
+ thttp_header_Dummy_t *Dummy = self;
+ if(Dummy){
+ TSK_FREE(Dummy->name);
+ TSK_FREE(Dummy->value);
+
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Dummy));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Dummy header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Dummy_def_s =
+{
+ sizeof(thttp_header_Dummy_t),
+ thttp_header_Dummy_ctor,
+ thttp_header_Dummy_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Dummy_def_t = &thttp_header_Dummy_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_ETag.rl b/tinyHTTP/ragel/thttp_parser_header_ETag.rl
new file mode 100644
index 0000000..8c346dc
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_ETag.rl
@@ -0,0 +1,173 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_ETag.c
+ * @brief HTTP 'Etag' header.
+ */
+#include "tinyhttp/headers/thttp_header_ETag.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_header_ETag;
+ alphtype unsigned char;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+
+ action tag{
+ tag_start = p;
+ }
+
+ action is_weak{
+ hdr_ETag->isWeak = tsk_true;
+ }
+
+ action parse_entity_tag{
+ TSK_PARSER_SET_STRING(hdr_ETag->value);
+ tsk_strunquote(&hdr_ETag->value);
+ }
+
+ action eob{
+ }
+
+ weak = "W/"i %is_weak;
+ opaque_tag = quoted_string>tag %parse_entity_tag;
+ entity_tag = weak? <: opaque_tag;
+ ETag = "ETag"i HCOLON entity_tag;
+
+ # Entry point
+ main := ETag :>CRLF @eob;
+
+}%%
+
+thttp_header_ETag_t* thttp_header_etag_create(const char* value)
+{
+ return tsk_object_new(THTTP_HEADER_ETAG_VA_ARGS(value));
+}
+
+thttp_header_ETag_t* thttp_header_etag_create_null()
+{
+ return thttp_header_etag_create(tsk_null);
+}
+
+
+int thttp_header_ETag_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_ETag_t *ETag = (const thttp_header_ETag_t*)header;
+ if(ETag->value){
+ return tsk_buffer_append_2(output, "%s\"%s\"",
+ ETag->isWeak ? "W/" : "",
+ ETag->value);
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_ETag_t *thttp_header_ETag_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_ETag_t *hdr_ETag = thttp_header_etag_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_ETag_first_final);
+ (void)(thttp_machine_parser_header_ETag_error);
+ (void)(thttp_machine_parser_header_ETag_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse ETag header.");
+ TSK_OBJECT_SAFE_FREE(hdr_ETag);
+ }
+
+ return hdr_ETag;
+}
+
+
+
+
+
+
+
+//========================================================
+// ETag header object definition
+//
+
+static tsk_object_t* thttp_header_ETag_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_ETag_t *ETag = self;
+ if(ETag){
+ THTTP_HEADER(ETag)->type = thttp_htype_ETag;
+ THTTP_HEADER(ETag)->tostring = thttp_header_ETag_tostring;
+
+ ETag->value = tsk_strdup(va_arg(*app, const char*));
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new ETag header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_ETag_dtor(tsk_object_t *self)
+{
+ thttp_header_ETag_t *ETag = self;
+ if(ETag)
+ {
+ TSK_FREE(ETag->value);
+
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(ETag));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null ETag header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_ETag_def_s =
+{
+ sizeof(thttp_header_ETag_t),
+ thttp_header_ETag_ctor,
+ thttp_header_ETag_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_ETag_def_t = &thttp_header_ETag_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Accept.rl b/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Accept.rl
new file mode 100644
index 0000000..b650d8d
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Accept.rl
@@ -0,0 +1,146 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Accept.c
+ * @brief WebSocket "Sec-WebSocket-Accept" header.
+ */
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Accept.h"
+
+#include "tsk_debug.h"
+
+#include <string.h>
+
+%%{
+ machine thttp_machine_parser_header_Sec_WebSocket_Accept;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+ include thttp_machine_ws "./ragel/thttp_machine_ws.rl";
+
+ action tag { tag_start = p; }
+ action eob { }
+
+ action parse_key{
+ TSK_PARSER_SET_STRING(hdr_Sec_WebSocket_Accept->value);
+ }
+
+ # Entry point
+ main := "Sec-WebSocket-Accept"i SP* HCOLON SP*<: Sec_WebSocket_Accept>tag %parse_key :>CRLF @eob;
+}%%
+
+thttp_header_Sec_WebSocket_Accept_t* thttp_header_Sec_WebSocket_Accept_create(const char* value)
+{
+ return tsk_object_new(THTTP_HEADER_SEC_WEBSOCKET_ACCEPT_VA_ARGS(value));
+}
+
+thttp_header_Sec_WebSocket_Accept_t* thttp_header_Sec_WebSocket_Accept_create_null()
+{
+ return thttp_header_Sec_WebSocket_Accept_create(tsk_null);
+}
+
+
+int thttp_header_Sec_WebSocket_Accept_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Sec_WebSocket_Accept_t *Sec_WebSocket_Accept = (const thttp_header_Sec_WebSocket_Accept_t*)header;
+ if(Sec_WebSocket_Accept->value){
+ return tsk_buffer_append(output, Sec_WebSocket_Accept->value, tsk_strlen(Sec_WebSocket_Accept->value));
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+thttp_header_Sec_WebSocket_Accept_t *thttp_header_Sec_WebSocket_Accept_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Sec_WebSocket_Accept_t *hdr_Sec_WebSocket_Accept = thttp_header_Sec_WebSocket_Accept_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Accept_first_final);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Accept_error);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Accept_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse Sec-WebSocket-Accept header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Sec_WebSocket_Accept);
+ }
+
+ return hdr_Sec_WebSocket_Accept;
+}
+
+
+
+
+
+
+
+//========================================================
+// Sec_WebSocket_Accept header object definition
+//
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Accept_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Sec_WebSocket_Accept_t *Sec_WebSocket_Accept = self;
+ if(Sec_WebSocket_Accept){
+ THTTP_HEADER(Sec_WebSocket_Accept)->type = thttp_htype_Sec_WebSocket_Accept;
+ THTTP_HEADER(Sec_WebSocket_Accept)->tostring = thttp_header_Sec_WebSocket_Accept_tostring;
+
+ Sec_WebSocket_Accept->value = tsk_strdup(va_arg(*app, const char*));
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Sec-WebSocket-Accept header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Accept_dtor(tsk_object_t *self)
+{
+ thttp_header_Sec_WebSocket_Accept_t *Sec_WebSocket_Accept = self;
+ if(Sec_WebSocket_Accept){
+ TSK_FREE(Sec_WebSocket_Accept->value);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Sec_WebSocket_Accept));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Sec_WebSocket_Accept header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Sec_WebSocket_Accept_def_s =
+{
+ sizeof(thttp_header_Sec_WebSocket_Accept_t),
+ thttp_header_Sec_WebSocket_Accept_ctor,
+ thttp_header_Sec_WebSocket_Accept_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Sec_WebSocket_Accept_def_t = &thttp_header_Sec_WebSocket_Accept_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Key.rl b/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Key.rl
new file mode 100644
index 0000000..31ce4d7
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Key.rl
@@ -0,0 +1,146 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Key.c
+ * @brief WebSocket "Sec-WebSocket-Key" header.
+ */
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Key.h"
+
+#include "tsk_debug.h"
+
+#include <string.h>
+
+%%{
+ machine thttp_machine_parser_header_Sec_WebSocket_Key;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+ include thttp_machine_ws "./ragel/thttp_machine_ws.rl";
+
+ action tag { tag_start = p; }
+ action eob { }
+
+ action parse_key{
+ TSK_PARSER_SET_STRING(hdr_Sec_WebSocket_Key->value);
+ }
+
+ # Entry point
+ main := "Sec-WebSocket-Key"i SP* HCOLON SP*<: Sec_WebSocket_Key>tag %parse_key :>CRLF @eob;
+}%%
+
+thttp_header_Sec_WebSocket_Key_t* thttp_header_Sec_WebSocket_Key_create(const char* value)
+{
+ return tsk_object_new(THTTP_HEADER_SEC_WEBSOCKET_KEY_VA_ARGS(value));
+}
+
+thttp_header_Sec_WebSocket_Key_t* thttp_header_Sec_WebSocket_Key_create_null()
+{
+ return thttp_header_Sec_WebSocket_Key_create(tsk_null);
+}
+
+
+int thttp_header_Sec_WebSocket_Key_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Sec_WebSocket_Key_t *Sec_WebSocket_Key = (const thttp_header_Sec_WebSocket_Key_t*)header;
+ if(Sec_WebSocket_Key->value){
+ return tsk_buffer_append(output, Sec_WebSocket_Key->value, tsk_strlen(Sec_WebSocket_Key->value));
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+thttp_header_Sec_WebSocket_Key_t *thttp_header_Sec_WebSocket_Key_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Sec_WebSocket_Key_t *hdr_Sec_WebSocket_Key = thttp_header_Sec_WebSocket_Key_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Key_first_final);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Key_error);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Key_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse Sec-WebSocket-Key header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Sec_WebSocket_Key);
+ }
+
+ return hdr_Sec_WebSocket_Key;
+}
+
+
+
+
+
+
+
+//========================================================
+// Sec_WebSocket_Key header object definition
+//
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Key_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Sec_WebSocket_Key_t *Sec_WebSocket_Key = self;
+ if(Sec_WebSocket_Key){
+ THTTP_HEADER(Sec_WebSocket_Key)->type = thttp_htype_Sec_WebSocket_Key;
+ THTTP_HEADER(Sec_WebSocket_Key)->tostring = thttp_header_Sec_WebSocket_Key_tostring;
+
+ Sec_WebSocket_Key->value = tsk_strdup(va_arg(*app, const char*));
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Sec-WebSocket-Key header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Key_dtor(tsk_object_t *self)
+{
+ thttp_header_Sec_WebSocket_Key_t *Sec_WebSocket_Key = self;
+ if(Sec_WebSocket_Key){
+ TSK_FREE(Sec_WebSocket_Key->value);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Sec_WebSocket_Key));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Sec_WebSocket_Key header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Sec_WebSocket_Key_def_s =
+{
+ sizeof(thttp_header_Sec_WebSocket_Key_t),
+ thttp_header_Sec_WebSocket_Key_ctor,
+ thttp_header_Sec_WebSocket_Key_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Sec_WebSocket_Key_def_t = &thttp_header_Sec_WebSocket_Key_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl b/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl
new file mode 100644
index 0000000..8617c57
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl
@@ -0,0 +1,162 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Protocol.c
+ * @brief WebSocket "Sec-WebSocket-Protocol" header.
+ *
+ */
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Protocol.h"
+
+#include "tsk_debug.h"
+
+#include <string.h>
+
+%%{
+ machine thttp_machine_parser_header_Sec_WebSocket_Protocol;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+ include thttp_machine_ws "./ragel/thttp_machine_ws.rl";
+
+ action tag { tag_start = p; }
+ action eob { }
+
+ action add_protocol{
+ TSK_PARSER_ADD_STRING(hdr_Sec_WebSocket_Protocol->values);
+ }
+
+ Sec_WebSocket_Protocol_Value = token>tag %add_protocol ( COMMA token>tag %add_protocol )*;
+
+ # Entry point
+ main := "Sec-WebSocket-Protocol"i SP* HCOLON SP*<: Sec_WebSocket_Protocol_Value :>CRLF @eob;
+}%%
+
+thttp_header_Sec_WebSocket_Protocol_t* thttp_header_Sec_WebSocket_Protocol_create(const char* protocol)
+{
+ return tsk_object_new(THTTP_HEADER_SEC_WEBSOCKET_PROTOCOL_VA_ARGS(protocol));
+}
+
+thttp_header_Sec_WebSocket_Protocol_t* thttp_header_Sec_WebSocket_Protocol_create_null()
+{
+ return thttp_header_Sec_WebSocket_Protocol_create(tsk_null);
+}
+
+
+int thttp_header_Sec_WebSocket_Protocol_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Sec_WebSocket_Protocol_t *Sec_WebSocket_Protocol = (const thttp_header_Sec_WebSocket_Protocol_t*)header;
+ if(Sec_WebSocket_Protocol->values){
+ const tsk_list_item_t* item;
+ const char* str;
+ tsk_list_foreach(item, Sec_WebSocket_Protocol->values){
+ if((str = TSK_STRING_STR(item->data))){
+ tsk_buffer_append(output, str, tsk_strlen(str));
+ }
+ }
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+thttp_header_Sec_WebSocket_Protocol_t *thttp_header_Sec_WebSocket_Protocol_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Sec_WebSocket_Protocol_t *hdr_Sec_WebSocket_Protocol = thttp_header_Sec_WebSocket_Protocol_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Protocol_first_final);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Protocol_error);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Protocol_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse Sec-WebSocket-Protocol header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Sec_WebSocket_Protocol);
+ }
+
+ return hdr_Sec_WebSocket_Protocol;
+}
+
+
+
+
+
+
+
+//========================================================
+// Sec_WebSocket_Protocol header object definition
+//
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Protocol_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Sec_WebSocket_Protocol_t *Sec_WebSocket_Protocol = self;
+ if(Sec_WebSocket_Protocol){
+ const char* protocol;
+ Sec_WebSocket_Protocol->values = tsk_list_create();
+ THTTP_HEADER(Sec_WebSocket_Protocol)->type = thttp_htype_Sec_WebSocket_Protocol;
+ THTTP_HEADER(Sec_WebSocket_Protocol)->tostring = thttp_header_Sec_WebSocket_Protocol_tostring;
+
+ if((protocol = va_arg(*app, const char*))){
+ tsk_string_t* str_ver = tsk_string_create(protocol);
+ if(str_ver){
+ tsk_list_push_back_data(Sec_WebSocket_Protocol->values, ((void**) &str_ver));
+ }
+ }
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Sec-WebSocket-Protocol header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Protocol_dtor(tsk_object_t *self)
+{
+ thttp_header_Sec_WebSocket_Protocol_t *Sec_WebSocket_Protocol = self;
+ if(Sec_WebSocket_Protocol){
+ TSK_OBJECT_SAFE_FREE(Sec_WebSocket_Protocol->values);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Sec_WebSocket_Protocol));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Sec_WebSocket_Protocol header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Sec_WebSocket_Protocol_def_s =
+{
+ sizeof(thttp_header_Sec_WebSocket_Protocol_t),
+ thttp_header_Sec_WebSocket_Protocol_ctor,
+ thttp_header_Sec_WebSocket_Protocol_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Sec_WebSocket_Protocol_def_t = &thttp_header_Sec_WebSocket_Protocol_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Version.rl b/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Version.rl
new file mode 100644
index 0000000..32b6939
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_Sec_WebSocket_Version.rl
@@ -0,0 +1,161 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Version.c
+ * @brief WebSocket "Sec-WebSocket-Key" header.
+ */
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Version.h"
+
+#include "tsk_debug.h"
+
+#include <string.h>
+
+%%{
+ machine thttp_machine_parser_header_Sec_WebSocket_Version;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+ include thttp_machine_ws "./ragel/thttp_machine_ws.rl";
+
+ action tag { tag_start = p; }
+ action eob { }
+
+ action add_version{
+ TSK_PARSER_ADD_STRING(hdr_Sec_WebSocket_Version->values);
+ }
+
+ Sec_WebSocket_Version_Value = version>tag %add_version ( COMMA version>tag %add_version )*;
+
+ # Entry point
+ main := "Sec-WebSocket-Version"i SP* HCOLON SP*<: Sec_WebSocket_Version_Value :>CRLF @eob;
+}%%
+
+thttp_header_Sec_WebSocket_Version_t* thttp_header_Sec_WebSocket_Version_create(const char* version)
+{
+ return tsk_object_new(THTTP_HEADER_SEC_WEBSOCKET_VERSION_VA_ARGS(version));
+}
+
+thttp_header_Sec_WebSocket_Version_t* thttp_header_Sec_WebSocket_Version_create_null()
+{
+ return thttp_header_Sec_WebSocket_Version_create(tsk_null);
+}
+
+
+int thttp_header_Sec_WebSocket_Version_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Sec_WebSocket_Version_t *Sec_WebSocket_Version = (const thttp_header_Sec_WebSocket_Version_t*)header;
+ if(Sec_WebSocket_Version->values){
+ const tsk_list_item_t* item;
+ const char* str;
+ tsk_list_foreach(item, Sec_WebSocket_Version->values){
+ if((str = TSK_STRING_STR(item->data))){
+ tsk_buffer_append(output, str, tsk_strlen(str));
+ }
+ }
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+thttp_header_Sec_WebSocket_Version_t *thttp_header_Sec_WebSocket_Version_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Sec_WebSocket_Version_t *hdr_Sec_WebSocket_Version = thttp_header_Sec_WebSocket_Version_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Version_first_final);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Version_error);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Version_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse Sec-WebSocket-Version header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Sec_WebSocket_Version);
+ }
+
+ return hdr_Sec_WebSocket_Version;
+}
+
+
+
+
+
+
+
+//========================================================
+// Sec_WebSocket_Version header object definition
+//
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Version_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Sec_WebSocket_Version_t *Sec_WebSocket_Version = self;
+ if(Sec_WebSocket_Version){
+ const char* version;
+ Sec_WebSocket_Version->values = tsk_list_create();
+ THTTP_HEADER(Sec_WebSocket_Version)->type = thttp_htype_Sec_WebSocket_Version;
+ THTTP_HEADER(Sec_WebSocket_Version)->tostring = thttp_header_Sec_WebSocket_Version_tostring;
+
+ if((version = va_arg(*app, const char*))){
+ tsk_string_t* str_ver = tsk_string_create(version);
+ if(str_ver){
+ tsk_list_push_back_data(Sec_WebSocket_Version->values, ((void**) &str_ver));
+ }
+ }
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Sec-WebSocket-Version header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Version_dtor(tsk_object_t *self)
+{
+ thttp_header_Sec_WebSocket_Version_t *Sec_WebSocket_Version = self;
+ if(Sec_WebSocket_Version){
+ TSK_OBJECT_SAFE_FREE(Sec_WebSocket_Version->values);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Sec_WebSocket_Version));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Sec_WebSocket_Version header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Sec_WebSocket_Version_def_s =
+{
+ sizeof(thttp_header_Sec_WebSocket_Version_t),
+ thttp_header_Sec_WebSocket_Version_ctor,
+ thttp_header_Sec_WebSocket_Version_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Sec_WebSocket_Version_def_t = &thttp_header_Sec_WebSocket_Version_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_Transfer_Encoding.rl b/tinyHTTP/ragel/thttp_parser_header_Transfer_Encoding.rl
new file mode 100644
index 0000000..7126281
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_Transfer_Encoding.rl
@@ -0,0 +1,162 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Transfer_Encoding.c
+ * @brief HTTP Transfer-Encoding header.
+ */
+#include "tinyhttp/headers/thttp_header_Transfer_Encoding.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_header_Transfer_Encoding;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+
+ action tag{
+ tag_start = p;
+ }
+
+ action parse_encoding{
+ TSK_PARSER_SET_STRING(hdr_tencoding->encoding);
+ }
+
+ action parse_param{
+ TSK_PARSER_ADD_PARAM(THTTP_HEADER_PARAMS(hdr_tencoding));
+ }
+
+ action eob{
+ }
+
+ Transfer_Encoding = ( "Transfer-Encoding"i ) HCOLON token>tag %parse_encoding :>( ";" (pname("=" pvalue )?)>tag %parse_param )*;
+
+ # Entry point
+ main := Transfer_Encoding :>CRLF @eob;
+
+}%%
+
+thttp_header_Transfer_Encoding_t* thttp_header_transfer_encoding_create(const char* encoding)
+{
+ return tsk_object_new(THTTP_HEADER_TRANSFER_ENCODING_VA_ARGS(encoding));
+}
+
+thttp_header_Transfer_Encoding_t* thttp_header_transfer_encoding_create_null()
+{
+ return thttp_header_transfer_encoding_create(tsk_null);
+}
+
+
+int thttp_header_Transfer_Encoding_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Transfer_Encoding_t *Transfer_Encoding = (const thttp_header_Transfer_Encoding_t*)header;
+ if(Transfer_Encoding->encoding){
+ return tsk_buffer_append(output, Transfer_Encoding->encoding, tsk_strlen(Transfer_Encoding->encoding));
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Transfer_Encoding_t *thttp_header_Transfer_Encoding_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Transfer_Encoding_t *hdr_tencoding = thttp_header_transfer_encoding_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Transfer_Encoding_first_final);
+ (void)(thttp_machine_parser_header_Transfer_Encoding_error);
+ (void)(thttp_machine_parser_header_Transfer_Encoding_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse Tansfer-Encoding header.");
+ TSK_OBJECT_SAFE_FREE(hdr_tencoding);
+ }
+
+ return hdr_tencoding;
+}
+
+
+
+
+
+
+
+//========================================================
+// Transfer_Encoding header object definition
+//
+
+static tsk_object_t* thttp_header_Transfer_Encoding_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Transfer_Encoding_t *Transfer_Encoding = self;
+ if(Transfer_Encoding){
+ THTTP_HEADER(Transfer_Encoding)->type = thttp_htype_Transfer_Encoding;
+ THTTP_HEADER(Transfer_Encoding)->tostring = thttp_header_Transfer_Encoding_tostring;
+
+ Transfer_Encoding->encoding = tsk_strdup( va_arg(*app, const char*) );
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Transfer_Encoding header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Transfer_Encoding_dtor(tsk_object_t* self)
+{
+ thttp_header_Transfer_Encoding_t *Transfer_Encoding = self;
+ if(Transfer_Encoding){
+ TSK_FREE(Transfer_Encoding->encoding);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Transfer_Encoding));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Transfer_Encoding header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Transfer_Encoding_def_s =
+{
+ sizeof(thttp_header_Transfer_Encoding_t),
+ thttp_header_Transfer_Encoding_ctor,
+ thttp_header_Transfer_Encoding_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Transfer_Encoding_def_t = &thttp_header_Transfer_Encoding_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_header_WWW_Authenticate.rl b/tinyHTTP/ragel/thttp_parser_header_WWW_Authenticate.rl
new file mode 100644
index 0000000..e72ab4b
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_header_WWW_Authenticate.rl
@@ -0,0 +1,259 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_WWW_Authenticate.c
+ * @brief HTTP WWW-Authenticate header.
+ */
+#include "tinyhttp/headers/thttp_header_WWW_Authenticate.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+#include "tsk_time.h"
+
+#include <string.h>
+
+// Check if we have ",CRLF" ==> See WWW-Authenticate header
+// As :>CRLF is preceded by any+ ==> p will be at least (start + 1)
+// p point to CR
+#define prev_not_comma(p) !(p && p[-1] == ',')
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_header_WWW_Authenticate;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+
+ action tag{
+ tag_start = p;
+ }
+
+ action is_digest{
+ hdr_WWW_Authenticate->scheme = tsk_strdup("Digest");
+ }
+
+ action is_basic{
+ hdr_WWW_Authenticate->scheme = tsk_strdup("Basic");
+ }
+
+ action is_auth{
+ THTTP_HEADER(hdr_WWW_Authenticate)->type = thttp_htype_WWW_Authenticate;
+ }
+
+ action is_proxy{
+ THTTP_HEADER(hdr_WWW_Authenticate)->type = thttp_htype_Proxy_Authenticate;
+ }
+
+ action parse_realm{
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->realm);
+ tsk_strunquote(&hdr_WWW_Authenticate->realm);
+ }
+
+ action parse_domain{
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->domain);
+ //tsk_strunquote(&hdr_WWW_Authenticate->domain);
+ }
+
+ action parse_nonce{
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->nonce);
+ tsk_strunquote(&hdr_WWW_Authenticate->nonce);
+ }
+
+ action parse_opaque{
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->opaque);
+ tsk_strunquote(&hdr_WWW_Authenticate->opaque);
+ }
+
+ action parse_stale{
+ hdr_WWW_Authenticate->stale = tsk_strniequals(tag_start, "true", 4);
+ }
+
+ action parse_algorithm{
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->algorithm);
+ }
+
+ action parse_qop{
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->qop);
+ //tsk_strunquote(&hdr_WWW_Authenticate->qop);
+ }
+
+ action parse_param{
+ TSK_PARSER_ADD_PARAM(THTTP_HEADER_PARAMS(hdr_WWW_Authenticate));
+ }
+
+ action prev_not_comma{
+ prev_not_comma(p)
+ }
+
+ action eob{
+ }
+
+ #FIXME: Only Digest (MD5, AKAv1-MD5 and AKAv2-MD5) is supported
+ other_challenge = (any+);
+ auth_param = generic_param>tag %parse_param;
+
+ realm = "realm"i EQUAL quoted_string>tag %parse_realm;
+ domain = "domain"i EQUAL LDQUOT <: (any*)>tag %parse_domain :> RDQUOT;
+ nonce = "nonce"i EQUAL quoted_string>tag %parse_nonce;
+ opaque = "opaque"i EQUAL quoted_string>tag %parse_opaque;
+ stale = "stale"i EQUAL ( "true"i | "false"i )>tag %parse_stale;
+ algorithm = "algorithm"i EQUAL <:token>tag %parse_algorithm;
+ qop_options = "qop"i EQUAL LDQUOT <: (any*)>tag %parse_qop :> RDQUOT;
+
+ digest_cln = (realm | domain | nonce | opaque | stale | algorithm | qop_options)@1 | auth_param@0;
+ challenge = ( ("Digest"i%is_digest | "Basic"i%is_basic) LWS digest_cln ( (COMMA | CRLF) <:digest_cln )* ) | other_challenge;
+ WWW_Authenticate = ("WWW-Authenticate"i>is_auth | "Proxy-Authenticate"i>is_proxy) HCOLON challenge;
+
+ # Entry point
+ main := WWW_Authenticate CRLF @eob;
+
+}%%
+
+thttp_header_WWW_Authenticate_t* thttp_header_www_authenticate_create()
+{
+ return tsk_object_new(thttp_header_WWW_Authenticate_def_t);
+}
+
+int thttp_header_WWW_Authenticate_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_WWW_Authenticate_t *WWW_Authenticate = (const thttp_header_WWW_Authenticate_t*)header;
+ if(WWW_Authenticate && WWW_Authenticate->scheme){
+ return tsk_buffer_append_2(output, "%s realm=\"%s\"%s%s%s%s%s%s%s%s%s%s%s%s,stale=%s%s%s",
+ WWW_Authenticate->scheme,
+ WWW_Authenticate->realm ? WWW_Authenticate->realm : "",
+
+ WWW_Authenticate->domain ? ",domain=\"" : "",
+ WWW_Authenticate->domain ? WWW_Authenticate->domain : "",
+ WWW_Authenticate->domain ? "\"" : "",
+
+
+ WWW_Authenticate->qop ? ",qop=\"" : "",
+ WWW_Authenticate->qop ? WWW_Authenticate->qop : "",
+ WWW_Authenticate->qop ? "\"" : "",
+
+
+ WWW_Authenticate->nonce ? ",nonce=\"" : "",
+ WWW_Authenticate->nonce ? WWW_Authenticate->nonce : "",
+ WWW_Authenticate->nonce ? "\"" : "",
+
+ WWW_Authenticate->opaque ? ",opaque=\"" : "",
+ WWW_Authenticate->opaque ? WWW_Authenticate->opaque : "",
+ WWW_Authenticate->opaque ? "\"" : "",
+
+ WWW_Authenticate->stale ? "TRUE" : "FALSE",
+
+ WWW_Authenticate->algorithm ? ",algorithm=" : "",
+ WWW_Authenticate->algorithm ? WWW_Authenticate->algorithm : ""
+ );
+ }
+ }
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_WWW_Authenticate_t *thttp_header_WWW_Authenticate_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_WWW_Authenticate_t *hdr_WWW_Authenticate = thttp_header_www_authenticate_create();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(eof);
+ (void)(thttp_machine_parser_header_WWW_Authenticate_first_final);
+ (void)(thttp_machine_parser_header_WWW_Authenticate_error);
+ (void)(thttp_machine_parser_header_WWW_Authenticate_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse WWW-Authenticate header.");
+ TSK_OBJECT_SAFE_FREE(hdr_WWW_Authenticate);
+ }
+
+ return hdr_WWW_Authenticate;
+}
+
+thttp_header_Proxy_Authenticate_t *thttp_header_Proxy_Authenticate_parse(const char *data, tsk_size_t size)
+{
+ return thttp_header_WWW_Authenticate_parse(data, size);
+}
+
+
+
+
+
+//========================================================
+// WWW_Authenticate header object definition
+//
+
+static tsk_object_t* thttp_header_WWW_Authenticate_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_WWW_Authenticate_t *WWW_Authenticate = self;
+ if(WWW_Authenticate){
+ THTTP_HEADER(WWW_Authenticate)->type = thttp_htype_WWW_Authenticate;
+ THTTP_HEADER(WWW_Authenticate)->tostring = thttp_header_WWW_Authenticate_tostring;
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new WWW_Authenticate header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_WWW_Authenticate_dtor(tsk_object_t *self)
+{
+ thttp_header_WWW_Authenticate_t *WWW_Authenticate = self;
+ if(WWW_Authenticate){
+ TSK_FREE(WWW_Authenticate->scheme);
+ TSK_FREE(WWW_Authenticate->realm);
+ TSK_FREE(WWW_Authenticate->domain);
+ TSK_FREE(WWW_Authenticate->nonce);
+ TSK_FREE(WWW_Authenticate->opaque);
+ TSK_FREE(WWW_Authenticate->algorithm);
+ TSK_FREE(WWW_Authenticate->qop);
+
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(WWW_Authenticate));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null WWW_Authenticate header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_WWW_Authenticate_def_s =
+{
+ sizeof(thttp_header_WWW_Authenticate_t),
+ thttp_header_WWW_Authenticate_ctor,
+ thttp_header_WWW_Authenticate_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_WWW_Authenticate_def_t = &thttp_header_WWW_Authenticate_def_s;
diff --git a/tinyHTTP/ragel/thttp_parser_message.rl b/tinyHTTP/ragel/thttp_parser_message.rl
new file mode 100644
index 0000000..547b654
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_message.rl
@@ -0,0 +1,257 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_parser_message.c
+ * @brief HTTP parser.
+ *
+ */
+#include "tinyhttp/parsers/thttp_parser_message.h"
+#include "tinyhttp/parsers/thttp_parser_header.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+static void thttp_message_parser_execute(tsk_ragel_state_t *state, thttp_message_t *message, tsk_bool_t extract_content);
+static void thttp_message_parser_init(tsk_ragel_state_t *state);
+static void thttp_message_parser_eoh(tsk_ragel_state_t *state, thttp_message_t *message, tsk_bool_t extract_content);
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_message;
+
+ #/* Tag the buffer (start point). */
+ action tag{
+ state->tag_start = p;
+ }
+
+ #/* HTTP method */
+ action parse_method{
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(message->type == thttp_unknown){
+ message->type = thttp_request;
+ if(!message->line.request.method){
+ message->line.request.method = tsk_calloc(1, len+1);
+ memcpy(message->line.request.method, state->tag_start, len);
+ }
+ }
+ else{
+ state->cs = thttp_machine_parser_message_error;
+ }
+ }
+
+ #/* Request URI parsing */
+ action parse_requesturl{
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(!message->line.request.url){
+ message->line.request.url = thttp_url_parse(state->tag_start, (tsk_size_t)len);
+ }
+ }
+
+ #/* Sip Version */
+ action parse_httpversion{
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(!message->http_version){
+ message->http_version = tsk_calloc(1, len+1);
+ memcpy(message->http_version, state->tag_start, len);
+ }
+ }
+
+ #/* Status Code */
+ action parse_status_code{
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(message->type == thttp_unknown){
+ message->type = thttp_response;
+ message->line.response.status_code = atoi(state->tag_start);
+ }
+ else{
+ state->cs = thttp_machine_parser_message_error;
+ }
+ }
+
+ #/* Reason Phrase */
+ action parse_reason_phrase{
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(!message->line.response.reason_phrase){
+ message->line.response.reason_phrase = tsk_calloc(1, len+1);
+ memcpy(message->line.response.reason_phrase, state->tag_start, len);
+ }
+ }
+
+ #/* Parse http header */
+ action parse_header{
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(thttp_header_parse(state, message)){
+ TSK_DEBUG_ERROR("Failed to parse header - %s", state->tag_start);
+ }
+ else{
+ //TSK_DEBUG_INFO("THTTP_MESSAGE_PARSER::PARSE_HEADER len=%d state=%d", len, state->cs);
+ }
+ }
+
+ #/* Parse http content/body. */
+ #action parse_body
+ #{
+ # int len;
+ # state->tag_end = p;
+ # len = (int)(state->tag_end - state->tag_start);
+ # TSK_DEBUG_ERROR("==THTTP_MESSAGE_PARSER::PARSE_BODY==");
+ #}
+
+ #/* End-Of-Headers */
+ action eoh{
+ state->cs = cs;
+ state->p = p;
+ state->pe = pe;
+ state->eof = eof;
+
+ thttp_message_parser_eoh(state, message, extract_content);
+
+ cs = state->cs;
+ p = state->p;
+ pe = state->pe;
+ eof = state->eof;
+ }
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+ include thttp_machine_message "./ragel/thttp_machine_message.rl";
+
+ # Entry point
+ main := HTTP_message;
+}%%
+
+
+TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+/* Regel data */
+%%write data;
+TSK_RAGEL_DISABLE_WARNINGS_END()
+
+/** Parses raw HTTP buffer.
+ *
+ * @param state Ragel state containing the buffer references.
+ * @param result @ref thttp_message_t object representing the raw buffer.
+ * @param extract_content Indicates wheteher to parse the message content or not. If set to true, then
+ * only headers will be parsed.
+ *
+ * @retval Zero if succeed and non-zero error code otherwise.
+**/
+int thttp_message_parse(tsk_ragel_state_t *state, thttp_message_t **result, tsk_bool_t extract_content)
+{
+ if(!state || state->pe <= state->p){
+ return -1;
+ }
+
+ if(!*result){
+ *result = thttp_message_create();
+ }
+
+ /* Ragel init */
+ thttp_message_parser_init(state);
+
+ /*
+ * State mechine execution.
+ */
+ thttp_message_parser_execute(state, *result, extract_content);
+
+ /* Check result */
+
+ if( state->cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse HTTP message.");
+ TSK_OBJECT_SAFE_FREE(*result);
+ return -2;
+ }
+ return 0;
+}
+
+
+static void thttp_message_parser_init(tsk_ragel_state_t *state)
+{
+ int cs = 0;
+
+ /* Regel machine initialization. */
+ %% write init;
+
+ state->cs = cs;
+}
+
+static void thttp_message_parser_execute(tsk_ragel_state_t *state, thttp_message_t *message, tsk_bool_t extract_content)
+{
+ int cs = state->cs;
+ const char *p = state->p;
+ const char *pe = state->pe;
+ const char *eof = state->eof;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %% write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ state->cs = cs;
+ state->p = p;
+ state->pe = pe;
+ state->eof = eof;
+}
+
+static void thttp_message_parser_eoh(tsk_ragel_state_t *state, thttp_message_t *message, tsk_bool_t extract_content)
+{
+ int cs = state->cs;
+ const char *p = state->p;
+ const char *pe = state->pe;
+ const char *eof = state->eof;
+
+ if(extract_content && message){
+ uint32_t clen = THTTP_MESSAGE_CONTENT_LENGTH(message);
+ if(clen){
+ if((p + clen)<pe && !message->Content){
+ message->Content = tsk_buffer_create((p+1), clen);
+ p = (p + clen);
+ }
+ else{
+ p = (pe - 1);
+ }
+ }
+ }
+ //%%write eof;
+
+ state->cs = cs;
+ state->p = p;
+ state->pe = pe;
+ state->eof = eof;
+}
diff --git a/tinyHTTP/ragel/thttp_parser_url.rl b/tinyHTTP/ragel/thttp_parser_url.rl
new file mode 100644
index 0000000..ffd3054
--- /dev/null
+++ b/tinyHTTP/ragel/thttp_parser_url.rl
@@ -0,0 +1,139 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_parser_url.c
+ * @brief HTTP/HTTPS URL parser.
+ */
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_string.h"
+#include "tsk_memory.h"
+#include "tsk_debug.h"
+
+/***********************************
+* Ragel state machine.
+*/
+%%{
+ machine thttp_machine_parser_url;
+
+ # Includes
+ include thttp_machine_utils "./ragel/thttp_machine_utils.rl";
+
+ action tag{
+ tag_start = p;
+ }
+
+ #/* Sets URL type */
+ action is_http { url->scheme = tsk_strdup("http"), url->type = thttp_url_http; }
+ action is_https { url->scheme = tsk_strdup("https"), url->type = thttp_url_https; }
+
+ #/* Sets HOST type */
+ action is_ipv4 { url->host_type = url->host_type = thttp_host_ipv4; }
+ action is_ipv6 { url->host_type = url->host_type = thttp_host_ipv6; }
+ action is_hostname { url->host_type = url->host_type = thttp_host_hostname; }
+
+ action parse_host{
+ TSK_PARSER_SET_STRING(url->host);
+ }
+
+ action parse_port{
+ have_port = 1;
+ TSK_PARSER_SET_INT(url->port);
+ }
+
+ action parse_hpath{
+ TSK_PARSER_SET_STRING(url->hpath);
+ }
+
+ action parse_search{
+ TSK_PARSER_SET_STRING(url->search);
+ }
+
+ action eob{
+ }
+
+ #// RFC 1738: "http://" hostport [ "/" hpath [ "?" search ]]
+ #// FIXME: hpath is no optional (see above) but in my def. I use it as opt (any*).
+
+ search = any* >tag %parse_search;
+ hpath = any* >tag %parse_hpath;
+ port = DIGIT+ >tag %parse_port;
+ myhost = ((IPv6reference >is_ipv6) | (IPv4address >is_ipv4) | (hostname >is_hostname)) >tag %parse_host;
+ hostport = myhost ( ":" port )?;
+ main := ( (("http:"i>tag %is_http | "https:"i>tag %is_https) "//")? hostport? :>("/" hpath :>("?" search)?)? ) @eob;
+ #main := ( hostport? :>("/" hpath :>("?" search)?)? ) @eob;
+
+}%%
+
+/**@ingroup thttp_url_group
+* Parses a HTTP/HTTPS url.
+* @param urlstring A pointer to a valid url string. If the port is missing, then it's default value will be 443 if
+* the scheme is 'https' and 80 otherwise.<br>
+* @param length The length of the url string.
+* @retval A well-defined object representing the url string.
+*
+* @code
+* thttp_url_t* url = thttp_url_parse("http://www.google.com", tsk_strlen("http://www.google.com"));
+* @endcode
+*
+* @sa @ref thttp_url_tostring<br>@ref thttp_url_serialize
+**/
+thttp_url_t *thttp_url_parse(const char *urlstring, tsk_size_t length)
+{
+ tsk_bool_t have_port = tsk_false;
+ int cs = 0;
+ const char *p = urlstring;
+ const char *pe = p + length;
+ const char *eof = pe;
+
+ const char *ts = 0, *te = 0;
+ int act =0;
+
+ thttp_url_t *url = thttp_url_create(thttp_url_unknown);
+
+ const char *tag_start = 0;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+ %%write data;
+ (void)(ts);
+ (void)(te);
+ (void)(act);
+ (void)(eof);
+ (void)(thttp_machine_parser_url_first_final);
+ (void)(thttp_machine_parser_url_error);
+ (void)(thttp_machine_parser_url_en_main);
+ %%write init;
+ %%write exec;
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs < %%{ write first_final; }%% ){
+ TSK_DEBUG_ERROR("Failed to parse HTTP/HTTPS URL: '%.*s'", length, urlstring);
+ TSK_OBJECT_SAFE_FREE(url);
+ }
+ else if(!have_port){
+ if(url->type == thttp_url_https){
+ url->port = 443;
+ }
+ else{
+ url->port = 80;
+ }
+ }
+
+ return url;
+}
diff --git a/tinyHTTP/src/auth/thttp_auth.c b/tinyHTTP/src/auth/thttp_auth.c
new file mode 100644
index 0000000..9ca96ee
--- /dev/null
+++ b/tinyHTTP/src/auth/thttp_auth.c
@@ -0,0 +1,266 @@
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_auth.c
+ * @brief HTTP basic/digest authetication (RFC 2617) implementations.
+ */
+#include "tinyhttp/auth/thttp_auth.h"
+
+#include "tsk_string.h"
+#include "tsk_sha1.h"
+#include "tsk_base64.h"
+#include "tsk_buffer.h"
+#include "tsk_memory.h"
+#include "tsk_debug.h"
+
+#include <string.h>
+
+/**@defgroup thttp_auth_group HTTP basic/digest authentication (RFC 2617)
+*/
+
+/**@ingroup thttp_auth_group
+ *
+ * Generates HTTP-basic response as per RFC 2617.
+ *
+ * @param [in,out] userid The user-id.
+ * @param [in,out] password The user-password.
+ * @param [in,out] response A pointer to the response. It will be up to the caller to free the newly allocated buffer.
+ *
+ * @return The size of the response.
+ **/
+tsk_size_t thttp_auth_basic_response(const char* userid, const char* password, char** response)
+{
+ tsk_size_t ret;
+
+ /* RFC 2617 - 2 Basic Authentication Scheme
+
+ To receive authorization, the client sends the userid and password,
+ separated by a single colon (":") character, within a base64 [7]
+ encoded string in the credentials.
+ */
+
+ char *res = 0;
+ tsk_sprintf(&res, "%s:%s", userid, password);
+ ret = tsk_base64_encode((const uint8_t*)res, tsk_strlen(res), response);
+ TSK_FREE(res);
+
+ return ret;
+}
+
+
+/**@ingroup thttp_auth_group
+ * Generates digest HA1 value as per RFC 2617 subclause 3.2.2.2.
+ *
+ *
+ * @param [in,out] username The user's name (unquoted) in the specified @a realm.
+ * @param [in,out] realm The realm. (unquoted)
+ * @param [in,out] password The user's password.
+ * @param [in,out] ha1 A pointer to the result.
+ *
+ * @return Zero if succeed and non-zero error code otherwise.
+ **/
+int thttp_auth_digest_HA1(const char* username, const char* realm, const char* password, tsk_md5string_t* ha1)
+{
+ int ret;
+
+ /* RFC 2617 - 3.2.2.2 A1
+ A1 = unq(username-value) ":" unq(realm-value) ":" passwd
+ */
+ char *a1 = tsk_null;
+ tsk_sprintf(&a1, "%s:%s:%s", username, realm, password);
+ ret = tsk_md5compute(a1, tsk_strlen(a1), ha1);
+ TSK_FREE(a1);
+
+ return ret;
+}
+
+/**@ingroup thttp_auth_group
+ *
+ * Generates digest HA1 value for 'MD5-sess' algo as per RFC 2617 subclause 3.2.2.2.
+ *
+ *
+ * @param [in,out] username The user's name (unquoted) in the specified @a realm.
+ * @param [in,out] realm The realm (unquoted).
+ * @param [in,out] password The user's password.
+ * @param [in,out] nonce The nonce (unquoted).
+ * @param [in,out] cnonce The client nonce (unquoted).
+ * @param [in,out] ha1sess A pointer to the result.
+ *
+ * @return Zero if succeed and non-zero error code otherwise.
+ **/
+int thttp_auth_digest_HA1sess(const char* username, const char* realm, const char* password, const char* nonce, const char* cnonce, tsk_md5string_t* ha1sess)
+{
+ int ret;
+
+ /* RFC 2617 - 3.2.2.2 A1
+ A1 = H( unq(username-value) ":" unq(realm-value)
+ ":" passwd )
+ ":" unq(nonce-value) ":" unq(cnonce-value)
+ */
+
+ char *a1sess = tsk_null;
+ tsk_sprintf(&a1sess, "%s:%s:%s:%s:%s", username, realm, password, nonce, cnonce);
+ ret = tsk_md5compute(a1sess, tsk_strlen(a1sess), ha1sess);
+ TSK_FREE(a1sess);
+
+ return ret;
+}
+
+/**@ingroup thttp_auth_group
+ * Generates digest HA2 value as per RFC 2617 subclause 3.2.2.3.
+ *
+ *
+ * @param [in,out] method The HTTP/SIP method name.
+ * @param [in,out] url The HTTP URL or SIP URI of the request.
+ * @param [in,out] entity_body The entity body.
+ * @param [in,out] qop The Quality Of Protection.
+ * @param [in,out] ha2 A pointer to the response.
+ *
+ * @return Zero if succeed and non-zero error code otherwise.
+ **/
+int thttp_auth_digest_HA2(const char* method, const char* url, const tsk_buffer_t* entity_body, const char* qop, tsk_md5string_t* ha2)
+{
+ int ret;
+ /* RFC 2617 - 3.2.2.3 A2
+
+ If the "qop" directive's value is "auth" or is unspecified, then A2
+ is:
+ A2 = Method ":" digest-url-value
+
+ If the "qop" value is "auth-int", then A2 is:
+ A2 = Method ":" digest-url-value ":" H(entity-body)
+ */
+
+ char *a2 = tsk_null;
+
+ if (!qop || tsk_strempty(qop) || tsk_striequals(qop, "auth")){
+ tsk_sprintf(&a2, "%s:%s", method, url);
+ }
+ else if (tsk_striequals(qop, "auth-int"))
+ {
+ if (entity_body && entity_body->data && entity_body->size){
+ tsk_md5string_t hEntity;
+ if ((ret = tsk_md5compute(entity_body->data, entity_body->size, &hEntity))){
+ goto bail;
+ }
+ tsk_sprintf(&a2, "%s:%s:%s", method, url, hEntity);
+ }
+ else{
+ tsk_sprintf(&a2, "%s:%s:%s", method, url, TSK_MD5_EMPTY);
+ }
+ }
+
+ ret = tsk_md5compute(a2, tsk_strlen(a2), ha2);
+
+bail:
+ TSK_FREE(a2);
+
+ return ret;
+}
+
+
+/**@ingroup thttp_auth_group
+ *
+ * Generates HTTP digest response as per RFC 2617 subclause 3.2.2.1.
+ *
+ * @param [in,out] ha1 HA1 string generated using @ref thttp_auth_digest_HA1 or @ref thttp_auth_digest_HA1sess.
+ * @param [in,out] nonce The nonce value.
+ * @param [in,out] noncecount The nonce count.
+ * @param [in,out] cnonce The client nounce (unquoted).
+ * @param [in,out] qop The Quality Of Protection (unquoted).
+ * @param [in,out] ha2 HA2 string generated using @ref thttp_auth_digest_HA2.
+ * @param [in,out] response A pointer to the response.
+ *
+ * @return Zero if succeed and non-zero error code otherwise.
+ **/
+int thttp_auth_digest_response(const tsk_md5string_t *ha1, const char* nonce, const nonce_count_t noncecount, const char* cnonce,
+ const char* qop, const tsk_md5string_t* ha2, tsk_md5string_t* response)
+{
+ int ret;
+
+ /* RFC 2617 3.2.2.1 Request-Digest
+
+ ============ CASE 1 ============
+ If the "qop" value is "auth" or "auth-int":
+ request-digest = <"> < KD ( H(A1), unq(nonce-value)
+ ":" nc-value
+ ":" unq(cnonce-value)
+ ":" unq(qop-value)
+ ":" H(A2)
+ ) <">
+ ============ CASE 2 ============
+ If the "qop" directive is not present (this construction is for
+ compatibility with RFC 2069):
+ request-digest =
+ <"> < KD ( H(A1), unq(nonce-value) ":" H(A2) ) >
+ <">
+ */
+
+ char *res = tsk_null;
+
+ if (tsk_striequals(qop, "auth") || tsk_striequals(qop, "auth-int")){
+ /* CASE 1 */
+ tsk_sprintf(&res, "%s:%s:%s:%s:%s:%s", *ha1, nonce, noncecount, cnonce, qop, *ha2);
+ }
+ else{
+ /* CASE 2 */
+ tsk_sprintf(&res, "%s:%s:%s", *ha1, nonce, *ha2);
+ }
+
+ ret = tsk_md5compute(res, tsk_strlen(res), response);
+ TSK_FREE(res);
+
+ return ret;
+}
+
+/**@ingroup thttp_auth_group
+ *
+ * Generates WebSocket Accept key.
+ * @param [in] key The value of the key received from the client ("Sec-WebSocket-Key" header). Must be null-terminated.
+ * @param [in,out] response The response ("Sec-WebSocket-Value" header).
+ *
+ * @return The size of the response. Zero if error.
+ */
+tsk_size_t thttp_auth_ws_response(const char* key, thttp_auth_ws_keystring_t* response)
+{
+ if (!key || !response){
+ TSK_DEBUG_ERROR("invalid parameter");
+ return 0;
+ }
+ else{
+ tsk_sha1string_t sha1result;
+ char* tmp = tsk_null;
+ long ret;
+ tsk_size_t size, i;
+ uint8_t result[21] = { 0 };
+
+ tsk_strcat_2(&tmp, "%s258EAFA5-E914-47DA-95CA-C5AB0DC85B11", key);
+
+ tsk_sha1compute(tmp, tsk_strlen(tmp), &sha1result);
+ size = tsk_strlen((char*)sha1result);
+ for (i = 0; i < size; i += 2){
+ if (sscanf((const char*)&sha1result[i], "%2x", (unsigned int*)&ret) != EOF){
+ ;
+ result[i >> 1] = (char)ret;
+ }
+ }
+ TSK_FREE(tmp);
+ return tsk_base64_encode(result, (size >> 1), (char**)&response);
+ }
+}
diff --git a/tinyHTTP/src/auth/thttp_challenge.c b/tinyHTTP/src/auth/thttp_challenge.c
new file mode 100644
index 0000000..649a393
--- /dev/null
+++ b/tinyHTTP/src/auth/thttp_challenge.c
@@ -0,0 +1,316 @@
+/*
+ * Copyright (C) 2010-2015 Mamadou DIOP.
+ *
+ * This file is part of Open Source Doubango Framework.
+ *
+ * DOUBANGO is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * DOUBANGO is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with DOUBANGO.
+ *
+ */
+
+/**@file thttp_challenge.c
+ * @brief HTTP authentication challenge.
+ */
+#include "tinyhttp/auth/thttp_challenge.h"
+
+#include "thttp.h"
+
+#include "tinyhttp/headers/thttp_header_Authorization.h"
+
+#include "tsk_string.h"
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+#include "tsk_base64.h"
+#include "tsk_hmac.h"
+
+#include <string.h>
+
+#define THTTP_CHALLENGE_IS_DIGEST(self) ((self) ? tsk_striequals((self)->scheme, "Digest") : tsk_false)
+#define THTTP_CHALLENGE_IS_BASIC(self) ((self) ? tsk_striequals((self)->scheme, "Basic") : tsk_false)
+#define THTTP_CHALLENGE_IS_AKAv1(self) ((self) ? tsk_striequals((self)->algorithm, "AKAv1-MD5") : tsk_false)
+#define THTTP_CHALLENGE_IS_AKAv2(self) ((self) ? tsk_striequals((self)->algorithm, "AKAv2-MD5") : tsk_false)
+
+static int _thttp_challenge_reset_cnonce(thttp_challenge_t *self);
+
+thttp_challenge_t* thttp_challenge_create(tsk_bool_t isproxy, const char* scheme, const char* realm, const char* nonce, const char* opaque, const char* algorithm, const char* qop)
+{
+ thttp_challenge_t* challenge = tsk_object_new(thttp_challenge_def_t);
+ if (challenge) {
+
+ challenge->isproxy = isproxy;
+ challenge->scheme = tsk_strdup(scheme);
+ challenge->realm = tsk_strdup(realm);
+ challenge->nonce = tsk_strdup(nonce);
+ challenge->opaque = tsk_strdup(opaque);
+ challenge->algorithm = tsk_strdup(algorithm);
+
+ if (!tsk_strnullORempty(qop)) {
+ challenge->qop = tsk_strcontains(qop, tsk_strlen(qop), "auth-int") ? "auth-int" :
+ (tsk_strcontains(qop, tsk_strlen(qop), "auth") ? "auth" : tsk_null);
+ }
+
+ if (challenge->qop) {
+ _thttp_challenge_reset_cnonce(challenge);
+ }
+ }
+ return challenge;
+}
+
+thttp_challenge_t* thttp_challenge_dup(const thttp_challenge_t* self)
+{
+ if (!self) {
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return tsk_null;
+ }
+ return thttp_challenge_create(self->isproxy, self->scheme, self->realm, self->nonce, self->opaque, self->algorithm, self->qop);
+}
+
+static int _thttp_challenge_reset_cnonce(thttp_challenge_t *self)
+{
+ if (self)
+ {
+ if (self->qop) /* client nonce is only used if qop=auth, auth-int or both */
+ {
+#if 0
+ memcpy(self->cnonce, "f221681c1e42fb5f8f9957bf7e72eb2b", 32);
+#else
+ tsk_istr_t istr;
+
+ tsk_strrandom(&istr);
+ tsk_md5compute(istr, tsk_strlen(istr), &self->cnonce);
+#endif
+ self->nc = 1;
+ }
+ }
+ return -1;
+}
+
+int thttp_challenge_get_digest_response(thttp_challenge_t *self, const char* username, const char* password, const char* method, const char* uristring, const tsk_buffer_t* entity_body, char** response)
+{
+ if (THTTP_CHALLENGE_IS_DIGEST(self)){
+ tsk_md5string_t ha1, ha2, md5_response;
+ nonce_count_t nc;
+
+ /* ===
+ Calculate HA1 = MD5(A1) = M5(username:realm:secret)
+ */
+ thttp_auth_digest_HA1(username, self->realm, password, &ha1);
+
+ /* ===
+ HA2
+ */
+ thttp_auth_digest_HA2(method,
+ uristring,
+ entity_body,
+ self->qop,
+ &ha2);
+
+ /* RESPONSE */
+ if (self->nc){
+ THTTP_NCOUNT_2_STRING(self->nc, nc);
+ }
+ thttp_auth_digest_response((const tsk_md5string_t *)&ha1,
+ self->nonce,
+ nc,
+ self->cnonce,
+ self->qop,
+ (const tsk_md5string_t *)&ha2,
+ &md5_response);
+
+ if (self->qop){
+ self->nc++;
+ }
+ if (response && !*response){
+ *response = tsk_strdup(md5_response);
+ }
+
+ return 0;
+ }
+ return -1;
+}
+
+int thttp_challenge_update(thttp_challenge_t *self, const char* scheme, const char* realm, const char* nonce, const char* opaque, const char* algorithm, const char* qop)
+{
+ if (self) {
+ int noncechanged = !tsk_striequals(self->nonce, nonce);
+
+ tsk_strupdate(&self->scheme, scheme);
+ tsk_strupdate(&self->realm, realm);
+ tsk_strupdate(&self->nonce, nonce);
+ tsk_strupdate(&self->opaque, opaque);
+ tsk_strupdate(&self->algorithm, algorithm);
+ if (qop) {
+ self->qop = tsk_strcontains(qop, tsk_strlen(qop), "auth-int") ? "auth-int" :
+ (tsk_strcontains(qop, tsk_strlen(qop), "auth") ? "auth" : tsk_null);
+ }
+
+ if (noncechanged && self->qop) {
+ _thttp_challenge_reset_cnonce(self);
+ }
+ return 0;
+ }
+ return -1;
+}
+
+thttp_header_t *thttp_challenge_create_header_authorization(thttp_challenge_t *self, const char* username, const char* password, const thttp_request_t *request)
+{
+ char *uristring = tsk_null;
+ thttp_header_t *header = tsk_null;
+
+ if (!self || !request || !request->line.request.url) {
+ TSK_DEBUG_ERROR("Invalid parameter");
+ goto bail;
+ }
+
+ /* Sets URI: hpath do not start with / ==> append a '/'*/
+ tsk_sprintf(&uristring, "/%s", request->line.request.url->hpath ? request->line.request.url->hpath : "");
+ header = thttp_challenge_create_header_authorization_2(self, username, password, request->line.request.method, uristring, request->Content);
+bail:
+ TSK_FREE(uristring);
+ return header;
+}
+
+thttp_header_t *thttp_challenge_create_header_authorization_2(thttp_challenge_t *self, const char* username, const char* password, const char* method, const char *uristring, const tsk_buffer_t* entity_body)
+{
+ char* response = tsk_null;
+ tsk_size_t response_size = 0;
+ nonce_count_t nc;
+ thttp_header_t *header = tsk_null;
+
+ if (!self || tsk_strnullORempty(uristring)) {
+ TSK_DEBUG_ERROR("Invalid parameter");
+ goto bail;
+ }
+
+ /* We compute the nc here because @ref thttp_challenge_get_response function will increment it's value. */
+ if (self->nc) {
+ THTTP_NCOUNT_2_STRING(self->nc, nc);
+ }
+
+ /* Computes the response (Basic and Digest)*/
+ if (THTTP_CHALLENGE_IS_DIGEST(self)) {
+ if (thttp_challenge_get_digest_response(self, username, password, method, uristring, entity_body, &response)){
+ goto bail;
+ }
+ response_size = (TSK_MD5_DIGEST_SIZE * 2);
+ }
+ else if (THTTP_CHALLENGE_IS_BASIC(self)) {
+ response_size = thttp_auth_basic_response(username, password, &response);
+ }
+ else {
+ TSK_DEBUG_ERROR("%s not supported as scheme.", self->scheme);
+ goto bail;
+ }
+
+
+#define THTTP_AUTH_COPY_VALUES(hdr) \
+hdr->username = tsk_strdup(username); \
+hdr->scheme = tsk_strdup(self->scheme); \
+hdr->realm = tsk_strdup(self->realm); \
+hdr->nonce = tsk_strdup(self->nonce); \
+hdr->qop = tsk_strdup(self->qop); \
+hdr->opaque = tsk_strdup(self->opaque); \
+hdr->algorithm = self->algorithm ? tsk_strdup(self->algorithm) : tsk_strdup("MD5"); \
+hdr->cnonce = self->nc? tsk_strdup(self->cnonce) : 0; \
+hdr->uri = tsk_strdup(uristring); \
+hdr->nc = self->nc? tsk_strdup(nc) : 0; \
+hdr->response = tsk_strndup(response, response_size); \
+
+ if (self->isproxy) {
+ thttp_header_Proxy_Authorization_t *proxy_auth = thttp_header_authorization_create(); // Very bad way to create Proxy_auth header.
+ THTTP_HEADER(proxy_auth)->type = thttp_htype_Proxy_Authorization;
+
+ THTTP_AUTH_COPY_VALUES(proxy_auth);
+ header = THTTP_HEADER(proxy_auth);
+ }
+ else{
+ thttp_header_Authorization_t *auth = thttp_header_authorization_create();
+ THTTP_AUTH_COPY_VALUES(auth);
+ header = THTTP_HEADER(auth);
+ }
+
+bail:
+ TSK_FREE(response);
+
+ return header;
+
+#undef THTTP_AUTH_COPY_VALUES
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+//========================================================
+// HTTP challenge object definition
+//
+
+/**@ingroup thttp_challenge_group
+ */
+static tsk_object_t* thttp_challenge_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_challenge_t *challenge = self;
+ if (challenge) {
+
+ }
+
+ return self;
+}
+
+/**@ingroup thttp_challenge_group
+ */
+static tsk_object_t* thttp_challenge_dtor(tsk_object_t *self)
+{
+ thttp_challenge_t *challenge = self;
+ if (challenge){
+ TSK_FREE(challenge->scheme);
+ TSK_FREE(challenge->realm);
+ TSK_FREE(challenge->nonce);
+ TSK_FREE(challenge->opaque);
+ TSK_FREE(challenge->algorithm);
+
+ //TSK_FREE(challenge->qop);
+ }
+ else{
+ TSK_DEBUG_ERROR("Null HTTP challenge object.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_challenge_def_s =
+{
+ sizeof(thttp_challenge_t),
+ thttp_challenge_ctor,
+ thttp_challenge_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_challenge_def_t = &thttp_challenge_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header.c b/tinyHTTP/src/headers/thttp_header.c
new file mode 100644
index 0000000..a3ab442
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header.c
@@ -0,0 +1,156 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header.c
+ * @brief Defines a HTTP header (field-name: field-value).
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#include "tinyhttp/headers/thttp_header.h"
+
+#include "tinyhttp/headers/thttp_header_Dummy.h"
+
+/**@defgroup thttp_header_group HTTP Headers
+*/
+
+const char *thttp_header_get_name(thttp_header_type_t type)
+{
+ switch(type)
+ {
+ case thttp_htype_Authorization: return "Authorization";
+ case thttp_htype_Content_Length: return "Content-Length";
+ case thttp_htype_Content_Type: return "Content-Type";
+ case thttp_htype_ETag: return "ETag";
+ case thttp_htype_Proxy_Authenticate: return "Proxy-Authenticate";
+ case thttp_htype_Proxy_Authorization: return "Proxy-Authorization";
+ case thttp_htype_Transfer_Encoding: return "Transfer-Encoding";
+ case thttp_htype_WWW_Authenticate: return "WWW-Authenticate";
+ case thttp_htype_Sec_WebSocket_Accept: return "Sec-WebSocket-Accept";
+ case thttp_htype_Sec_WebSocket_Protocol: return "Sec-WebSocket-Protocol";
+ case thttp_htype_Sec_WebSocket_Key: return "Sec-WebSocket-Key";
+ case thttp_htype_Sec_WebSocket_Version: return "Sec-WebSocket-Version";
+
+ default: return "unknown-header";
+ }
+}
+
+const char *thttp_header_get_nameex(const thttp_header_t *self)
+{
+ if(self){
+ if(self->type == thttp_htype_Dummy){
+ return ((thttp_header_Dummy_t*)self)->name;
+ }
+ else{
+ return thttp_header_get_name(self->type);
+ }
+ }
+ return "unknown-header";
+}
+
+char thttp_header_get_param_separator(const thttp_header_t *self)
+{
+ if(self)
+ {
+ switch(self->type)
+ {
+ case thttp_htype_Authorization:
+ case thttp_htype_Proxy_Authorization:
+ case thttp_htype_Proxy_Authenticate:
+ case thttp_htype_WWW_Authenticate:
+ return ',';
+ default:
+ return ';';
+ }
+ }
+ return 0;
+}
+
+/**@ingroup thttp_header_group
+*/
+int thttp_header_serialize(const thttp_header_t *self, tsk_buffer_t *output)
+{
+ int ret = -1;
+ static const char* hname;
+ static char separator;
+
+ if(self && THTTP_HEADER(self)->tostring)
+ {
+ tsk_list_item_t *item;
+
+ hname = thttp_header_get_nameex(self);
+ ret = 0; // for empty lists
+
+ /* Header name */
+ tsk_buffer_append_2(output, "%s: ", hname);
+
+ /* Header value.*/
+ if((ret = THTTP_HEADER(self)->tostring(self, output))){
+ // CHECK all headers return value!
+ //return ret;
+ }
+
+ /* Parameters */
+ tsk_list_foreach(item, self->params){
+ tsk_param_t* param = item->data;
+ separator = thttp_header_get_param_separator(self);
+ if((ret = tsk_buffer_append_2(output, param->value?"%c%s=%s":"%c%s", separator, param->name, param->value))){
+ return ret;
+ }
+ }
+
+ /* CRLF */
+ tsk_buffer_append(output, "\r\n", 2);
+ }
+ return ret;
+}
+
+/**@ingroup thttp_header_group
+*/
+char* thttp_header_tostring(const thttp_header_t *self)
+{
+ tsk_buffer_t *output = tsk_buffer_create_null();
+ char* ret = tsk_null;
+
+ if(!thttp_header_serialize(self, output)){
+ ret = tsk_strndup(output->data, output->size);
+ }
+
+ TSK_OBJECT_SAFE_FREE(output);
+ return ret;
+}
+
+/**@ingroup thttp_header_group
+*/
+char* thttp_header_value_tostring(const thttp_header_t *self)
+{
+ tsk_buffer_t *output = tsk_buffer_create_null();
+ char* ret = tsk_null;
+
+ if(!self->tostring(self, output)){
+ ret = tsk_strndup(output->data, output->size);
+ }
+
+ TSK_OBJECT_SAFE_FREE(output);
+ return ret;
+}
diff --git a/tinyHTTP/src/headers/thttp_header_Authorization.c b/tinyHTTP/src/headers/thttp_header_Authorization.c
new file mode 100644
index 0000000..78c4834
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_Authorization.c
@@ -0,0 +1,6980 @@
+
+/* #line 1 "./ragel/thttp_parser_header_Authorization.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Authorization.c
+ * @brief HTTP Authorization header.
+ */
+#include "tinyhttp/headers/thttp_header_Authorization.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+#include "tsk_time.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 142 "./ragel/thttp_parser_header_Authorization.rl" */
+
+
+thttp_header_Authorization_t* thttp_header_authorization_create()
+{
+ return tsk_object_new(thttp_header_Authorization_def_t);
+}
+
+int thttp_header_Authorization_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header)
+ {
+ const thttp_header_Authorization_t *Authorization = (const thttp_header_Authorization_t*)header;
+ if(Authorization && Authorization->scheme)
+ {
+ if(tsk_striequals(Authorization->scheme, "Basic")){
+ return tsk_buffer_append_2(output, "%s %s",
+ Authorization->scheme, Authorization->response);
+ }
+ else{
+ return tsk_buffer_append_2(output, "%s %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
+ Authorization->scheme,
+
+ Authorization->username ? "username=\"" : "",
+ Authorization->username ? Authorization->username : "",
+ Authorization->username ? "\"" : "",
+
+ Authorization->realm ? ",realm=\"" : "",
+ Authorization->realm ? Authorization->realm : "",
+ Authorization->realm ? "\"" : "",
+
+ Authorization->nonce ? ",nonce=\"" : "",
+ Authorization->nonce ? Authorization->nonce : "",
+ Authorization->nonce ? "\"" : "",
+
+ Authorization->uri ? ",uri=\"" : "",
+ Authorization->uri ? Authorization->uri : "",
+ Authorization->uri ? "\"" : "",
+
+ Authorization->response ? ",response=\"" : "",
+ Authorization->response ? Authorization->response : "",
+ Authorization->response ? "\"" : "",
+
+ Authorization->algorithm ? ",algorithm=" : "",
+ Authorization->algorithm ? Authorization->algorithm : "",
+
+ Authorization->cnonce ? ",cnonce=\"" : "",
+ Authorization->cnonce ? Authorization->cnonce : "",
+ Authorization->cnonce ? "\"" : "",
+
+ Authorization->opaque ? ",opaque=\"" : "",
+ Authorization->opaque ? Authorization->opaque : "",
+ Authorization->opaque ? "\"" : "",
+
+ Authorization->qop ? ",qop=" : "",
+ Authorization->qop ? Authorization->qop : "",
+
+ Authorization->nc ? ",nc=" : "",
+ Authorization->nc ? Authorization->nc : ""
+ );
+ }
+ }
+ }
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Authorization_t *thttp_header_Authorization_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Authorization_t *hdr_Authorization = thttp_header_authorization_create();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 121 "./src/headers/thttp_header_Authorization.c" */
+static const char _thttp_machine_parser_header_Authorization_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2, 1,
+ 3, 1, 4, 1, 5, 1, 6, 1,
+ 7, 1, 8, 1, 9, 1, 10, 1,
+ 11, 1, 12, 1, 13, 1, 14, 1,
+ 15, 1, 16, 2, 0, 8, 2, 0,
+ 9, 2, 0, 11, 2, 0, 12, 2,
+ 0, 15, 2, 5, 0, 2, 6, 0,
+ 2, 7, 0, 2, 8, 0, 2, 15,
+ 0
+};
+
+static const short _thttp_machine_parser_header_Authorization_key_offsets[] = {
+ 0, 0, 4, 6, 8, 10, 12, 14,
+ 16, 18, 20, 22, 24, 26, 28, 31,
+ 38, 39, 40, 47, 50, 53, 56, 59,
+ 62, 93, 110, 115, 146, 165, 184, 200,
+ 204, 212, 216, 221, 229, 238, 247, 256,
+ 259, 267, 277, 280, 284, 287, 291, 294,
+ 298, 302, 304, 308, 310, 314, 316, 326,
+ 336, 345, 354, 363, 372, 375, 382, 392,
+ 402, 412, 415, 419, 423, 425, 427, 446,
+ 465, 484, 503, 522, 541, 560, 577, 582,
+ 601, 617, 636, 655, 674, 693, 712, 729,
+ 734, 753, 761, 765, 770, 791, 808, 813,
+ 836, 856, 876, 896, 916, 936, 956, 976,
+ 980, 999, 1018, 1037, 1054, 1059, 1078, 1086,
+ 1090, 1095, 1114, 1133, 1152, 1171, 1190, 1207,
+ 1212, 1231, 1239, 1243, 1248, 1267, 1286, 1303,
+ 1308, 1327, 1343, 1362, 1383, 1402, 1421, 1438,
+ 1443, 1462, 1470, 1474, 1479, 1498, 1517, 1536,
+ 1555, 1574, 1591, 1596, 1615, 1623, 1627, 1632,
+ 1653, 1672, 1689, 1694, 1713, 1721, 1729, 1731,
+ 1737, 1746, 1782, 1804, 1814, 1837, 1858, 1867,
+ 1882, 1898, 1914, 1930, 1940, 1955, 1972, 1982,
+ 1993, 2003, 2014, 2024, 2035, 2046, 2055, 2066,
+ 2075, 2086, 2095, 2112, 2129, 2145, 2161, 2177,
+ 2193, 2203, 2217, 2234, 2251, 2268, 2278, 2289,
+ 2300, 2309, 2318, 2342, 2366, 2390, 2414, 2438,
+ 2462, 2486, 2510, 2532, 2542, 2565, 2586, 2610,
+ 2634, 2658, 2682, 2706, 2728, 2738, 2761, 2770,
+ 2779, 2815, 2837, 2847, 2870, 2891, 2900, 2915,
+ 2931, 2947, 2963, 2973, 2988, 3005, 3015, 3026,
+ 3036, 3047, 3057, 3068, 3079, 3088, 3099, 3108,
+ 3119, 3128, 3145, 3162, 3178, 3194, 3210, 3226,
+ 3236, 3250, 3267, 3284, 3301, 3311, 3322, 3333,
+ 3342, 3351, 3375, 3399, 3423, 3447, 3471, 3495,
+ 3519, 3543, 3565, 3575, 3598, 3619, 3643, 3667,
+ 3691, 3715, 3739, 3761, 3771, 3794, 3803, 3829,
+ 3851, 3861, 3888, 3913, 3938, 3963, 3988, 4013,
+ 4038, 4063, 4072, 4096, 4120, 4144, 4166, 4176,
+ 4199, 4208, 4217, 4253, 4275, 4285, 4308, 4329,
+ 4338, 4353, 4369, 4385, 4401, 4411, 4426, 4443,
+ 4453, 4464, 4474, 4485, 4495, 4506, 4517, 4526,
+ 4535, 4546, 4555, 4566, 4575, 4592, 4609, 4625,
+ 4641, 4657, 4673, 4683, 4697, 4714, 4731, 4748,
+ 4758, 4769, 4780, 4789, 4798, 4822, 4846, 4870,
+ 4894, 4918, 4942, 4966, 4990, 5012, 5022, 5045,
+ 5066, 5090, 5114, 5138, 5162, 5186, 5208, 5218,
+ 5241, 5250, 5276, 5298, 5308, 5335, 5360, 5385,
+ 5410, 5435, 5460, 5485, 5510, 5519, 5543, 5567,
+ 5591, 5613, 5623, 5646, 5655, 5679, 5703, 5727,
+ 5751, 5775, 5797, 5807, 5830, 5839, 5848, 5884,
+ 5906, 5916, 5939, 5960, 5969, 5984, 6000, 6016,
+ 6032, 6042, 6057, 6074, 6084, 6095, 6105, 6116,
+ 6126, 6137, 6148, 6157, 6166, 6177, 6186, 6197,
+ 6206, 6223, 6240, 6256, 6272, 6288, 6304, 6314,
+ 6328, 6345, 6362, 6379, 6389, 6400, 6411, 6420,
+ 6429, 6453, 6477, 6501, 6525, 6549, 6573, 6597,
+ 6621, 6643, 6653, 6676, 6697, 6721, 6745, 6769,
+ 6793, 6817, 6839, 6849, 6872, 6881, 6907, 6929,
+ 6939, 6966, 6991, 7016, 7041, 7066, 7091, 7116,
+ 7141, 7150, 7174, 7198, 7222, 7244, 7254, 7277,
+ 7286, 7310, 7334, 7358, 7382, 7406, 7428, 7438,
+ 7461, 7470, 7494, 7518, 7540, 7550, 7573, 7594,
+ 7618, 7644, 7668, 7692, 7714, 7724, 7747, 7756,
+ 7765, 7801, 7823, 7833, 7856, 7877, 7886, 7901,
+ 7917, 7933, 7949, 7959, 7974, 7991, 8001, 8012,
+ 8022, 8033, 8043, 8054, 8065, 8074, 8083, 8094,
+ 8103, 8114, 8123, 8140, 8157, 8173, 8189, 8205,
+ 8221, 8231, 8245, 8262, 8279, 8296, 8306, 8317,
+ 8328, 8337, 8346, 8370, 8394, 8418, 8442, 8466,
+ 8490, 8514, 8538, 8560, 8570, 8593, 8614, 8638,
+ 8662, 8686, 8710, 8734, 8756, 8766, 8789, 8798,
+ 8824, 8846, 8856, 8883, 8908, 8933, 8958, 8983,
+ 9008, 9033, 9058, 9067, 9091, 9115, 9139, 9161,
+ 9171, 9194, 9203, 9227, 9251, 9275, 9299, 9323,
+ 9345, 9355, 9378, 9387, 9411, 9435, 9457, 9467,
+ 9490, 9511, 9535, 9561, 9585, 9609, 9631, 9641,
+ 9664, 9673, 9697, 9721, 9745, 9769, 9793, 9815,
+ 9825, 9848, 9857, 9866, 9902, 9924, 9934, 9957,
+ 9978, 9987, 10002, 10018, 10034, 10050, 10060, 10075,
+ 10092, 10102, 10113, 10123, 10134, 10144, 10155, 10166,
+ 10175, 10184, 10195, 10204, 10215, 10224, 10241, 10258,
+ 10274, 10290, 10306, 10322, 10332, 10346, 10363, 10380,
+ 10397, 10407, 10418, 10429, 10438, 10447, 10471, 10495,
+ 10519, 10543, 10567, 10591, 10615, 10639, 10661, 10671,
+ 10694, 10715, 10739, 10763, 10787, 10811, 10835, 10857,
+ 10867, 10890, 10899, 10925, 10947, 10957, 10984, 11009,
+ 11034, 11059, 11084, 11109, 11134, 11159, 11168, 11192,
+ 11216, 11240, 11262, 11272, 11295, 11304, 11328, 11352,
+ 11376, 11400, 11424, 11446, 11456, 11479, 11488, 11512,
+ 11536, 11558, 11568, 11591, 11612, 11636, 11662, 11686,
+ 11710, 11732, 11742, 11765, 11774, 11798, 11822, 11846,
+ 11870, 11894, 11916, 11926, 11949, 11958, 11984, 12008,
+ 12030, 12040, 12063, 12072, 12081, 12117, 12139, 12149,
+ 12172, 12193, 12208, 12224, 12240, 12256, 12266, 12281,
+ 12298, 12308, 12319, 12329, 12340, 12350, 12361, 12372,
+ 12381, 12390, 12401, 12410, 12421, 12430, 12447, 12464,
+ 12480, 12496, 12512, 12528, 12538, 12552, 12569, 12586,
+ 12603, 12613, 12624, 12635, 12644, 12653, 12677, 12701,
+ 12725, 12749, 12773, 12797, 12821, 12845, 12867, 12877,
+ 12900, 12921, 12945, 12969, 12993, 13017, 13041, 13063,
+ 13073, 13096, 13122, 13144, 13154, 13181, 13206, 13231,
+ 13256, 13281, 13306, 13331, 13356, 13365, 13389, 13413,
+ 13437, 13459, 13469, 13492, 13516, 13540, 13564, 13588,
+ 13612, 13634, 13644, 13667, 13691, 13715, 13737, 13747,
+ 13770, 13791, 13815, 13841, 13865, 13889, 13911, 13921,
+ 13944, 13968, 13992, 14016, 14040, 14064, 14086, 14096,
+ 14119, 14145, 14169, 14191, 14201, 14224, 14248, 14272,
+ 14296, 14320, 14344, 14368, 14390, 14400, 14423, 14432,
+ 14440, 14444, 14449, 14485, 14507, 14517, 14540, 14561,
+ 14570, 14585, 14601, 14617, 14633, 14643, 14658, 14675,
+ 14685, 14696, 14706, 14717, 14727, 14738, 14749, 14758,
+ 14767, 14778, 14787, 14798, 14807, 14824, 14841, 14857,
+ 14873, 14889, 14905, 14915, 14929, 14946, 14963, 14980,
+ 14990, 15001, 15012, 15021, 15030, 15054, 15078, 15102,
+ 15126, 15150, 15174, 15198, 15222, 15244, 15254, 15277,
+ 15298, 15322, 15346, 15370, 15394, 15418, 15440, 15450,
+ 15473, 15482, 15508, 15530, 15540, 15567, 15592, 15617,
+ 15642, 15667, 15692, 15717, 15742, 15751, 15775, 15799,
+ 15823, 15845, 15855, 15878, 15887, 15911, 15935, 15959,
+ 15983, 16007, 16029, 16039, 16062, 16071, 16095, 16119,
+ 16141, 16151, 16174, 16195, 16219, 16245, 16269, 16293,
+ 16315, 16325, 16348, 16357, 16381, 16405, 16429, 16453,
+ 16477, 16499, 16509, 16532, 16541, 16567, 16591, 16613,
+ 16623, 16646, 16655, 16679, 16703, 16727, 16751, 16775,
+ 16799, 16821, 16831, 16854, 16863, 16887, 16911, 16935,
+ 16959, 16983, 17007, 17029, 17039, 17062, 17071, 17097,
+ 17121, 17143, 17153, 17176, 17185, 17209, 17233, 17257,
+ 17281, 17305, 17329, 17351, 17361, 17384, 17393, 17417,
+ 17441, 17465, 17489, 17513, 17535, 17545, 17568, 17577,
+ 17603, 17627, 17649, 17659, 17682, 17691, 17715, 17739,
+ 17763, 17787, 17811, 17835, 17857, 17867, 17890, 17899,
+ 17923, 17947, 17969, 17979, 18002, 18023, 18047, 18073,
+ 18097, 18121, 18143, 18153, 18176, 18185, 18209, 18233,
+ 18257, 18281, 18305, 18327, 18337, 18360, 18369, 18395,
+ 18419, 18441, 18451, 18474, 18483, 18507, 18531, 18555,
+ 18579, 18603, 18627, 18649, 18659, 18682, 18691, 18715,
+ 18739, 18763, 18787, 18811, 18833, 18843, 18866, 18875,
+ 18899, 18923, 18945, 18955, 18978, 18999, 19023, 19049,
+ 19073, 19097, 19119, 19129, 19152, 19161, 19185, 19209,
+ 19233, 19257, 19281, 19303, 19313, 19336, 19345, 19371,
+ 19395, 19417, 19427, 19450, 19459, 19483, 19507, 19531,
+ 19555, 19579, 19603, 19625, 19635, 19658, 19667, 19693,
+ 19715, 19725, 19752, 19777, 19802, 19827, 19852, 19877,
+ 19902, 19927, 19936, 19960, 19984, 20008, 20030, 20040,
+ 20063, 20087, 20111, 20135, 20159, 20183, 20205, 20215,
+ 20238, 20262, 20286, 20308, 20318, 20341, 20362, 20386,
+ 20412, 20436, 20460, 20482, 20492, 20515, 20539, 20563,
+ 20587, 20611, 20635, 20657, 20667, 20690, 20716, 20740,
+ 20762, 20772, 20795, 20804, 20828, 20852, 20876, 20900,
+ 20924, 20948, 20970, 20980, 21003, 21022, 21041, 21060,
+ 21079, 21098, 21117, 21134, 21139, 21158, 21179, 21198,
+ 21215, 21220, 21239, 21247, 21255, 21261, 21270, 21306,
+ 21328, 21338, 21361, 21382, 21397, 21413, 21429, 21445,
+ 21455, 21470, 21487, 21497, 21508, 21518, 21529, 21539,
+ 21550, 21561, 21570, 21579, 21590, 21599, 21610, 21619,
+ 21636, 21653, 21669, 21685, 21701, 21717, 21727, 21741,
+ 21758, 21775, 21792, 21802, 21813, 21824, 21833, 21842,
+ 21866, 21890, 21914, 21938, 21962, 21986, 22010, 22034,
+ 22056, 22066, 22089, 22110, 22134, 22158, 22182, 22206,
+ 22230, 22252, 22262, 22285, 22311, 22333, 22343, 22370,
+ 22395, 22420, 22445, 22470, 22495, 22520, 22545, 22554,
+ 22578, 22602, 22626, 22648, 22658, 22681, 22705, 22729,
+ 22753, 22777, 22801, 22823, 22833, 22856, 22880, 22904,
+ 22926, 22936, 22959, 22980, 23004, 23030, 23054, 23078,
+ 23100, 23110, 23133, 23157, 23181, 23205, 23229, 23253,
+ 23275, 23285, 23308, 23334, 23358, 23380, 23390, 23413,
+ 23422, 23446, 23470, 23494, 23518, 23542, 23566, 23588,
+ 23598, 23621, 23624, 23627, 23630, 23633, 23636, 23639,
+ 23641, 23644, 23646, 23648, 23650, 23652, 23653, 23655
+};
+
+static const char _thttp_machine_parser_header_Authorization_trans_keys[] = {
+ 65, 80, 97, 112, 85, 117, 84, 116,
+ 72, 104, 79, 111, 82, 114, 73, 105,
+ 90, 122, 65, 97, 84, 116, 73, 105,
+ 79, 111, 78, 110, 9, 32, 58, 9,
+ 13, 32, 66, 68, 98, 100, 13, 10,
+ 9, 13, 32, 66, 68, 98, 100, 13,
+ 65, 97, 13, 83, 115, 13, 73, 105,
+ 13, 67, 99, 9, 13, 32, 9, 13,
+ 32, 33, 37, 39, 65, 67, 78, 79,
+ 81, 82, 85, 97, 99, 110, 111, 113,
+ 114, 117, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 44, 61, 9, 13, 32, 33, 37,
+ 39, 65, 67, 78, 79, 81, 82, 85,
+ 97, 99, 110, 111, 113, 114, 117, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 76, 108, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 91, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 44, 13, 34, 92, 127,
+ 0, 8, 10, 31, 9, 13, 32, 44,
+ 13, 0, 9, 11, 127, 13, 58, 48,
+ 57, 65, 70, 97, 102, 13, 58, 93,
+ 48, 57, 65, 70, 97, 102, 13, 58,
+ 93, 48, 57, 65, 70, 97, 102, 13,
+ 58, 93, 48, 57, 65, 70, 97, 102,
+ 13, 58, 93, 13, 58, 48, 57, 65,
+ 70, 97, 102, 13, 46, 58, 93, 48,
+ 57, 65, 70, 97, 102, 13, 48, 57,
+ 13, 46, 48, 57, 13, 48, 57, 13,
+ 46, 48, 57, 13, 48, 57, 13, 93,
+ 48, 57, 13, 93, 48, 57, 13, 93,
+ 13, 46, 48, 57, 13, 46, 13, 46,
+ 48, 57, 13, 46, 13, 46, 58, 93,
+ 48, 57, 65, 70, 97, 102, 13, 46,
+ 58, 93, 48, 57, 65, 70, 97, 102,
+ 13, 58, 93, 48, 57, 65, 70, 97,
+ 102, 13, 58, 93, 48, 57, 65, 70,
+ 97, 102, 13, 58, 93, 48, 57, 65,
+ 70, 97, 102, 13, 58, 93, 48, 57,
+ 65, 70, 97, 102, 13, 58, 93, 13,
+ 48, 57, 65, 70, 97, 102, 13, 46,
+ 58, 93, 48, 57, 65, 70, 97, 102,
+ 13, 46, 58, 93, 48, 57, 65, 70,
+ 97, 102, 13, 46, 58, 93, 48, 57,
+ 65, 70, 97, 102, 13, 48, 57, 13,
+ 46, 48, 57, 13, 46, 48, 57, 13,
+ 46, 13, 58, 9, 13, 32, 33, 37,
+ 39, 44, 61, 71, 103, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 79, 111,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 61, 82, 114, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 61, 73, 105, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 84,
+ 116, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 72, 104, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 77, 109, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 44, 61, 9, 13,
+ 32, 33, 34, 37, 39, 91, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 61, 78, 110, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 61, 79, 111, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 78,
+ 110, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 67, 99, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 69, 101, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 44, 61, 9, 13,
+ 32, 33, 34, 37, 39, 91, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 13, 34, 92, 127, 0, 8, 10,
+ 31, 9, 13, 32, 44, 13, 0, 9,
+ 11, 127, 9, 13, 32, 33, 37, 39,
+ 44, 61, 67, 79, 99, 111, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 44, 61, 9, 13, 32,
+ 33, 34, 37, 39, 91, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 37, 39, 44, 126, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 37, 39, 44, 126,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 37, 39, 44, 126, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 37, 39, 44, 126,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 37, 39, 44, 126, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 37, 39, 44, 126,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 37, 39, 44, 126, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 44, 9, 13, 32, 33,
+ 37, 39, 44, 61, 78, 110, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 67,
+ 99, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 69, 101, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 44, 61, 9, 13, 32, 33, 34,
+ 37, 39, 91, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 13, 34,
+ 92, 127, 0, 8, 10, 31, 9, 13,
+ 32, 44, 13, 0, 9, 11, 127, 9,
+ 13, 32, 33, 37, 39, 44, 61, 80,
+ 112, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 65, 97, 126, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 81, 113, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 85, 117, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 69, 101, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 44, 61, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 13,
+ 34, 92, 127, 0, 8, 10, 31, 9,
+ 13, 32, 44, 13, 0, 9, 11, 127,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 79, 111, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 80, 112, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 44, 61, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 69,
+ 101, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 65, 83, 97, 115, 126, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 76,
+ 108, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 77, 109, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 44, 61, 9, 13, 32, 33, 34,
+ 37, 39, 91, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 13, 34,
+ 92, 127, 0, 8, 10, 31, 9, 13,
+ 32, 44, 13, 0, 9, 11, 127, 9,
+ 13, 32, 33, 37, 39, 44, 61, 80,
+ 112, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 79, 111, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 78, 110, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 83, 115, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 69, 101, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 44, 61, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 13,
+ 34, 92, 127, 0, 8, 10, 31, 9,
+ 13, 32, 44, 13, 0, 9, 11, 127,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 82, 83, 114, 115, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 73, 105, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 44, 61, 9, 13,
+ 32, 33, 34, 37, 39, 91, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 13, 34, 92, 127, 0, 8, 10,
+ 31, 13, 34, 92, 127, 0, 8, 10,
+ 31, 13, 34, 13, 34, 0, 9, 11,
+ 127, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 65, 67, 78, 79, 81, 82, 85,
+ 92, 97, 99, 110, 111, 113, 114, 117,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 13, 34, 58, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 13, 34, 58,
+ 92, 127, 0, 8, 10, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 76,
+ 92, 108, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 71,
+ 92, 103, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 82,
+ 92, 114, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 73,
+ 92, 105, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 84,
+ 92, 116, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 72,
+ 92, 104, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 77,
+ 92, 109, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 78, 92, 110, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 92, 111, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 78, 92, 110, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 67, 92, 99, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 65, 67, 78, 79, 81, 82,
+ 85, 92, 97, 99, 110, 111, 113, 114,
+ 117, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 92, 127, 0, 31, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 92, 93,
+ 127, 0, 8, 10, 31, 13, 34, 58,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 93, 127, 0, 8, 10, 31,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 58, 92, 127, 0, 8, 10, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 76, 92, 108, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 71, 92, 103, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 79, 92, 111, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 82, 92, 114, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 73, 92, 105, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 84, 92, 116, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 72, 92, 104, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 77, 92, 109, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 67, 92, 99, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 67, 79, 92, 99,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 96, 97, 102, 103,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 96, 97, 102,
+ 103, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 96, 97,
+ 102, 103, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 96, 97, 102, 103, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 96, 97, 102, 103, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 96, 97, 102, 103, 122, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 78, 92, 110, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 67, 92, 99, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 65, 67, 78, 79, 81, 82, 85, 92,
+ 97, 99, 110, 111, 113, 114, 117, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 13, 34, 58, 92, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 13, 34, 58, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 93, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 92,
+ 93, 127, 0, 8, 10, 31, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 13, 34, 58,
+ 92, 127, 0, 8, 10, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 76,
+ 92, 108, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 71,
+ 92, 103, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 82,
+ 92, 114, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 73,
+ 92, 105, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 84,
+ 92, 116, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 72,
+ 92, 104, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 77,
+ 92, 109, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 78, 92, 110, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 92, 111, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 78, 92, 110, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 67, 92, 99, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 67, 79, 92, 99, 111,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 96, 97, 102, 103, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 96, 97, 102, 103,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 96, 97, 102,
+ 103, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 96, 97,
+ 102, 103, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 96, 97, 102, 103, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 96, 97, 102, 103, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 78, 92, 110, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 67, 92, 99, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 80, 92, 112, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 92, 97, 126, 127, 0, 31, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 81, 92, 113, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 85, 92, 117, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 65,
+ 67, 78, 79, 81, 82, 85, 92, 97,
+ 99, 110, 111, 113, 114, 117, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 13, 34, 58, 92, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 13, 34, 58, 92, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 93,
+ 127, 0, 8, 10, 31, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 76, 92,
+ 108, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 71, 92,
+ 103, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 92,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 82, 92,
+ 114, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 73, 92,
+ 105, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 84, 92,
+ 116, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 72, 92,
+ 104, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 77, 92,
+ 109, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 92, 110, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 79, 92, 111, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 92, 110, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 67, 92, 99, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 67, 79, 92, 99, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 96, 97, 102, 103, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 96, 97, 102, 103, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 96, 97, 102, 103,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 96, 97, 102,
+ 103, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 96, 97,
+ 102, 103, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 96, 97, 102, 103, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 92, 110, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 67,
+ 92, 99, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 80,
+ 92, 112, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 65,
+ 92, 97, 126, 127, 0, 31, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 81,
+ 92, 113, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 85,
+ 92, 117, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 80,
+ 92, 112, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 65, 83, 92, 97, 115,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 76, 92, 108,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 77, 92, 109,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 92, 127, 0, 31, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 65, 67, 78, 79,
+ 81, 82, 85, 92, 97, 99, 110, 111,
+ 113, 114, 117, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 13, 34,
+ 58, 92, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 13,
+ 34, 58, 92, 127, 0, 8, 10, 31,
+ 48, 57, 65, 70, 97, 102, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 93, 127, 0, 8,
+ 10, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 46,
+ 58, 92, 93, 127, 0, 8, 10, 31,
+ 48, 57, 65, 70, 97, 102, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 13, 34, 58, 92, 127, 0, 8,
+ 10, 31, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 76, 92, 108, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 71, 92, 103, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 92, 111, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 82, 92, 114, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 73, 92, 105, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 84, 92, 116, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 72, 92, 104, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 77, 92, 109, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 92, 110, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 92, 110, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 67,
+ 92, 99, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 67,
+ 79, 92, 99, 111, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 96, 97,
+ 102, 103, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 96, 97, 102, 103, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 96, 97, 102, 103, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 96, 97, 102, 103, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 96, 97, 102, 103,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 96, 97, 102,
+ 103, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 67, 92, 99, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 80, 92, 112, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 65, 92, 97, 126,
+ 127, 0, 31, 42, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 81, 92, 113, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 85, 92, 117, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 80, 92, 112, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 83, 92, 97, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 76, 92, 108, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 77, 92, 109, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 80, 92, 112, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 79, 92, 111, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 92, 110, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 83, 92, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 65, 67, 78, 79, 81, 82, 85,
+ 92, 97, 99, 110, 111, 113, 114, 117,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 13, 34, 58, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 58, 92, 127, 0, 8, 10, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 76, 92, 108, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 71, 92, 103, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 79, 92, 111, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 82, 92, 114, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 73, 92, 105, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 84, 92, 116, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 72, 92, 104, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 77, 92, 109, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 67, 92, 99, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 67, 79, 92, 99,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 96, 97, 102, 103,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 96, 97, 102,
+ 103, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 96, 97,
+ 102, 103, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 96, 97, 102, 103, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 96, 97, 102, 103, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 96, 97, 102, 103, 122, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 78, 92, 110, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 67, 92, 99, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 80, 92, 112, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 65, 92, 97, 126, 127, 0, 31,
+ 42, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 81, 92, 113, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 85, 92, 117, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 79, 92, 111, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 80, 92, 112, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 83, 92,
+ 97, 115, 126, 127, 0, 31, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 76,
+ 92, 108, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 77,
+ 92, 109, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 80,
+ 92, 112, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 92, 110, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 83,
+ 92, 115, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 82,
+ 83, 92, 114, 115, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 73, 92, 105, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 65, 67, 78, 79, 81, 82, 85, 92,
+ 97, 99, 110, 111, 113, 114, 117, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 13, 34, 58, 92, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 13, 34, 58, 92, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 93,
+ 127, 0, 8, 10, 31, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 76, 92,
+ 108, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 71, 92,
+ 103, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 92,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 82, 92,
+ 114, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 73, 92,
+ 105, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 84, 92,
+ 116, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 72, 92,
+ 104, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 77, 92,
+ 109, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 92, 110, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 79, 92, 111, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 92, 110, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 67, 92, 99, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 67, 79, 92, 99, 111, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 96, 97, 102, 103, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 96, 97, 102, 103, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 96, 97, 102, 103, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 96, 97, 102, 103,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 96, 97, 102,
+ 103, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 96, 97,
+ 102, 103, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 78, 92,
+ 110, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 67, 92,
+ 99, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 80, 92, 112,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 92, 97,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 81, 92, 113,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 85, 92, 117,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 80, 92, 112, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 83, 92, 97, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 76, 92, 108, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 77, 92, 109, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 80, 92, 112, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 79, 92, 111, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 78, 92, 110, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 83, 92, 115, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 82, 83, 92, 114, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 73, 92, 105, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 82, 92, 114, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 78, 92, 110, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 65, 92, 97, 126, 127, 0, 31,
+ 42, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 77, 92, 109, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 13, 34, 92, 127, 0, 8, 10, 31,
+ 9, 13, 32, 44, 13, 0, 9, 11,
+ 127, 9, 13, 32, 33, 34, 37, 39,
+ 65, 67, 78, 79, 81, 82, 85, 92,
+ 97, 99, 110, 111, 113, 114, 117, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 13, 34, 58, 92, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 13, 34, 58, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 93, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 92,
+ 93, 127, 0, 8, 10, 31, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 92, 93, 127, 0,
+ 8, 10, 31, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 13, 34, 58,
+ 92, 127, 0, 8, 10, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 76,
+ 92, 108, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 71,
+ 92, 103, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 82,
+ 92, 114, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 73,
+ 92, 105, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 84,
+ 92, 116, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 72,
+ 92, 104, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 77,
+ 92, 109, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 78, 92, 110, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 92, 111, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 78, 92, 110, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 67, 92, 99, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 67, 79, 92, 99, 111,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 96, 97, 102, 103, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 96, 97, 102, 103,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 96, 97, 102,
+ 103, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 96, 97,
+ 102, 103, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 96, 97, 102, 103, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 96, 97, 102, 103, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 78, 92, 110, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 67, 92, 99, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 80, 92, 112, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 92, 97, 126, 127, 0, 31, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 81, 92, 113, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 85, 92, 117, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 79, 92, 111, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 80, 92, 112, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 65, 83, 92, 97,
+ 115, 126, 127, 0, 31, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 76, 92,
+ 108, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 77, 92,
+ 109, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 80, 92,
+ 112, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 92,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 78, 92,
+ 110, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 83, 92,
+ 115, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 82, 83,
+ 92, 114, 115, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 73, 92, 105, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 82, 92, 114, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 78, 92, 110, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 92, 97, 126, 127, 0, 31, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 77, 92, 109, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 82, 92, 114, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 78, 92, 110, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 92, 97, 126, 127, 0, 31, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 77, 92, 109, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 82, 83, 92, 114, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 73, 92, 105, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 82, 92, 114, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 92, 110, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 65, 92, 97, 126, 127, 0,
+ 31, 42, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 77, 92, 109, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 80, 92, 112, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 79, 92, 111, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 92, 110, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 83, 92, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 82, 83, 92, 114, 115, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 73, 92, 105, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 82, 92, 114, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 65, 92, 97, 126,
+ 127, 0, 31, 42, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 77, 92, 109, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 80, 92, 112, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 83, 92, 97, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 76, 92, 108, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 77, 92, 109, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 80, 92, 112, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 79, 92, 111, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 92, 110, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 83, 92, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 82, 83, 92, 114, 115, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 73, 92, 105, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 82, 92, 114, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 65, 92, 97, 126,
+ 127, 0, 31, 42, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 77, 92, 109, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 80, 92, 112, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 65, 92, 97, 126,
+ 127, 0, 31, 42, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 81, 92, 113, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 85, 92, 117, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 80, 92, 112, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 83, 92, 97, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 76, 92, 108, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 77, 92, 109, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 80, 92, 112, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 79, 92, 111, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 92, 110, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 83, 92, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 82, 83, 92, 114, 115, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 73, 92, 105, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 82, 92, 114, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 65, 92, 97, 126,
+ 127, 0, 31, 42, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 77, 92, 109, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 67, 79, 92, 99,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 96, 97, 102, 103,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 96, 97, 102,
+ 103, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 96, 97,
+ 102, 103, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 96, 97, 102, 103, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 96, 97, 102, 103, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 96, 97, 102, 103, 122, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 78, 92, 110, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 67, 92, 99, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 80, 92, 112, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 92, 97, 126, 127, 0, 31, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 81, 92, 113, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 85, 92, 117, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 80,
+ 92, 112, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 65, 83, 92, 97, 115,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 76, 92, 108,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 77, 92, 109,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 80, 92, 112, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 83, 92, 115, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 82, 83, 92, 114, 115,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 73, 92, 105,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 82, 92, 114,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 78, 92, 110,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 92, 97,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 77, 92, 109,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 69, 101, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 82, 114,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 61, 78, 110, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 61, 65, 97, 126, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 77,
+ 109, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 69, 101, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 44, 61, 9, 13, 32, 33, 34,
+ 37, 39, 91, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 82, 83,
+ 114, 115, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 73, 105, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 44, 61, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 13,
+ 34, 92, 127, 0, 8, 10, 31, 13,
+ 34, 92, 127, 0, 8, 10, 31, 13,
+ 34, 0, 9, 11, 127, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 65, 67, 78,
+ 79, 81, 82, 85, 92, 97, 99, 110,
+ 111, 113, 114, 117, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 13, 34,
+ 58, 92, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 13,
+ 34, 58, 92, 127, 0, 8, 10, 31,
+ 48, 57, 65, 70, 97, 102, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 93, 127, 0, 8,
+ 10, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 92, 93, 127, 0, 8, 10, 31, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 46,
+ 58, 92, 93, 127, 0, 8, 10, 31,
+ 48, 57, 65, 70, 97, 102, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 13, 34, 58, 92, 127, 0, 8,
+ 10, 31, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 76, 92, 108, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 71, 92, 103, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 92, 111, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 82, 92, 114, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 73, 92, 105, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 84, 92, 116, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 72, 92, 104, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 77, 92, 109, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 92, 110, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 92, 110, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 67,
+ 92, 99, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 67, 79,
+ 92, 99, 111, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 96, 97, 102,
+ 103, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 96, 97,
+ 102, 103, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 96,
+ 97, 102, 103, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 96, 97, 102, 103, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 96, 97, 102, 103, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 96, 97, 102, 103, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 96, 97, 102, 103, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 96, 97, 102, 103,
+ 122, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 78, 92, 110, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 67, 92, 99, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 80, 92, 112, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 65, 92, 97, 126, 127, 0,
+ 31, 42, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 81, 92, 113, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 85, 92, 117, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 79, 92, 111, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 80, 92, 112, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 83, 92,
+ 97, 115, 126, 127, 0, 31, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 76,
+ 92, 108, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 77,
+ 92, 109, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 80, 92,
+ 112, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 92,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 78, 92,
+ 110, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 83, 92,
+ 115, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 82, 83, 92,
+ 114, 115, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 73,
+ 92, 105, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 82,
+ 92, 114, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 92, 110, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 65,
+ 92, 97, 126, 127, 0, 31, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 77,
+ 92, 109, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 13, 73, 105,
+ 13, 71, 103, 13, 69, 101, 13, 83,
+ 115, 13, 84, 116, 9, 13, 32, 10,
+ 13, 9, 13, 32, 82, 114, 79, 111,
+ 88, 120, 89, 121, 45, 65, 97, 0
+};
+
+static const char _thttp_machine_parser_header_Authorization_single_lengths[] = {
+ 0, 4, 2, 2, 2, 2, 2, 2,
+ 2, 2, 2, 2, 2, 2, 3, 7,
+ 1, 1, 7, 3, 3, 3, 3, 3,
+ 21, 9, 5, 21, 11, 9, 8, 4,
+ 4, 4, 1, 2, 3, 3, 3, 3,
+ 2, 4, 1, 2, 1, 2, 1, 2,
+ 2, 2, 2, 2, 2, 2, 4, 4,
+ 3, 3, 3, 3, 3, 1, 4, 4,
+ 4, 1, 2, 2, 2, 2, 11, 11,
+ 11, 11, 11, 11, 11, 9, 5, 9,
+ 8, 11, 11, 11, 11, 11, 9, 5,
+ 9, 4, 4, 1, 13, 9, 5, 9,
+ 8, 8, 8, 8, 8, 8, 8, 4,
+ 11, 11, 11, 9, 5, 9, 4, 4,
+ 1, 11, 11, 11, 11, 11, 9, 5,
+ 9, 4, 4, 1, 11, 11, 9, 5,
+ 9, 8, 11, 13, 11, 11, 9, 5,
+ 9, 4, 4, 1, 11, 11, 11, 11,
+ 11, 9, 5, 9, 4, 4, 1, 13,
+ 11, 9, 5, 9, 4, 4, 2, 2,
+ 7, 24, 12, 8, 11, 11, 7, 5,
+ 6, 6, 6, 6, 5, 7, 4, 5,
+ 4, 5, 4, 5, 5, 5, 5, 5,
+ 5, 5, 7, 7, 6, 6, 6, 6,
+ 6, 4, 7, 7, 7, 4, 5, 5,
+ 5, 5, 14, 14, 14, 14, 14, 14,
+ 14, 14, 12, 8, 11, 11, 14, 14,
+ 14, 14, 14, 12, 8, 11, 7, 7,
+ 24, 12, 8, 11, 11, 7, 5, 6,
+ 6, 6, 6, 5, 7, 4, 5, 4,
+ 5, 4, 5, 5, 5, 5, 5, 5,
+ 5, 7, 7, 6, 6, 6, 6, 6,
+ 4, 7, 7, 7, 4, 5, 5, 5,
+ 5, 14, 14, 14, 14, 14, 14, 14,
+ 14, 12, 8, 11, 11, 14, 14, 14,
+ 14, 14, 12, 8, 11, 7, 16, 12,
+ 8, 11, 11, 11, 11, 11, 11, 11,
+ 11, 7, 14, 14, 14, 12, 8, 11,
+ 7, 7, 24, 12, 8, 11, 11, 7,
+ 5, 6, 6, 6, 6, 5, 7, 4,
+ 5, 4, 5, 4, 5, 5, 5, 7,
+ 5, 5, 5, 5, 7, 7, 6, 6,
+ 6, 6, 6, 4, 7, 7, 7, 4,
+ 5, 5, 5, 5, 14, 14, 14, 14,
+ 14, 14, 14, 14, 12, 8, 11, 11,
+ 14, 14, 14, 14, 14, 12, 8, 11,
+ 7, 16, 12, 8, 11, 11, 11, 11,
+ 11, 11, 11, 11, 7, 14, 14, 14,
+ 12, 8, 11, 7, 14, 14, 14, 14,
+ 14, 12, 8, 11, 7, 7, 24, 12,
+ 8, 11, 11, 7, 5, 6, 6, 6,
+ 6, 5, 7, 4, 5, 4, 5, 4,
+ 5, 5, 5, 7, 5, 5, 5, 5,
+ 7, 7, 6, 6, 6, 6, 6, 4,
+ 7, 7, 7, 4, 5, 5, 5, 5,
+ 14, 14, 14, 14, 14, 14, 14, 14,
+ 12, 8, 11, 11, 14, 14, 14, 14,
+ 14, 12, 8, 11, 7, 16, 12, 8,
+ 11, 11, 11, 11, 11, 11, 11, 11,
+ 7, 14, 14, 14, 12, 8, 11, 7,
+ 14, 14, 14, 14, 14, 12, 8, 11,
+ 7, 14, 14, 12, 8, 11, 11, 14,
+ 16, 14, 14, 12, 8, 11, 7, 7,
+ 24, 12, 8, 11, 11, 7, 5, 6,
+ 6, 6, 6, 5, 7, 4, 5, 4,
+ 5, 4, 5, 5, 5, 7, 5, 5,
+ 5, 5, 7, 7, 6, 6, 6, 6,
+ 6, 4, 7, 7, 7, 4, 5, 5,
+ 5, 5, 14, 14, 14, 14, 14, 14,
+ 14, 14, 12, 8, 11, 11, 14, 14,
+ 14, 14, 14, 12, 8, 11, 7, 16,
+ 12, 8, 11, 11, 11, 11, 11, 11,
+ 11, 11, 7, 14, 14, 14, 12, 8,
+ 11, 7, 14, 14, 14, 14, 14, 12,
+ 8, 11, 7, 14, 14, 12, 8, 11,
+ 11, 14, 16, 14, 14, 12, 8, 11,
+ 7, 14, 14, 14, 14, 14, 12, 8,
+ 11, 7, 7, 24, 12, 8, 11, 11,
+ 7, 5, 6, 6, 6, 6, 5, 7,
+ 4, 5, 4, 5, 4, 5, 5, 5,
+ 7, 5, 5, 5, 5, 7, 7, 6,
+ 6, 6, 6, 6, 4, 7, 7, 7,
+ 4, 5, 5, 5, 5, 14, 14, 14,
+ 14, 14, 14, 14, 14, 12, 8, 11,
+ 11, 14, 14, 14, 14, 14, 12, 8,
+ 11, 7, 16, 12, 8, 11, 11, 11,
+ 11, 11, 11, 11, 11, 7, 14, 14,
+ 14, 12, 8, 11, 7, 14, 14, 14,
+ 14, 14, 12, 8, 11, 7, 14, 14,
+ 12, 8, 11, 11, 14, 16, 14, 14,
+ 12, 8, 11, 7, 14, 14, 14, 14,
+ 14, 12, 8, 11, 7, 16, 14, 12,
+ 8, 11, 7, 7, 24, 12, 8, 11,
+ 11, 5, 6, 6, 6, 6, 5, 7,
+ 4, 5, 4, 5, 4, 5, 5, 5,
+ 7, 5, 5, 5, 5, 7, 7, 6,
+ 6, 6, 6, 6, 4, 7, 7, 7,
+ 4, 5, 5, 5, 5, 14, 14, 14,
+ 14, 14, 14, 14, 14, 12, 8, 11,
+ 11, 14, 14, 14, 14, 14, 12, 8,
+ 11, 16, 12, 8, 11, 11, 11, 11,
+ 11, 11, 11, 11, 7, 14, 14, 14,
+ 12, 8, 11, 14, 14, 14, 14, 14,
+ 12, 8, 11, 14, 14, 12, 8, 11,
+ 11, 14, 16, 14, 14, 12, 8, 11,
+ 14, 14, 14, 14, 14, 12, 8, 11,
+ 16, 14, 12, 8, 11, 14, 14, 14,
+ 14, 14, 14, 12, 8, 11, 7, 4,
+ 4, 1, 24, 12, 8, 11, 11, 7,
+ 5, 6, 6, 6, 6, 5, 7, 4,
+ 5, 4, 5, 4, 5, 5, 5, 7,
+ 5, 5, 5, 5, 7, 7, 6, 6,
+ 6, 6, 6, 4, 7, 7, 7, 4,
+ 5, 5, 5, 5, 14, 14, 14, 14,
+ 14, 14, 14, 14, 12, 8, 11, 11,
+ 14, 14, 14, 14, 14, 12, 8, 11,
+ 7, 16, 12, 8, 11, 11, 11, 11,
+ 11, 11, 11, 11, 7, 14, 14, 14,
+ 12, 8, 11, 7, 14, 14, 14, 14,
+ 14, 12, 8, 11, 7, 14, 14, 12,
+ 8, 11, 11, 14, 16, 14, 14, 12,
+ 8, 11, 7, 14, 14, 14, 14, 14,
+ 12, 8, 11, 7, 16, 14, 12, 8,
+ 11, 7, 14, 14, 14, 14, 14, 14,
+ 12, 8, 11, 7, 14, 14, 14, 14,
+ 14, 14, 12, 8, 11, 7, 16, 14,
+ 12, 8, 11, 7, 14, 14, 14, 14,
+ 14, 14, 12, 8, 11, 7, 14, 14,
+ 14, 14, 14, 12, 8, 11, 7, 16,
+ 14, 12, 8, 11, 7, 14, 14, 14,
+ 14, 14, 14, 12, 8, 11, 7, 14,
+ 14, 12, 8, 11, 11, 14, 16, 14,
+ 14, 12, 8, 11, 7, 14, 14, 14,
+ 14, 14, 12, 8, 11, 7, 16, 14,
+ 12, 8, 11, 7, 14, 14, 14, 14,
+ 14, 14, 12, 8, 11, 7, 14, 14,
+ 14, 14, 14, 12, 8, 11, 7, 14,
+ 14, 12, 8, 11, 11, 14, 16, 14,
+ 14, 12, 8, 11, 7, 14, 14, 14,
+ 14, 14, 12, 8, 11, 7, 16, 14,
+ 12, 8, 11, 7, 14, 14, 14, 14,
+ 14, 14, 12, 8, 11, 7, 16, 12,
+ 8, 11, 11, 11, 11, 11, 11, 11,
+ 11, 7, 14, 14, 14, 12, 8, 11,
+ 14, 14, 14, 14, 14, 12, 8, 11,
+ 14, 14, 12, 8, 11, 11, 14, 16,
+ 14, 14, 12, 8, 11, 14, 14, 14,
+ 14, 14, 12, 8, 11, 16, 14, 12,
+ 8, 11, 7, 14, 14, 14, 14, 14,
+ 14, 12, 8, 11, 11, 11, 11, 11,
+ 11, 11, 9, 5, 9, 13, 11, 9,
+ 5, 9, 4, 4, 2, 7, 24, 12,
+ 8, 11, 11, 5, 6, 6, 6, 6,
+ 5, 7, 4, 5, 4, 5, 4, 5,
+ 5, 5, 7, 5, 5, 5, 5, 7,
+ 7, 6, 6, 6, 6, 6, 4, 7,
+ 7, 7, 4, 5, 5, 5, 5, 14,
+ 14, 14, 14, 14, 14, 14, 14, 12,
+ 8, 11, 11, 14, 14, 14, 14, 14,
+ 12, 8, 11, 16, 12, 8, 11, 11,
+ 11, 11, 11, 11, 11, 11, 7, 14,
+ 14, 14, 12, 8, 11, 14, 14, 14,
+ 14, 14, 12, 8, 11, 14, 14, 12,
+ 8, 11, 11, 14, 16, 14, 14, 12,
+ 8, 11, 14, 14, 14, 14, 14, 12,
+ 8, 11, 16, 14, 12, 8, 11, 7,
+ 14, 14, 14, 14, 14, 14, 12, 8,
+ 11, 3, 3, 3, 3, 3, 3, 2,
+ 3, 2, 2, 2, 2, 1, 2, 0
+};
+
+static const char _thttp_machine_parser_header_Authorization_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 5, 4, 0, 5, 4, 5, 4, 0,
+ 2, 0, 2, 3, 3, 3, 3, 0,
+ 3, 3, 1, 1, 1, 1, 1, 1,
+ 1, 0, 1, 0, 1, 0, 3, 3,
+ 3, 3, 3, 3, 0, 3, 3, 3,
+ 3, 1, 1, 1, 0, 0, 4, 4,
+ 4, 4, 4, 4, 4, 4, 0, 5,
+ 4, 4, 4, 4, 4, 4, 4, 0,
+ 5, 2, 0, 2, 4, 4, 0, 7,
+ 6, 6, 6, 6, 6, 6, 6, 0,
+ 4, 4, 4, 4, 0, 5, 2, 0,
+ 2, 4, 4, 4, 4, 4, 4, 0,
+ 5, 2, 0, 2, 4, 4, 4, 0,
+ 5, 4, 4, 4, 4, 4, 4, 0,
+ 5, 2, 0, 2, 4, 4, 4, 4,
+ 4, 4, 0, 5, 2, 0, 2, 4,
+ 4, 4, 0, 5, 2, 2, 0, 2,
+ 1, 6, 5, 1, 6, 5, 1, 5,
+ 5, 5, 5, 2, 5, 5, 3, 3,
+ 3, 3, 3, 3, 3, 2, 3, 2,
+ 3, 2, 5, 5, 5, 5, 5, 5,
+ 2, 5, 5, 5, 5, 3, 3, 3,
+ 2, 2, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 1, 6, 5, 5, 5,
+ 5, 5, 5, 5, 1, 6, 1, 1,
+ 6, 5, 1, 6, 5, 1, 5, 5,
+ 5, 5, 2, 5, 5, 3, 3, 3,
+ 3, 3, 3, 3, 2, 3, 2, 3,
+ 2, 5, 5, 5, 5, 5, 5, 2,
+ 5, 5, 5, 5, 3, 3, 3, 2,
+ 2, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 1, 6, 5, 5, 5, 5,
+ 5, 5, 5, 1, 6, 1, 5, 5,
+ 1, 8, 7, 7, 7, 7, 7, 7,
+ 7, 1, 5, 5, 5, 5, 1, 6,
+ 1, 1, 6, 5, 1, 6, 5, 1,
+ 5, 5, 5, 5, 2, 5, 5, 3,
+ 3, 3, 3, 3, 3, 3, 2, 1,
+ 3, 2, 3, 2, 5, 5, 5, 5,
+ 5, 5, 2, 5, 5, 5, 5, 3,
+ 3, 3, 2, 2, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 1, 6, 5,
+ 5, 5, 5, 5, 5, 5, 1, 6,
+ 1, 5, 5, 1, 8, 7, 7, 7,
+ 7, 7, 7, 7, 1, 5, 5, 5,
+ 5, 1, 6, 1, 5, 5, 5, 5,
+ 5, 5, 1, 6, 1, 1, 6, 5,
+ 1, 6, 5, 1, 5, 5, 5, 5,
+ 2, 5, 5, 3, 3, 3, 3, 3,
+ 3, 3, 2, 1, 3, 2, 3, 2,
+ 5, 5, 5, 5, 5, 5, 2, 5,
+ 5, 5, 5, 3, 3, 3, 2, 2,
+ 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 1, 6, 5, 5, 5, 5, 5,
+ 5, 5, 1, 6, 1, 5, 5, 1,
+ 8, 7, 7, 7, 7, 7, 7, 7,
+ 1, 5, 5, 5, 5, 1, 6, 1,
+ 5, 5, 5, 5, 5, 5, 1, 6,
+ 1, 5, 5, 5, 1, 6, 5, 5,
+ 5, 5, 5, 5, 1, 6, 1, 1,
+ 6, 5, 1, 6, 5, 1, 5, 5,
+ 5, 5, 2, 5, 5, 3, 3, 3,
+ 3, 3, 3, 3, 2, 1, 3, 2,
+ 3, 2, 5, 5, 5, 5, 5, 5,
+ 2, 5, 5, 5, 5, 3, 3, 3,
+ 2, 2, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 1, 6, 5, 5, 5,
+ 5, 5, 5, 5, 1, 6, 1, 5,
+ 5, 1, 8, 7, 7, 7, 7, 7,
+ 7, 7, 1, 5, 5, 5, 5, 1,
+ 6, 1, 5, 5, 5, 5, 5, 5,
+ 1, 6, 1, 5, 5, 5, 1, 6,
+ 5, 5, 5, 5, 5, 5, 1, 6,
+ 1, 5, 5, 5, 5, 5, 5, 1,
+ 6, 1, 1, 6, 5, 1, 6, 5,
+ 1, 5, 5, 5, 5, 2, 5, 5,
+ 3, 3, 3, 3, 3, 3, 3, 2,
+ 1, 3, 2, 3, 2, 5, 5, 5,
+ 5, 5, 5, 2, 5, 5, 5, 5,
+ 3, 3, 3, 2, 2, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 1, 6,
+ 5, 5, 5, 5, 5, 5, 5, 1,
+ 6, 1, 5, 5, 1, 8, 7, 7,
+ 7, 7, 7, 7, 7, 1, 5, 5,
+ 5, 5, 1, 6, 1, 5, 5, 5,
+ 5, 5, 5, 1, 6, 1, 5, 5,
+ 5, 1, 6, 5, 5, 5, 5, 5,
+ 5, 1, 6, 1, 5, 5, 5, 5,
+ 5, 5, 1, 6, 1, 5, 5, 5,
+ 1, 6, 1, 1, 6, 5, 1, 6,
+ 5, 5, 5, 5, 5, 2, 5, 5,
+ 3, 3, 3, 3, 3, 3, 3, 2,
+ 1, 3, 2, 3, 2, 5, 5, 5,
+ 5, 5, 5, 2, 5, 5, 5, 5,
+ 3, 3, 3, 2, 2, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 1, 6,
+ 5, 5, 5, 5, 5, 5, 5, 1,
+ 6, 5, 5, 1, 8, 7, 7, 7,
+ 7, 7, 7, 7, 1, 5, 5, 5,
+ 5, 1, 6, 5, 5, 5, 5, 5,
+ 5, 1, 6, 5, 5, 5, 1, 6,
+ 5, 5, 5, 5, 5, 5, 1, 6,
+ 5, 5, 5, 5, 5, 5, 1, 6,
+ 5, 5, 5, 1, 6, 5, 5, 5,
+ 5, 5, 5, 5, 1, 6, 1, 2,
+ 0, 2, 6, 5, 1, 6, 5, 1,
+ 5, 5, 5, 5, 2, 5, 5, 3,
+ 3, 3, 3, 3, 3, 3, 2, 1,
+ 3, 2, 3, 2, 5, 5, 5, 5,
+ 5, 5, 2, 5, 5, 5, 5, 3,
+ 3, 3, 2, 2, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 1, 6, 5,
+ 5, 5, 5, 5, 5, 5, 1, 6,
+ 1, 5, 5, 1, 8, 7, 7, 7,
+ 7, 7, 7, 7, 1, 5, 5, 5,
+ 5, 1, 6, 1, 5, 5, 5, 5,
+ 5, 5, 1, 6, 1, 5, 5, 5,
+ 1, 6, 5, 5, 5, 5, 5, 5,
+ 1, 6, 1, 5, 5, 5, 5, 5,
+ 5, 1, 6, 1, 5, 5, 5, 1,
+ 6, 1, 5, 5, 5, 5, 5, 5,
+ 5, 1, 6, 1, 5, 5, 5, 5,
+ 5, 5, 5, 1, 6, 1, 5, 5,
+ 5, 1, 6, 1, 5, 5, 5, 5,
+ 5, 5, 5, 1, 6, 1, 5, 5,
+ 5, 5, 5, 5, 1, 6, 1, 5,
+ 5, 5, 1, 6, 1, 5, 5, 5,
+ 5, 5, 5, 5, 1, 6, 1, 5,
+ 5, 5, 1, 6, 5, 5, 5, 5,
+ 5, 5, 1, 6, 1, 5, 5, 5,
+ 5, 5, 5, 1, 6, 1, 5, 5,
+ 5, 1, 6, 1, 5, 5, 5, 5,
+ 5, 5, 5, 1, 6, 1, 5, 5,
+ 5, 5, 5, 5, 1, 6, 1, 5,
+ 5, 5, 1, 6, 5, 5, 5, 5,
+ 5, 5, 1, 6, 1, 5, 5, 5,
+ 5, 5, 5, 1, 6, 1, 5, 5,
+ 5, 1, 6, 1, 5, 5, 5, 5,
+ 5, 5, 5, 1, 6, 1, 5, 5,
+ 1, 8, 7, 7, 7, 7, 7, 7,
+ 7, 1, 5, 5, 5, 5, 1, 6,
+ 5, 5, 5, 5, 5, 5, 1, 6,
+ 5, 5, 5, 1, 6, 5, 5, 5,
+ 5, 5, 5, 1, 6, 5, 5, 5,
+ 5, 5, 5, 1, 6, 5, 5, 5,
+ 1, 6, 1, 5, 5, 5, 5, 5,
+ 5, 5, 1, 6, 4, 4, 4, 4,
+ 4, 4, 4, 0, 5, 4, 4, 4,
+ 0, 5, 2, 2, 2, 1, 6, 5,
+ 1, 6, 5, 5, 5, 5, 5, 2,
+ 5, 5, 3, 3, 3, 3, 3, 3,
+ 3, 2, 1, 3, 2, 3, 2, 5,
+ 5, 5, 5, 5, 5, 2, 5, 5,
+ 5, 5, 3, 3, 3, 2, 2, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5,
+ 1, 6, 5, 5, 5, 5, 5, 5,
+ 5, 1, 6, 5, 5, 1, 8, 7,
+ 7, 7, 7, 7, 7, 7, 1, 5,
+ 5, 5, 5, 1, 6, 5, 5, 5,
+ 5, 5, 5, 1, 6, 5, 5, 5,
+ 1, 6, 5, 5, 5, 5, 5, 5,
+ 1, 6, 5, 5, 5, 5, 5, 5,
+ 1, 6, 5, 5, 5, 1, 6, 1,
+ 5, 5, 5, 5, 5, 5, 5, 1,
+ 6, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0
+};
+
+static const short _thttp_machine_parser_header_Authorization_index_offsets[] = {
+ 0, 0, 5, 8, 11, 14, 17, 20,
+ 23, 26, 29, 32, 35, 38, 41, 45,
+ 53, 55, 57, 65, 69, 73, 77, 81,
+ 85, 112, 126, 132, 159, 175, 190, 203,
+ 208, 215, 220, 224, 230, 237, 244, 251,
+ 255, 261, 269, 272, 276, 279, 283, 286,
+ 290, 294, 297, 301, 304, 308, 311, 319,
+ 327, 334, 341, 348, 355, 359, 364, 372,
+ 380, 388, 391, 395, 399, 402, 405, 421,
+ 437, 453, 469, 485, 501, 517, 531, 537,
+ 552, 565, 581, 597, 613, 629, 645, 659,
+ 665, 680, 687, 692, 696, 714, 728, 734,
+ 751, 766, 781, 796, 811, 826, 841, 856,
+ 861, 877, 893, 909, 923, 929, 944, 951,
+ 956, 960, 976, 992, 1008, 1024, 1040, 1054,
+ 1060, 1075, 1082, 1087, 1091, 1107, 1123, 1137,
+ 1143, 1158, 1171, 1187, 1205, 1221, 1237, 1251,
+ 1257, 1272, 1279, 1284, 1288, 1304, 1320, 1336,
+ 1352, 1368, 1382, 1388, 1403, 1410, 1415, 1419,
+ 1437, 1453, 1467, 1473, 1488, 1495, 1502, 1505,
+ 1510, 1519, 1550, 1568, 1578, 1596, 1613, 1622,
+ 1633, 1645, 1657, 1669, 1678, 1689, 1702, 1710,
+ 1719, 1727, 1736, 1744, 1753, 1762, 1770, 1779,
+ 1787, 1796, 1804, 1817, 1830, 1842, 1854, 1866,
+ 1878, 1887, 1897, 1910, 1923, 1936, 1944, 1953,
+ 1962, 1970, 1978, 1998, 2018, 2038, 2058, 2078,
+ 2098, 2118, 2138, 2156, 2166, 2184, 2201, 2221,
+ 2241, 2261, 2281, 2301, 2319, 2329, 2347, 2356,
+ 2365, 2396, 2414, 2424, 2442, 2459, 2468, 2479,
+ 2491, 2503, 2515, 2524, 2535, 2548, 2556, 2565,
+ 2573, 2582, 2590, 2599, 2608, 2616, 2625, 2633,
+ 2642, 2650, 2663, 2676, 2688, 2700, 2712, 2724,
+ 2733, 2743, 2756, 2769, 2782, 2790, 2799, 2808,
+ 2816, 2824, 2844, 2864, 2884, 2904, 2924, 2944,
+ 2964, 2984, 3002, 3012, 3030, 3047, 3067, 3087,
+ 3107, 3127, 3147, 3165, 3175, 3193, 3202, 3224,
+ 3242, 3252, 3272, 3291, 3310, 3329, 3348, 3367,
+ 3386, 3405, 3414, 3434, 3454, 3474, 3492, 3502,
+ 3520, 3529, 3538, 3569, 3587, 3597, 3615, 3632,
+ 3641, 3652, 3664, 3676, 3688, 3697, 3708, 3721,
+ 3729, 3738, 3746, 3755, 3763, 3772, 3781, 3789,
+ 3798, 3807, 3815, 3824, 3832, 3845, 3858, 3870,
+ 3882, 3894, 3906, 3915, 3925, 3938, 3951, 3964,
+ 3972, 3981, 3990, 3998, 4006, 4026, 4046, 4066,
+ 4086, 4106, 4126, 4146, 4166, 4184, 4194, 4212,
+ 4229, 4249, 4269, 4289, 4309, 4329, 4347, 4357,
+ 4375, 4384, 4406, 4424, 4434, 4454, 4473, 4492,
+ 4511, 4530, 4549, 4568, 4587, 4596, 4616, 4636,
+ 4656, 4674, 4684, 4702, 4711, 4731, 4751, 4771,
+ 4791, 4811, 4829, 4839, 4857, 4866, 4875, 4906,
+ 4924, 4934, 4952, 4969, 4978, 4989, 5001, 5013,
+ 5025, 5034, 5045, 5058, 5066, 5075, 5083, 5092,
+ 5100, 5109, 5118, 5126, 5135, 5144, 5152, 5161,
+ 5169, 5182, 5195, 5207, 5219, 5231, 5243, 5252,
+ 5262, 5275, 5288, 5301, 5309, 5318, 5327, 5335,
+ 5343, 5363, 5383, 5403, 5423, 5443, 5463, 5483,
+ 5503, 5521, 5531, 5549, 5566, 5586, 5606, 5626,
+ 5646, 5666, 5684, 5694, 5712, 5721, 5743, 5761,
+ 5771, 5791, 5810, 5829, 5848, 5867, 5886, 5905,
+ 5924, 5933, 5953, 5973, 5993, 6011, 6021, 6039,
+ 6048, 6068, 6088, 6108, 6128, 6148, 6166, 6176,
+ 6194, 6203, 6223, 6243, 6261, 6271, 6289, 6306,
+ 6326, 6348, 6368, 6388, 6406, 6416, 6434, 6443,
+ 6452, 6483, 6501, 6511, 6529, 6546, 6555, 6566,
+ 6578, 6590, 6602, 6611, 6622, 6635, 6643, 6652,
+ 6660, 6669, 6677, 6686, 6695, 6703, 6712, 6721,
+ 6729, 6738, 6746, 6759, 6772, 6784, 6796, 6808,
+ 6820, 6829, 6839, 6852, 6865, 6878, 6886, 6895,
+ 6904, 6912, 6920, 6940, 6960, 6980, 7000, 7020,
+ 7040, 7060, 7080, 7098, 7108, 7126, 7143, 7163,
+ 7183, 7203, 7223, 7243, 7261, 7271, 7289, 7298,
+ 7320, 7338, 7348, 7368, 7387, 7406, 7425, 7444,
+ 7463, 7482, 7501, 7510, 7530, 7550, 7570, 7588,
+ 7598, 7616, 7625, 7645, 7665, 7685, 7705, 7725,
+ 7743, 7753, 7771, 7780, 7800, 7820, 7838, 7848,
+ 7866, 7883, 7903, 7925, 7945, 7965, 7983, 7993,
+ 8011, 8020, 8040, 8060, 8080, 8100, 8120, 8138,
+ 8148, 8166, 8175, 8184, 8215, 8233, 8243, 8261,
+ 8278, 8287, 8298, 8310, 8322, 8334, 8343, 8354,
+ 8367, 8375, 8384, 8392, 8401, 8409, 8418, 8427,
+ 8435, 8444, 8453, 8461, 8470, 8478, 8491, 8504,
+ 8516, 8528, 8540, 8552, 8561, 8571, 8584, 8597,
+ 8610, 8618, 8627, 8636, 8644, 8652, 8672, 8692,
+ 8712, 8732, 8752, 8772, 8792, 8812, 8830, 8840,
+ 8858, 8875, 8895, 8915, 8935, 8955, 8975, 8993,
+ 9003, 9021, 9030, 9052, 9070, 9080, 9100, 9119,
+ 9138, 9157, 9176, 9195, 9214, 9233, 9242, 9262,
+ 9282, 9302, 9320, 9330, 9348, 9357, 9377, 9397,
+ 9417, 9437, 9457, 9475, 9485, 9503, 9512, 9532,
+ 9552, 9570, 9580, 9598, 9615, 9635, 9657, 9677,
+ 9697, 9715, 9725, 9743, 9752, 9772, 9792, 9812,
+ 9832, 9852, 9870, 9880, 9898, 9907, 9929, 9949,
+ 9967, 9977, 9995, 10004, 10013, 10044, 10062, 10072,
+ 10090, 10107, 10118, 10130, 10142, 10154, 10163, 10174,
+ 10187, 10195, 10204, 10212, 10221, 10229, 10238, 10247,
+ 10255, 10264, 10273, 10281, 10290, 10298, 10311, 10324,
+ 10336, 10348, 10360, 10372, 10381, 10391, 10404, 10417,
+ 10430, 10438, 10447, 10456, 10464, 10472, 10492, 10512,
+ 10532, 10552, 10572, 10592, 10612, 10632, 10650, 10660,
+ 10678, 10695, 10715, 10735, 10755, 10775, 10795, 10813,
+ 10823, 10841, 10863, 10881, 10891, 10911, 10930, 10949,
+ 10968, 10987, 11006, 11025, 11044, 11053, 11073, 11093,
+ 11113, 11131, 11141, 11159, 11179, 11199, 11219, 11239,
+ 11259, 11277, 11287, 11305, 11325, 11345, 11363, 11373,
+ 11391, 11408, 11428, 11450, 11470, 11490, 11508, 11518,
+ 11536, 11556, 11576, 11596, 11616, 11636, 11654, 11664,
+ 11682, 11704, 11724, 11742, 11752, 11770, 11790, 11810,
+ 11830, 11850, 11870, 11890, 11908, 11918, 11936, 11945,
+ 11952, 11957, 11961, 11992, 12010, 12020, 12038, 12055,
+ 12064, 12075, 12087, 12099, 12111, 12120, 12131, 12144,
+ 12152, 12161, 12169, 12178, 12186, 12195, 12204, 12212,
+ 12221, 12230, 12238, 12247, 12255, 12268, 12281, 12293,
+ 12305, 12317, 12329, 12338, 12348, 12361, 12374, 12387,
+ 12395, 12404, 12413, 12421, 12429, 12449, 12469, 12489,
+ 12509, 12529, 12549, 12569, 12589, 12607, 12617, 12635,
+ 12652, 12672, 12692, 12712, 12732, 12752, 12770, 12780,
+ 12798, 12807, 12829, 12847, 12857, 12877, 12896, 12915,
+ 12934, 12953, 12972, 12991, 13010, 13019, 13039, 13059,
+ 13079, 13097, 13107, 13125, 13134, 13154, 13174, 13194,
+ 13214, 13234, 13252, 13262, 13280, 13289, 13309, 13329,
+ 13347, 13357, 13375, 13392, 13412, 13434, 13454, 13474,
+ 13492, 13502, 13520, 13529, 13549, 13569, 13589, 13609,
+ 13629, 13647, 13657, 13675, 13684, 13706, 13726, 13744,
+ 13754, 13772, 13781, 13801, 13821, 13841, 13861, 13881,
+ 13901, 13919, 13929, 13947, 13956, 13976, 13996, 14016,
+ 14036, 14056, 14076, 14094, 14104, 14122, 14131, 14153,
+ 14173, 14191, 14201, 14219, 14228, 14248, 14268, 14288,
+ 14308, 14328, 14348, 14366, 14376, 14394, 14403, 14423,
+ 14443, 14463, 14483, 14503, 14521, 14531, 14549, 14558,
+ 14580, 14600, 14618, 14628, 14646, 14655, 14675, 14695,
+ 14715, 14735, 14755, 14775, 14793, 14803, 14821, 14830,
+ 14850, 14870, 14888, 14898, 14916, 14933, 14953, 14975,
+ 14995, 15015, 15033, 15043, 15061, 15070, 15090, 15110,
+ 15130, 15150, 15170, 15188, 15198, 15216, 15225, 15247,
+ 15267, 15285, 15295, 15313, 15322, 15342, 15362, 15382,
+ 15402, 15422, 15442, 15460, 15470, 15488, 15497, 15517,
+ 15537, 15557, 15577, 15597, 15615, 15625, 15643, 15652,
+ 15672, 15692, 15710, 15720, 15738, 15755, 15775, 15797,
+ 15817, 15837, 15855, 15865, 15883, 15892, 15912, 15932,
+ 15952, 15972, 15992, 16010, 16020, 16038, 16047, 16069,
+ 16089, 16107, 16117, 16135, 16144, 16164, 16184, 16204,
+ 16224, 16244, 16264, 16282, 16292, 16310, 16319, 16341,
+ 16359, 16369, 16389, 16408, 16427, 16446, 16465, 16484,
+ 16503, 16522, 16531, 16551, 16571, 16591, 16609, 16619,
+ 16637, 16657, 16677, 16697, 16717, 16737, 16755, 16765,
+ 16783, 16803, 16823, 16841, 16851, 16869, 16886, 16906,
+ 16928, 16948, 16968, 16986, 16996, 17014, 17034, 17054,
+ 17074, 17094, 17114, 17132, 17142, 17160, 17182, 17202,
+ 17220, 17230, 17248, 17257, 17277, 17297, 17317, 17337,
+ 17357, 17377, 17395, 17405, 17423, 17439, 17455, 17471,
+ 17487, 17503, 17519, 17533, 17539, 17554, 17572, 17588,
+ 17602, 17608, 17623, 17630, 17637, 17642, 17651, 17682,
+ 17700, 17710, 17728, 17745, 17756, 17768, 17780, 17792,
+ 17801, 17812, 17825, 17833, 17842, 17850, 17859, 17867,
+ 17876, 17885, 17893, 17902, 17911, 17919, 17928, 17936,
+ 17949, 17962, 17974, 17986, 17998, 18010, 18019, 18029,
+ 18042, 18055, 18068, 18076, 18085, 18094, 18102, 18110,
+ 18130, 18150, 18170, 18190, 18210, 18230, 18250, 18270,
+ 18288, 18298, 18316, 18333, 18353, 18373, 18393, 18413,
+ 18433, 18451, 18461, 18479, 18501, 18519, 18529, 18549,
+ 18568, 18587, 18606, 18625, 18644, 18663, 18682, 18691,
+ 18711, 18731, 18751, 18769, 18779, 18797, 18817, 18837,
+ 18857, 18877, 18897, 18915, 18925, 18943, 18963, 18983,
+ 19001, 19011, 19029, 19046, 19066, 19088, 19108, 19128,
+ 19146, 19156, 19174, 19194, 19214, 19234, 19254, 19274,
+ 19292, 19302, 19320, 19342, 19362, 19380, 19390, 19408,
+ 19417, 19437, 19457, 19477, 19497, 19517, 19537, 19555,
+ 19565, 19583, 19587, 19591, 19595, 19599, 19603, 19607,
+ 19610, 19614, 19617, 19620, 19623, 19626, 19628, 19631
+};
+
+static const short _thttp_machine_parser_header_Authorization_indicies[] = {
+ 0, 2, 0, 2, 1, 3, 3, 1,
+ 4, 4, 1, 5, 5, 1, 6, 6,
+ 1, 7, 7, 1, 8, 8, 1, 9,
+ 9, 1, 10, 10, 1, 11, 11, 1,
+ 12, 12, 1, 13, 13, 1, 14, 14,
+ 1, 14, 14, 15, 1, 17, 18, 17,
+ 19, 20, 19, 20, 16, 21, 16, 22,
+ 1, 17, 21, 17, 19, 20, 19, 20,
+ 16, 21, 23, 23, 16, 21, 24, 24,
+ 16, 21, 25, 25, 16, 21, 26, 26,
+ 16, 27, 21, 27, 16, 28, 21, 28,
+ 29, 29, 29, 30, 31, 32, 33, 34,
+ 35, 36, 30, 31, 32, 33, 34, 35,
+ 36, 29, 29, 29, 29, 29, 29, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 39, 39, 39, 39, 39, 16, 42, 21,
+ 42, 43, 41, 16, 43, 21, 43, 29,
+ 29, 29, 30, 31, 32, 33, 34, 35,
+ 44, 30, 31, 32, 33, 34, 35, 44,
+ 29, 29, 29, 29, 29, 29, 16, 37,
+ 38, 37, 39, 39, 39, 40, 41, 45,
+ 45, 39, 39, 39, 39, 39, 16, 41,
+ 21, 41, 46, 47, 46, 46, 48, 46,
+ 46, 46, 46, 46, 46, 16, 49, 38,
+ 49, 46, 46, 46, 40, 46, 46, 46,
+ 46, 46, 16, 50, 21, 50, 43, 16,
+ 21, 51, 52, 16, 16, 16, 47, 49,
+ 38, 49, 40, 16, 21, 47, 47, 16,
+ 21, 54, 53, 53, 53, 16, 21, 56,
+ 51, 55, 55, 55, 16, 21, 56, 51,
+ 57, 57, 57, 16, 21, 56, 51, 58,
+ 58, 58, 16, 21, 56, 51, 16, 21,
+ 60, 59, 53, 53, 16, 21, 61, 56,
+ 51, 62, 55, 55, 16, 21, 63, 16,
+ 21, 64, 65, 16, 21, 66, 16, 21,
+ 67, 68, 16, 21, 69, 16, 21, 51,
+ 70, 16, 21, 51, 71, 16, 21, 51,
+ 16, 21, 67, 72, 16, 21, 67, 16,
+ 21, 64, 73, 16, 21, 64, 16, 21,
+ 61, 56, 51, 74, 57, 57, 16, 21,
+ 61, 56, 51, 58, 58, 58, 16, 21,
+ 76, 51, 75, 75, 75, 16, 21, 78,
+ 51, 77, 77, 77, 16, 21, 78, 51,
+ 79, 79, 79, 16, 21, 78, 51, 80,
+ 80, 80, 16, 21, 78, 51, 16, 21,
+ 81, 75, 75, 16, 21, 61, 78, 51,
+ 82, 77, 77, 16, 21, 61, 78, 51,
+ 83, 79, 79, 16, 21, 61, 78, 51,
+ 80, 80, 80, 16, 21, 84, 16, 21,
+ 61, 85, 16, 21, 61, 86, 16, 21,
+ 61, 16, 21, 60, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 87, 87, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 88, 88, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 89, 89, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 90, 90, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 91, 91, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 92, 92, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 93, 93, 39,
+ 39, 39, 39, 39, 16, 94, 38, 94,
+ 39, 39, 39, 40, 95, 39, 39, 39,
+ 39, 39, 16, 96, 21, 96, 43, 95,
+ 16, 95, 21, 95, 97, 47, 97, 97,
+ 48, 97, 97, 97, 97, 97, 97, 16,
+ 98, 99, 98, 100, 100, 100, 101, 100,
+ 100, 100, 100, 100, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 102, 102, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 103, 103, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 104, 104, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 105, 105, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 106, 106, 39,
+ 39, 39, 39, 39, 16, 107, 38, 107,
+ 39, 39, 39, 40, 108, 39, 39, 39,
+ 39, 39, 16, 109, 21, 109, 43, 108,
+ 16, 110, 21, 110, 46, 111, 46, 46,
+ 48, 46, 46, 46, 46, 46, 46, 16,
+ 21, 113, 114, 16, 16, 16, 112, 115,
+ 116, 115, 117, 16, 21, 112, 112, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 118, 119, 118, 119, 39, 39, 39, 39,
+ 39, 16, 120, 38, 120, 39, 39, 39,
+ 40, 121, 39, 39, 39, 39, 39, 16,
+ 122, 21, 122, 43, 121, 16, 121, 21,
+ 121, 46, 47, 46, 46, 48, 46, 46,
+ 46, 123, 46, 46, 123, 46, 16, 49,
+ 38, 49, 46, 46, 46, 40, 46, 46,
+ 124, 46, 46, 124, 46, 16, 49, 38,
+ 49, 46, 46, 46, 40, 46, 46, 125,
+ 46, 46, 125, 46, 16, 49, 38, 49,
+ 46, 46, 46, 40, 46, 46, 126, 46,
+ 46, 126, 46, 16, 49, 38, 49, 46,
+ 46, 46, 40, 46, 46, 127, 46, 46,
+ 127, 46, 16, 49, 38, 49, 46, 46,
+ 46, 40, 46, 46, 128, 46, 46, 128,
+ 46, 16, 49, 38, 49, 46, 46, 46,
+ 40, 46, 46, 129, 46, 46, 129, 46,
+ 16, 49, 38, 49, 46, 46, 46, 40,
+ 46, 46, 130, 46, 46, 130, 46, 16,
+ 131, 132, 131, 133, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 134, 134, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 135, 135, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 136, 136, 39,
+ 39, 39, 39, 39, 16, 137, 38, 137,
+ 39, 39, 39, 40, 138, 39, 39, 39,
+ 39, 39, 16, 139, 21, 139, 43, 138,
+ 16, 140, 21, 140, 46, 141, 46, 46,
+ 48, 46, 46, 46, 46, 46, 46, 16,
+ 21, 143, 144, 16, 16, 16, 142, 145,
+ 146, 145, 147, 16, 21, 142, 142, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 148, 148, 39, 39, 39, 39, 39, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 149, 149, 39, 39, 39, 39, 39, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 150, 150, 39, 39, 39, 39, 39, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 151, 151, 39, 39, 39, 39, 39, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 152, 152, 39, 39, 39, 39, 39, 16,
+ 153, 38, 153, 39, 39, 39, 40, 154,
+ 39, 39, 39, 39, 39, 16, 155, 21,
+ 155, 43, 154, 16, 156, 21, 156, 46,
+ 157, 46, 46, 48, 46, 46, 46, 46,
+ 46, 46, 16, 21, 159, 160, 16, 16,
+ 16, 158, 161, 162, 161, 163, 16, 21,
+ 158, 158, 16, 37, 38, 37, 39, 39,
+ 39, 40, 41, 164, 164, 39, 39, 39,
+ 39, 39, 16, 37, 38, 37, 39, 39,
+ 39, 40, 41, 165, 165, 39, 39, 39,
+ 39, 39, 16, 166, 38, 166, 39, 39,
+ 39, 40, 167, 39, 39, 39, 39, 39,
+ 16, 168, 21, 168, 43, 167, 16, 167,
+ 21, 167, 169, 47, 169, 169, 48, 169,
+ 169, 169, 169, 169, 169, 16, 170, 171,
+ 170, 172, 172, 172, 173, 172, 172, 172,
+ 172, 172, 16, 37, 38, 37, 39, 39,
+ 39, 40, 41, 174, 174, 39, 39, 39,
+ 39, 39, 16, 37, 38, 37, 39, 39,
+ 39, 40, 41, 175, 176, 175, 176, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 177, 177, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 178, 178, 39,
+ 39, 39, 39, 39, 16, 179, 38, 179,
+ 39, 39, 39, 40, 180, 39, 39, 39,
+ 39, 39, 16, 181, 21, 181, 43, 180,
+ 16, 182, 21, 182, 46, 183, 46, 46,
+ 48, 46, 46, 46, 46, 46, 46, 16,
+ 21, 185, 186, 16, 16, 16, 184, 187,
+ 188, 187, 189, 16, 21, 184, 184, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 190, 190, 39, 39, 39, 39, 39, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 191, 191, 39, 39, 39, 39, 39, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 192, 192, 39, 39, 39, 39, 39, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 193, 193, 39, 39, 39, 39, 39, 16,
+ 37, 38, 37, 39, 39, 39, 40, 41,
+ 194, 194, 39, 39, 39, 39, 39, 16,
+ 195, 38, 195, 39, 39, 39, 40, 196,
+ 39, 39, 39, 39, 39, 16, 197, 21,
+ 197, 43, 196, 16, 198, 21, 198, 46,
+ 199, 46, 46, 48, 46, 46, 46, 46,
+ 46, 46, 16, 21, 201, 202, 16, 16,
+ 16, 200, 203, 204, 203, 205, 16, 21,
+ 200, 200, 16, 37, 38, 37, 39, 39,
+ 39, 40, 41, 206, 207, 206, 207, 39,
+ 39, 39, 39, 39, 16, 37, 38, 37,
+ 39, 39, 39, 40, 41, 208, 208, 39,
+ 39, 39, 39, 39, 16, 209, 38, 209,
+ 39, 39, 39, 40, 210, 39, 39, 39,
+ 39, 39, 16, 211, 21, 211, 43, 210,
+ 16, 210, 21, 210, 46, 212, 46, 46,
+ 48, 46, 46, 46, 46, 46, 46, 16,
+ 21, 215, 216, 214, 214, 214, 213, 21,
+ 219, 220, 218, 218, 218, 217, 21, 219,
+ 218, 21, 221, 217, 217, 218, 222, 21,
+ 222, 51, 223, 52, 16, 16, 47, 223,
+ 21, 223, 224, 51, 224, 224, 225, 226,
+ 227, 228, 229, 230, 231, 52, 225, 226,
+ 227, 228, 229, 230, 231, 224, 16, 16,
+ 224, 224, 224, 224, 224, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 52,
+ 233, 16, 16, 233, 233, 233, 233, 47,
+ 236, 21, 236, 51, 223, 235, 52, 16,
+ 16, 47, 235, 21, 235, 237, 238, 237,
+ 237, 239, 52, 237, 16, 16, 237, 237,
+ 237, 237, 237, 47, 240, 38, 240, 237,
+ 51, 237, 237, 234, 52, 237, 16, 16,
+ 237, 237, 237, 237, 47, 240, 38, 240,
+ 51, 234, 52, 16, 16, 47, 21, 51,
+ 242, 52, 16, 16, 16, 241, 241, 241,
+ 47, 21, 51, 244, 52, 238, 16, 16,
+ 16, 243, 243, 243, 47, 21, 51, 244,
+ 52, 238, 16, 16, 16, 245, 245, 245,
+ 47, 21, 51, 244, 52, 238, 16, 16,
+ 16, 246, 246, 246, 47, 21, 51, 244,
+ 52, 238, 16, 16, 16, 47, 21, 51,
+ 248, 52, 16, 16, 16, 247, 241, 241,
+ 47, 21, 51, 249, 244, 52, 238, 16,
+ 16, 16, 250, 243, 243, 47, 21, 51,
+ 52, 16, 16, 16, 251, 47, 21, 51,
+ 252, 52, 16, 16, 16, 253, 47, 21,
+ 51, 52, 16, 16, 16, 254, 47, 21,
+ 51, 255, 52, 16, 16, 16, 256, 47,
+ 21, 51, 52, 16, 16, 16, 257, 47,
+ 21, 51, 52, 238, 16, 16, 16, 258,
+ 47, 21, 51, 52, 238, 16, 16, 16,
+ 259, 47, 21, 51, 52, 238, 16, 16,
+ 16, 47, 21, 51, 255, 52, 16, 16,
+ 16, 260, 47, 21, 51, 255, 52, 16,
+ 16, 16, 47, 21, 51, 252, 52, 16,
+ 16, 16, 261, 47, 21, 51, 252, 52,
+ 16, 16, 16, 47, 21, 51, 249, 244,
+ 52, 238, 16, 16, 16, 262, 245, 245,
+ 47, 21, 51, 249, 244, 52, 238, 16,
+ 16, 16, 246, 246, 246, 47, 21, 51,
+ 264, 52, 238, 16, 16, 16, 263, 263,
+ 263, 47, 21, 51, 266, 52, 238, 16,
+ 16, 16, 265, 265, 265, 47, 21, 51,
+ 266, 52, 238, 16, 16, 16, 267, 267,
+ 267, 47, 21, 51, 266, 52, 238, 16,
+ 16, 16, 268, 268, 268, 47, 21, 51,
+ 266, 52, 238, 16, 16, 16, 47, 21,
+ 51, 52, 16, 16, 16, 269, 263, 263,
+ 47, 21, 51, 249, 266, 52, 238, 16,
+ 16, 16, 270, 265, 265, 47, 21, 51,
+ 249, 266, 52, 238, 16, 16, 16, 271,
+ 267, 267, 47, 21, 51, 249, 266, 52,
+ 238, 16, 16, 16, 268, 268, 268, 47,
+ 21, 51, 52, 16, 16, 16, 272, 47,
+ 21, 51, 249, 52, 16, 16, 16, 273,
+ 47, 21, 51, 249, 52, 16, 16, 16,
+ 274, 47, 21, 51, 249, 52, 16, 16,
+ 16, 47, 21, 51, 248, 52, 16, 16,
+ 16, 47, 232, 38, 232, 233, 51, 233,
+ 233, 234, 235, 275, 52, 275, 233, 16,
+ 16, 233, 233, 233, 233, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 276,
+ 52, 276, 233, 16, 16, 233, 233, 233,
+ 233, 47, 232, 38, 232, 233, 51, 233,
+ 233, 234, 235, 277, 52, 277, 233, 16,
+ 16, 233, 233, 233, 233, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 278,
+ 52, 278, 233, 16, 16, 233, 233, 233,
+ 233, 47, 232, 38, 232, 233, 51, 233,
+ 233, 234, 235, 279, 52, 279, 233, 16,
+ 16, 233, 233, 233, 233, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 280,
+ 52, 280, 233, 16, 16, 233, 233, 233,
+ 233, 47, 232, 38, 232, 233, 51, 233,
+ 233, 234, 235, 281, 52, 281, 233, 16,
+ 16, 233, 233, 233, 233, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 282,
+ 52, 282, 233, 16, 16, 233, 233, 233,
+ 233, 47, 283, 38, 283, 233, 51, 233,
+ 233, 234, 284, 52, 233, 16, 16, 233,
+ 233, 233, 233, 47, 285, 21, 285, 51,
+ 223, 284, 52, 16, 16, 47, 284, 21,
+ 284, 286, 238, 286, 286, 239, 52, 286,
+ 16, 16, 286, 286, 286, 286, 286, 47,
+ 287, 99, 287, 288, 51, 288, 288, 289,
+ 52, 288, 16, 16, 288, 288, 288, 288,
+ 47, 232, 38, 232, 233, 51, 233, 233,
+ 234, 235, 290, 52, 290, 233, 16, 16,
+ 233, 233, 233, 233, 47, 232, 38, 232,
+ 233, 51, 233, 233, 234, 235, 291, 52,
+ 291, 233, 16, 16, 233, 233, 233, 233,
+ 47, 232, 38, 232, 233, 51, 233, 233,
+ 234, 235, 292, 52, 292, 233, 16, 16,
+ 233, 233, 233, 233, 47, 232, 38, 232,
+ 233, 51, 233, 233, 234, 235, 293, 52,
+ 293, 233, 16, 16, 233, 233, 233, 233,
+ 47, 232, 38, 232, 233, 51, 233, 233,
+ 234, 235, 294, 52, 294, 233, 16, 16,
+ 233, 233, 233, 233, 47, 295, 38, 295,
+ 233, 51, 233, 233, 234, 296, 52, 233,
+ 16, 16, 233, 233, 233, 233, 47, 297,
+ 21, 297, 51, 223, 296, 52, 16, 16,
+ 47, 298, 21, 298, 237, 299, 237, 237,
+ 239, 52, 237, 16, 16, 237, 237, 237,
+ 237, 237, 47, 300, 38, 300, 113, 301,
+ 114, 16, 16, 112, 302, 21, 302, 113,
+ 303, 114, 16, 16, 112, 303, 21, 303,
+ 304, 113, 304, 304, 305, 306, 307, 308,
+ 309, 310, 311, 114, 305, 306, 307, 308,
+ 309, 310, 311, 304, 16, 16, 304, 304,
+ 304, 304, 304, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 114, 313, 16,
+ 16, 313, 313, 313, 313, 112, 315, 21,
+ 315, 113, 303, 314, 114, 16, 16, 112,
+ 314, 21, 314, 316, 317, 316, 316, 318,
+ 114, 316, 16, 16, 316, 316, 316, 316,
+ 316, 112, 300, 38, 300, 316, 113, 316,
+ 316, 301, 114, 316, 16, 16, 316, 316,
+ 316, 316, 112, 319, 116, 319, 51, 320,
+ 52, 16, 16, 47, 21, 113, 322, 114,
+ 16, 16, 16, 321, 321, 321, 112, 21,
+ 113, 324, 114, 325, 16, 16, 16, 323,
+ 323, 323, 112, 21, 113, 324, 114, 325,
+ 16, 16, 16, 326, 326, 326, 112, 21,
+ 113, 324, 114, 325, 16, 16, 16, 327,
+ 327, 327, 112, 21, 113, 324, 114, 325,
+ 16, 16, 16, 112, 21, 113, 329, 114,
+ 16, 16, 16, 328, 321, 321, 112, 21,
+ 113, 330, 324, 114, 325, 16, 16, 16,
+ 331, 323, 323, 112, 21, 113, 114, 16,
+ 16, 16, 332, 112, 21, 113, 333, 114,
+ 16, 16, 16, 334, 112, 21, 113, 114,
+ 16, 16, 16, 335, 112, 21, 113, 336,
+ 114, 16, 16, 16, 337, 112, 21, 113,
+ 114, 16, 16, 16, 338, 112, 21, 113,
+ 114, 325, 16, 16, 16, 339, 112, 21,
+ 113, 114, 325, 16, 16, 16, 340, 112,
+ 21, 113, 114, 325, 16, 16, 16, 112,
+ 21, 113, 336, 114, 16, 16, 16, 341,
+ 112, 21, 113, 336, 114, 16, 16, 16,
+ 112, 21, 113, 333, 114, 16, 16, 16,
+ 342, 112, 21, 113, 333, 114, 16, 16,
+ 16, 112, 21, 113, 330, 324, 114, 325,
+ 16, 16, 16, 343, 326, 326, 112, 21,
+ 113, 330, 324, 114, 325, 16, 16, 16,
+ 327, 327, 327, 112, 21, 113, 345, 114,
+ 325, 16, 16, 16, 344, 344, 344, 112,
+ 21, 113, 347, 114, 325, 16, 16, 16,
+ 346, 346, 346, 112, 21, 113, 347, 114,
+ 325, 16, 16, 16, 348, 348, 348, 112,
+ 21, 113, 347, 114, 325, 16, 16, 16,
+ 349, 349, 349, 112, 21, 113, 347, 114,
+ 325, 16, 16, 16, 112, 21, 113, 114,
+ 16, 16, 16, 350, 344, 344, 112, 21,
+ 113, 330, 347, 114, 325, 16, 16, 16,
+ 351, 346, 346, 112, 21, 113, 330, 347,
+ 114, 325, 16, 16, 16, 352, 348, 348,
+ 112, 21, 113, 330, 347, 114, 325, 16,
+ 16, 16, 349, 349, 349, 112, 21, 113,
+ 114, 16, 16, 16, 353, 112, 21, 113,
+ 330, 114, 16, 16, 16, 354, 112, 21,
+ 113, 330, 114, 16, 16, 16, 355, 112,
+ 21, 113, 330, 114, 16, 16, 16, 112,
+ 21, 113, 329, 114, 16, 16, 16, 112,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 356, 114, 356, 313, 16, 16, 313,
+ 313, 313, 313, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 357, 114, 357,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 358, 114, 358, 313, 16, 16, 313,
+ 313, 313, 313, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 359, 114, 359,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 360, 114, 360, 313, 16, 16, 313,
+ 313, 313, 313, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 361, 114, 361,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 362, 114, 362, 313, 16, 16, 313,
+ 313, 313, 313, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 363, 114, 363,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 364, 38, 364, 313, 113, 313, 313, 301,
+ 365, 114, 313, 16, 16, 313, 313, 313,
+ 313, 112, 366, 21, 366, 113, 303, 365,
+ 114, 16, 16, 112, 365, 21, 365, 367,
+ 317, 367, 367, 318, 114, 367, 16, 16,
+ 367, 367, 367, 367, 367, 112, 368, 99,
+ 368, 369, 113, 369, 369, 370, 114, 369,
+ 16, 16, 369, 369, 369, 369, 112, 312,
+ 38, 312, 313, 113, 313, 313, 301, 314,
+ 371, 114, 371, 313, 16, 16, 313, 313,
+ 313, 313, 112, 312, 38, 312, 313, 113,
+ 313, 313, 301, 314, 372, 114, 372, 313,
+ 16, 16, 313, 313, 313, 313, 112, 312,
+ 38, 312, 313, 113, 313, 313, 301, 314,
+ 373, 114, 373, 313, 16, 16, 313, 313,
+ 313, 313, 112, 312, 38, 312, 313, 113,
+ 313, 313, 301, 314, 374, 114, 374, 313,
+ 16, 16, 313, 313, 313, 313, 112, 312,
+ 38, 312, 313, 113, 313, 313, 301, 314,
+ 375, 114, 375, 313, 16, 16, 313, 313,
+ 313, 313, 112, 376, 38, 376, 313, 113,
+ 313, 313, 301, 377, 114, 313, 16, 16,
+ 313, 313, 313, 313, 112, 378, 21, 378,
+ 113, 303, 377, 114, 16, 16, 112, 379,
+ 21, 379, 316, 380, 316, 316, 318, 114,
+ 316, 16, 16, 316, 316, 316, 316, 316,
+ 112, 381, 116, 381, 113, 382, 114, 16,
+ 16, 112, 312, 38, 312, 313, 113, 313,
+ 313, 301, 314, 383, 384, 114, 383, 384,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 385, 38, 385, 313, 113, 313, 313, 301,
+ 386, 114, 313, 16, 16, 313, 313, 313,
+ 313, 112, 387, 21, 387, 113, 303, 386,
+ 114, 16, 16, 112, 386, 21, 386, 316,
+ 317, 316, 316, 318, 114, 316, 16, 16,
+ 316, 316, 388, 316, 316, 388, 316, 112,
+ 300, 38, 300, 316, 113, 316, 316, 301,
+ 114, 316, 16, 16, 316, 389, 316, 316,
+ 389, 316, 112, 300, 38, 300, 316, 113,
+ 316, 316, 301, 114, 316, 16, 16, 316,
+ 390, 316, 316, 390, 316, 112, 300, 38,
+ 300, 316, 113, 316, 316, 301, 114, 316,
+ 16, 16, 316, 391, 316, 316, 391, 316,
+ 112, 300, 38, 300, 316, 113, 316, 316,
+ 301, 114, 316, 16, 16, 316, 392, 316,
+ 316, 392, 316, 112, 300, 38, 300, 316,
+ 113, 316, 316, 301, 114, 316, 16, 16,
+ 316, 393, 316, 316, 393, 316, 112, 300,
+ 38, 300, 316, 113, 316, 316, 301, 114,
+ 316, 16, 16, 316, 394, 316, 316, 394,
+ 316, 112, 300, 38, 300, 316, 113, 316,
+ 316, 301, 114, 316, 16, 16, 316, 395,
+ 316, 316, 395, 316, 112, 396, 132, 396,
+ 113, 397, 114, 16, 16, 112, 312, 38,
+ 312, 313, 113, 313, 313, 301, 314, 398,
+ 114, 398, 313, 16, 16, 313, 313, 313,
+ 313, 112, 312, 38, 312, 313, 113, 313,
+ 313, 301, 314, 399, 114, 399, 313, 16,
+ 16, 313, 313, 313, 313, 112, 312, 38,
+ 312, 313, 113, 313, 313, 301, 314, 400,
+ 114, 400, 313, 16, 16, 313, 313, 313,
+ 313, 112, 401, 38, 401, 313, 113, 313,
+ 313, 301, 402, 114, 313, 16, 16, 313,
+ 313, 313, 313, 112, 403, 21, 403, 113,
+ 303, 402, 114, 16, 16, 112, 404, 21,
+ 404, 316, 405, 316, 316, 318, 114, 316,
+ 16, 16, 316, 316, 316, 316, 316, 112,
+ 406, 116, 406, 143, 407, 144, 16, 16,
+ 142, 408, 21, 408, 143, 409, 144, 16,
+ 16, 142, 409, 21, 409, 410, 143, 410,
+ 410, 411, 412, 413, 414, 415, 416, 417,
+ 144, 411, 412, 413, 414, 415, 416, 417,
+ 410, 16, 16, 410, 410, 410, 410, 410,
+ 142, 418, 38, 418, 419, 143, 419, 419,
+ 420, 421, 144, 419, 16, 16, 419, 419,
+ 419, 419, 142, 422, 21, 422, 143, 409,
+ 421, 144, 16, 16, 142, 421, 21, 421,
+ 423, 424, 423, 423, 425, 144, 423, 16,
+ 16, 423, 423, 423, 423, 423, 142, 426,
+ 38, 426, 423, 143, 423, 423, 420, 144,
+ 423, 16, 16, 423, 423, 423, 423, 142,
+ 427, 146, 427, 51, 428, 52, 16, 16,
+ 47, 21, 143, 430, 144, 16, 16, 16,
+ 429, 429, 429, 142, 21, 143, 432, 144,
+ 433, 16, 16, 16, 431, 431, 431, 142,
+ 21, 143, 432, 144, 433, 16, 16, 16,
+ 434, 434, 434, 142, 21, 143, 432, 144,
+ 433, 16, 16, 16, 435, 435, 435, 142,
+ 21, 143, 432, 144, 433, 16, 16, 16,
+ 142, 21, 143, 437, 144, 16, 16, 16,
+ 436, 429, 429, 142, 21, 143, 438, 432,
+ 144, 433, 16, 16, 16, 439, 431, 431,
+ 142, 21, 143, 144, 16, 16, 16, 440,
+ 142, 21, 143, 441, 144, 16, 16, 16,
+ 442, 142, 21, 143, 144, 16, 16, 16,
+ 443, 142, 21, 143, 444, 144, 16, 16,
+ 16, 445, 142, 21, 143, 144, 16, 16,
+ 16, 446, 142, 21, 143, 144, 433, 16,
+ 16, 16, 447, 142, 21, 143, 144, 433,
+ 16, 16, 16, 448, 142, 21, 143, 144,
+ 433, 16, 16, 16, 142, 426, 38, 426,
+ 143, 420, 144, 16, 16, 142, 21, 143,
+ 444, 144, 16, 16, 16, 449, 142, 21,
+ 143, 444, 144, 16, 16, 16, 142, 21,
+ 143, 441, 144, 16, 16, 16, 450, 142,
+ 21, 143, 441, 144, 16, 16, 16, 142,
+ 21, 143, 438, 432, 144, 433, 16, 16,
+ 16, 451, 434, 434, 142, 21, 143, 438,
+ 432, 144, 433, 16, 16, 16, 435, 435,
+ 435, 142, 21, 143, 453, 144, 433, 16,
+ 16, 16, 452, 452, 452, 142, 21, 143,
+ 455, 144, 433, 16, 16, 16, 454, 454,
+ 454, 142, 21, 143, 455, 144, 433, 16,
+ 16, 16, 456, 456, 456, 142, 21, 143,
+ 455, 144, 433, 16, 16, 16, 457, 457,
+ 457, 142, 21, 143, 455, 144, 433, 16,
+ 16, 16, 142, 21, 143, 144, 16, 16,
+ 16, 458, 452, 452, 142, 21, 143, 438,
+ 455, 144, 433, 16, 16, 16, 459, 454,
+ 454, 142, 21, 143, 438, 455, 144, 433,
+ 16, 16, 16, 460, 456, 456, 142, 21,
+ 143, 438, 455, 144, 433, 16, 16, 16,
+ 457, 457, 457, 142, 21, 143, 144, 16,
+ 16, 16, 461, 142, 21, 143, 438, 144,
+ 16, 16, 16, 462, 142, 21, 143, 438,
+ 144, 16, 16, 16, 463, 142, 21, 143,
+ 438, 144, 16, 16, 16, 142, 21, 143,
+ 437, 144, 16, 16, 16, 142, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 464,
+ 144, 464, 419, 16, 16, 419, 419, 419,
+ 419, 142, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 465, 144, 465, 419, 16,
+ 16, 419, 419, 419, 419, 142, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 466,
+ 144, 466, 419, 16, 16, 419, 419, 419,
+ 419, 142, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 467, 144, 467, 419, 16,
+ 16, 419, 419, 419, 419, 142, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 468,
+ 144, 468, 419, 16, 16, 419, 419, 419,
+ 419, 142, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 469, 144, 469, 419, 16,
+ 16, 419, 419, 419, 419, 142, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 470,
+ 144, 470, 419, 16, 16, 419, 419, 419,
+ 419, 142, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 471, 144, 471, 419, 16,
+ 16, 419, 419, 419, 419, 142, 472, 38,
+ 472, 419, 143, 419, 419, 420, 473, 144,
+ 419, 16, 16, 419, 419, 419, 419, 142,
+ 474, 21, 474, 143, 409, 473, 144, 16,
+ 16, 142, 473, 21, 473, 475, 424, 475,
+ 475, 425, 144, 475, 16, 16, 475, 475,
+ 475, 475, 475, 142, 476, 99, 476, 477,
+ 143, 477, 477, 478, 144, 477, 16, 16,
+ 477, 477, 477, 477, 142, 418, 38, 418,
+ 419, 143, 419, 419, 420, 421, 479, 144,
+ 479, 419, 16, 16, 419, 419, 419, 419,
+ 142, 418, 38, 418, 419, 143, 419, 419,
+ 420, 421, 480, 144, 480, 419, 16, 16,
+ 419, 419, 419, 419, 142, 418, 38, 418,
+ 419, 143, 419, 419, 420, 421, 481, 144,
+ 481, 419, 16, 16, 419, 419, 419, 419,
+ 142, 418, 38, 418, 419, 143, 419, 419,
+ 420, 421, 482, 144, 482, 419, 16, 16,
+ 419, 419, 419, 419, 142, 418, 38, 418,
+ 419, 143, 419, 419, 420, 421, 483, 144,
+ 483, 419, 16, 16, 419, 419, 419, 419,
+ 142, 484, 38, 484, 419, 143, 419, 419,
+ 420, 485, 144, 419, 16, 16, 419, 419,
+ 419, 419, 142, 486, 21, 486, 143, 409,
+ 485, 144, 16, 16, 142, 487, 21, 487,
+ 423, 488, 423, 423, 425, 144, 423, 16,
+ 16, 423, 423, 423, 423, 423, 142, 489,
+ 146, 489, 113, 490, 114, 16, 16, 112,
+ 418, 38, 418, 419, 143, 419, 419, 420,
+ 421, 491, 492, 144, 491, 492, 419, 16,
+ 16, 419, 419, 419, 419, 142, 493, 38,
+ 493, 419, 143, 419, 419, 420, 494, 144,
+ 419, 16, 16, 419, 419, 419, 419, 142,
+ 495, 21, 495, 143, 409, 494, 144, 16,
+ 16, 142, 494, 21, 494, 423, 424, 423,
+ 423, 425, 144, 423, 16, 16, 423, 423,
+ 496, 423, 423, 496, 423, 142, 426, 38,
+ 426, 423, 143, 423, 423, 420, 144, 423,
+ 16, 16, 423, 497, 423, 423, 497, 423,
+ 142, 426, 38, 426, 423, 143, 423, 423,
+ 420, 144, 423, 16, 16, 423, 498, 423,
+ 423, 498, 423, 142, 426, 38, 426, 423,
+ 143, 423, 423, 420, 144, 423, 16, 16,
+ 423, 499, 423, 423, 499, 423, 142, 426,
+ 38, 426, 423, 143, 423, 423, 420, 144,
+ 423, 16, 16, 423, 500, 423, 423, 500,
+ 423, 142, 426, 38, 426, 423, 143, 423,
+ 423, 420, 144, 423, 16, 16, 423, 501,
+ 423, 423, 501, 423, 142, 426, 38, 426,
+ 423, 143, 423, 423, 420, 144, 423, 16,
+ 16, 423, 502, 423, 423, 502, 423, 142,
+ 426, 38, 426, 423, 143, 423, 423, 420,
+ 144, 423, 16, 16, 423, 503, 423, 423,
+ 503, 423, 142, 504, 132, 504, 143, 505,
+ 144, 16, 16, 142, 418, 38, 418, 419,
+ 143, 419, 419, 420, 421, 506, 144, 506,
+ 419, 16, 16, 419, 419, 419, 419, 142,
+ 418, 38, 418, 419, 143, 419, 419, 420,
+ 421, 507, 144, 507, 419, 16, 16, 419,
+ 419, 419, 419, 142, 418, 38, 418, 419,
+ 143, 419, 419, 420, 421, 508, 144, 508,
+ 419, 16, 16, 419, 419, 419, 419, 142,
+ 509, 38, 509, 419, 143, 419, 419, 420,
+ 510, 144, 419, 16, 16, 419, 419, 419,
+ 419, 142, 511, 21, 511, 143, 409, 510,
+ 144, 16, 16, 142, 512, 21, 512, 423,
+ 513, 423, 423, 425, 144, 423, 16, 16,
+ 423, 423, 423, 423, 423, 142, 514, 146,
+ 514, 143, 515, 144, 16, 16, 142, 418,
+ 38, 418, 419, 143, 419, 419, 420, 421,
+ 516, 144, 516, 419, 16, 16, 419, 419,
+ 419, 419, 142, 418, 38, 418, 419, 143,
+ 419, 419, 420, 421, 517, 144, 517, 419,
+ 16, 16, 419, 419, 419, 419, 142, 418,
+ 38, 418, 419, 143, 419, 419, 420, 421,
+ 518, 144, 518, 419, 16, 16, 419, 419,
+ 419, 419, 142, 418, 38, 418, 419, 143,
+ 419, 419, 420, 421, 519, 144, 519, 419,
+ 16, 16, 419, 419, 419, 419, 142, 418,
+ 38, 418, 419, 143, 419, 419, 420, 421,
+ 520, 144, 520, 419, 16, 16, 419, 419,
+ 419, 419, 142, 521, 38, 521, 419, 143,
+ 419, 419, 420, 522, 144, 419, 16, 16,
+ 419, 419, 419, 419, 142, 523, 21, 523,
+ 143, 409, 522, 144, 16, 16, 142, 524,
+ 21, 524, 423, 525, 423, 423, 425, 144,
+ 423, 16, 16, 423, 423, 423, 423, 423,
+ 142, 526, 146, 526, 159, 527, 160, 16,
+ 16, 158, 528, 21, 528, 159, 529, 160,
+ 16, 16, 158, 529, 21, 529, 530, 159,
+ 530, 530, 531, 532, 533, 534, 535, 536,
+ 537, 160, 531, 532, 533, 534, 535, 536,
+ 537, 530, 16, 16, 530, 530, 530, 530,
+ 530, 158, 538, 38, 538, 539, 159, 539,
+ 539, 540, 541, 160, 539, 16, 16, 539,
+ 539, 539, 539, 158, 542, 21, 542, 159,
+ 529, 541, 160, 16, 16, 158, 541, 21,
+ 541, 543, 544, 543, 543, 545, 160, 543,
+ 16, 16, 543, 543, 543, 543, 543, 158,
+ 546, 38, 546, 543, 159, 543, 543, 540,
+ 160, 543, 16, 16, 543, 543, 543, 543,
+ 158, 547, 162, 547, 51, 548, 52, 16,
+ 16, 47, 21, 159, 550, 160, 16, 16,
+ 16, 549, 549, 549, 158, 21, 159, 552,
+ 160, 553, 16, 16, 16, 551, 551, 551,
+ 158, 21, 159, 552, 160, 553, 16, 16,
+ 16, 554, 554, 554, 158, 21, 159, 552,
+ 160, 553, 16, 16, 16, 555, 555, 555,
+ 158, 21, 159, 552, 160, 553, 16, 16,
+ 16, 158, 21, 159, 557, 160, 16, 16,
+ 16, 556, 549, 549, 158, 21, 159, 558,
+ 552, 160, 553, 16, 16, 16, 559, 551,
+ 551, 158, 21, 159, 160, 16, 16, 16,
+ 560, 158, 21, 159, 561, 160, 16, 16,
+ 16, 562, 158, 21, 159, 160, 16, 16,
+ 16, 563, 158, 21, 159, 564, 160, 16,
+ 16, 16, 565, 158, 21, 159, 160, 16,
+ 16, 16, 566, 158, 21, 159, 160, 553,
+ 16, 16, 16, 567, 158, 21, 159, 160,
+ 553, 16, 16, 16, 568, 158, 21, 159,
+ 160, 553, 16, 16, 16, 158, 546, 38,
+ 546, 159, 540, 160, 16, 16, 158, 21,
+ 159, 564, 160, 16, 16, 16, 569, 158,
+ 21, 159, 564, 160, 16, 16, 16, 158,
+ 21, 159, 561, 160, 16, 16, 16, 570,
+ 158, 21, 159, 561, 160, 16, 16, 16,
+ 158, 21, 159, 558, 552, 160, 553, 16,
+ 16, 16, 571, 554, 554, 158, 21, 159,
+ 558, 552, 160, 553, 16, 16, 16, 555,
+ 555, 555, 158, 21, 159, 573, 160, 553,
+ 16, 16, 16, 572, 572, 572, 158, 21,
+ 159, 575, 160, 553, 16, 16, 16, 574,
+ 574, 574, 158, 21, 159, 575, 160, 553,
+ 16, 16, 16, 576, 576, 576, 158, 21,
+ 159, 575, 160, 553, 16, 16, 16, 577,
+ 577, 577, 158, 21, 159, 575, 160, 553,
+ 16, 16, 16, 158, 21, 159, 160, 16,
+ 16, 16, 578, 572, 572, 158, 21, 159,
+ 558, 575, 160, 553, 16, 16, 16, 579,
+ 574, 574, 158, 21, 159, 558, 575, 160,
+ 553, 16, 16, 16, 580, 576, 576, 158,
+ 21, 159, 558, 575, 160, 553, 16, 16,
+ 16, 577, 577, 577, 158, 21, 159, 160,
+ 16, 16, 16, 581, 158, 21, 159, 558,
+ 160, 16, 16, 16, 582, 158, 21, 159,
+ 558, 160, 16, 16, 16, 583, 158, 21,
+ 159, 558, 160, 16, 16, 16, 158, 21,
+ 159, 557, 160, 16, 16, 16, 158, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 584, 160, 584, 539, 16, 16, 539, 539,
+ 539, 539, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 585, 160, 585, 539,
+ 16, 16, 539, 539, 539, 539, 158, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 586, 160, 586, 539, 16, 16, 539, 539,
+ 539, 539, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 587, 160, 587, 539,
+ 16, 16, 539, 539, 539, 539, 158, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 588, 160, 588, 539, 16, 16, 539, 539,
+ 539, 539, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 589, 160, 589, 539,
+ 16, 16, 539, 539, 539, 539, 158, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 590, 160, 590, 539, 16, 16, 539, 539,
+ 539, 539, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 591, 160, 591, 539,
+ 16, 16, 539, 539, 539, 539, 158, 592,
+ 38, 592, 539, 159, 539, 539, 540, 593,
+ 160, 539, 16, 16, 539, 539, 539, 539,
+ 158, 594, 21, 594, 159, 529, 593, 160,
+ 16, 16, 158, 593, 21, 593, 595, 544,
+ 595, 595, 545, 160, 595, 16, 16, 595,
+ 595, 595, 595, 595, 158, 596, 99, 596,
+ 597, 159, 597, 597, 598, 160, 597, 16,
+ 16, 597, 597, 597, 597, 158, 538, 38,
+ 538, 539, 159, 539, 539, 540, 541, 599,
+ 160, 599, 539, 16, 16, 539, 539, 539,
+ 539, 158, 538, 38, 538, 539, 159, 539,
+ 539, 540, 541, 600, 160, 600, 539, 16,
+ 16, 539, 539, 539, 539, 158, 538, 38,
+ 538, 539, 159, 539, 539, 540, 541, 601,
+ 160, 601, 539, 16, 16, 539, 539, 539,
+ 539, 158, 538, 38, 538, 539, 159, 539,
+ 539, 540, 541, 602, 160, 602, 539, 16,
+ 16, 539, 539, 539, 539, 158, 538, 38,
+ 538, 539, 159, 539, 539, 540, 541, 603,
+ 160, 603, 539, 16, 16, 539, 539, 539,
+ 539, 158, 604, 38, 604, 539, 159, 539,
+ 539, 540, 605, 160, 539, 16, 16, 539,
+ 539, 539, 539, 158, 606, 21, 606, 159,
+ 529, 605, 160, 16, 16, 158, 607, 21,
+ 607, 543, 608, 543, 543, 545, 160, 543,
+ 16, 16, 543, 543, 543, 543, 543, 158,
+ 609, 162, 609, 113, 610, 114, 16, 16,
+ 112, 538, 38, 538, 539, 159, 539, 539,
+ 540, 541, 611, 612, 160, 611, 612, 539,
+ 16, 16, 539, 539, 539, 539, 158, 613,
+ 38, 613, 539, 159, 539, 539, 540, 614,
+ 160, 539, 16, 16, 539, 539, 539, 539,
+ 158, 615, 21, 615, 159, 529, 614, 160,
+ 16, 16, 158, 614, 21, 614, 543, 544,
+ 543, 543, 545, 160, 543, 16, 16, 543,
+ 543, 616, 543, 543, 616, 543, 158, 546,
+ 38, 546, 543, 159, 543, 543, 540, 160,
+ 543, 16, 16, 543, 617, 543, 543, 617,
+ 543, 158, 546, 38, 546, 543, 159, 543,
+ 543, 540, 160, 543, 16, 16, 543, 618,
+ 543, 543, 618, 543, 158, 546, 38, 546,
+ 543, 159, 543, 543, 540, 160, 543, 16,
+ 16, 543, 619, 543, 543, 619, 543, 158,
+ 546, 38, 546, 543, 159, 543, 543, 540,
+ 160, 543, 16, 16, 543, 620, 543, 543,
+ 620, 543, 158, 546, 38, 546, 543, 159,
+ 543, 543, 540, 160, 543, 16, 16, 543,
+ 621, 543, 543, 621, 543, 158, 546, 38,
+ 546, 543, 159, 543, 543, 540, 160, 543,
+ 16, 16, 543, 622, 543, 543, 622, 543,
+ 158, 546, 38, 546, 543, 159, 543, 543,
+ 540, 160, 543, 16, 16, 543, 623, 543,
+ 543, 623, 543, 158, 624, 132, 624, 159,
+ 625, 160, 16, 16, 158, 538, 38, 538,
+ 539, 159, 539, 539, 540, 541, 626, 160,
+ 626, 539, 16, 16, 539, 539, 539, 539,
+ 158, 538, 38, 538, 539, 159, 539, 539,
+ 540, 541, 627, 160, 627, 539, 16, 16,
+ 539, 539, 539, 539, 158, 538, 38, 538,
+ 539, 159, 539, 539, 540, 541, 628, 160,
+ 628, 539, 16, 16, 539, 539, 539, 539,
+ 158, 629, 38, 629, 539, 159, 539, 539,
+ 540, 630, 160, 539, 16, 16, 539, 539,
+ 539, 539, 158, 631, 21, 631, 159, 529,
+ 630, 160, 16, 16, 158, 632, 21, 632,
+ 543, 633, 543, 543, 545, 160, 543, 16,
+ 16, 543, 543, 543, 543, 543, 158, 634,
+ 162, 634, 143, 635, 144, 16, 16, 142,
+ 538, 38, 538, 539, 159, 539, 539, 540,
+ 541, 636, 160, 636, 539, 16, 16, 539,
+ 539, 539, 539, 158, 538, 38, 538, 539,
+ 159, 539, 539, 540, 541, 637, 160, 637,
+ 539, 16, 16, 539, 539, 539, 539, 158,
+ 538, 38, 538, 539, 159, 539, 539, 540,
+ 541, 638, 160, 638, 539, 16, 16, 539,
+ 539, 539, 539, 158, 538, 38, 538, 539,
+ 159, 539, 539, 540, 541, 639, 160, 639,
+ 539, 16, 16, 539, 539, 539, 539, 158,
+ 538, 38, 538, 539, 159, 539, 539, 540,
+ 541, 640, 160, 640, 539, 16, 16, 539,
+ 539, 539, 539, 158, 641, 38, 641, 539,
+ 159, 539, 539, 540, 642, 160, 539, 16,
+ 16, 539, 539, 539, 539, 158, 643, 21,
+ 643, 159, 529, 642, 160, 16, 16, 158,
+ 644, 21, 644, 543, 645, 543, 543, 545,
+ 160, 543, 16, 16, 543, 543, 543, 543,
+ 543, 158, 646, 162, 646, 159, 647, 160,
+ 16, 16, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 648, 160, 648, 539,
+ 16, 16, 539, 539, 539, 539, 158, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 649, 160, 649, 539, 16, 16, 539, 539,
+ 539, 539, 158, 650, 38, 650, 539, 159,
+ 539, 539, 540, 651, 160, 539, 16, 16,
+ 539, 539, 539, 539, 158, 652, 21, 652,
+ 159, 529, 651, 160, 16, 16, 158, 651,
+ 21, 651, 653, 544, 653, 653, 545, 160,
+ 653, 16, 16, 653, 653, 653, 653, 653,
+ 158, 654, 171, 654, 655, 159, 655, 655,
+ 656, 160, 655, 16, 16, 655, 655, 655,
+ 655, 158, 538, 38, 538, 539, 159, 539,
+ 539, 540, 541, 657, 160, 657, 539, 16,
+ 16, 539, 539, 539, 539, 158, 538, 38,
+ 538, 539, 159, 539, 539, 540, 541, 658,
+ 659, 160, 658, 659, 539, 16, 16, 539,
+ 539, 539, 539, 158, 538, 38, 538, 539,
+ 159, 539, 539, 540, 541, 660, 160, 660,
+ 539, 16, 16, 539, 539, 539, 539, 158,
+ 538, 38, 538, 539, 159, 539, 539, 540,
+ 541, 661, 160, 661, 539, 16, 16, 539,
+ 539, 539, 539, 158, 662, 38, 662, 539,
+ 159, 539, 539, 540, 663, 160, 539, 16,
+ 16, 539, 539, 539, 539, 158, 664, 21,
+ 664, 159, 529, 663, 160, 16, 16, 158,
+ 665, 21, 665, 543, 666, 543, 543, 545,
+ 160, 543, 16, 16, 543, 543, 543, 543,
+ 543, 158, 667, 162, 667, 185, 668, 186,
+ 16, 16, 184, 669, 21, 669, 185, 670,
+ 186, 16, 16, 184, 670, 21, 670, 671,
+ 185, 671, 671, 672, 673, 674, 675, 676,
+ 677, 678, 186, 672, 673, 674, 675, 676,
+ 677, 678, 671, 16, 16, 671, 671, 671,
+ 671, 671, 184, 679, 38, 679, 680, 185,
+ 680, 680, 681, 682, 186, 680, 16, 16,
+ 680, 680, 680, 680, 184, 683, 21, 683,
+ 185, 670, 682, 186, 16, 16, 184, 682,
+ 21, 682, 684, 685, 684, 684, 686, 186,
+ 684, 16, 16, 684, 684, 684, 684, 684,
+ 184, 687, 38, 687, 684, 185, 684, 684,
+ 681, 186, 684, 16, 16, 684, 684, 684,
+ 684, 184, 688, 188, 688, 51, 689, 52,
+ 16, 16, 47, 21, 185, 691, 186, 16,
+ 16, 16, 690, 690, 690, 184, 21, 185,
+ 693, 186, 694, 16, 16, 16, 692, 692,
+ 692, 184, 21, 185, 693, 186, 694, 16,
+ 16, 16, 695, 695, 695, 184, 21, 185,
+ 693, 186, 694, 16, 16, 16, 696, 696,
+ 696, 184, 21, 185, 693, 186, 694, 16,
+ 16, 16, 184, 21, 185, 698, 186, 16,
+ 16, 16, 697, 690, 690, 184, 21, 185,
+ 699, 693, 186, 694, 16, 16, 16, 700,
+ 692, 692, 184, 21, 185, 186, 16, 16,
+ 16, 701, 184, 21, 185, 702, 186, 16,
+ 16, 16, 703, 184, 21, 185, 186, 16,
+ 16, 16, 704, 184, 21, 185, 705, 186,
+ 16, 16, 16, 706, 184, 21, 185, 186,
+ 16, 16, 16, 707, 184, 21, 185, 186,
+ 694, 16, 16, 16, 708, 184, 21, 185,
+ 186, 694, 16, 16, 16, 709, 184, 21,
+ 185, 186, 694, 16, 16, 16, 184, 687,
+ 38, 687, 185, 681, 186, 16, 16, 184,
+ 21, 185, 705, 186, 16, 16, 16, 710,
+ 184, 21, 185, 705, 186, 16, 16, 16,
+ 184, 21, 185, 702, 186, 16, 16, 16,
+ 711, 184, 21, 185, 702, 186, 16, 16,
+ 16, 184, 21, 185, 699, 693, 186, 694,
+ 16, 16, 16, 712, 695, 695, 184, 21,
+ 185, 699, 693, 186, 694, 16, 16, 16,
+ 696, 696, 696, 184, 21, 185, 714, 186,
+ 694, 16, 16, 16, 713, 713, 713, 184,
+ 21, 185, 716, 186, 694, 16, 16, 16,
+ 715, 715, 715, 184, 21, 185, 716, 186,
+ 694, 16, 16, 16, 717, 717, 717, 184,
+ 21, 185, 716, 186, 694, 16, 16, 16,
+ 718, 718, 718, 184, 21, 185, 716, 186,
+ 694, 16, 16, 16, 184, 21, 185, 186,
+ 16, 16, 16, 719, 713, 713, 184, 21,
+ 185, 699, 716, 186, 694, 16, 16, 16,
+ 720, 715, 715, 184, 21, 185, 699, 716,
+ 186, 694, 16, 16, 16, 721, 717, 717,
+ 184, 21, 185, 699, 716, 186, 694, 16,
+ 16, 16, 718, 718, 718, 184, 21, 185,
+ 186, 16, 16, 16, 722, 184, 21, 185,
+ 699, 186, 16, 16, 16, 723, 184, 21,
+ 185, 699, 186, 16, 16, 16, 724, 184,
+ 21, 185, 699, 186, 16, 16, 16, 184,
+ 21, 185, 698, 186, 16, 16, 16, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 725, 186, 725, 680, 16, 16, 680,
+ 680, 680, 680, 184, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 726, 186, 726,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 727, 186, 727, 680, 16, 16, 680,
+ 680, 680, 680, 184, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 728, 186, 728,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 729, 186, 729, 680, 16, 16, 680,
+ 680, 680, 680, 184, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 730, 186, 730,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 731, 186, 731, 680, 16, 16, 680,
+ 680, 680, 680, 184, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 732, 186, 732,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 733, 38, 733, 680, 185, 680, 680, 681,
+ 734, 186, 680, 16, 16, 680, 680, 680,
+ 680, 184, 735, 21, 735, 185, 670, 734,
+ 186, 16, 16, 184, 734, 21, 734, 736,
+ 685, 736, 736, 686, 186, 736, 16, 16,
+ 736, 736, 736, 736, 736, 184, 737, 99,
+ 737, 738, 185, 738, 738, 739, 186, 738,
+ 16, 16, 738, 738, 738, 738, 184, 679,
+ 38, 679, 680, 185, 680, 680, 681, 682,
+ 740, 186, 740, 680, 16, 16, 680, 680,
+ 680, 680, 184, 679, 38, 679, 680, 185,
+ 680, 680, 681, 682, 741, 186, 741, 680,
+ 16, 16, 680, 680, 680, 680, 184, 679,
+ 38, 679, 680, 185, 680, 680, 681, 682,
+ 742, 186, 742, 680, 16, 16, 680, 680,
+ 680, 680, 184, 679, 38, 679, 680, 185,
+ 680, 680, 681, 682, 743, 186, 743, 680,
+ 16, 16, 680, 680, 680, 680, 184, 679,
+ 38, 679, 680, 185, 680, 680, 681, 682,
+ 744, 186, 744, 680, 16, 16, 680, 680,
+ 680, 680, 184, 745, 38, 745, 680, 185,
+ 680, 680, 681, 746, 186, 680, 16, 16,
+ 680, 680, 680, 680, 184, 747, 21, 747,
+ 185, 670, 746, 186, 16, 16, 184, 748,
+ 21, 748, 684, 749, 684, 684, 686, 186,
+ 684, 16, 16, 684, 684, 684, 684, 684,
+ 184, 750, 188, 750, 113, 751, 114, 16,
+ 16, 112, 679, 38, 679, 680, 185, 680,
+ 680, 681, 682, 752, 753, 186, 752, 753,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 754, 38, 754, 680, 185, 680, 680, 681,
+ 755, 186, 680, 16, 16, 680, 680, 680,
+ 680, 184, 756, 21, 756, 185, 670, 755,
+ 186, 16, 16, 184, 755, 21, 755, 684,
+ 685, 684, 684, 686, 186, 684, 16, 16,
+ 684, 684, 757, 684, 684, 757, 684, 184,
+ 687, 38, 687, 684, 185, 684, 684, 681,
+ 186, 684, 16, 16, 684, 758, 684, 684,
+ 758, 684, 184, 687, 38, 687, 684, 185,
+ 684, 684, 681, 186, 684, 16, 16, 684,
+ 759, 684, 684, 759, 684, 184, 687, 38,
+ 687, 684, 185, 684, 684, 681, 186, 684,
+ 16, 16, 684, 760, 684, 684, 760, 684,
+ 184, 687, 38, 687, 684, 185, 684, 684,
+ 681, 186, 684, 16, 16, 684, 761, 684,
+ 684, 761, 684, 184, 687, 38, 687, 684,
+ 185, 684, 684, 681, 186, 684, 16, 16,
+ 684, 762, 684, 684, 762, 684, 184, 687,
+ 38, 687, 684, 185, 684, 684, 681, 186,
+ 684, 16, 16, 684, 763, 684, 684, 763,
+ 684, 184, 687, 38, 687, 684, 185, 684,
+ 684, 681, 186, 684, 16, 16, 684, 764,
+ 684, 684, 764, 684, 184, 765, 132, 765,
+ 185, 766, 186, 16, 16, 184, 679, 38,
+ 679, 680, 185, 680, 680, 681, 682, 767,
+ 186, 767, 680, 16, 16, 680, 680, 680,
+ 680, 184, 679, 38, 679, 680, 185, 680,
+ 680, 681, 682, 768, 186, 768, 680, 16,
+ 16, 680, 680, 680, 680, 184, 679, 38,
+ 679, 680, 185, 680, 680, 681, 682, 769,
+ 186, 769, 680, 16, 16, 680, 680, 680,
+ 680, 184, 770, 38, 770, 680, 185, 680,
+ 680, 681, 771, 186, 680, 16, 16, 680,
+ 680, 680, 680, 184, 772, 21, 772, 185,
+ 670, 771, 186, 16, 16, 184, 773, 21,
+ 773, 684, 774, 684, 684, 686, 186, 684,
+ 16, 16, 684, 684, 684, 684, 684, 184,
+ 775, 188, 775, 143, 776, 144, 16, 16,
+ 142, 679, 38, 679, 680, 185, 680, 680,
+ 681, 682, 777, 186, 777, 680, 16, 16,
+ 680, 680, 680, 680, 184, 679, 38, 679,
+ 680, 185, 680, 680, 681, 682, 778, 186,
+ 778, 680, 16, 16, 680, 680, 680, 680,
+ 184, 679, 38, 679, 680, 185, 680, 680,
+ 681, 682, 779, 186, 779, 680, 16, 16,
+ 680, 680, 680, 680, 184, 679, 38, 679,
+ 680, 185, 680, 680, 681, 682, 780, 186,
+ 780, 680, 16, 16, 680, 680, 680, 680,
+ 184, 679, 38, 679, 680, 185, 680, 680,
+ 681, 682, 781, 186, 781, 680, 16, 16,
+ 680, 680, 680, 680, 184, 782, 38, 782,
+ 680, 185, 680, 680, 681, 783, 186, 680,
+ 16, 16, 680, 680, 680, 680, 184, 784,
+ 21, 784, 185, 670, 783, 186, 16, 16,
+ 184, 785, 21, 785, 684, 786, 684, 684,
+ 686, 186, 684, 16, 16, 684, 684, 684,
+ 684, 684, 184, 787, 188, 787, 159, 788,
+ 160, 16, 16, 158, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 789, 186, 789,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 790, 186, 790, 680, 16, 16, 680,
+ 680, 680, 680, 184, 791, 38, 791, 680,
+ 185, 680, 680, 681, 792, 186, 680, 16,
+ 16, 680, 680, 680, 680, 184, 793, 21,
+ 793, 185, 670, 792, 186, 16, 16, 184,
+ 792, 21, 792, 794, 685, 794, 794, 686,
+ 186, 794, 16, 16, 794, 794, 794, 794,
+ 794, 184, 795, 171, 795, 796, 185, 796,
+ 796, 797, 186, 796, 16, 16, 796, 796,
+ 796, 796, 184, 679, 38, 679, 680, 185,
+ 680, 680, 681, 682, 798, 186, 798, 680,
+ 16, 16, 680, 680, 680, 680, 184, 679,
+ 38, 679, 680, 185, 680, 680, 681, 682,
+ 799, 800, 186, 799, 800, 680, 16, 16,
+ 680, 680, 680, 680, 184, 679, 38, 679,
+ 680, 185, 680, 680, 681, 682, 801, 186,
+ 801, 680, 16, 16, 680, 680, 680, 680,
+ 184, 679, 38, 679, 680, 185, 680, 680,
+ 681, 682, 802, 186, 802, 680, 16, 16,
+ 680, 680, 680, 680, 184, 803, 38, 803,
+ 680, 185, 680, 680, 681, 804, 186, 680,
+ 16, 16, 680, 680, 680, 680, 184, 805,
+ 21, 805, 185, 670, 804, 186, 16, 16,
+ 184, 806, 21, 806, 684, 807, 684, 684,
+ 686, 186, 684, 16, 16, 684, 684, 684,
+ 684, 684, 184, 808, 188, 808, 185, 809,
+ 186, 16, 16, 184, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 810, 186, 810,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 811, 186, 811, 680, 16, 16, 680,
+ 680, 680, 680, 184, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 812, 186, 812,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 813, 186, 813, 680, 16, 16, 680,
+ 680, 680, 680, 184, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 814, 186, 814,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 815, 38, 815, 680, 185, 680, 680, 681,
+ 816, 186, 680, 16, 16, 680, 680, 680,
+ 680, 184, 817, 21, 817, 185, 670, 816,
+ 186, 16, 16, 184, 818, 21, 818, 684,
+ 819, 684, 684, 686, 186, 684, 16, 16,
+ 684, 684, 684, 684, 684, 184, 820, 188,
+ 820, 201, 821, 202, 16, 16, 200, 822,
+ 21, 822, 201, 823, 202, 16, 16, 200,
+ 823, 21, 823, 824, 201, 824, 824, 825,
+ 826, 827, 828, 829, 830, 831, 202, 825,
+ 826, 827, 828, 829, 830, 831, 824, 16,
+ 16, 824, 824, 824, 824, 824, 200, 832,
+ 38, 832, 833, 201, 833, 833, 834, 835,
+ 202, 833, 16, 16, 833, 833, 833, 833,
+ 200, 836, 21, 836, 201, 823, 835, 202,
+ 16, 16, 200, 835, 21, 835, 837, 838,
+ 837, 837, 839, 202, 837, 16, 16, 837,
+ 837, 837, 837, 837, 200, 840, 38, 840,
+ 837, 201, 837, 837, 834, 202, 837, 16,
+ 16, 837, 837, 837, 837, 200, 841, 204,
+ 841, 51, 842, 52, 16, 16, 47, 21,
+ 201, 844, 202, 16, 16, 16, 843, 843,
+ 843, 200, 21, 201, 846, 202, 847, 16,
+ 16, 16, 845, 845, 845, 200, 21, 201,
+ 846, 202, 847, 16, 16, 16, 848, 848,
+ 848, 200, 21, 201, 846, 202, 847, 16,
+ 16, 16, 849, 849, 849, 200, 21, 201,
+ 846, 202, 847, 16, 16, 16, 200, 21,
+ 201, 851, 202, 16, 16, 16, 850, 843,
+ 843, 200, 21, 201, 852, 846, 202, 847,
+ 16, 16, 16, 853, 845, 845, 200, 21,
+ 201, 202, 16, 16, 16, 854, 200, 21,
+ 201, 855, 202, 16, 16, 16, 856, 200,
+ 21, 201, 202, 16, 16, 16, 857, 200,
+ 21, 201, 858, 202, 16, 16, 16, 859,
+ 200, 21, 201, 202, 16, 16, 16, 860,
+ 200, 21, 201, 202, 847, 16, 16, 16,
+ 861, 200, 21, 201, 202, 847, 16, 16,
+ 16, 862, 200, 21, 201, 202, 847, 16,
+ 16, 16, 200, 840, 38, 840, 201, 834,
+ 202, 16, 16, 200, 21, 201, 858, 202,
+ 16, 16, 16, 863, 200, 21, 201, 858,
+ 202, 16, 16, 16, 200, 21, 201, 855,
+ 202, 16, 16, 16, 864, 200, 21, 201,
+ 855, 202, 16, 16, 16, 200, 21, 201,
+ 852, 846, 202, 847, 16, 16, 16, 865,
+ 848, 848, 200, 21, 201, 852, 846, 202,
+ 847, 16, 16, 16, 849, 849, 849, 200,
+ 21, 201, 867, 202, 847, 16, 16, 16,
+ 866, 866, 866, 200, 21, 201, 869, 202,
+ 847, 16, 16, 16, 868, 868, 868, 200,
+ 21, 201, 869, 202, 847, 16, 16, 16,
+ 870, 870, 870, 200, 21, 201, 869, 202,
+ 847, 16, 16, 16, 871, 871, 871, 200,
+ 21, 201, 869, 202, 847, 16, 16, 16,
+ 200, 21, 201, 202, 16, 16, 16, 872,
+ 866, 866, 200, 21, 201, 852, 869, 202,
+ 847, 16, 16, 16, 873, 868, 868, 200,
+ 21, 201, 852, 869, 202, 847, 16, 16,
+ 16, 874, 870, 870, 200, 21, 201, 852,
+ 869, 202, 847, 16, 16, 16, 871, 871,
+ 871, 200, 21, 201, 202, 16, 16, 16,
+ 875, 200, 21, 201, 852, 202, 16, 16,
+ 16, 876, 200, 21, 201, 852, 202, 16,
+ 16, 16, 877, 200, 21, 201, 852, 202,
+ 16, 16, 16, 200, 21, 201, 851, 202,
+ 16, 16, 16, 200, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 878, 202, 878,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 879, 202, 879, 833, 16, 16, 833,
+ 833, 833, 833, 200, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 880, 202, 880,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 881, 202, 881, 833, 16, 16, 833,
+ 833, 833, 833, 200, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 882, 202, 882,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 883, 202, 883, 833, 16, 16, 833,
+ 833, 833, 833, 200, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 884, 202, 884,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 885, 202, 885, 833, 16, 16, 833,
+ 833, 833, 833, 200, 886, 38, 886, 833,
+ 201, 833, 833, 834, 887, 202, 833, 16,
+ 16, 833, 833, 833, 833, 200, 888, 21,
+ 888, 201, 823, 887, 202, 16, 16, 200,
+ 887, 21, 887, 889, 838, 889, 889, 839,
+ 202, 889, 16, 16, 889, 889, 889, 889,
+ 889, 200, 890, 99, 890, 891, 201, 891,
+ 891, 892, 202, 891, 16, 16, 891, 891,
+ 891, 891, 200, 832, 38, 832, 833, 201,
+ 833, 833, 834, 835, 893, 202, 893, 833,
+ 16, 16, 833, 833, 833, 833, 200, 832,
+ 38, 832, 833, 201, 833, 833, 834, 835,
+ 894, 202, 894, 833, 16, 16, 833, 833,
+ 833, 833, 200, 832, 38, 832, 833, 201,
+ 833, 833, 834, 835, 895, 202, 895, 833,
+ 16, 16, 833, 833, 833, 833, 200, 832,
+ 38, 832, 833, 201, 833, 833, 834, 835,
+ 896, 202, 896, 833, 16, 16, 833, 833,
+ 833, 833, 200, 832, 38, 832, 833, 201,
+ 833, 833, 834, 835, 897, 202, 897, 833,
+ 16, 16, 833, 833, 833, 833, 200, 898,
+ 38, 898, 833, 201, 833, 833, 834, 899,
+ 202, 833, 16, 16, 833, 833, 833, 833,
+ 200, 900, 21, 900, 201, 823, 899, 202,
+ 16, 16, 200, 901, 21, 901, 837, 902,
+ 837, 837, 839, 202, 837, 16, 16, 837,
+ 837, 837, 837, 837, 200, 903, 204, 903,
+ 113, 904, 114, 16, 16, 112, 832, 38,
+ 832, 833, 201, 833, 833, 834, 835, 905,
+ 906, 202, 905, 906, 833, 16, 16, 833,
+ 833, 833, 833, 200, 907, 38, 907, 833,
+ 201, 833, 833, 834, 908, 202, 833, 16,
+ 16, 833, 833, 833, 833, 200, 909, 21,
+ 909, 201, 823, 908, 202, 16, 16, 200,
+ 908, 21, 908, 837, 838, 837, 837, 839,
+ 202, 837, 16, 16, 837, 837, 910, 837,
+ 837, 910, 837, 200, 840, 38, 840, 837,
+ 201, 837, 837, 834, 202, 837, 16, 16,
+ 837, 911, 837, 837, 911, 837, 200, 840,
+ 38, 840, 837, 201, 837, 837, 834, 202,
+ 837, 16, 16, 837, 912, 837, 837, 912,
+ 837, 200, 840, 38, 840, 837, 201, 837,
+ 837, 834, 202, 837, 16, 16, 837, 913,
+ 837, 837, 913, 837, 200, 840, 38, 840,
+ 837, 201, 837, 837, 834, 202, 837, 16,
+ 16, 837, 914, 837, 837, 914, 837, 200,
+ 840, 38, 840, 837, 201, 837, 837, 834,
+ 202, 837, 16, 16, 837, 915, 837, 837,
+ 915, 837, 200, 840, 38, 840, 837, 201,
+ 837, 837, 834, 202, 837, 16, 16, 837,
+ 916, 837, 837, 916, 837, 200, 840, 38,
+ 840, 837, 201, 837, 837, 834, 202, 837,
+ 16, 16, 837, 917, 837, 837, 917, 837,
+ 200, 918, 132, 918, 201, 919, 202, 16,
+ 16, 200, 832, 38, 832, 833, 201, 833,
+ 833, 834, 835, 920, 202, 920, 833, 16,
+ 16, 833, 833, 833, 833, 200, 832, 38,
+ 832, 833, 201, 833, 833, 834, 835, 921,
+ 202, 921, 833, 16, 16, 833, 833, 833,
+ 833, 200, 832, 38, 832, 833, 201, 833,
+ 833, 834, 835, 922, 202, 922, 833, 16,
+ 16, 833, 833, 833, 833, 200, 923, 38,
+ 923, 833, 201, 833, 833, 834, 924, 202,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 925, 21, 925, 201, 823, 924, 202, 16,
+ 16, 200, 926, 21, 926, 837, 927, 837,
+ 837, 839, 202, 837, 16, 16, 837, 837,
+ 837, 837, 837, 200, 928, 204, 928, 143,
+ 929, 144, 16, 16, 142, 832, 38, 832,
+ 833, 201, 833, 833, 834, 835, 930, 202,
+ 930, 833, 16, 16, 833, 833, 833, 833,
+ 200, 832, 38, 832, 833, 201, 833, 833,
+ 834, 835, 931, 202, 931, 833, 16, 16,
+ 833, 833, 833, 833, 200, 832, 38, 832,
+ 833, 201, 833, 833, 834, 835, 932, 202,
+ 932, 833, 16, 16, 833, 833, 833, 833,
+ 200, 832, 38, 832, 833, 201, 833, 833,
+ 834, 835, 933, 202, 933, 833, 16, 16,
+ 833, 833, 833, 833, 200, 832, 38, 832,
+ 833, 201, 833, 833, 834, 835, 934, 202,
+ 934, 833, 16, 16, 833, 833, 833, 833,
+ 200, 935, 38, 935, 833, 201, 833, 833,
+ 834, 936, 202, 833, 16, 16, 833, 833,
+ 833, 833, 200, 937, 21, 937, 201, 823,
+ 936, 202, 16, 16, 200, 938, 21, 938,
+ 837, 939, 837, 837, 839, 202, 837, 16,
+ 16, 837, 837, 837, 837, 837, 200, 940,
+ 204, 940, 159, 941, 160, 16, 16, 158,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 942, 202, 942, 833, 16, 16, 833,
+ 833, 833, 833, 200, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 943, 202, 943,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 944, 38, 944, 833, 201, 833, 833, 834,
+ 945, 202, 833, 16, 16, 833, 833, 833,
+ 833, 200, 946, 21, 946, 201, 823, 945,
+ 202, 16, 16, 200, 945, 21, 945, 947,
+ 838, 947, 947, 839, 202, 947, 16, 16,
+ 947, 947, 947, 947, 947, 200, 948, 171,
+ 948, 949, 201, 949, 949, 950, 202, 949,
+ 16, 16, 949, 949, 949, 949, 200, 832,
+ 38, 832, 833, 201, 833, 833, 834, 835,
+ 951, 202, 951, 833, 16, 16, 833, 833,
+ 833, 833, 200, 832, 38, 832, 833, 201,
+ 833, 833, 834, 835, 952, 953, 202, 952,
+ 953, 833, 16, 16, 833, 833, 833, 833,
+ 200, 832, 38, 832, 833, 201, 833, 833,
+ 834, 835, 954, 202, 954, 833, 16, 16,
+ 833, 833, 833, 833, 200, 832, 38, 832,
+ 833, 201, 833, 833, 834, 835, 955, 202,
+ 955, 833, 16, 16, 833, 833, 833, 833,
+ 200, 956, 38, 956, 833, 201, 833, 833,
+ 834, 957, 202, 833, 16, 16, 833, 833,
+ 833, 833, 200, 958, 21, 958, 201, 823,
+ 957, 202, 16, 16, 200, 959, 21, 959,
+ 837, 960, 837, 837, 839, 202, 837, 16,
+ 16, 837, 837, 837, 837, 837, 200, 961,
+ 204, 961, 185, 962, 186, 16, 16, 184,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 963, 202, 963, 833, 16, 16, 833,
+ 833, 833, 833, 200, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 964, 202, 964,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 965, 202, 965, 833, 16, 16, 833,
+ 833, 833, 833, 200, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 966, 202, 966,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 967, 202, 967, 833, 16, 16, 833,
+ 833, 833, 833, 200, 968, 38, 968, 833,
+ 201, 833, 833, 834, 969, 202, 833, 16,
+ 16, 833, 833, 833, 833, 200, 970, 21,
+ 970, 201, 823, 969, 202, 16, 16, 200,
+ 971, 21, 971, 837, 972, 837, 837, 839,
+ 202, 837, 16, 16, 837, 837, 837, 837,
+ 837, 200, 973, 204, 973, 201, 974, 202,
+ 16, 16, 200, 832, 38, 832, 833, 201,
+ 833, 833, 834, 835, 975, 976, 202, 975,
+ 976, 833, 16, 16, 833, 833, 833, 833,
+ 200, 832, 38, 832, 833, 201, 833, 833,
+ 834, 835, 977, 202, 977, 833, 16, 16,
+ 833, 833, 833, 833, 200, 978, 38, 978,
+ 833, 201, 833, 833, 834, 979, 202, 833,
+ 16, 16, 833, 833, 833, 833, 200, 980,
+ 21, 980, 201, 823, 979, 202, 16, 16,
+ 200, 979, 21, 979, 837, 981, 837, 837,
+ 839, 202, 837, 16, 16, 837, 837, 837,
+ 837, 837, 200, 982, 204, 982, 215, 983,
+ 216, 214, 214, 213, 984, 21, 984, 219,
+ 985, 220, 218, 218, 217, 985, 21, 985,
+ 986, 219, 986, 986, 987, 988, 989, 990,
+ 991, 992, 993, 220, 987, 988, 989, 990,
+ 991, 992, 993, 986, 218, 218, 986, 986,
+ 986, 986, 986, 217, 994, 38, 994, 995,
+ 219, 995, 995, 996, 997, 220, 995, 218,
+ 218, 995, 995, 995, 995, 217, 998, 21,
+ 998, 219, 985, 997, 220, 218, 218, 217,
+ 997, 21, 997, 999, 221, 999, 999, 1000,
+ 220, 999, 218, 218, 999, 999, 999, 999,
+ 999, 217, 1001, 38, 1001, 999, 219, 999,
+ 999, 996, 220, 999, 218, 218, 999, 999,
+ 999, 999, 217, 21, 219, 1003, 220, 218,
+ 218, 218, 1002, 1002, 1002, 217, 21, 219,
+ 1005, 220, 1006, 218, 218, 218, 1004, 1004,
+ 1004, 217, 21, 219, 1005, 220, 1006, 218,
+ 218, 218, 1007, 1007, 1007, 217, 21, 219,
+ 1005, 220, 1006, 218, 218, 218, 1008, 1008,
+ 1008, 217, 21, 219, 1005, 220, 1006, 218,
+ 218, 218, 217, 21, 219, 1010, 220, 218,
+ 218, 218, 1009, 1002, 1002, 217, 21, 219,
+ 1011, 1005, 220, 1006, 218, 218, 218, 1012,
+ 1004, 1004, 217, 21, 219, 220, 218, 218,
+ 218, 1013, 217, 21, 219, 1014, 220, 218,
+ 218, 218, 1015, 217, 21, 219, 220, 218,
+ 218, 218, 1016, 217, 21, 219, 1017, 220,
+ 218, 218, 218, 1018, 217, 21, 219, 220,
+ 218, 218, 218, 1019, 217, 21, 219, 220,
+ 1006, 218, 218, 218, 1020, 217, 21, 219,
+ 220, 1006, 218, 218, 218, 1021, 217, 21,
+ 219, 220, 1006, 218, 218, 218, 217, 1001,
+ 38, 1001, 219, 996, 220, 218, 218, 217,
+ 21, 219, 1017, 220, 218, 218, 218, 1022,
+ 217, 21, 219, 1017, 220, 218, 218, 218,
+ 217, 21, 219, 1014, 220, 218, 218, 218,
+ 1023, 217, 21, 219, 1014, 220, 218, 218,
+ 218, 217, 21, 219, 1011, 1005, 220, 1006,
+ 218, 218, 218, 1024, 1007, 1007, 217, 21,
+ 219, 1011, 1005, 220, 1006, 218, 218, 218,
+ 1008, 1008, 1008, 217, 21, 219, 1026, 220,
+ 1006, 218, 218, 218, 1025, 1025, 1025, 217,
+ 21, 219, 1028, 220, 1006, 218, 218, 218,
+ 1027, 1027, 1027, 217, 21, 219, 1028, 220,
+ 1006, 218, 218, 218, 1029, 1029, 1029, 217,
+ 21, 219, 1028, 220, 1006, 218, 218, 218,
+ 1030, 1030, 1030, 217, 21, 219, 1028, 220,
+ 1006, 218, 218, 218, 217, 21, 219, 220,
+ 218, 218, 218, 1031, 1025, 1025, 217, 21,
+ 219, 1011, 1028, 220, 1006, 218, 218, 218,
+ 1032, 1027, 1027, 217, 21, 219, 1011, 1028,
+ 220, 1006, 218, 218, 218, 1033, 1029, 1029,
+ 217, 21, 219, 1011, 1028, 220, 1006, 218,
+ 218, 218, 1030, 1030, 1030, 217, 21, 219,
+ 220, 218, 218, 218, 1034, 217, 21, 219,
+ 1011, 220, 218, 218, 218, 1035, 217, 21,
+ 219, 1011, 220, 218, 218, 218, 1036, 217,
+ 21, 219, 1011, 220, 218, 218, 218, 217,
+ 21, 219, 1010, 220, 218, 218, 218, 217,
+ 994, 38, 994, 995, 219, 995, 995, 996,
+ 997, 1037, 220, 1037, 995, 218, 218, 995,
+ 995, 995, 995, 217, 994, 38, 994, 995,
+ 219, 995, 995, 996, 997, 1038, 220, 1038,
+ 995, 218, 218, 995, 995, 995, 995, 217,
+ 994, 38, 994, 995, 219, 995, 995, 996,
+ 997, 1039, 220, 1039, 995, 218, 218, 995,
+ 995, 995, 995, 217, 994, 38, 994, 995,
+ 219, 995, 995, 996, 997, 1040, 220, 1040,
+ 995, 218, 218, 995, 995, 995, 995, 217,
+ 994, 38, 994, 995, 219, 995, 995, 996,
+ 997, 1041, 220, 1041, 995, 218, 218, 995,
+ 995, 995, 995, 217, 994, 38, 994, 995,
+ 219, 995, 995, 996, 997, 1042, 220, 1042,
+ 995, 218, 218, 995, 995, 995, 995, 217,
+ 994, 38, 994, 995, 219, 995, 995, 996,
+ 997, 1043, 220, 1043, 995, 218, 218, 995,
+ 995, 995, 995, 217, 994, 38, 994, 995,
+ 219, 995, 995, 996, 997, 1044, 220, 1044,
+ 995, 218, 218, 995, 995, 995, 995, 217,
+ 1045, 38, 1045, 995, 219, 995, 995, 996,
+ 1046, 220, 995, 218, 218, 995, 995, 995,
+ 995, 217, 1047, 21, 1047, 219, 985, 1046,
+ 220, 218, 218, 217, 1046, 21, 1046, 1048,
+ 221, 1048, 1048, 1000, 220, 1048, 218, 218,
+ 1048, 1048, 1048, 1048, 1048, 217, 1049, 99,
+ 1049, 1050, 219, 1050, 1050, 1051, 220, 1050,
+ 218, 218, 1050, 1050, 1050, 1050, 217, 994,
+ 38, 994, 995, 219, 995, 995, 996, 997,
+ 1052, 220, 1052, 995, 218, 218, 995, 995,
+ 995, 995, 217, 994, 38, 994, 995, 219,
+ 995, 995, 996, 997, 1053, 220, 1053, 995,
+ 218, 218, 995, 995, 995, 995, 217, 994,
+ 38, 994, 995, 219, 995, 995, 996, 997,
+ 1054, 220, 1054, 995, 218, 218, 995, 995,
+ 995, 995, 217, 994, 38, 994, 995, 219,
+ 995, 995, 996, 997, 1055, 220, 1055, 995,
+ 218, 218, 995, 995, 995, 995, 217, 994,
+ 38, 994, 995, 219, 995, 995, 996, 997,
+ 1056, 220, 1056, 995, 218, 218, 995, 995,
+ 995, 995, 217, 1057, 38, 1057, 995, 219,
+ 995, 995, 996, 1058, 220, 995, 218, 218,
+ 995, 995, 995, 995, 217, 1059, 21, 1059,
+ 219, 985, 1058, 220, 218, 218, 217, 1060,
+ 21, 1060, 999, 1061, 999, 999, 1000, 220,
+ 999, 218, 218, 999, 999, 999, 999, 999,
+ 217, 994, 38, 994, 995, 219, 995, 995,
+ 996, 997, 1062, 1063, 220, 1062, 1063, 995,
+ 218, 218, 995, 995, 995, 995, 217, 1064,
+ 38, 1064, 995, 219, 995, 995, 996, 1065,
+ 220, 995, 218, 218, 995, 995, 995, 995,
+ 217, 1066, 21, 1066, 219, 985, 1065, 220,
+ 218, 218, 217, 1065, 21, 1065, 999, 221,
+ 999, 999, 1000, 220, 999, 218, 218, 999,
+ 999, 1067, 999, 999, 1067, 999, 217, 1001,
+ 38, 1001, 999, 219, 999, 999, 996, 220,
+ 999, 218, 218, 999, 1068, 999, 999, 1068,
+ 999, 217, 1001, 38, 1001, 999, 219, 999,
+ 999, 996, 220, 999, 218, 218, 999, 1069,
+ 999, 999, 1069, 999, 217, 1001, 38, 1001,
+ 999, 219, 999, 999, 996, 220, 999, 218,
+ 218, 999, 1070, 999, 999, 1070, 999, 217,
+ 1001, 38, 1001, 999, 219, 999, 999, 996,
+ 220, 999, 218, 218, 999, 1071, 999, 999,
+ 1071, 999, 217, 1001, 38, 1001, 999, 219,
+ 999, 999, 996, 220, 999, 218, 218, 999,
+ 1072, 999, 999, 1072, 999, 217, 1001, 38,
+ 1001, 999, 219, 999, 999, 996, 220, 999,
+ 218, 218, 999, 1073, 999, 999, 1073, 999,
+ 217, 1001, 38, 1001, 999, 219, 999, 999,
+ 996, 220, 999, 218, 218, 999, 1074, 999,
+ 999, 1074, 999, 217, 1075, 132, 1075, 219,
+ 1076, 220, 218, 218, 217, 994, 38, 994,
+ 995, 219, 995, 995, 996, 997, 1077, 220,
+ 1077, 995, 218, 218, 995, 995, 995, 995,
+ 217, 994, 38, 994, 995, 219, 995, 995,
+ 996, 997, 1078, 220, 1078, 995, 218, 218,
+ 995, 995, 995, 995, 217, 994, 38, 994,
+ 995, 219, 995, 995, 996, 997, 1079, 220,
+ 1079, 995, 218, 218, 995, 995, 995, 995,
+ 217, 1080, 38, 1080, 995, 219, 995, 995,
+ 996, 1081, 220, 995, 218, 218, 995, 995,
+ 995, 995, 217, 1082, 21, 1082, 219, 985,
+ 1081, 220, 218, 218, 217, 1083, 21, 1083,
+ 999, 1084, 999, 999, 1000, 220, 999, 218,
+ 218, 999, 999, 999, 999, 999, 217, 994,
+ 38, 994, 995, 219, 995, 995, 996, 997,
+ 1085, 220, 1085, 995, 218, 218, 995, 995,
+ 995, 995, 217, 994, 38, 994, 995, 219,
+ 995, 995, 996, 997, 1086, 220, 1086, 995,
+ 218, 218, 995, 995, 995, 995, 217, 994,
+ 38, 994, 995, 219, 995, 995, 996, 997,
+ 1087, 220, 1087, 995, 218, 218, 995, 995,
+ 995, 995, 217, 994, 38, 994, 995, 219,
+ 995, 995, 996, 997, 1088, 220, 1088, 995,
+ 218, 218, 995, 995, 995, 995, 217, 994,
+ 38, 994, 995, 219, 995, 995, 996, 997,
+ 1089, 220, 1089, 995, 218, 218, 995, 995,
+ 995, 995, 217, 1090, 38, 1090, 995, 219,
+ 995, 995, 996, 1091, 220, 995, 218, 218,
+ 995, 995, 995, 995, 217, 1092, 21, 1092,
+ 219, 985, 1091, 220, 218, 218, 217, 1093,
+ 21, 1093, 999, 1094, 999, 999, 1000, 220,
+ 999, 218, 218, 999, 999, 999, 999, 999,
+ 217, 994, 38, 994, 995, 219, 995, 995,
+ 996, 997, 1095, 220, 1095, 995, 218, 218,
+ 995, 995, 995, 995, 217, 994, 38, 994,
+ 995, 219, 995, 995, 996, 997, 1096, 220,
+ 1096, 995, 218, 218, 995, 995, 995, 995,
+ 217, 1097, 38, 1097, 995, 219, 995, 995,
+ 996, 1098, 220, 995, 218, 218, 995, 995,
+ 995, 995, 217, 1099, 21, 1099, 219, 985,
+ 1098, 220, 218, 218, 217, 1098, 21, 1098,
+ 1100, 221, 1100, 1100, 1000, 220, 1100, 218,
+ 218, 1100, 1100, 1100, 1100, 1100, 217, 1101,
+ 171, 1101, 1102, 219, 1102, 1102, 1103, 220,
+ 1102, 218, 218, 1102, 1102, 1102, 1102, 217,
+ 994, 38, 994, 995, 219, 995, 995, 996,
+ 997, 1104, 220, 1104, 995, 218, 218, 995,
+ 995, 995, 995, 217, 994, 38, 994, 995,
+ 219, 995, 995, 996, 997, 1105, 1106, 220,
+ 1105, 1106, 995, 218, 218, 995, 995, 995,
+ 995, 217, 994, 38, 994, 995, 219, 995,
+ 995, 996, 997, 1107, 220, 1107, 995, 218,
+ 218, 995, 995, 995, 995, 217, 994, 38,
+ 994, 995, 219, 995, 995, 996, 997, 1108,
+ 220, 1108, 995, 218, 218, 995, 995, 995,
+ 995, 217, 1109, 38, 1109, 995, 219, 995,
+ 995, 996, 1110, 220, 995, 218, 218, 995,
+ 995, 995, 995, 217, 1111, 21, 1111, 219,
+ 985, 1110, 220, 218, 218, 217, 1112, 21,
+ 1112, 999, 1113, 999, 999, 1000, 220, 999,
+ 218, 218, 999, 999, 999, 999, 999, 217,
+ 994, 38, 994, 995, 219, 995, 995, 996,
+ 997, 1114, 220, 1114, 995, 218, 218, 995,
+ 995, 995, 995, 217, 994, 38, 994, 995,
+ 219, 995, 995, 996, 997, 1115, 220, 1115,
+ 995, 218, 218, 995, 995, 995, 995, 217,
+ 994, 38, 994, 995, 219, 995, 995, 996,
+ 997, 1116, 220, 1116, 995, 218, 218, 995,
+ 995, 995, 995, 217, 994, 38, 994, 995,
+ 219, 995, 995, 996, 997, 1117, 220, 1117,
+ 995, 218, 218, 995, 995, 995, 995, 217,
+ 994, 38, 994, 995, 219, 995, 995, 996,
+ 997, 1118, 220, 1118, 995, 218, 218, 995,
+ 995, 995, 995, 217, 1119, 38, 1119, 995,
+ 219, 995, 995, 996, 1120, 220, 995, 218,
+ 218, 995, 995, 995, 995, 217, 1121, 21,
+ 1121, 219, 985, 1120, 220, 218, 218, 217,
+ 1122, 21, 1122, 999, 1123, 999, 999, 1000,
+ 220, 999, 218, 218, 999, 999, 999, 999,
+ 999, 217, 994, 38, 994, 995, 219, 995,
+ 995, 996, 997, 1124, 1125, 220, 1124, 1125,
+ 995, 218, 218, 995, 995, 995, 995, 217,
+ 994, 38, 994, 995, 219, 995, 995, 996,
+ 997, 1126, 220, 1126, 995, 218, 218, 995,
+ 995, 995, 995, 217, 1127, 38, 1127, 995,
+ 219, 995, 995, 996, 1128, 220, 995, 218,
+ 218, 995, 995, 995, 995, 217, 1129, 21,
+ 1129, 219, 985, 1128, 220, 218, 218, 217,
+ 1128, 21, 1128, 999, 219, 999, 999, 1000,
+ 220, 999, 218, 218, 999, 999, 999, 999,
+ 999, 217, 994, 38, 994, 995, 219, 995,
+ 995, 996, 997, 1130, 220, 1130, 995, 218,
+ 218, 995, 995, 995, 995, 217, 994, 38,
+ 994, 995, 219, 995, 995, 996, 997, 1131,
+ 220, 1131, 995, 218, 218, 995, 995, 995,
+ 995, 217, 994, 38, 994, 995, 219, 995,
+ 995, 996, 997, 1132, 220, 1132, 995, 218,
+ 218, 995, 995, 995, 995, 217, 994, 38,
+ 994, 995, 219, 995, 995, 996, 997, 1133,
+ 220, 1133, 995, 218, 218, 995, 995, 995,
+ 995, 217, 994, 38, 994, 995, 219, 995,
+ 995, 996, 997, 1134, 220, 1134, 995, 218,
+ 218, 995, 995, 995, 995, 217, 994, 38,
+ 994, 995, 219, 995, 995, 996, 997, 1135,
+ 220, 1135, 995, 218, 218, 995, 995, 995,
+ 995, 217, 1136, 38, 1136, 995, 219, 995,
+ 995, 996, 1137, 220, 995, 218, 218, 995,
+ 995, 995, 995, 217, 1138, 21, 1138, 219,
+ 985, 1137, 220, 218, 218, 217, 1139, 21,
+ 1139, 999, 1140, 999, 999, 1000, 220, 999,
+ 218, 218, 999, 999, 999, 999, 999, 217,
+ 1142, 21, 1142, 1143, 1144, 1145, 16, 16,
+ 1141, 21, 1143, 1145, 16, 16, 16, 1141,
+ 1146, 1147, 1146, 1148, 16, 21, 1141, 1141,
+ 16, 1144, 21, 1144, 1149, 1143, 1149, 1149,
+ 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1145,
+ 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1149,
+ 16, 16, 1149, 1149, 1149, 1149, 1149, 1141,
+ 1157, 38, 1157, 1158, 1143, 1158, 1158, 1159,
+ 1160, 1145, 1158, 16, 16, 1158, 1158, 1158,
+ 1158, 1141, 1161, 21, 1161, 1143, 1144, 1160,
+ 1145, 16, 16, 1141, 1160, 21, 1160, 1162,
+ 1163, 1162, 1162, 1164, 1145, 1162, 16, 16,
+ 1162, 1162, 1162, 1162, 1162, 1141, 1165, 38,
+ 1165, 1162, 1143, 1162, 1162, 1159, 1145, 1162,
+ 16, 16, 1162, 1162, 1162, 1162, 1141, 1166,
+ 1147, 1166, 51, 1167, 52, 16, 16, 47,
+ 21, 1143, 1169, 1145, 16, 16, 16, 1168,
+ 1168, 1168, 1141, 21, 1143, 1171, 1145, 1172,
+ 16, 16, 16, 1170, 1170, 1170, 1141, 21,
+ 1143, 1171, 1145, 1172, 16, 16, 16, 1173,
+ 1173, 1173, 1141, 21, 1143, 1171, 1145, 1172,
+ 16, 16, 16, 1174, 1174, 1174, 1141, 21,
+ 1143, 1171, 1145, 1172, 16, 16, 16, 1141,
+ 21, 1143, 1176, 1145, 16, 16, 16, 1175,
+ 1168, 1168, 1141, 21, 1143, 1177, 1171, 1145,
+ 1172, 16, 16, 16, 1178, 1170, 1170, 1141,
+ 21, 1143, 1145, 16, 16, 16, 1179, 1141,
+ 21, 1143, 1180, 1145, 16, 16, 16, 1181,
+ 1141, 21, 1143, 1145, 16, 16, 16, 1182,
+ 1141, 21, 1143, 1183, 1145, 16, 16, 16,
+ 1184, 1141, 21, 1143, 1145, 16, 16, 16,
+ 1185, 1141, 21, 1143, 1145, 1172, 16, 16,
+ 16, 1186, 1141, 21, 1143, 1145, 1172, 16,
+ 16, 16, 1187, 1141, 21, 1143, 1145, 1172,
+ 16, 16, 16, 1141, 1165, 38, 1165, 1143,
+ 1159, 1145, 16, 16, 1141, 21, 1143, 1183,
+ 1145, 16, 16, 16, 1188, 1141, 21, 1143,
+ 1183, 1145, 16, 16, 16, 1141, 21, 1143,
+ 1180, 1145, 16, 16, 16, 1189, 1141, 21,
+ 1143, 1180, 1145, 16, 16, 16, 1141, 21,
+ 1143, 1177, 1171, 1145, 1172, 16, 16, 16,
+ 1190, 1173, 1173, 1141, 21, 1143, 1177, 1171,
+ 1145, 1172, 16, 16, 16, 1174, 1174, 1174,
+ 1141, 21, 1143, 1192, 1145, 1172, 16, 16,
+ 16, 1191, 1191, 1191, 1141, 21, 1143, 1194,
+ 1145, 1172, 16, 16, 16, 1193, 1193, 1193,
+ 1141, 21, 1143, 1194, 1145, 1172, 16, 16,
+ 16, 1195, 1195, 1195, 1141, 21, 1143, 1194,
+ 1145, 1172, 16, 16, 16, 1196, 1196, 1196,
+ 1141, 21, 1143, 1194, 1145, 1172, 16, 16,
+ 16, 1141, 21, 1143, 1145, 16, 16, 16,
+ 1197, 1191, 1191, 1141, 21, 1143, 1177, 1194,
+ 1145, 1172, 16, 16, 16, 1198, 1193, 1193,
+ 1141, 21, 1143, 1177, 1194, 1145, 1172, 16,
+ 16, 16, 1199, 1195, 1195, 1141, 21, 1143,
+ 1177, 1194, 1145, 1172, 16, 16, 16, 1196,
+ 1196, 1196, 1141, 21, 1143, 1145, 16, 16,
+ 16, 1200, 1141, 21, 1143, 1177, 1145, 16,
+ 16, 16, 1201, 1141, 21, 1143, 1177, 1145,
+ 16, 16, 16, 1202, 1141, 21, 1143, 1177,
+ 1145, 16, 16, 16, 1141, 21, 1143, 1176,
+ 1145, 16, 16, 16, 1141, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1203, 1145,
+ 1203, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1204, 1145, 1204, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1205, 1145,
+ 1205, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1206, 1145, 1206, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1207, 1145,
+ 1207, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1208, 1145, 1208, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1209, 1145,
+ 1209, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1210, 1145, 1210, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1211, 38, 1211,
+ 1158, 1143, 1158, 1158, 1159, 1212, 1145, 1158,
+ 16, 16, 1158, 1158, 1158, 1158, 1141, 1213,
+ 21, 1213, 1143, 1144, 1212, 1145, 16, 16,
+ 1141, 1212, 21, 1212, 1214, 1163, 1214, 1214,
+ 1164, 1145, 1214, 16, 16, 1214, 1214, 1214,
+ 1214, 1214, 1141, 1215, 99, 1215, 1216, 1143,
+ 1216, 1216, 1217, 1145, 1216, 16, 16, 1216,
+ 1216, 1216, 1216, 1141, 1157, 38, 1157, 1158,
+ 1143, 1158, 1158, 1159, 1160, 1218, 1145, 1218,
+ 1158, 16, 16, 1158, 1158, 1158, 1158, 1141,
+ 1157, 38, 1157, 1158, 1143, 1158, 1158, 1159,
+ 1160, 1219, 1145, 1219, 1158, 16, 16, 1158,
+ 1158, 1158, 1158, 1141, 1157, 38, 1157, 1158,
+ 1143, 1158, 1158, 1159, 1160, 1220, 1145, 1220,
+ 1158, 16, 16, 1158, 1158, 1158, 1158, 1141,
+ 1157, 38, 1157, 1158, 1143, 1158, 1158, 1159,
+ 1160, 1221, 1145, 1221, 1158, 16, 16, 1158,
+ 1158, 1158, 1158, 1141, 1157, 38, 1157, 1158,
+ 1143, 1158, 1158, 1159, 1160, 1222, 1145, 1222,
+ 1158, 16, 16, 1158, 1158, 1158, 1158, 1141,
+ 1223, 38, 1223, 1158, 1143, 1158, 1158, 1159,
+ 1224, 1145, 1158, 16, 16, 1158, 1158, 1158,
+ 1158, 1141, 1225, 21, 1225, 1143, 1144, 1224,
+ 1145, 16, 16, 1141, 1226, 21, 1226, 1162,
+ 1227, 1162, 1162, 1164, 1145, 1162, 16, 16,
+ 1162, 1162, 1162, 1162, 1162, 1141, 1228, 1147,
+ 1228, 113, 1229, 114, 16, 16, 112, 1157,
+ 38, 1157, 1158, 1143, 1158, 1158, 1159, 1160,
+ 1230, 1231, 1145, 1230, 1231, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1232, 38, 1232,
+ 1158, 1143, 1158, 1158, 1159, 1233, 1145, 1158,
+ 16, 16, 1158, 1158, 1158, 1158, 1141, 1234,
+ 21, 1234, 1143, 1144, 1233, 1145, 16, 16,
+ 1141, 1233, 21, 1233, 1162, 1163, 1162, 1162,
+ 1164, 1145, 1162, 16, 16, 1162, 1162, 1235,
+ 1162, 1162, 1235, 1162, 1141, 1165, 38, 1165,
+ 1162, 1143, 1162, 1162, 1159, 1145, 1162, 16,
+ 16, 1162, 1236, 1162, 1162, 1236, 1162, 1141,
+ 1165, 38, 1165, 1162, 1143, 1162, 1162, 1159,
+ 1145, 1162, 16, 16, 1162, 1237, 1162, 1162,
+ 1237, 1162, 1141, 1165, 38, 1165, 1162, 1143,
+ 1162, 1162, 1159, 1145, 1162, 16, 16, 1162,
+ 1238, 1162, 1162, 1238, 1162, 1141, 1165, 38,
+ 1165, 1162, 1143, 1162, 1162, 1159, 1145, 1162,
+ 16, 16, 1162, 1239, 1162, 1162, 1239, 1162,
+ 1141, 1165, 38, 1165, 1162, 1143, 1162, 1162,
+ 1159, 1145, 1162, 16, 16, 1162, 1240, 1162,
+ 1162, 1240, 1162, 1141, 1165, 38, 1165, 1162,
+ 1143, 1162, 1162, 1159, 1145, 1162, 16, 16,
+ 1162, 1241, 1162, 1162, 1241, 1162, 1141, 1165,
+ 38, 1165, 1162, 1143, 1162, 1162, 1159, 1145,
+ 1162, 16, 16, 1162, 1242, 1162, 1162, 1242,
+ 1162, 1141, 1243, 132, 1243, 1143, 1244, 1145,
+ 16, 16, 1141, 1157, 38, 1157, 1158, 1143,
+ 1158, 1158, 1159, 1160, 1245, 1145, 1245, 1158,
+ 16, 16, 1158, 1158, 1158, 1158, 1141, 1157,
+ 38, 1157, 1158, 1143, 1158, 1158, 1159, 1160,
+ 1246, 1145, 1246, 1158, 16, 16, 1158, 1158,
+ 1158, 1158, 1141, 1157, 38, 1157, 1158, 1143,
+ 1158, 1158, 1159, 1160, 1247, 1145, 1247, 1158,
+ 16, 16, 1158, 1158, 1158, 1158, 1141, 1248,
+ 38, 1248, 1158, 1143, 1158, 1158, 1159, 1249,
+ 1145, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1250, 21, 1250, 1143, 1144, 1249, 1145,
+ 16, 16, 1141, 1251, 21, 1251, 1162, 1252,
+ 1162, 1162, 1164, 1145, 1162, 16, 16, 1162,
+ 1162, 1162, 1162, 1162, 1141, 1253, 1147, 1253,
+ 143, 1254, 144, 16, 16, 142, 1157, 38,
+ 1157, 1158, 1143, 1158, 1158, 1159, 1160, 1255,
+ 1145, 1255, 1158, 16, 16, 1158, 1158, 1158,
+ 1158, 1141, 1157, 38, 1157, 1158, 1143, 1158,
+ 1158, 1159, 1160, 1256, 1145, 1256, 1158, 16,
+ 16, 1158, 1158, 1158, 1158, 1141, 1157, 38,
+ 1157, 1158, 1143, 1158, 1158, 1159, 1160, 1257,
+ 1145, 1257, 1158, 16, 16, 1158, 1158, 1158,
+ 1158, 1141, 1157, 38, 1157, 1158, 1143, 1158,
+ 1158, 1159, 1160, 1258, 1145, 1258, 1158, 16,
+ 16, 1158, 1158, 1158, 1158, 1141, 1157, 38,
+ 1157, 1158, 1143, 1158, 1158, 1159, 1160, 1259,
+ 1145, 1259, 1158, 16, 16, 1158, 1158, 1158,
+ 1158, 1141, 1260, 38, 1260, 1158, 1143, 1158,
+ 1158, 1159, 1261, 1145, 1158, 16, 16, 1158,
+ 1158, 1158, 1158, 1141, 1262, 21, 1262, 1143,
+ 1144, 1261, 1145, 16, 16, 1141, 1263, 21,
+ 1263, 1162, 1264, 1162, 1162, 1164, 1145, 1162,
+ 16, 16, 1162, 1162, 1162, 1162, 1162, 1141,
+ 1265, 1147, 1265, 159, 1266, 160, 16, 16,
+ 158, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1267, 1145, 1267, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1268, 1145,
+ 1268, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1269, 38, 1269, 1158, 1143, 1158, 1158,
+ 1159, 1270, 1145, 1158, 16, 16, 1158, 1158,
+ 1158, 1158, 1141, 1271, 21, 1271, 1143, 1144,
+ 1270, 1145, 16, 16, 1141, 1270, 21, 1270,
+ 1272, 1163, 1272, 1272, 1164, 1145, 1272, 16,
+ 16, 1272, 1272, 1272, 1272, 1272, 1141, 1273,
+ 171, 1273, 1274, 1143, 1274, 1274, 1275, 1145,
+ 1274, 16, 16, 1274, 1274, 1274, 1274, 1141,
+ 1157, 38, 1157, 1158, 1143, 1158, 1158, 1159,
+ 1160, 1276, 1145, 1276, 1158, 16, 16, 1158,
+ 1158, 1158, 1158, 1141, 1157, 38, 1157, 1158,
+ 1143, 1158, 1158, 1159, 1160, 1277, 1278, 1145,
+ 1277, 1278, 1158, 16, 16, 1158, 1158, 1158,
+ 1158, 1141, 1157, 38, 1157, 1158, 1143, 1158,
+ 1158, 1159, 1160, 1279, 1145, 1279, 1158, 16,
+ 16, 1158, 1158, 1158, 1158, 1141, 1157, 38,
+ 1157, 1158, 1143, 1158, 1158, 1159, 1160, 1280,
+ 1145, 1280, 1158, 16, 16, 1158, 1158, 1158,
+ 1158, 1141, 1281, 38, 1281, 1158, 1143, 1158,
+ 1158, 1159, 1282, 1145, 1158, 16, 16, 1158,
+ 1158, 1158, 1158, 1141, 1283, 21, 1283, 1143,
+ 1144, 1282, 1145, 16, 16, 1141, 1284, 21,
+ 1284, 1162, 1285, 1162, 1162, 1164, 1145, 1162,
+ 16, 16, 1162, 1162, 1162, 1162, 1162, 1141,
+ 1286, 1147, 1286, 185, 1287, 186, 16, 16,
+ 184, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1288, 1145, 1288, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1289, 1145,
+ 1289, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1290, 1145, 1290, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1291, 1145,
+ 1291, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1292, 1145, 1292, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1293, 38, 1293,
+ 1158, 1143, 1158, 1158, 1159, 1294, 1145, 1158,
+ 16, 16, 1158, 1158, 1158, 1158, 1141, 1295,
+ 21, 1295, 1143, 1144, 1294, 1145, 16, 16,
+ 1141, 1296, 21, 1296, 1162, 1297, 1162, 1162,
+ 1164, 1145, 1162, 16, 16, 1162, 1162, 1162,
+ 1162, 1162, 1141, 1298, 1147, 1298, 201, 1299,
+ 202, 16, 16, 200, 1157, 38, 1157, 1158,
+ 1143, 1158, 1158, 1159, 1160, 1300, 1301, 1145,
+ 1300, 1301, 1158, 16, 16, 1158, 1158, 1158,
+ 1158, 1141, 1157, 38, 1157, 1158, 1143, 1158,
+ 1158, 1159, 1160, 1302, 1145, 1302, 1158, 16,
+ 16, 1158, 1158, 1158, 1158, 1141, 1303, 38,
+ 1303, 1158, 1143, 1158, 1158, 1159, 1304, 1145,
+ 1158, 16, 16, 1158, 1158, 1158, 1158, 1141,
+ 1305, 21, 1305, 1143, 1144, 1304, 1145, 16,
+ 16, 1141, 1304, 21, 1304, 1162, 1306, 1162,
+ 1162, 1164, 1145, 1162, 16, 16, 1162, 1162,
+ 1162, 1162, 1162, 1141, 1307, 1147, 1307, 215,
+ 1308, 216, 214, 214, 213, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1309, 1145,
+ 1309, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1310, 1145, 1310, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1311, 1145,
+ 1311, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1312, 1145, 1312, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1157, 38, 1157,
+ 1158, 1143, 1158, 1158, 1159, 1160, 1313, 1145,
+ 1313, 1158, 16, 16, 1158, 1158, 1158, 1158,
+ 1141, 1157, 38, 1157, 1158, 1143, 1158, 1158,
+ 1159, 1160, 1314, 1145, 1314, 1158, 16, 16,
+ 1158, 1158, 1158, 1158, 1141, 1315, 38, 1315,
+ 1158, 1143, 1158, 1158, 1159, 1316, 1145, 1158,
+ 16, 16, 1158, 1158, 1158, 1158, 1141, 1317,
+ 21, 1317, 1143, 1144, 1316, 1145, 16, 16,
+ 1141, 1318, 21, 1318, 1162, 1319, 1162, 1162,
+ 1164, 1145, 1162, 16, 16, 1162, 1162, 1162,
+ 1162, 1162, 1141, 1320, 1147, 1320, 1143, 1321,
+ 1145, 16, 16, 1141, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 1322, 202, 1322,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 1323, 202, 1323, 833, 16, 16, 833,
+ 833, 833, 833, 200, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 1324, 202, 1324,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 1325, 202, 1325, 833, 16, 16, 833,
+ 833, 833, 833, 200, 832, 38, 832, 833,
+ 201, 833, 833, 834, 835, 1326, 202, 1326,
+ 833, 16, 16, 833, 833, 833, 833, 200,
+ 832, 38, 832, 833, 201, 833, 833, 834,
+ 835, 1327, 202, 1327, 833, 16, 16, 833,
+ 833, 833, 833, 200, 1328, 38, 1328, 833,
+ 201, 833, 833, 834, 1329, 202, 833, 16,
+ 16, 833, 833, 833, 833, 200, 1330, 21,
+ 1330, 201, 823, 1329, 202, 16, 16, 200,
+ 1331, 21, 1331, 837, 1332, 837, 837, 839,
+ 202, 837, 16, 16, 837, 837, 837, 837,
+ 837, 200, 1333, 204, 1333, 1143, 1334, 1145,
+ 16, 16, 1141, 679, 38, 679, 680, 185,
+ 680, 680, 681, 682, 1335, 1336, 186, 1335,
+ 1336, 680, 16, 16, 680, 680, 680, 680,
+ 184, 679, 38, 679, 680, 185, 680, 680,
+ 681, 682, 1337, 186, 1337, 680, 16, 16,
+ 680, 680, 680, 680, 184, 1338, 38, 1338,
+ 680, 185, 680, 680, 681, 1339, 186, 680,
+ 16, 16, 680, 680, 680, 680, 184, 1340,
+ 21, 1340, 185, 670, 1339, 186, 16, 16,
+ 184, 1339, 21, 1339, 684, 1341, 684, 684,
+ 686, 186, 684, 16, 16, 684, 684, 684,
+ 684, 684, 184, 1342, 188, 1342, 215, 1343,
+ 216, 214, 214, 213, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 1344, 186, 1344,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 1345, 186, 1345, 680, 16, 16, 680,
+ 680, 680, 680, 184, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 1346, 186, 1346,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 1347, 186, 1347, 680, 16, 16, 680,
+ 680, 680, 680, 184, 679, 38, 679, 680,
+ 185, 680, 680, 681, 682, 1348, 186, 1348,
+ 680, 16, 16, 680, 680, 680, 680, 184,
+ 679, 38, 679, 680, 185, 680, 680, 681,
+ 682, 1349, 186, 1349, 680, 16, 16, 680,
+ 680, 680, 680, 184, 1350, 38, 1350, 680,
+ 185, 680, 680, 681, 1351, 186, 680, 16,
+ 16, 680, 680, 680, 680, 184, 1352, 21,
+ 1352, 185, 670, 1351, 186, 16, 16, 184,
+ 1353, 21, 1353, 684, 1354, 684, 684, 686,
+ 186, 684, 16, 16, 684, 684, 684, 684,
+ 684, 184, 1355, 188, 1355, 1143, 1356, 1145,
+ 16, 16, 1141, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 1357, 160, 1357, 539,
+ 16, 16, 539, 539, 539, 539, 158, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 1358, 160, 1358, 539, 16, 16, 539, 539,
+ 539, 539, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 1359, 160, 1359, 539,
+ 16, 16, 539, 539, 539, 539, 158, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 1360, 160, 1360, 539, 16, 16, 539, 539,
+ 539, 539, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 1361, 160, 1361, 539,
+ 16, 16, 539, 539, 539, 539, 158, 1362,
+ 38, 1362, 539, 159, 539, 539, 540, 1363,
+ 160, 539, 16, 16, 539, 539, 539, 539,
+ 158, 1364, 21, 1364, 159, 529, 1363, 160,
+ 16, 16, 158, 1365, 21, 1365, 543, 1366,
+ 543, 543, 545, 160, 543, 16, 16, 543,
+ 543, 543, 543, 543, 158, 1367, 162, 1367,
+ 201, 1368, 202, 16, 16, 200, 538, 38,
+ 538, 539, 159, 539, 539, 540, 541, 1369,
+ 1370, 160, 1369, 1370, 539, 16, 16, 539,
+ 539, 539, 539, 158, 538, 38, 538, 539,
+ 159, 539, 539, 540, 541, 1371, 160, 1371,
+ 539, 16, 16, 539, 539, 539, 539, 158,
+ 1372, 38, 1372, 539, 159, 539, 539, 540,
+ 1373, 160, 539, 16, 16, 539, 539, 539,
+ 539, 158, 1374, 21, 1374, 159, 529, 1373,
+ 160, 16, 16, 158, 1373, 21, 1373, 543,
+ 1375, 543, 543, 545, 160, 543, 16, 16,
+ 543, 543, 543, 543, 543, 158, 1376, 162,
+ 1376, 215, 1377, 216, 214, 214, 213, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 1378, 160, 1378, 539, 16, 16, 539, 539,
+ 539, 539, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 1379, 160, 1379, 539,
+ 16, 16, 539, 539, 539, 539, 158, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 1380, 160, 1380, 539, 16, 16, 539, 539,
+ 539, 539, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 1381, 160, 1381, 539,
+ 16, 16, 539, 539, 539, 539, 158, 538,
+ 38, 538, 539, 159, 539, 539, 540, 541,
+ 1382, 160, 1382, 539, 16, 16, 539, 539,
+ 539, 539, 158, 538, 38, 538, 539, 159,
+ 539, 539, 540, 541, 1383, 160, 1383, 539,
+ 16, 16, 539, 539, 539, 539, 158, 1384,
+ 38, 1384, 539, 159, 539, 539, 540, 1385,
+ 160, 539, 16, 16, 539, 539, 539, 539,
+ 158, 1386, 21, 1386, 159, 529, 1385, 160,
+ 16, 16, 158, 1387, 21, 1387, 543, 1388,
+ 543, 543, 545, 160, 543, 16, 16, 543,
+ 543, 543, 543, 543, 158, 1389, 162, 1389,
+ 1143, 1390, 1145, 16, 16, 1141, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 1391,
+ 144, 1391, 419, 16, 16, 419, 419, 419,
+ 419, 142, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 1392, 144, 1392, 419, 16,
+ 16, 419, 419, 419, 419, 142, 1393, 38,
+ 1393, 419, 143, 419, 419, 420, 1394, 144,
+ 419, 16, 16, 419, 419, 419, 419, 142,
+ 1395, 21, 1395, 143, 409, 1394, 144, 16,
+ 16, 142, 1394, 21, 1394, 1396, 424, 1396,
+ 1396, 425, 144, 1396, 16, 16, 1396, 1396,
+ 1396, 1396, 1396, 142, 1397, 171, 1397, 1398,
+ 143, 1398, 1398, 1399, 144, 1398, 16, 16,
+ 1398, 1398, 1398, 1398, 142, 418, 38, 418,
+ 419, 143, 419, 419, 420, 421, 1400, 144,
+ 1400, 419, 16, 16, 419, 419, 419, 419,
+ 142, 418, 38, 418, 419, 143, 419, 419,
+ 420, 421, 1401, 1402, 144, 1401, 1402, 419,
+ 16, 16, 419, 419, 419, 419, 142, 418,
+ 38, 418, 419, 143, 419, 419, 420, 421,
+ 1403, 144, 1403, 419, 16, 16, 419, 419,
+ 419, 419, 142, 418, 38, 418, 419, 143,
+ 419, 419, 420, 421, 1404, 144, 1404, 419,
+ 16, 16, 419, 419, 419, 419, 142, 1405,
+ 38, 1405, 419, 143, 419, 419, 420, 1406,
+ 144, 419, 16, 16, 419, 419, 419, 419,
+ 142, 1407, 21, 1407, 143, 409, 1406, 144,
+ 16, 16, 142, 1408, 21, 1408, 423, 1409,
+ 423, 423, 425, 144, 423, 16, 16, 423,
+ 423, 423, 423, 423, 142, 1410, 146, 1410,
+ 185, 1411, 186, 16, 16, 184, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 1412,
+ 144, 1412, 419, 16, 16, 419, 419, 419,
+ 419, 142, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 1413, 144, 1413, 419, 16,
+ 16, 419, 419, 419, 419, 142, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 1414,
+ 144, 1414, 419, 16, 16, 419, 419, 419,
+ 419, 142, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 1415, 144, 1415, 419, 16,
+ 16, 419, 419, 419, 419, 142, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 1416,
+ 144, 1416, 419, 16, 16, 419, 419, 419,
+ 419, 142, 1417, 38, 1417, 419, 143, 419,
+ 419, 420, 1418, 144, 419, 16, 16, 419,
+ 419, 419, 419, 142, 1419, 21, 1419, 143,
+ 409, 1418, 144, 16, 16, 142, 1420, 21,
+ 1420, 423, 1421, 423, 423, 425, 144, 423,
+ 16, 16, 423, 423, 423, 423, 423, 142,
+ 1422, 146, 1422, 201, 1423, 202, 16, 16,
+ 200, 418, 38, 418, 419, 143, 419, 419,
+ 420, 421, 1424, 1425, 144, 1424, 1425, 419,
+ 16, 16, 419, 419, 419, 419, 142, 418,
+ 38, 418, 419, 143, 419, 419, 420, 421,
+ 1426, 144, 1426, 419, 16, 16, 419, 419,
+ 419, 419, 142, 1427, 38, 1427, 419, 143,
+ 419, 419, 420, 1428, 144, 419, 16, 16,
+ 419, 419, 419, 419, 142, 1429, 21, 1429,
+ 143, 409, 1428, 144, 16, 16, 142, 1428,
+ 21, 1428, 423, 1430, 423, 423, 425, 144,
+ 423, 16, 16, 423, 423, 423, 423, 423,
+ 142, 1431, 146, 1431, 215, 1432, 216, 214,
+ 214, 213, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 1433, 144, 1433, 419, 16,
+ 16, 419, 419, 419, 419, 142, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 1434,
+ 144, 1434, 419, 16, 16, 419, 419, 419,
+ 419, 142, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 1435, 144, 1435, 419, 16,
+ 16, 419, 419, 419, 419, 142, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 1436,
+ 144, 1436, 419, 16, 16, 419, 419, 419,
+ 419, 142, 418, 38, 418, 419, 143, 419,
+ 419, 420, 421, 1437, 144, 1437, 419, 16,
+ 16, 419, 419, 419, 419, 142, 418, 38,
+ 418, 419, 143, 419, 419, 420, 421, 1438,
+ 144, 1438, 419, 16, 16, 419, 419, 419,
+ 419, 142, 1439, 38, 1439, 419, 143, 419,
+ 419, 420, 1440, 144, 419, 16, 16, 419,
+ 419, 419, 419, 142, 1441, 21, 1441, 143,
+ 409, 1440, 144, 16, 16, 142, 1442, 21,
+ 1442, 423, 1443, 423, 423, 425, 144, 423,
+ 16, 16, 423, 423, 423, 423, 423, 142,
+ 1444, 146, 1444, 1143, 1445, 1145, 16, 16,
+ 1141, 312, 38, 312, 313, 113, 313, 313,
+ 301, 314, 1446, 114, 1446, 313, 16, 16,
+ 313, 313, 313, 313, 112, 312, 38, 312,
+ 313, 113, 313, 313, 301, 314, 1447, 114,
+ 1447, 313, 16, 16, 313, 313, 313, 313,
+ 112, 312, 38, 312, 313, 113, 313, 313,
+ 301, 314, 1448, 114, 1448, 313, 16, 16,
+ 313, 313, 313, 313, 112, 312, 38, 312,
+ 313, 113, 313, 313, 301, 314, 1449, 114,
+ 1449, 313, 16, 16, 313, 313, 313, 313,
+ 112, 312, 38, 312, 313, 113, 313, 313,
+ 301, 314, 1450, 114, 1450, 313, 16, 16,
+ 313, 313, 313, 313, 112, 1451, 38, 1451,
+ 313, 113, 313, 313, 301, 1452, 114, 313,
+ 16, 16, 313, 313, 313, 313, 112, 1453,
+ 21, 1453, 113, 303, 1452, 114, 16, 16,
+ 112, 1454, 21, 1454, 316, 1455, 316, 316,
+ 318, 114, 316, 16, 16, 316, 316, 316,
+ 316, 316, 112, 1456, 116, 1456, 159, 1457,
+ 160, 16, 16, 158, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 1458, 114, 1458,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 1459, 114, 1459, 313, 16, 16, 313,
+ 313, 313, 313, 112, 1460, 38, 1460, 313,
+ 113, 313, 313, 301, 1461, 114, 313, 16,
+ 16, 313, 313, 313, 313, 112, 1462, 21,
+ 1462, 113, 303, 1461, 114, 16, 16, 112,
+ 1461, 21, 1461, 1463, 317, 1463, 1463, 318,
+ 114, 1463, 16, 16, 1463, 1463, 1463, 1463,
+ 1463, 112, 1464, 171, 1464, 1465, 113, 1465,
+ 1465, 1466, 114, 1465, 16, 16, 1465, 1465,
+ 1465, 1465, 112, 312, 38, 312, 313, 113,
+ 313, 313, 301, 314, 1467, 114, 1467, 313,
+ 16, 16, 313, 313, 313, 313, 112, 312,
+ 38, 312, 313, 113, 313, 313, 301, 314,
+ 1468, 1469, 114, 1468, 1469, 313, 16, 16,
+ 313, 313, 313, 313, 112, 312, 38, 312,
+ 313, 113, 313, 313, 301, 314, 1470, 114,
+ 1470, 313, 16, 16, 313, 313, 313, 313,
+ 112, 312, 38, 312, 313, 113, 313, 313,
+ 301, 314, 1471, 114, 1471, 313, 16, 16,
+ 313, 313, 313, 313, 112, 1472, 38, 1472,
+ 313, 113, 313, 313, 301, 1473, 114, 313,
+ 16, 16, 313, 313, 313, 313, 112, 1474,
+ 21, 1474, 113, 303, 1473, 114, 16, 16,
+ 112, 1475, 21, 1475, 316, 1476, 316, 316,
+ 318, 114, 316, 16, 16, 316, 316, 316,
+ 316, 316, 112, 1477, 116, 1477, 185, 1478,
+ 186, 16, 16, 184, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 1479, 114, 1479,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 1480, 114, 1480, 313, 16, 16, 313,
+ 313, 313, 313, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 1481, 114, 1481,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 1482, 114, 1482, 313, 16, 16, 313,
+ 313, 313, 313, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 1483, 114, 1483,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 1484, 38, 1484, 313, 113, 313, 313, 301,
+ 1485, 114, 313, 16, 16, 313, 313, 313,
+ 313, 112, 1486, 21, 1486, 113, 303, 1485,
+ 114, 16, 16, 112, 1487, 21, 1487, 316,
+ 1488, 316, 316, 318, 114, 316, 16, 16,
+ 316, 316, 316, 316, 316, 112, 1489, 116,
+ 1489, 201, 1490, 202, 16, 16, 200, 312,
+ 38, 312, 313, 113, 313, 313, 301, 314,
+ 1491, 1492, 114, 1491, 1492, 313, 16, 16,
+ 313, 313, 313, 313, 112, 312, 38, 312,
+ 313, 113, 313, 313, 301, 314, 1493, 114,
+ 1493, 313, 16, 16, 313, 313, 313, 313,
+ 112, 1494, 38, 1494, 313, 113, 313, 313,
+ 301, 1495, 114, 313, 16, 16, 313, 313,
+ 313, 313, 112, 1496, 21, 1496, 113, 303,
+ 1495, 114, 16, 16, 112, 1495, 21, 1495,
+ 316, 1497, 316, 316, 318, 114, 316, 16,
+ 16, 316, 316, 316, 316, 316, 112, 1498,
+ 116, 1498, 215, 1499, 216, 214, 214, 213,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 1500, 114, 1500, 313, 16, 16, 313,
+ 313, 313, 313, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 1501, 114, 1501,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 1502, 114, 1502, 313, 16, 16, 313,
+ 313, 313, 313, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 1503, 114, 1503,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 312, 38, 312, 313, 113, 313, 313, 301,
+ 314, 1504, 114, 1504, 313, 16, 16, 313,
+ 313, 313, 313, 112, 312, 38, 312, 313,
+ 113, 313, 313, 301, 314, 1505, 114, 1505,
+ 313, 16, 16, 313, 313, 313, 313, 112,
+ 1506, 38, 1506, 313, 113, 313, 313, 301,
+ 1507, 114, 313, 16, 16, 313, 313, 313,
+ 313, 112, 1508, 21, 1508, 113, 303, 1507,
+ 114, 16, 16, 112, 1509, 21, 1509, 316,
+ 1510, 316, 316, 318, 114, 316, 16, 16,
+ 316, 316, 316, 316, 316, 112, 1511, 116,
+ 1511, 1143, 1512, 1145, 16, 16, 1141, 232,
+ 38, 232, 233, 51, 233, 233, 234, 235,
+ 1513, 1514, 52, 1513, 1514, 233, 16, 16,
+ 233, 233, 233, 233, 47, 1515, 38, 1515,
+ 233, 51, 233, 233, 234, 1516, 52, 233,
+ 16, 16, 233, 233, 233, 233, 47, 1517,
+ 21, 1517, 51, 223, 1516, 52, 16, 16,
+ 47, 1516, 21, 1516, 237, 238, 237, 237,
+ 239, 52, 237, 16, 16, 237, 237, 1518,
+ 237, 237, 1518, 237, 47, 240, 38, 240,
+ 237, 51, 237, 237, 234, 52, 237, 16,
+ 16, 237, 1519, 237, 237, 1519, 237, 47,
+ 240, 38, 240, 237, 51, 237, 237, 234,
+ 52, 237, 16, 16, 237, 1520, 237, 237,
+ 1520, 237, 47, 240, 38, 240, 237, 51,
+ 237, 237, 234, 52, 237, 16, 16, 237,
+ 1521, 237, 237, 1521, 237, 47, 240, 38,
+ 240, 237, 51, 237, 237, 234, 52, 237,
+ 16, 16, 237, 1522, 237, 237, 1522, 237,
+ 47, 240, 38, 240, 237, 51, 237, 237,
+ 234, 52, 237, 16, 16, 237, 1523, 237,
+ 237, 1523, 237, 47, 240, 38, 240, 237,
+ 51, 237, 237, 234, 52, 237, 16, 16,
+ 237, 1524, 237, 237, 1524, 237, 47, 240,
+ 38, 240, 237, 51, 237, 237, 234, 52,
+ 237, 16, 16, 237, 1525, 237, 237, 1525,
+ 237, 47, 1526, 132, 1526, 51, 1527, 52,
+ 16, 16, 47, 232, 38, 232, 233, 51,
+ 233, 233, 234, 235, 1528, 52, 1528, 233,
+ 16, 16, 233, 233, 233, 233, 47, 232,
+ 38, 232, 233, 51, 233, 233, 234, 235,
+ 1529, 52, 1529, 233, 16, 16, 233, 233,
+ 233, 233, 47, 232, 38, 232, 233, 51,
+ 233, 233, 234, 235, 1530, 52, 1530, 233,
+ 16, 16, 233, 233, 233, 233, 47, 1531,
+ 38, 1531, 233, 51, 233, 233, 234, 1532,
+ 52, 233, 16, 16, 233, 233, 233, 233,
+ 47, 1533, 21, 1533, 51, 223, 1532, 52,
+ 16, 16, 47, 1534, 21, 1534, 237, 1535,
+ 237, 237, 239, 52, 237, 16, 16, 237,
+ 237, 237, 237, 237, 47, 232, 38, 232,
+ 233, 51, 233, 233, 234, 235, 1536, 52,
+ 1536, 233, 16, 16, 233, 233, 233, 233,
+ 47, 232, 38, 232, 233, 51, 233, 233,
+ 234, 235, 1537, 52, 1537, 233, 16, 16,
+ 233, 233, 233, 233, 47, 232, 38, 232,
+ 233, 51, 233, 233, 234, 235, 1538, 52,
+ 1538, 233, 16, 16, 233, 233, 233, 233,
+ 47, 232, 38, 232, 233, 51, 233, 233,
+ 234, 235, 1539, 52, 1539, 233, 16, 16,
+ 233, 233, 233, 233, 47, 232, 38, 232,
+ 233, 51, 233, 233, 234, 235, 1540, 52,
+ 1540, 233, 16, 16, 233, 233, 233, 233,
+ 47, 1541, 38, 1541, 233, 51, 233, 233,
+ 234, 1542, 52, 233, 16, 16, 233, 233,
+ 233, 233, 47, 1543, 21, 1543, 51, 223,
+ 1542, 52, 16, 16, 47, 1544, 21, 1544,
+ 237, 1545, 237, 237, 239, 52, 237, 16,
+ 16, 237, 237, 237, 237, 237, 47, 232,
+ 38, 232, 233, 51, 233, 233, 234, 235,
+ 1546, 52, 1546, 233, 16, 16, 233, 233,
+ 233, 233, 47, 232, 38, 232, 233, 51,
+ 233, 233, 234, 235, 1547, 52, 1547, 233,
+ 16, 16, 233, 233, 233, 233, 47, 1548,
+ 38, 1548, 233, 51, 233, 233, 234, 1549,
+ 52, 233, 16, 16, 233, 233, 233, 233,
+ 47, 1550, 21, 1550, 51, 223, 1549, 52,
+ 16, 16, 47, 1549, 21, 1549, 1551, 238,
+ 1551, 1551, 239, 52, 1551, 16, 16, 1551,
+ 1551, 1551, 1551, 1551, 47, 1552, 171, 1552,
+ 1553, 51, 1553, 1553, 1554, 52, 1553, 16,
+ 16, 1553, 1553, 1553, 1553, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 1555,
+ 52, 1555, 233, 16, 16, 233, 233, 233,
+ 233, 47, 232, 38, 232, 233, 51, 233,
+ 233, 234, 235, 1556, 1557, 52, 1556, 1557,
+ 233, 16, 16, 233, 233, 233, 233, 47,
+ 232, 38, 232, 233, 51, 233, 233, 234,
+ 235, 1558, 52, 1558, 233, 16, 16, 233,
+ 233, 233, 233, 47, 232, 38, 232, 233,
+ 51, 233, 233, 234, 235, 1559, 52, 1559,
+ 233, 16, 16, 233, 233, 233, 233, 47,
+ 1560, 38, 1560, 233, 51, 233, 233, 234,
+ 1561, 52, 233, 16, 16, 233, 233, 233,
+ 233, 47, 1562, 21, 1562, 51, 223, 1561,
+ 52, 16, 16, 47, 1563, 21, 1563, 237,
+ 1564, 237, 237, 239, 52, 237, 16, 16,
+ 237, 237, 237, 237, 237, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 1565,
+ 52, 1565, 233, 16, 16, 233, 233, 233,
+ 233, 47, 232, 38, 232, 233, 51, 233,
+ 233, 234, 235, 1566, 52, 1566, 233, 16,
+ 16, 233, 233, 233, 233, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 1567,
+ 52, 1567, 233, 16, 16, 233, 233, 233,
+ 233, 47, 232, 38, 232, 233, 51, 233,
+ 233, 234, 235, 1568, 52, 1568, 233, 16,
+ 16, 233, 233, 233, 233, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 1569,
+ 52, 1569, 233, 16, 16, 233, 233, 233,
+ 233, 47, 1570, 38, 1570, 233, 51, 233,
+ 233, 234, 1571, 52, 233, 16, 16, 233,
+ 233, 233, 233, 47, 1572, 21, 1572, 51,
+ 223, 1571, 52, 16, 16, 47, 1573, 21,
+ 1573, 237, 1574, 237, 237, 239, 52, 237,
+ 16, 16, 237, 237, 237, 237, 237, 47,
+ 232, 38, 232, 233, 51, 233, 233, 234,
+ 235, 1575, 1576, 52, 1575, 1576, 233, 16,
+ 16, 233, 233, 233, 233, 47, 232, 38,
+ 232, 233, 51, 233, 233, 234, 235, 1577,
+ 52, 1577, 233, 16, 16, 233, 233, 233,
+ 233, 47, 1578, 38, 1578, 233, 51, 233,
+ 233, 234, 1579, 52, 233, 16, 16, 233,
+ 233, 233, 233, 47, 1580, 21, 1580, 51,
+ 223, 1579, 52, 16, 16, 47, 1579, 21,
+ 1579, 237, 1581, 237, 237, 239, 52, 237,
+ 16, 16, 237, 237, 237, 237, 237, 47,
+ 1582, 38, 1582, 215, 1583, 216, 214, 214,
+ 213, 232, 38, 232, 233, 51, 233, 233,
+ 234, 235, 1584, 52, 1584, 233, 16, 16,
+ 233, 233, 233, 233, 47, 232, 38, 232,
+ 233, 51, 233, 233, 234, 235, 1585, 52,
+ 1585, 233, 16, 16, 233, 233, 233, 233,
+ 47, 232, 38, 232, 233, 51, 233, 233,
+ 234, 235, 1586, 52, 1586, 233, 16, 16,
+ 233, 233, 233, 233, 47, 232, 38, 232,
+ 233, 51, 233, 233, 234, 235, 1587, 52,
+ 1587, 233, 16, 16, 233, 233, 233, 233,
+ 47, 232, 38, 232, 233, 51, 233, 233,
+ 234, 235, 1588, 52, 1588, 233, 16, 16,
+ 233, 233, 233, 233, 47, 232, 38, 232,
+ 233, 51, 233, 233, 234, 235, 1589, 52,
+ 1589, 233, 16, 16, 233, 233, 233, 233,
+ 47, 1590, 38, 1590, 233, 51, 233, 233,
+ 234, 1591, 52, 233, 16, 16, 233, 233,
+ 233, 233, 47, 1592, 21, 1592, 51, 223,
+ 1591, 52, 16, 16, 47, 1593, 21, 1593,
+ 237, 1594, 237, 237, 239, 52, 237, 16,
+ 16, 237, 237, 237, 237, 237, 47, 37,
+ 38, 37, 39, 39, 39, 40, 41, 1595,
+ 1595, 39, 39, 39, 39, 39, 16, 37,
+ 38, 37, 39, 39, 39, 40, 41, 1596,
+ 1596, 39, 39, 39, 39, 39, 16, 37,
+ 38, 37, 39, 39, 39, 40, 41, 1597,
+ 1597, 39, 39, 39, 39, 39, 16, 37,
+ 38, 37, 39, 39, 39, 40, 41, 1598,
+ 1598, 39, 39, 39, 39, 39, 16, 37,
+ 38, 37, 39, 39, 39, 40, 41, 1599,
+ 1599, 39, 39, 39, 39, 39, 16, 37,
+ 38, 37, 39, 39, 39, 40, 41, 1600,
+ 1600, 39, 39, 39, 39, 39, 16, 1601,
+ 38, 1601, 39, 39, 39, 40, 1602, 39,
+ 39, 39, 39, 39, 16, 1603, 21, 1603,
+ 43, 1602, 16, 1604, 21, 1604, 46, 1605,
+ 46, 46, 48, 46, 46, 46, 46, 46,
+ 46, 16, 37, 38, 37, 39, 39, 39,
+ 40, 41, 1606, 207, 1606, 207, 39, 39,
+ 39, 39, 39, 16, 37, 38, 37, 39,
+ 39, 39, 40, 41, 1607, 1607, 39, 39,
+ 39, 39, 39, 16, 1608, 38, 1608, 39,
+ 39, 39, 40, 1609, 39, 39, 39, 39,
+ 39, 16, 1610, 21, 1610, 43, 1609, 16,
+ 1609, 21, 1609, 46, 1611, 46, 46, 48,
+ 46, 46, 46, 46, 46, 46, 16, 21,
+ 215, 1613, 214, 214, 214, 1612, 21, 219,
+ 1615, 218, 218, 218, 1614, 21, 1616, 1614,
+ 1614, 218, 1617, 21, 1617, 51, 1618, 52,
+ 16, 16, 47, 1618, 21, 1618, 1619, 51,
+ 1619, 1619, 1620, 1621, 1622, 1623, 1624, 1625,
+ 1626, 52, 1620, 1621, 1622, 1623, 1624, 1625,
+ 1626, 1619, 16, 16, 1619, 1619, 1619, 1619,
+ 1619, 47, 1627, 38, 1627, 1628, 51, 1628,
+ 1628, 1629, 1630, 52, 1628, 16, 16, 1628,
+ 1628, 1628, 1628, 47, 1631, 21, 1631, 51,
+ 1618, 1630, 52, 16, 16, 47, 1630, 21,
+ 1630, 1632, 238, 1632, 1632, 1633, 52, 1632,
+ 16, 16, 1632, 1632, 1632, 1632, 1632, 47,
+ 1634, 38, 1634, 1632, 51, 1632, 1632, 1629,
+ 52, 1632, 16, 16, 1632, 1632, 1632, 1632,
+ 47, 21, 51, 1636, 52, 16, 16, 16,
+ 1635, 1635, 1635, 47, 21, 51, 1638, 52,
+ 1639, 16, 16, 16, 1637, 1637, 1637, 47,
+ 21, 51, 1638, 52, 1639, 16, 16, 16,
+ 1640, 1640, 1640, 47, 21, 51, 1638, 52,
+ 1639, 16, 16, 16, 1641, 1641, 1641, 47,
+ 21, 51, 1638, 52, 1639, 16, 16, 16,
+ 47, 21, 51, 1643, 52, 16, 16, 16,
+ 1642, 1635, 1635, 47, 21, 51, 1644, 1638,
+ 52, 1639, 16, 16, 16, 1645, 1637, 1637,
+ 47, 21, 51, 52, 16, 16, 16, 1646,
+ 47, 21, 51, 1647, 52, 16, 16, 16,
+ 1648, 47, 21, 51, 52, 16, 16, 16,
+ 1649, 47, 21, 51, 1650, 52, 16, 16,
+ 16, 1651, 47, 21, 51, 52, 16, 16,
+ 16, 1652, 47, 21, 51, 52, 1639, 16,
+ 16, 16, 1653, 47, 21, 51, 52, 1639,
+ 16, 16, 16, 1654, 47, 21, 51, 52,
+ 1639, 16, 16, 16, 47, 1634, 38, 1634,
+ 51, 1629, 52, 16, 16, 47, 21, 51,
+ 1650, 52, 16, 16, 16, 1655, 47, 21,
+ 51, 1650, 52, 16, 16, 16, 47, 21,
+ 51, 1647, 52, 16, 16, 16, 1656, 47,
+ 21, 51, 1647, 52, 16, 16, 16, 47,
+ 21, 51, 1644, 1638, 52, 1639, 16, 16,
+ 16, 1657, 1640, 1640, 47, 21, 51, 1644,
+ 1638, 52, 1639, 16, 16, 16, 1641, 1641,
+ 1641, 47, 21, 51, 1659, 52, 1639, 16,
+ 16, 16, 1658, 1658, 1658, 47, 21, 51,
+ 1661, 52, 1639, 16, 16, 16, 1660, 1660,
+ 1660, 47, 21, 51, 1661, 52, 1639, 16,
+ 16, 16, 1662, 1662, 1662, 47, 21, 51,
+ 1661, 52, 1639, 16, 16, 16, 1663, 1663,
+ 1663, 47, 21, 51, 1661, 52, 1639, 16,
+ 16, 16, 47, 21, 51, 52, 16, 16,
+ 16, 1664, 1658, 1658, 47, 21, 51, 1644,
+ 1661, 52, 1639, 16, 16, 16, 1665, 1660,
+ 1660, 47, 21, 51, 1644, 1661, 52, 1639,
+ 16, 16, 16, 1666, 1662, 1662, 47, 21,
+ 51, 1644, 1661, 52, 1639, 16, 16, 16,
+ 1663, 1663, 1663, 47, 21, 51, 52, 16,
+ 16, 16, 1667, 47, 21, 51, 1644, 52,
+ 16, 16, 16, 1668, 47, 21, 51, 1644,
+ 52, 16, 16, 16, 1669, 47, 21, 51,
+ 1644, 52, 16, 16, 16, 47, 21, 51,
+ 1643, 52, 16, 16, 16, 47, 1627, 38,
+ 1627, 1628, 51, 1628, 1628, 1629, 1630, 1670,
+ 52, 1670, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1627, 38, 1627, 1628, 51, 1628,
+ 1628, 1629, 1630, 1671, 52, 1671, 1628, 16,
+ 16, 1628, 1628, 1628, 1628, 47, 1627, 38,
+ 1627, 1628, 51, 1628, 1628, 1629, 1630, 1672,
+ 52, 1672, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1627, 38, 1627, 1628, 51, 1628,
+ 1628, 1629, 1630, 1673, 52, 1673, 1628, 16,
+ 16, 1628, 1628, 1628, 1628, 47, 1627, 38,
+ 1627, 1628, 51, 1628, 1628, 1629, 1630, 1674,
+ 52, 1674, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1627, 38, 1627, 1628, 51, 1628,
+ 1628, 1629, 1630, 1675, 52, 1675, 1628, 16,
+ 16, 1628, 1628, 1628, 1628, 47, 1627, 38,
+ 1627, 1628, 51, 1628, 1628, 1629, 1630, 1676,
+ 52, 1676, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1627, 38, 1627, 1628, 51, 1628,
+ 1628, 1629, 1630, 1677, 52, 1677, 1628, 16,
+ 16, 1628, 1628, 1628, 1628, 47, 1678, 38,
+ 1678, 1628, 51, 1628, 1628, 1629, 1679, 52,
+ 1628, 16, 16, 1628, 1628, 1628, 1628, 47,
+ 1680, 21, 1680, 51, 1618, 1679, 52, 16,
+ 16, 47, 1679, 21, 1679, 1681, 238, 1681,
+ 1681, 1633, 52, 1681, 16, 16, 1681, 1681,
+ 1681, 1681, 1681, 47, 1682, 99, 1682, 1683,
+ 51, 1683, 1683, 1684, 52, 1683, 16, 16,
+ 1683, 1683, 1683, 1683, 47, 1627, 38, 1627,
+ 1628, 51, 1628, 1628, 1629, 1630, 1685, 52,
+ 1685, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1627, 38, 1627, 1628, 51, 1628, 1628,
+ 1629, 1630, 1686, 52, 1686, 1628, 16, 16,
+ 1628, 1628, 1628, 1628, 47, 1627, 38, 1627,
+ 1628, 51, 1628, 1628, 1629, 1630, 1687, 52,
+ 1687, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1627, 38, 1627, 1628, 51, 1628, 1628,
+ 1629, 1630, 1688, 52, 1688, 1628, 16, 16,
+ 1628, 1628, 1628, 1628, 47, 1627, 38, 1627,
+ 1628, 51, 1628, 1628, 1629, 1630, 1689, 52,
+ 1689, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1690, 38, 1690, 1628, 51, 1628, 1628,
+ 1629, 1691, 52, 1628, 16, 16, 1628, 1628,
+ 1628, 1628, 47, 1692, 21, 1692, 51, 1618,
+ 1691, 52, 16, 16, 47, 1693, 21, 1693,
+ 1632, 299, 1632, 1632, 1633, 52, 1632, 16,
+ 16, 1632, 1632, 1632, 1632, 1632, 47, 1627,
+ 38, 1627, 1628, 51, 1628, 1628, 1629, 1630,
+ 1694, 1695, 52, 1694, 1695, 1628, 16, 16,
+ 1628, 1628, 1628, 1628, 47, 1696, 38, 1696,
+ 1628, 51, 1628, 1628, 1629, 1697, 52, 1628,
+ 16, 16, 1628, 1628, 1628, 1628, 47, 1698,
+ 21, 1698, 51, 1618, 1697, 52, 16, 16,
+ 47, 1697, 21, 1697, 1632, 238, 1632, 1632,
+ 1633, 52, 1632, 16, 16, 1632, 1632, 1699,
+ 1632, 1632, 1699, 1632, 47, 1634, 38, 1634,
+ 1632, 51, 1632, 1632, 1629, 52, 1632, 16,
+ 16, 1632, 1700, 1632, 1632, 1700, 1632, 47,
+ 1634, 38, 1634, 1632, 51, 1632, 1632, 1629,
+ 52, 1632, 16, 16, 1632, 1701, 1632, 1632,
+ 1701, 1632, 47, 1634, 38, 1634, 1632, 51,
+ 1632, 1632, 1629, 52, 1632, 16, 16, 1632,
+ 1702, 1632, 1632, 1702, 1632, 47, 1634, 38,
+ 1634, 1632, 51, 1632, 1632, 1629, 52, 1632,
+ 16, 16, 1632, 1703, 1632, 1632, 1703, 1632,
+ 47, 1634, 38, 1634, 1632, 51, 1632, 1632,
+ 1629, 52, 1632, 16, 16, 1632, 1704, 1632,
+ 1632, 1704, 1632, 47, 1634, 38, 1634, 1632,
+ 51, 1632, 1632, 1629, 52, 1632, 16, 16,
+ 1632, 1705, 1632, 1632, 1705, 1632, 47, 1634,
+ 38, 1634, 1632, 51, 1632, 1632, 1629, 52,
+ 1632, 16, 16, 1632, 1706, 1632, 1632, 1706,
+ 1632, 47, 1707, 132, 1707, 51, 1708, 52,
+ 16, 16, 47, 1627, 38, 1627, 1628, 51,
+ 1628, 1628, 1629, 1630, 1709, 52, 1709, 1628,
+ 16, 16, 1628, 1628, 1628, 1628, 47, 1627,
+ 38, 1627, 1628, 51, 1628, 1628, 1629, 1630,
+ 1710, 52, 1710, 1628, 16, 16, 1628, 1628,
+ 1628, 1628, 47, 1627, 38, 1627, 1628, 51,
+ 1628, 1628, 1629, 1630, 1711, 52, 1711, 1628,
+ 16, 16, 1628, 1628, 1628, 1628, 47, 1712,
+ 38, 1712, 1628, 51, 1628, 1628, 1629, 1713,
+ 52, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1714, 21, 1714, 51, 1618, 1713, 52,
+ 16, 16, 47, 1715, 21, 1715, 1632, 1535,
+ 1632, 1632, 1633, 52, 1632, 16, 16, 1632,
+ 1632, 1632, 1632, 1632, 47, 1627, 38, 1627,
+ 1628, 51, 1628, 1628, 1629, 1630, 1716, 52,
+ 1716, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1627, 38, 1627, 1628, 51, 1628, 1628,
+ 1629, 1630, 1717, 52, 1717, 1628, 16, 16,
+ 1628, 1628, 1628, 1628, 47, 1627, 38, 1627,
+ 1628, 51, 1628, 1628, 1629, 1630, 1718, 52,
+ 1718, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1627, 38, 1627, 1628, 51, 1628, 1628,
+ 1629, 1630, 1719, 52, 1719, 1628, 16, 16,
+ 1628, 1628, 1628, 1628, 47, 1627, 38, 1627,
+ 1628, 51, 1628, 1628, 1629, 1630, 1720, 52,
+ 1720, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1721, 38, 1721, 1628, 51, 1628, 1628,
+ 1629, 1722, 52, 1628, 16, 16, 1628, 1628,
+ 1628, 1628, 47, 1723, 21, 1723, 51, 1618,
+ 1722, 52, 16, 16, 47, 1724, 21, 1724,
+ 1632, 1545, 1632, 1632, 1633, 52, 1632, 16,
+ 16, 1632, 1632, 1632, 1632, 1632, 47, 1627,
+ 38, 1627, 1628, 51, 1628, 1628, 1629, 1630,
+ 1725, 52, 1725, 1628, 16, 16, 1628, 1628,
+ 1628, 1628, 47, 1627, 38, 1627, 1628, 51,
+ 1628, 1628, 1629, 1630, 1726, 52, 1726, 1628,
+ 16, 16, 1628, 1628, 1628, 1628, 47, 1727,
+ 38, 1727, 1628, 51, 1628, 1628, 1629, 1728,
+ 52, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1729, 21, 1729, 51, 1618, 1728, 52,
+ 16, 16, 47, 1728, 21, 1728, 1730, 238,
+ 1730, 1730, 1633, 52, 1730, 16, 16, 1730,
+ 1730, 1730, 1730, 1730, 47, 1731, 171, 1731,
+ 1732, 51, 1732, 1732, 1733, 52, 1732, 16,
+ 16, 1732, 1732, 1732, 1732, 47, 1627, 38,
+ 1627, 1628, 51, 1628, 1628, 1629, 1630, 1734,
+ 52, 1734, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1627, 38, 1627, 1628, 51, 1628,
+ 1628, 1629, 1630, 1735, 1736, 52, 1735, 1736,
+ 1628, 16, 16, 1628, 1628, 1628, 1628, 47,
+ 1627, 38, 1627, 1628, 51, 1628, 1628, 1629,
+ 1630, 1737, 52, 1737, 1628, 16, 16, 1628,
+ 1628, 1628, 1628, 47, 1627, 38, 1627, 1628,
+ 51, 1628, 1628, 1629, 1630, 1738, 52, 1738,
+ 1628, 16, 16, 1628, 1628, 1628, 1628, 47,
+ 1739, 38, 1739, 1628, 51, 1628, 1628, 1629,
+ 1740, 52, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1741, 21, 1741, 51, 1618, 1740,
+ 52, 16, 16, 47, 1742, 21, 1742, 1632,
+ 1564, 1632, 1632, 1633, 52, 1632, 16, 16,
+ 1632, 1632, 1632, 1632, 1632, 47, 1627, 38,
+ 1627, 1628, 51, 1628, 1628, 1629, 1630, 1743,
+ 52, 1743, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1627, 38, 1627, 1628, 51, 1628,
+ 1628, 1629, 1630, 1744, 52, 1744, 1628, 16,
+ 16, 1628, 1628, 1628, 1628, 47, 1627, 38,
+ 1627, 1628, 51, 1628, 1628, 1629, 1630, 1745,
+ 52, 1745, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1627, 38, 1627, 1628, 51, 1628,
+ 1628, 1629, 1630, 1746, 52, 1746, 1628, 16,
+ 16, 1628, 1628, 1628, 1628, 47, 1627, 38,
+ 1627, 1628, 51, 1628, 1628, 1629, 1630, 1747,
+ 52, 1747, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1748, 38, 1748, 1628, 51, 1628,
+ 1628, 1629, 1749, 52, 1628, 16, 16, 1628,
+ 1628, 1628, 1628, 47, 1750, 21, 1750, 51,
+ 1618, 1749, 52, 16, 16, 47, 1751, 21,
+ 1751, 1632, 1574, 1632, 1632, 1633, 52, 1632,
+ 16, 16, 1632, 1632, 1632, 1632, 1632, 47,
+ 1627, 38, 1627, 1628, 51, 1628, 1628, 1629,
+ 1630, 1752, 1753, 52, 1752, 1753, 1628, 16,
+ 16, 1628, 1628, 1628, 1628, 47, 1627, 38,
+ 1627, 1628, 51, 1628, 1628, 1629, 1630, 1754,
+ 52, 1754, 1628, 16, 16, 1628, 1628, 1628,
+ 1628, 47, 1755, 38, 1755, 1628, 51, 1628,
+ 1628, 1629, 1756, 52, 1628, 16, 16, 1628,
+ 1628, 1628, 1628, 47, 1757, 21, 1757, 51,
+ 1618, 1756, 52, 16, 16, 47, 1756, 21,
+ 1756, 1632, 1758, 1632, 1632, 1633, 52, 1632,
+ 16, 16, 1632, 1632, 1632, 1632, 1632, 47,
+ 1759, 38, 1759, 215, 1760, 216, 214, 214,
+ 213, 1627, 38, 1627, 1628, 51, 1628, 1628,
+ 1629, 1630, 1761, 52, 1761, 1628, 16, 16,
+ 1628, 1628, 1628, 1628, 47, 1627, 38, 1627,
+ 1628, 51, 1628, 1628, 1629, 1630, 1762, 52,
+ 1762, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1627, 38, 1627, 1628, 51, 1628, 1628,
+ 1629, 1630, 1763, 52, 1763, 1628, 16, 16,
+ 1628, 1628, 1628, 1628, 47, 1627, 38, 1627,
+ 1628, 51, 1628, 1628, 1629, 1630, 1764, 52,
+ 1764, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1627, 38, 1627, 1628, 51, 1628, 1628,
+ 1629, 1630, 1765, 52, 1765, 1628, 16, 16,
+ 1628, 1628, 1628, 1628, 47, 1627, 38, 1627,
+ 1628, 51, 1628, 1628, 1629, 1630, 1766, 52,
+ 1766, 1628, 16, 16, 1628, 1628, 1628, 1628,
+ 47, 1767, 38, 1767, 1628, 51, 1628, 1628,
+ 1629, 1768, 52, 1628, 16, 16, 1628, 1628,
+ 1628, 1628, 47, 1769, 21, 1769, 51, 1618,
+ 1768, 52, 16, 16, 47, 1770, 21, 1770,
+ 1632, 1594, 1632, 1632, 1633, 52, 1632, 16,
+ 16, 1632, 1632, 1632, 1632, 1632, 47, 21,
+ 1771, 1771, 16, 21, 1772, 1772, 16, 21,
+ 1773, 1773, 16, 21, 1774, 1774, 16, 21,
+ 1775, 1775, 16, 1776, 21, 1776, 16, 1777,
+ 21, 16, 17, 21, 17, 16, 1778, 1778,
+ 1, 1779, 1779, 1, 1780, 1780, 1, 1781,
+ 1781, 1, 1782, 1, 1783, 1783, 1, 1,
+ 0
+};
+
+static const short _thttp_machine_parser_header_Authorization_trans_targs[] = {
+ 2, 0, 1345, 3, 4, 5, 6, 7,
+ 8, 9, 10, 11, 12, 13, 14, 15,
+ 16, 18, 1343, 19, 1337, 17, 1351, 20,
+ 21, 22, 23, 24, 24, 25, 28, 81,
+ 92, 113, 124, 130, 1205, 26, 17, 25,
+ 27, 29, 26, 27, 151, 70, 30, 32,
+ 35, 31, 31, 33, 34, 36, 69, 37,
+ 40, 38, 39, 41, 56, 42, 54, 43,
+ 44, 52, 45, 46, 50, 47, 48, 49,
+ 51, 53, 55, 57, 65, 58, 61, 59,
+ 60, 62, 63, 64, 66, 67, 68, 71,
+ 72, 73, 74, 75, 76, 77, 78, 79,
+ 78, 80, 31, 17, 80, 27, 82, 83,
+ 84, 85, 86, 87, 88, 87, 88, 89,
+ 89, 90, 91, 31, 17, 27, 93, 104,
+ 94, 95, 94, 96, 97, 98, 99, 100,
+ 101, 102, 103, 31, 17, 27, 105, 106,
+ 107, 108, 109, 108, 109, 110, 110, 111,
+ 112, 31, 17, 27, 114, 115, 116, 117,
+ 118, 119, 120, 119, 120, 121, 121, 122,
+ 123, 31, 17, 27, 125, 126, 127, 128,
+ 127, 129, 31, 17, 129, 27, 131, 132,
+ 140, 133, 134, 135, 136, 135, 136, 137,
+ 137, 138, 139, 31, 17, 27, 141, 142,
+ 143, 144, 145, 146, 147, 146, 147, 148,
+ 148, 149, 150, 31, 17, 27, 152, 1196,
+ 153, 154, 155, 154, 156, 157, 158, 31,
+ 159, 157, 158, 31, 159, 160, 160, 161,
+ 162, 202, 214, 1134, 1152, 1160, 1166, 1181,
+ 163, 162, 161, 164, 163, 165, 166, 167,
+ 160, 168, 201, 169, 172, 170, 171, 173,
+ 188, 174, 186, 175, 176, 184, 177, 178,
+ 182, 179, 180, 181, 183, 185, 187, 189,
+ 197, 190, 193, 191, 192, 194, 195, 196,
+ 198, 199, 200, 203, 204, 205, 206, 207,
+ 208, 209, 210, 211, 212, 211, 213, 160,
+ 213, 161, 215, 216, 217, 218, 219, 220,
+ 221, 220, 221, 222, 223, 224, 223, 224,
+ 225, 265, 277, 286, 1086, 1095, 1101, 1118,
+ 226, 225, 227, 226, 228, 229, 230, 160,
+ 161, 231, 264, 232, 235, 222, 233, 234,
+ 236, 251, 237, 249, 238, 239, 247, 240,
+ 241, 245, 242, 243, 244, 246, 248, 250,
+ 252, 260, 253, 256, 254, 255, 257, 258,
+ 259, 261, 262, 263, 266, 267, 268, 269,
+ 270, 271, 272, 273, 274, 275, 274, 276,
+ 223, 276, 224, 278, 279, 280, 281, 282,
+ 283, 284, 283, 284, 285, 223, 224, 287,
+ 298, 288, 289, 288, 290, 291, 292, 293,
+ 294, 295, 296, 297, 223, 224, 299, 300,
+ 301, 302, 303, 302, 303, 304, 305, 306,
+ 305, 306, 307, 348, 360, 369, 388, 1047,
+ 1053, 1070, 308, 307, 306, 309, 308, 310,
+ 311, 312, 305, 160, 161, 313, 347, 314,
+ 317, 327, 315, 316, 318, 334, 319, 332,
+ 320, 321, 330, 322, 323, 328, 324, 325,
+ 326, 329, 331, 333, 335, 343, 336, 339,
+ 337, 338, 340, 341, 342, 344, 345, 346,
+ 349, 350, 351, 352, 353, 354, 355, 356,
+ 357, 358, 357, 359, 305, 359, 306, 361,
+ 362, 363, 364, 365, 366, 367, 366, 367,
+ 368, 223, 224, 370, 381, 371, 372, 371,
+ 373, 374, 375, 376, 377, 378, 379, 380,
+ 305, 306, 382, 383, 384, 385, 386, 385,
+ 386, 387, 305, 306, 389, 390, 391, 392,
+ 393, 394, 395, 394, 395, 396, 397, 398,
+ 397, 398, 399, 440, 452, 461, 480, 489,
+ 495, 1031, 400, 399, 398, 401, 400, 402,
+ 403, 404, 397, 160, 161, 405, 439, 406,
+ 409, 419, 407, 408, 410, 426, 411, 424,
+ 412, 413, 422, 414, 415, 420, 416, 417,
+ 418, 421, 423, 425, 427, 435, 428, 431,
+ 429, 430, 432, 433, 434, 436, 437, 438,
+ 441, 442, 443, 444, 445, 446, 447, 448,
+ 449, 450, 449, 451, 397, 451, 398, 453,
+ 454, 455, 456, 457, 458, 459, 458, 459,
+ 460, 223, 224, 462, 473, 463, 464, 463,
+ 465, 466, 467, 468, 469, 470, 471, 472,
+ 397, 398, 474, 475, 476, 477, 478, 477,
+ 478, 479, 305, 306, 481, 482, 483, 484,
+ 485, 486, 487, 486, 487, 488, 397, 398,
+ 490, 491, 492, 493, 492, 494, 397, 494,
+ 398, 496, 497, 1022, 498, 499, 500, 501,
+ 500, 501, 502, 503, 504, 503, 504, 505,
+ 546, 558, 567, 586, 595, 601, 1006, 506,
+ 505, 504, 507, 506, 508, 509, 510, 503,
+ 160, 161, 511, 545, 512, 515, 525, 513,
+ 514, 516, 532, 517, 530, 518, 519, 528,
+ 520, 521, 526, 522, 523, 524, 527, 529,
+ 531, 533, 541, 534, 537, 535, 536, 538,
+ 539, 540, 542, 543, 544, 547, 548, 549,
+ 550, 551, 552, 553, 554, 555, 556, 555,
+ 557, 503, 557, 504, 559, 560, 561, 562,
+ 563, 564, 565, 564, 565, 566, 223, 224,
+ 568, 579, 569, 570, 569, 571, 572, 573,
+ 574, 575, 576, 577, 578, 503, 504, 580,
+ 581, 582, 583, 584, 583, 584, 585, 305,
+ 306, 587, 588, 589, 590, 591, 592, 593,
+ 592, 593, 594, 397, 398, 596, 597, 598,
+ 599, 598, 600, 503, 600, 504, 602, 603,
+ 609, 604, 605, 606, 607, 606, 607, 608,
+ 503, 504, 610, 611, 612, 613, 614, 615,
+ 616, 615, 616, 617, 618, 619, 618, 619,
+ 620, 661, 673, 682, 701, 710, 716, 733,
+ 621, 620, 619, 622, 621, 623, 624, 625,
+ 618, 160, 161, 626, 660, 627, 630, 640,
+ 628, 629, 631, 647, 632, 645, 633, 634,
+ 643, 635, 636, 641, 637, 638, 639, 642,
+ 644, 646, 648, 656, 649, 652, 650, 651,
+ 653, 654, 655, 657, 658, 659, 662, 663,
+ 664, 665, 666, 667, 668, 669, 670, 671,
+ 670, 672, 618, 672, 619, 674, 675, 676,
+ 677, 678, 679, 680, 679, 680, 681, 223,
+ 224, 683, 694, 684, 685, 684, 686, 687,
+ 688, 689, 690, 691, 692, 693, 618, 619,
+ 695, 696, 697, 698, 699, 698, 699, 700,
+ 305, 306, 702, 703, 704, 705, 706, 707,
+ 708, 707, 708, 709, 397, 398, 711, 712,
+ 713, 714, 713, 715, 618, 715, 619, 717,
+ 718, 724, 719, 720, 721, 722, 721, 722,
+ 723, 503, 504, 725, 726, 727, 728, 729,
+ 730, 731, 730, 731, 732, 618, 619, 734,
+ 996, 735, 736, 737, 736, 738, 739, 740,
+ 739, 740, 741, 781, 793, 801, 819, 827,
+ 833, 848, 742, 741, 740, 743, 742, 744,
+ 745, 739, 746, 780, 747, 750, 760, 748,
+ 749, 751, 767, 752, 765, 753, 754, 763,
+ 755, 756, 761, 757, 758, 759, 762, 764,
+ 766, 768, 776, 769, 772, 770, 771, 773,
+ 774, 775, 777, 778, 779, 782, 783, 784,
+ 785, 786, 787, 788, 789, 790, 791, 790,
+ 792, 739, 792, 740, 794, 795, 796, 797,
+ 798, 799, 800, 799, 800, 223, 802, 813,
+ 803, 804, 803, 805, 806, 807, 808, 809,
+ 810, 811, 812, 739, 740, 814, 815, 816,
+ 817, 818, 817, 818, 305, 820, 821, 822,
+ 823, 824, 825, 826, 825, 826, 397, 828,
+ 829, 830, 831, 830, 832, 739, 832, 740,
+ 834, 835, 840, 836, 837, 838, 839, 838,
+ 839, 503, 841, 842, 843, 844, 845, 846,
+ 847, 846, 847, 618, 849, 853, 850, 851,
+ 852, 851, 854, 855, 856, 857, 858, 859,
+ 860, 861, 860, 861, 862, 863, 862, 864,
+ 866, 865, 31, 17, 27, 867, 908, 920,
+ 929, 948, 957, 963, 980, 868, 867, 866,
+ 869, 868, 870, 871, 872, 862, 160, 161,
+ 873, 907, 874, 877, 887, 875, 876, 878,
+ 894, 879, 892, 880, 881, 890, 882, 883,
+ 888, 884, 885, 886, 889, 891, 893, 895,
+ 903, 896, 899, 897, 898, 900, 901, 902,
+ 904, 905, 906, 909, 910, 911, 912, 913,
+ 914, 915, 916, 917, 918, 917, 919, 862,
+ 919, 866, 921, 922, 923, 924, 925, 926,
+ 927, 926, 927, 928, 223, 224, 930, 941,
+ 931, 932, 931, 933, 934, 935, 936, 937,
+ 938, 939, 940, 862, 866, 942, 943, 944,
+ 945, 946, 945, 946, 947, 305, 306, 949,
+ 950, 951, 952, 953, 954, 955, 954, 955,
+ 956, 397, 398, 958, 959, 960, 961, 960,
+ 962, 862, 962, 866, 964, 965, 971, 966,
+ 967, 968, 969, 968, 969, 970, 503, 504,
+ 972, 973, 974, 975, 976, 977, 978, 977,
+ 978, 979, 618, 619, 981, 986, 982, 983,
+ 984, 983, 985, 739, 740, 987, 988, 989,
+ 990, 991, 992, 993, 994, 993, 994, 995,
+ 862, 866, 997, 998, 999, 1000, 1001, 1002,
+ 1003, 1004, 1003, 1004, 1005, 862, 866, 1007,
+ 1012, 1008, 1009, 1010, 1009, 1011, 739, 740,
+ 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020,
+ 1019, 1020, 1021, 862, 866, 1023, 1024, 1025,
+ 1026, 1027, 1028, 1029, 1028, 1029, 1030, 618,
+ 619, 1032, 1037, 1033, 1034, 1035, 1034, 1036,
+ 739, 740, 1038, 1039, 1040, 1041, 1042, 1043,
+ 1044, 1045, 1044, 1045, 1046, 862, 866, 1048,
+ 1049, 1050, 1051, 1050, 1052, 305, 1052, 306,
+ 1054, 1055, 1061, 1056, 1057, 1058, 1059, 1058,
+ 1059, 1060, 503, 504, 1062, 1063, 1064, 1065,
+ 1066, 1067, 1068, 1067, 1068, 1069, 618, 619,
+ 1071, 1076, 1072, 1073, 1074, 1073, 1075, 739,
+ 740, 1077, 1078, 1079, 1080, 1081, 1082, 1083,
+ 1084, 1083, 1084, 1085, 862, 866, 1087, 1088,
+ 1089, 1090, 1091, 1092, 1093, 1092, 1093, 1094,
+ 397, 398, 1096, 1097, 1098, 1099, 1098, 1100,
+ 223, 1100, 224, 1102, 1103, 1109, 1104, 1105,
+ 1106, 1107, 1106, 1107, 1108, 503, 504, 1110,
+ 1111, 1112, 1113, 1114, 1115, 1116, 1115, 1116,
+ 1117, 618, 619, 1119, 1124, 1120, 1121, 1122,
+ 1121, 1123, 739, 740, 1125, 1126, 1127, 1128,
+ 1129, 1130, 1131, 1132, 1131, 1132, 1133, 862,
+ 866, 1135, 1146, 1136, 1137, 1136, 1138, 1139,
+ 1140, 1141, 1142, 1143, 1144, 1145, 160, 161,
+ 1147, 1148, 1149, 1150, 1151, 1150, 1151, 327,
+ 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1158,
+ 1159, 419, 1161, 1162, 1163, 1164, 1163, 1165,
+ 160, 1165, 161, 1167, 1168, 1173, 1169, 1170,
+ 1171, 1172, 1171, 1172, 525, 1174, 1175, 1176,
+ 1177, 1178, 1179, 1180, 1179, 1180, 640, 1182,
+ 1187, 1183, 1184, 1185, 1184, 1186, 739, 740,
+ 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195,
+ 1194, 1195, 887, 1197, 1198, 1199, 1200, 1201,
+ 1202, 1203, 1204, 1203, 1204, 863, 1206, 1207,
+ 1208, 1209, 1208, 1210, 1211, 1212, 1211, 1212,
+ 1213, 1213, 1214, 1215, 1255, 1267, 1275, 1293,
+ 1301, 1307, 1322, 1216, 1215, 1214, 1217, 1216,
+ 1218, 1219, 1213, 1220, 1254, 1221, 1224, 1234,
+ 1222, 1223, 1225, 1241, 1226, 1239, 1227, 1228,
+ 1237, 1229, 1230, 1235, 1231, 1232, 1233, 1236,
+ 1238, 1240, 1242, 1250, 1243, 1246, 1244, 1245,
+ 1247, 1248, 1249, 1251, 1252, 1253, 1256, 1257,
+ 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265,
+ 1264, 1266, 1213, 1266, 1214, 1268, 1269, 1270,
+ 1271, 1272, 1273, 1274, 1273, 1274, 1276, 1287,
+ 1277, 1278, 1277, 1279, 1280, 1281, 1282, 1283,
+ 1284, 1285, 1286, 1213, 1214, 1288, 1289, 1290,
+ 1291, 1292, 1291, 1292, 1294, 1295, 1296, 1297,
+ 1298, 1299, 1300, 1299, 1300, 1302, 1303, 1304,
+ 1305, 1304, 1306, 1213, 1306, 1214, 1308, 1309,
+ 1314, 1310, 1311, 1312, 1313, 1312, 1313, 1315,
+ 1316, 1317, 1318, 1319, 1320, 1321, 1320, 1321,
+ 1323, 1328, 1324, 1325, 1326, 1325, 1327, 739,
+ 740, 1329, 1330, 1331, 1332, 1333, 1334, 1335,
+ 1336, 1335, 1336, 1338, 1339, 1340, 1341, 1342,
+ 24, 1344, 1346, 1347, 1348, 1349, 1350, 2
+};
+
+static const char _thttp_machine_parser_header_Authorization_trans_actions[] = {
+ 7, 0, 9, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 33, 0,
+ 0, 0, 0, 5, 0, 1, 1, 1,
+ 1, 1, 1, 1, 1, 31, 31, 0,
+ 31, 0, 0, 0, 1, 0, 0, 0,
+ 0, 31, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 31, 0,
+ 0, 1, 21, 21, 0, 21, 0, 0,
+ 0, 0, 0, 31, 0, 0, 1, 1,
+ 0, 0, 0, 23, 23, 23, 0, 0,
+ 31, 0, 0, 1, 0, 0, 0, 0,
+ 0, 0, 0, 29, 29, 29, 0, 0,
+ 0, 31, 0, 0, 1, 1, 0, 0,
+ 0, 15, 15, 15, 0, 0, 0, 0,
+ 0, 31, 0, 0, 1, 1, 0, 0,
+ 0, 25, 25, 25, 0, 0, 31, 0,
+ 0, 1, 27, 27, 0, 27, 0, 0,
+ 0, 0, 0, 31, 0, 0, 1, 1,
+ 0, 0, 0, 13, 13, 13, 0, 0,
+ 0, 0, 0, 31, 0, 0, 1, 1,
+ 0, 0, 0, 19, 19, 19, 0, 0,
+ 0, 31, 0, 0, 0, 1, 1, 35,
+ 1, 0, 0, 17, 0, 17, 0, 0,
+ 1, 1, 1, 1, 1, 1, 1, 1,
+ 31, 0, 31, 0, 0, 0, 0, 0,
+ 31, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 31, 0, 0, 1, 21,
+ 0, 21, 0, 0, 0, 0, 0, 31,
+ 0, 0, 1, 1, 31, 31, 0, 0,
+ 1, 1, 1, 1, 1, 1, 1, 1,
+ 31, 0, 0, 0, 0, 0, 0, 23,
+ 23, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 31, 0, 0, 1,
+ 21, 0, 21, 0, 0, 0, 0, 0,
+ 31, 0, 0, 1, 1, 23, 23, 0,
+ 0, 31, 0, 0, 1, 0, 0, 0,
+ 0, 0, 0, 0, 29, 29, 0, 0,
+ 0, 31, 0, 0, 1, 1, 23, 23,
+ 0, 0, 1, 1, 1, 1, 1, 1,
+ 1, 1, 31, 0, 31, 0, 0, 0,
+ 0, 0, 31, 15, 15, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 31, 0, 0, 1, 21, 0, 21, 0,
+ 0, 0, 0, 0, 31, 0, 0, 1,
+ 1, 15, 15, 0, 0, 31, 0, 0,
+ 1, 0, 0, 0, 0, 0, 0, 0,
+ 29, 29, 0, 0, 0, 31, 0, 0,
+ 1, 1, 15, 15, 0, 0, 0, 0,
+ 0, 31, 0, 0, 1, 1, 15, 15,
+ 0, 0, 1, 1, 1, 1, 1, 1,
+ 1, 1, 31, 0, 31, 0, 0, 0,
+ 0, 0, 31, 25, 25, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 31, 0, 0, 1, 21, 0, 21, 0,
+ 0, 0, 0, 0, 31, 0, 0, 1,
+ 1, 25, 25, 0, 0, 31, 0, 0,
+ 1, 0, 0, 0, 0, 0, 0, 0,
+ 29, 29, 0, 0, 0, 31, 0, 0,
+ 1, 1, 25, 25, 0, 0, 0, 0,
+ 0, 31, 0, 0, 1, 1, 25, 25,
+ 0, 0, 31, 0, 0, 1, 27, 0,
+ 27, 0, 0, 0, 0, 0, 31, 0,
+ 0, 1, 1, 25, 25, 0, 0, 1,
+ 1, 1, 1, 1, 1, 1, 1, 31,
+ 0, 31, 0, 0, 0, 0, 0, 31,
+ 13, 13, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 31, 0, 0,
+ 1, 21, 0, 21, 0, 0, 0, 0,
+ 0, 31, 0, 0, 1, 1, 13, 13,
+ 0, 0, 31, 0, 0, 1, 0, 0,
+ 0, 0, 0, 0, 0, 29, 29, 0,
+ 0, 0, 31, 0, 0, 1, 1, 13,
+ 13, 0, 0, 0, 0, 0, 31, 0,
+ 0, 1, 1, 13, 13, 0, 0, 31,
+ 0, 0, 1, 27, 0, 27, 0, 0,
+ 0, 0, 0, 31, 0, 0, 1, 1,
+ 13, 13, 0, 0, 0, 0, 0, 31,
+ 0, 0, 1, 1, 13, 13, 0, 0,
+ 1, 1, 1, 1, 1, 1, 1, 1,
+ 31, 0, 31, 0, 0, 0, 0, 0,
+ 31, 19, 19, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 31, 0,
+ 0, 1, 21, 0, 21, 0, 0, 0,
+ 0, 0, 31, 0, 0, 1, 1, 19,
+ 19, 0, 0, 31, 0, 0, 1, 0,
+ 0, 0, 0, 0, 0, 0, 29, 29,
+ 0, 0, 0, 31, 0, 0, 1, 1,
+ 19, 19, 0, 0, 0, 0, 0, 31,
+ 0, 0, 1, 1, 19, 19, 0, 0,
+ 31, 0, 0, 1, 27, 0, 27, 0,
+ 0, 0, 0, 0, 31, 0, 0, 1,
+ 1, 19, 19, 0, 0, 0, 0, 0,
+ 31, 0, 0, 1, 1, 19, 19, 0,
+ 0, 0, 31, 0, 0, 0, 38, 38,
+ 0, 0, 1, 1, 1, 1, 1, 1,
+ 1, 1, 31, 0, 31, 0, 0, 0,
+ 0, 31, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 31, 0, 0,
+ 1, 21, 0, 21, 0, 0, 0, 0,
+ 0, 31, 0, 0, 1, 59, 0, 0,
+ 31, 0, 0, 1, 0, 0, 0, 0,
+ 0, 0, 0, 29, 29, 0, 0, 0,
+ 31, 0, 0, 1, 35, 0, 0, 0,
+ 0, 0, 31, 0, 0, 1, 59, 0,
+ 0, 31, 0, 0, 1, 27, 0, 27,
+ 0, 0, 0, 0, 0, 31, 0, 0,
+ 1, 35, 0, 0, 0, 0, 0, 31,
+ 0, 0, 1, 59, 0, 0, 0, 31,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 31, 0, 0, 1, 35, 0, 0, 0,
+ 0, 0, 11, 11, 11, 1, 1, 1,
+ 1, 1, 1, 1, 1, 31, 0, 31,
+ 0, 0, 0, 0, 0, 31, 11, 11,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 31, 0, 0, 1, 21,
+ 0, 21, 0, 0, 0, 0, 0, 31,
+ 0, 0, 1, 1, 11, 11, 0, 0,
+ 31, 0, 0, 1, 0, 0, 0, 0,
+ 0, 0, 0, 29, 29, 0, 0, 0,
+ 31, 0, 0, 1, 1, 11, 11, 0,
+ 0, 0, 0, 0, 31, 0, 0, 1,
+ 1, 11, 11, 0, 0, 31, 0, 0,
+ 1, 27, 0, 27, 0, 0, 0, 0,
+ 0, 31, 0, 0, 1, 1, 11, 11,
+ 0, 0, 0, 0, 0, 31, 0, 0,
+ 1, 1, 11, 11, 0, 0, 0, 31,
+ 0, 0, 0, 50, 50, 0, 0, 0,
+ 0, 0, 0, 31, 0, 0, 1, 1,
+ 11, 11, 0, 0, 0, 0, 0, 0,
+ 31, 0, 0, 1, 1, 19, 19, 0,
+ 0, 0, 31, 0, 0, 0, 53, 53,
+ 0, 0, 0, 0, 0, 0, 31, 0,
+ 0, 1, 1, 13, 13, 0, 0, 0,
+ 0, 0, 31, 0, 0, 1, 1, 25,
+ 25, 0, 0, 0, 31, 0, 0, 0,
+ 44, 44, 0, 0, 0, 0, 0, 0,
+ 31, 0, 0, 1, 1, 25, 25, 0,
+ 0, 31, 0, 0, 1, 27, 0, 27,
+ 0, 0, 0, 0, 0, 31, 0, 0,
+ 1, 1, 15, 15, 0, 0, 0, 0,
+ 0, 31, 0, 0, 1, 1, 15, 15,
+ 0, 0, 0, 31, 0, 0, 0, 56,
+ 56, 0, 0, 0, 0, 0, 0, 31,
+ 0, 0, 1, 1, 15, 15, 0, 0,
+ 0, 0, 0, 31, 0, 0, 1, 1,
+ 23, 23, 0, 0, 31, 0, 0, 1,
+ 27, 0, 27, 0, 0, 0, 0, 0,
+ 31, 0, 0, 1, 1, 23, 23, 0,
+ 0, 0, 0, 0, 31, 0, 0, 1,
+ 1, 23, 23, 0, 0, 0, 31, 0,
+ 0, 0, 41, 41, 0, 0, 0, 0,
+ 0, 0, 31, 0, 0, 1, 1, 23,
+ 23, 0, 0, 31, 0, 0, 1, 0,
+ 0, 0, 0, 0, 0, 0, 29, 29,
+ 0, 0, 0, 31, 0, 0, 1, 1,
+ 0, 0, 0, 0, 0, 31, 0, 0,
+ 1, 1, 0, 0, 31, 0, 0, 1,
+ 27, 0, 27, 0, 0, 0, 0, 0,
+ 31, 0, 0, 1, 1, 0, 0, 0,
+ 0, 0, 31, 0, 0, 1, 1, 0,
+ 0, 0, 31, 0, 0, 0, 47, 47,
+ 0, 0, 0, 0, 0, 0, 31, 0,
+ 0, 1, 1, 0, 0, 0, 0, 0,
+ 0, 31, 0, 0, 1, 1, 0, 0,
+ 31, 0, 0, 0, 1, 1, 0, 0,
+ 17, 0, 0, 1, 1, 1, 1, 1,
+ 1, 1, 1, 31, 0, 31, 0, 0,
+ 0, 0, 31, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 31, 0,
+ 0, 1, 21, 0, 21, 0, 0, 0,
+ 0, 0, 31, 0, 0, 1, 0, 0,
+ 31, 0, 0, 1, 0, 0, 0, 0,
+ 0, 0, 0, 29, 29, 0, 0, 0,
+ 31, 0, 0, 1, 0, 0, 0, 0,
+ 0, 31, 0, 0, 1, 0, 0, 31,
+ 0, 0, 1, 27, 0, 27, 0, 0,
+ 0, 0, 0, 31, 0, 0, 1, 0,
+ 0, 0, 0, 0, 31, 0, 0, 1,
+ 0, 0, 0, 31, 0, 0, 0, 62,
+ 62, 0, 0, 0, 0, 0, 0, 31,
+ 0, 0, 1, 0, 0, 0, 0, 0,
+ 3, 0, 0, 0, 0, 0, 0, 0
+};
+
+static const int thttp_machine_parser_header_Authorization_start = 1;
+static const int thttp_machine_parser_header_Authorization_first_final = 1351;
+static const int thttp_machine_parser_header_Authorization_error = 0;
+
+static const int thttp_machine_parser_header_Authorization_en_main = 1;
+
+
+/* #line 221 "./ragel/thttp_parser_header_Authorization.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Authorization_first_final);
+ (void)(thttp_machine_parser_header_Authorization_error);
+ (void)(thttp_machine_parser_header_Authorization_en_main);
+
+
+/* #line 6706 "./src/headers/thttp_header_Authorization.c" */
+ {
+ cs = thttp_machine_parser_header_Authorization_start;
+ }
+
+/* #line 227 "./ragel/thttp_parser_header_Authorization.rl" */
+
+/* #line 6713 "./src/headers/thttp_header_Authorization.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_Authorization_trans_keys + _thttp_machine_parser_header_Authorization_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_Authorization_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_Authorization_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_Authorization_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_Authorization_indicies[_trans];
+ cs = _thttp_machine_parser_header_Authorization_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_Authorization_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_Authorization_actions + _thttp_machine_parser_header_Authorization_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 43 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ tag_start = p;
+ }
+ break;
+ case 1:
+/* #line 47 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ hdr_Authorization->scheme = tsk_strdup("Digest");
+ }
+ break;
+ case 2:
+/* #line 51 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ hdr_Authorization->scheme = tsk_strdup("Basic");
+ }
+ break;
+ case 3:
+/* #line 55 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ THTTP_HEADER(hdr_Authorization)->type = thttp_htype_Authorization;
+ }
+ break;
+ case 4:
+/* #line 59 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ THTTP_HEADER(hdr_Authorization)->type = thttp_htype_Proxy_Authorization;
+ }
+ break;
+ case 5:
+/* #line 63 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->username);
+ tsk_strunquote(&hdr_Authorization->username);
+ }
+ break;
+ case 6:
+/* #line 68 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->realm);
+ tsk_strunquote(&hdr_Authorization->realm);
+ }
+ break;
+ case 7:
+/* #line 73 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->nonce);
+ tsk_strunquote(&hdr_Authorization->nonce);
+ }
+ break;
+ case 8:
+/* #line 78 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->uri);
+ }
+ break;
+ case 9:
+/* #line 82 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->response);
+ tsk_strunquote(&hdr_Authorization->response);
+ }
+ break;
+ case 10:
+/* #line 87 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->algorithm);
+ }
+ break;
+ case 11:
+/* #line 91 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->cnonce);
+ tsk_strunquote(&hdr_Authorization->cnonce);
+ }
+ break;
+ case 12:
+/* #line 96 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->opaque);
+ tsk_strunquote(&hdr_Authorization->opaque);
+ }
+ break;
+ case 13:
+/* #line 101 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->qop);
+ //tsk_strunquote(&hdr_Authorization->qop);
+ }
+ break;
+ case 14:
+/* #line 106 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Authorization->nc);
+ }
+ break;
+ case 15:
+/* #line 110 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ TSK_PARSER_ADD_PARAM(THTTP_HEADER_PARAMS(hdr_Authorization));
+ }
+ break;
+ case 16:
+/* #line 114 "./ragel/thttp_parser_header_Authorization.rl" */
+ {
+ }
+ break;
+/* #line 6895 "./src/headers/thttp_header_Authorization.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 228 "./ragel/thttp_parser_header_Authorization.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 6912 "./src/headers/thttp_header_Authorization.c" */
+1351
+/* #line 230 "./ragel/thttp_parser_header_Authorization.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse Authorization header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Authorization);
+ }
+
+ return hdr_Authorization;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Proxy_Authorization_t *thttp_header_Proxy_Authorization_parse(const char *data, tsk_size_t size)
+{
+ return thttp_header_Authorization_parse(data, size);
+}
+
+
+
+//========================================================
+// Authorization header object definition
+//
+
+static tsk_object_t* thttp_header_Authorization_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Authorization_t *Authorization = self;
+ if(Authorization){
+ THTTP_HEADER(Authorization)->type = thttp_htype_Authorization;
+ THTTP_HEADER(Authorization)->tostring = thttp_header_Authorization_tostring;
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Authorization header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Authorization_dtor(tsk_object_t *self)
+{
+ thttp_header_Authorization_t *Authorization = self;
+ if(Authorization){
+ TSK_FREE(Authorization->scheme);
+ TSK_FREE(Authorization->username);
+ TSK_FREE(Authorization->realm);
+ TSK_FREE(Authorization->nonce);
+ TSK_FREE(Authorization->uri);
+ TSK_FREE(Authorization->response);
+ TSK_FREE(Authorization->algorithm);
+ TSK_FREE(Authorization->cnonce);
+ TSK_FREE(Authorization->opaque);
+ TSK_FREE(Authorization->qop);
+ TSK_FREE(Authorization->nc);
+
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Authorization));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Authorization header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Authorization_def_s =
+{
+ sizeof(thttp_header_Authorization_t),
+ thttp_header_Authorization_ctor,
+ thttp_header_Authorization_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Authorization_def_t = &thttp_header_Authorization_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_Content_Length.c b/tinyHTTP/src/headers/thttp_header_Content_Length.c
new file mode 100644
index 0000000..1ddfb2f
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_Content_Length.c
@@ -0,0 +1,312 @@
+
+/* #line 1 "./ragel/thttp_parser_header_Content_Length.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_header_Content_Length.c
+ * @brief HTTP Content-Length header.
+ *
+ */
+#include "tinyhttp/headers/thttp_header_Content_Length.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 54 "./ragel/thttp_parser_header_Content_Length.rl" */
+
+
+thttp_header_Content_Length_t* thttp_header_content_length_create(uint32_t length)
+{
+ return tsk_object_new(THTTP_HEADER_CONTENT_LENGTH_VA_ARGS(length));
+}
+
+int thttp_header_Content_Length_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Content_Length_t *Content_Length = (const thttp_header_Content_Length_t*)header;
+ return tsk_buffer_append_2(output, "%d", Content_Length->length);
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Content_Length_t *thttp_header_Content_Length_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Content_Length_t *hdr_clength = thttp_header_content_length_create(0);
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 68 "./src/headers/thttp_header_Content_Length.c" */
+static const char _thttp_machine_parser_header_Content_Length_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2
+};
+
+static const char _thttp_machine_parser_header_Content_Length_key_offsets[] = {
+ 0, 0, 2, 4, 6, 8, 10, 12,
+ 14, 15, 17, 19, 21, 23, 25, 27,
+ 30, 35, 36, 38, 42, 45, 46
+};
+
+static const char _thttp_machine_parser_header_Content_Length_trans_keys[] = {
+ 67, 99, 79, 111, 78, 110, 84, 116,
+ 69, 101, 78, 110, 84, 116, 45, 76,
+ 108, 69, 101, 78, 110, 71, 103, 84,
+ 116, 72, 104, 9, 32, 58, 9, 13,
+ 32, 48, 57, 10, 9, 32, 9, 32,
+ 48, 57, 13, 48, 57, 10, 0
+};
+
+static const char _thttp_machine_parser_header_Content_Length_single_lengths[] = {
+ 0, 2, 2, 2, 2, 2, 2, 2,
+ 1, 2, 2, 2, 2, 2, 2, 3,
+ 3, 1, 2, 2, 1, 1, 0
+};
+
+static const char _thttp_machine_parser_header_Content_Length_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 1, 0, 0, 1, 1, 0, 0
+};
+
+static const char _thttp_machine_parser_header_Content_Length_index_offsets[] = {
+ 0, 0, 3, 6, 9, 12, 15, 18,
+ 21, 23, 26, 29, 32, 35, 38, 41,
+ 45, 50, 52, 55, 59, 62, 64
+};
+
+static const char _thttp_machine_parser_header_Content_Length_indicies[] = {
+ 0, 0, 1, 2, 2, 1, 3, 3,
+ 1, 4, 4, 1, 5, 5, 1, 6,
+ 6, 1, 7, 7, 1, 8, 1, 9,
+ 9, 1, 10, 10, 1, 11, 11, 1,
+ 12, 12, 1, 13, 13, 1, 14, 14,
+ 1, 14, 14, 15, 1, 15, 16, 15,
+ 17, 1, 18, 1, 19, 19, 1, 19,
+ 19, 17, 1, 20, 21, 1, 22, 1,
+ 1, 0
+};
+
+static const char _thttp_machine_parser_header_Content_Length_trans_targs[] = {
+ 2, 0, 3, 4, 5, 6, 7, 8,
+ 9, 10, 11, 12, 13, 14, 15, 16,
+ 17, 20, 18, 19, 21, 20, 22
+};
+
+static const char _thttp_machine_parser_header_Content_Length_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 1, 0, 0, 3, 0, 5
+};
+
+static const int thttp_machine_parser_header_Content_Length_start = 1;
+static const int thttp_machine_parser_header_Content_Length_first_final = 22;
+static const int thttp_machine_parser_header_Content_Length_error = 0;
+
+static const int thttp_machine_parser_header_Content_Length_en_main = 1;
+
+
+/* #line 85 "./ragel/thttp_parser_header_Content_Length.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Content_Length_first_final);
+ (void)(thttp_machine_parser_header_Content_Length_error);
+ (void)(thttp_machine_parser_header_Content_Length_en_main);
+
+/* #line 143 "./src/headers/thttp_header_Content_Length.c" */
+ {
+ cs = thttp_machine_parser_header_Content_Length_start;
+ }
+
+/* #line 90 "./ragel/thttp_parser_header_Content_Length.rl" */
+
+/* #line 150 "./src/headers/thttp_header_Content_Length.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_Content_Length_trans_keys + _thttp_machine_parser_header_Content_Length_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_Content_Length_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_Content_Length_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_Content_Length_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_Content_Length_indicies[_trans];
+ cs = _thttp_machine_parser_header_Content_Length_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_Content_Length_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_Content_Length_actions + _thttp_machine_parser_header_Content_Length_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 38 "./ragel/thttp_parser_header_Content_Length.rl" */
+ {
+ tag_start = p;
+ }
+ break;
+ case 1:
+/* #line 42 "./ragel/thttp_parser_header_Content_Length.rl" */
+ {
+ TSK_PARSER_SET_INTEGER(hdr_clength->length);
+ }
+ break;
+ case 2:
+/* #line 46 "./ragel/thttp_parser_header_Content_Length.rl" */
+ {
+ }
+ break;
+/* #line 241 "./src/headers/thttp_header_Content_Length.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 91 "./ragel/thttp_parser_header_Content_Length.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 258 "./src/headers/thttp_header_Content_Length.c" */
+22
+/* #line 93 "./ragel/thttp_parser_header_Content_Length.rl" */
+ ){
+ TSK_OBJECT_SAFE_FREE(hdr_clength);
+ }
+
+ return hdr_clength;
+}
+
+
+
+
+
+
+
+//========================================================
+// Content_Length header object definition
+//
+
+static tsk_object_t* thttp_header_Content_Length_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Content_Length_t *Content_Length = self;
+ if(Content_Length){
+ Content_Length->length = va_arg(*app, uint32_t);
+
+ THTTP_HEADER(Content_Length)->type = thttp_htype_Content_Length;
+ THTTP_HEADER(Content_Length)->tostring = thttp_header_Content_Length_tostring;
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Content_Length header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Content_Length_dtor(tsk_object_t *self)
+{
+ thttp_header_Content_Length_t *Content_Length = self;
+ if(Content_Length){
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Content_Length));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Content_Length header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Content_Length_def_s =
+{
+ sizeof(thttp_header_Content_Length_t),
+ thttp_header_Content_Length_ctor,
+ thttp_header_Content_Length_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Content_Length_def_t = &thttp_header_Content_Length_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_Content_Type.c b/tinyHTTP/src/headers/thttp_header_Content_Type.c
new file mode 100644
index 0000000..dada2c7
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_Content_Type.c
@@ -0,0 +1,418 @@
+
+/* #line 1 "./ragel/thttp_parser_header_Content_Type.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Content_Type.c
+ * @brief HTTP Content-Type header.
+ */
+#include "tinyhttp/headers/thttp_header_Content_Type.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 73 "./ragel/thttp_parser_header_Content_Type.rl" */
+
+
+thttp_header_Content_Type_t* thttp_header_content_type_create(const char* type)
+{
+ return tsk_object_new(THTTP_HEADER_CONTENT_TYPE_VA_ARGS(type));
+}
+
+thttp_header_Content_Type_t* thttp_header_content_type_create_null()
+{
+ return thttp_header_content_type_create(tsk_null);
+}
+
+int thttp_header_Content_Type_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Content_Type_t *Content_Type = (const thttp_header_Content_Type_t*)header;
+ return tsk_buffer_append(output, Content_Type->type, tsk_strlen(Content_Type->type));
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Content_Type_t *thttp_header_Content_Type_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Content_Type_t *hdr_ctype = thttp_header_content_type_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 75 "./src/headers/thttp_header_Content_Type.c" */
+static const char _thttp_machine_parser_header_Content_Type_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2, 1,
+ 3
+};
+
+static const short _thttp_machine_parser_header_Content_Type_key_offsets[] = {
+ 0, 0, 2, 4, 6, 8, 10, 12,
+ 14, 15, 17, 19, 21, 23, 26, 43,
+ 44, 46, 62, 78, 82, 83, 85, 88,
+ 105, 106, 108, 124, 142, 146, 147, 149,
+ 152, 169, 170, 172, 188, 206, 210, 211,
+ 213, 216, 234, 235, 237, 255, 256, 258,
+ 261, 269, 270, 272, 276, 277, 283, 301
+};
+
+static const char _thttp_machine_parser_header_Content_Type_trans_keys[] = {
+ 67, 99, 79, 111, 78, 110, 84, 116,
+ 69, 101, 78, 110, 84, 116, 45, 84,
+ 116, 89, 121, 80, 112, 69, 101, 9,
+ 32, 58, 9, 13, 32, 33, 37, 39,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 9, 32, 9, 32,
+ 33, 37, 39, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 47, 126, 42, 43,
+ 45, 57, 65, 90, 95, 122, 9, 13,
+ 32, 47, 10, 9, 32, 9, 32, 47,
+ 9, 13, 32, 33, 37, 39, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 9, 32, 9, 32, 33, 37,
+ 39, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 59, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 59, 10, 9, 32, 9, 32, 59,
+ 9, 13, 32, 33, 37, 39, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 9, 32, 9, 32, 33, 37,
+ 39, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 61, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 61, 10, 9, 32, 9, 32, 61,
+ 9, 13, 32, 33, 34, 37, 39, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 9, 32, 9, 13, 32,
+ 33, 34, 37, 39, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 9, 32, 9, 32, 34, 13, 34, 92,
+ 127, 0, 8, 10, 31, 10, 9, 32,
+ 9, 13, 32, 59, 10, 0, 9, 11,
+ 12, 14, 127, 9, 13, 32, 33, 37,
+ 39, 59, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 0
+};
+
+static const char _thttp_machine_parser_header_Content_Type_single_lengths[] = {
+ 0, 2, 2, 2, 2, 2, 2, 2,
+ 1, 2, 2, 2, 2, 3, 7, 1,
+ 2, 6, 8, 4, 1, 2, 3, 7,
+ 1, 2, 6, 8, 4, 1, 2, 3,
+ 7, 1, 2, 6, 8, 4, 1, 2,
+ 3, 8, 1, 2, 8, 1, 2, 3,
+ 4, 1, 2, 4, 1, 0, 8, 0
+};
+
+static const char _thttp_machine_parser_header_Content_Type_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 5, 0,
+ 0, 5, 4, 0, 0, 0, 0, 5,
+ 0, 0, 5, 5, 0, 0, 0, 0,
+ 5, 0, 0, 5, 5, 0, 0, 0,
+ 0, 5, 0, 0, 5, 0, 0, 0,
+ 2, 0, 0, 0, 0, 3, 5, 0
+};
+
+static const short _thttp_machine_parser_header_Content_Type_index_offsets[] = {
+ 0, 0, 3, 6, 9, 12, 15, 18,
+ 21, 23, 26, 29, 32, 35, 39, 52,
+ 54, 57, 69, 82, 87, 89, 92, 96,
+ 109, 111, 114, 126, 140, 145, 147, 150,
+ 154, 167, 169, 172, 184, 198, 203, 205,
+ 208, 212, 226, 228, 231, 245, 247, 250,
+ 254, 261, 263, 266, 271, 273, 277, 291
+};
+
+static const char _thttp_machine_parser_header_Content_Type_indicies[] = {
+ 0, 0, 1, 2, 2, 1, 3, 3,
+ 1, 4, 4, 1, 5, 5, 1, 6,
+ 6, 1, 7, 7, 1, 8, 1, 9,
+ 9, 1, 10, 10, 1, 11, 11, 1,
+ 12, 12, 1, 12, 12, 13, 1, 13,
+ 14, 13, 15, 15, 15, 15, 15, 15,
+ 15, 15, 15, 1, 16, 1, 17, 17,
+ 1, 17, 17, 15, 15, 15, 15, 15,
+ 15, 15, 15, 15, 1, 18, 19, 18,
+ 20, 20, 20, 21, 20, 20, 20, 20,
+ 20, 1, 18, 19, 18, 21, 1, 22,
+ 1, 23, 23, 1, 23, 23, 21, 1,
+ 21, 24, 21, 25, 25, 25, 25, 25,
+ 25, 25, 25, 25, 1, 26, 1, 27,
+ 27, 1, 27, 27, 25, 25, 25, 25,
+ 25, 25, 25, 25, 25, 1, 28, 29,
+ 28, 25, 25, 25, 30, 25, 25, 25,
+ 25, 25, 25, 1, 31, 32, 31, 33,
+ 1, 34, 1, 35, 35, 1, 35, 35,
+ 33, 1, 33, 36, 33, 37, 37, 37,
+ 37, 37, 37, 37, 37, 37, 1, 38,
+ 1, 39, 39, 1, 39, 39, 37, 37,
+ 37, 37, 37, 37, 37, 37, 37, 1,
+ 40, 41, 40, 42, 42, 42, 43, 42,
+ 42, 42, 42, 42, 42, 1, 40, 41,
+ 40, 43, 1, 44, 1, 45, 45, 1,
+ 45, 45, 43, 1, 43, 46, 43, 47,
+ 48, 47, 47, 47, 47, 47, 47, 47,
+ 47, 1, 49, 1, 50, 50, 1, 50,
+ 51, 50, 47, 48, 47, 47, 47, 47,
+ 47, 47, 47, 47, 1, 52, 1, 53,
+ 53, 1, 53, 53, 48, 1, 54, 55,
+ 56, 1, 1, 1, 48, 57, 1, 48,
+ 48, 1, 58, 59, 58, 60, 1, 61,
+ 1, 48, 48, 48, 1, 58, 59, 58,
+ 47, 47, 47, 60, 47, 47, 47, 47,
+ 47, 47, 1, 1, 0
+};
+
+static const char _thttp_machine_parser_header_Content_Type_trans_targs[] = {
+ 2, 0, 3, 4, 5, 6, 7, 8,
+ 9, 10, 11, 12, 13, 14, 15, 18,
+ 16, 17, 19, 20, 18, 23, 21, 22,
+ 24, 27, 25, 26, 28, 52, 32, 28,
+ 29, 32, 30, 31, 33, 36, 34, 35,
+ 37, 38, 36, 41, 39, 40, 42, 54,
+ 48, 43, 44, 45, 46, 47, 49, 51,
+ 53, 50, 28, 52, 32, 55
+};
+
+static const char _thttp_machine_parser_header_Content_Type_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 1,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 3, 3, 3, 0,
+ 0, 0, 0, 0, 0, 1, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 5, 5, 5, 7
+};
+
+static const int thttp_machine_parser_header_Content_Type_start = 1;
+static const int thttp_machine_parser_header_Content_Type_first_final = 55;
+static const int thttp_machine_parser_header_Content_Type_error = 0;
+
+static const int thttp_machine_parser_header_Content_Type_en_main = 1;
+
+
+/* #line 109 "./ragel/thttp_parser_header_Content_Type.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Content_Type_first_final);
+ (void)(thttp_machine_parser_header_Content_Type_error);
+ (void)(thttp_machine_parser_header_Content_Type_en_main);
+
+/* #line 237 "./src/headers/thttp_header_Content_Type.c" */
+ {
+ cs = thttp_machine_parser_header_Content_Type_start;
+ }
+
+/* #line 114 "./ragel/thttp_parser_header_Content_Type.rl" */
+
+/* #line 244 "./src/headers/thttp_header_Content_Type.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_Content_Type_trans_keys + _thttp_machine_parser_header_Content_Type_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_Content_Type_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_Content_Type_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_Content_Type_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_Content_Type_indicies[_trans];
+ cs = _thttp_machine_parser_header_Content_Type_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_Content_Type_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_Content_Type_actions + _thttp_machine_parser_header_Content_Type_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 40 "./ragel/thttp_parser_header_Content_Type.rl" */
+ {
+ tag_start = p;
+ }
+ break;
+ case 1:
+/* #line 44 "./ragel/thttp_parser_header_Content_Type.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_ctype->type);
+ }
+ break;
+ case 2:
+/* #line 48 "./ragel/thttp_parser_header_Content_Type.rl" */
+ {
+ TSK_PARSER_ADD_PARAM(THTTP_HEADER_PARAMS(hdr_ctype));
+ }
+ break;
+ case 3:
+/* #line 52 "./ragel/thttp_parser_header_Content_Type.rl" */
+ {
+ }
+ break;
+/* #line 341 "./src/headers/thttp_header_Content_Type.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 115 "./ragel/thttp_parser_header_Content_Type.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 358 "./src/headers/thttp_header_Content_Type.c" */
+55
+/* #line 117 "./ragel/thttp_parser_header_Content_Type.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse Content-Type header.");
+ TSK_OBJECT_SAFE_FREE(hdr_ctype);
+ }
+
+ return hdr_ctype;
+}
+
+
+
+
+
+
+
+//========================================================
+// Content_Type header object definition
+//
+
+/**@ingroup thttp_header_Content_Type_group
+*/
+static tsk_object_t* thttp_header_Content_Type_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Content_Type_t *Content_Type = self;
+ if(Content_Type){
+ THTTP_HEADER(Content_Type)->type = thttp_htype_Content_Type;
+ THTTP_HEADER(Content_Type)->tostring = thttp_header_Content_Type_tostring;
+
+ Content_Type->type = tsk_strdup( va_arg(*app, const char*) );
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Content_Type header.");
+ }
+ return self;
+}
+
+/**@ingroup thttp_header_Content_Type_group
+*/
+static tsk_object_t* thttp_header_Content_Type_dtor(tsk_object_t *self)
+{
+ thttp_header_Content_Type_t *Content_Type = self;
+ if(Content_Type){
+ TSK_FREE(Content_Type->type);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Content_Type));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Content_Type header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Content_Type_def_s =
+{
+ sizeof(thttp_header_Content_Type_t),
+ thttp_header_Content_Type_ctor,
+ thttp_header_Content_Type_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Content_Type_def_t = &thttp_header_Content_Type_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_Dummy.c b/tinyHTTP/src/headers/thttp_header_Dummy.c
new file mode 100644
index 0000000..044a4ab
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_Dummy.c
@@ -0,0 +1,328 @@
+
+/* #line 1 "./ragel/thttp_parser_header_Dummy.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Dummy.c
+ * @brief HTTP 'Dummy' header.
+ *
+ */
+#include "tinyhttp/headers/thttp_header_Dummy.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 63 "./ragel/thttp_parser_header_Dummy.rl" */
+
+
+thttp_header_Dummy_t* thttp_header_dummy_create(const char* name, const char* value)
+{
+ return tsk_object_new(THTTP_HEADER_DUMMY_VA_ARGS(name, value));
+}
+
+thttp_header_Dummy_t* thttp_header_dummy_create_null()
+{
+ return thttp_header_dummy_create(tsk_null, tsk_null);
+}
+
+
+int thttp_header_Dummy_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Dummy_t *Dummy = (const thttp_header_Dummy_t*)header;
+ if(Dummy->value){
+ return tsk_buffer_append(output, Dummy->value, tsk_strlen(Dummy->value));
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Dummy_t *thttp_header_Dummy_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Dummy_t *hdr_Dummy = thttp_header_dummy_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 82 "./src/headers/thttp_header_Dummy.c" */
+static const char _thttp_machine_parser_header_Dummy_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2, 1,
+ 3, 2, 0, 2
+};
+
+static const char _thttp_machine_parser_header_Dummy_key_offsets[] = {
+ 0, 0, 14, 31, 34, 37, 38, 39,
+ 40, 42, 45
+};
+
+static const char _thttp_machine_parser_header_Dummy_trans_keys[] = {
+ 33, 37, 39, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 58, 9, 13, 32, 13, 10, 10,
+ 9, 32, 9, 13, 32, 0
+};
+
+static const char _thttp_machine_parser_header_Dummy_single_lengths[] = {
+ 0, 4, 7, 3, 3, 1, 1, 1,
+ 2, 3, 0
+};
+
+static const char _thttp_machine_parser_header_Dummy_range_lengths[] = {
+ 0, 5, 5, 0, 0, 0, 0, 0,
+ 0, 0, 0
+};
+
+static const char _thttp_machine_parser_header_Dummy_index_offsets[] = {
+ 0, 0, 10, 23, 27, 31, 33, 35,
+ 37, 40, 44
+};
+
+static const char _thttp_machine_parser_header_Dummy_indicies[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 1, 2, 2, 3, 3, 3, 4,
+ 3, 3, 3, 3, 3, 3, 1, 5,
+ 5, 6, 1, 6, 8, 6, 7, 10,
+ 9, 11, 1, 12, 1, 13, 13, 1,
+ 13, 14, 13, 7, 1, 0
+};
+
+static const char _thttp_machine_parser_header_Dummy_trans_targs[] = {
+ 2, 0, 3, 2, 4, 3, 4, 5,
+ 7, 5, 6, 10, 8, 9, 6
+};
+
+static const char _thttp_machine_parser_header_Dummy_trans_actions[] = {
+ 1, 0, 3, 0, 3, 0, 0, 1,
+ 0, 0, 5, 7, 0, 0, 9
+};
+
+static const int thttp_machine_parser_header_Dummy_start = 1;
+static const int thttp_machine_parser_header_Dummy_first_final = 10;
+static const int thttp_machine_parser_header_Dummy_error = 0;
+
+static const int thttp_machine_parser_header_Dummy_en_main = 1;
+
+
+/* #line 103 "./ragel/thttp_parser_header_Dummy.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Dummy_first_final);
+ (void)(thttp_machine_parser_header_Dummy_error);
+ (void)(thttp_machine_parser_header_Dummy_en_main);
+
+/* #line 149 "./src/headers/thttp_header_Dummy.c" */
+ {
+ cs = thttp_machine_parser_header_Dummy_start;
+ }
+
+/* #line 108 "./ragel/thttp_parser_header_Dummy.rl" */
+
+/* #line 156 "./src/headers/thttp_header_Dummy.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_Dummy_trans_keys + _thttp_machine_parser_header_Dummy_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_Dummy_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_Dummy_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_Dummy_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_Dummy_indicies[_trans];
+ cs = _thttp_machine_parser_header_Dummy_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_Dummy_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_Dummy_actions + _thttp_machine_parser_header_Dummy_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 43 "./ragel/thttp_parser_header_Dummy.rl" */
+ {
+ tag_start = p;
+ }
+ break;
+ case 1:
+/* #line 47 "./ragel/thttp_parser_header_Dummy.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Dummy->name);
+ }
+ break;
+ case 2:
+/* #line 51 "./ragel/thttp_parser_header_Dummy.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Dummy->value);
+ }
+ break;
+ case 3:
+/* #line 55 "./ragel/thttp_parser_header_Dummy.rl" */
+ {
+ }
+ break;
+/* #line 253 "./src/headers/thttp_header_Dummy.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 109 "./ragel/thttp_parser_header_Dummy.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 270 "./src/headers/thttp_header_Dummy.c" */
+10
+/* #line 111 "./ragel/thttp_parser_header_Dummy.rl" */
+ ){
+ TSK_OBJECT_SAFE_FREE(hdr_Dummy);
+ }
+
+ return hdr_Dummy;
+}
+
+
+
+
+
+
+
+//========================================================
+// Dummy header object definition
+//
+
+static tsk_object_t* thttp_header_Dummy_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Dummy_t *Dummy = self;
+ if(Dummy){
+ THTTP_HEADER(Dummy)->type = thttp_htype_Dummy;
+ THTTP_HEADER(Dummy)->tostring = thttp_header_Dummy_tostring;
+
+ Dummy->name = tsk_strdup(va_arg(*app, const char*));
+ Dummy->value = tsk_strdup(va_arg(*app, const char*));
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Dummy header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Dummy_dtor(tsk_object_t *self)
+{
+ thttp_header_Dummy_t *Dummy = self;
+ if(Dummy){
+ TSK_FREE(Dummy->name);
+ TSK_FREE(Dummy->value);
+
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Dummy));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Dummy header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Dummy_def_s =
+{
+ sizeof(thttp_header_Dummy_t),
+ thttp_header_Dummy_ctor,
+ thttp_header_Dummy_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Dummy_def_t = &thttp_header_Dummy_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_ETag.c b/tinyHTTP/src/headers/thttp_header_ETag.c
new file mode 100644
index 0000000..021487e
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_ETag.c
@@ -0,0 +1,344 @@
+
+/* #line 1 "./ragel/thttp_parser_header_ETag.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_ETag.c
+ * @brief HTTP 'Etag' header.
+ */
+#include "tinyhttp/headers/thttp_header_ETag.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 67 "./ragel/thttp_parser_header_ETag.rl" */
+
+
+thttp_header_ETag_t* thttp_header_etag_create(const char* value)
+{
+ return tsk_object_new(THTTP_HEADER_ETAG_VA_ARGS(value));
+}
+
+thttp_header_ETag_t* thttp_header_etag_create_null()
+{
+ return thttp_header_etag_create(tsk_null);
+}
+
+
+int thttp_header_ETag_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_ETag_t *ETag = (const thttp_header_ETag_t*)header;
+ if(ETag->value){
+ return tsk_buffer_append_2(output, "%s\"%s\"",
+ ETag->isWeak ? "W/" : "",
+ ETag->value);
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_ETag_t *thttp_header_ETag_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_ETag_t *hdr_ETag = thttp_header_etag_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 83 "./src/headers/thttp_header_ETag.c" */
+static const char _thttp_machine_parser_header_ETag_actions[] = {
+ 0, 1, 0, 1, 2, 1, 3, 2,
+ 1, 0
+};
+
+static const char _thttp_machine_parser_header_ETag_key_offsets[] = {
+ 0, 0, 2, 4, 6, 8, 11, 17,
+ 18, 20, 26, 27, 29, 32, 40, 41,
+ 43, 44, 45, 51, 52, 56, 60
+};
+
+static const unsigned char _thttp_machine_parser_header_ETag_trans_keys[] = {
+ 69u, 101u, 84u, 116u, 65u, 97u, 71u, 103u,
+ 9u, 32u, 58u, 9u, 13u, 32u, 34u, 87u,
+ 119u, 10u, 9u, 32u, 9u, 13u, 32u, 34u,
+ 87u, 119u, 10u, 9u, 32u, 9u, 32u, 34u,
+ 13u, 34u, 92u, 127u, 0u, 8u, 10u, 31u,
+ 10u, 9u, 32u, 13u, 10u, 0u, 9u, 11u,
+ 12u, 14u, 127u, 47u, 9u, 13u, 32u, 34u,
+ 9u, 13u, 32u, 34u, 0
+};
+
+static const char _thttp_machine_parser_header_ETag_single_lengths[] = {
+ 0, 2, 2, 2, 2, 3, 6, 1,
+ 2, 6, 1, 2, 3, 4, 1, 2,
+ 1, 1, 0, 1, 4, 4, 0
+};
+
+static const char _thttp_machine_parser_header_ETag_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 2, 0, 0,
+ 0, 0, 3, 0, 0, 0, 0
+};
+
+static const char _thttp_machine_parser_header_ETag_index_offsets[] = {
+ 0, 0, 3, 6, 9, 12, 16, 23,
+ 25, 28, 35, 37, 40, 44, 51, 53,
+ 56, 58, 60, 64, 66, 71, 76
+};
+
+static const char _thttp_machine_parser_header_ETag_indicies[] = {
+ 0, 0, 1, 2, 2, 1, 3, 3,
+ 1, 4, 4, 1, 4, 4, 5, 1,
+ 6, 7, 6, 8, 9, 9, 1, 10,
+ 1, 11, 11, 1, 12, 13, 12, 8,
+ 9, 9, 1, 14, 1, 15, 15, 1,
+ 15, 15, 16, 1, 17, 18, 19, 1,
+ 1, 1, 16, 20, 1, 16, 16, 1,
+ 21, 1, 22, 1, 16, 16, 16, 1,
+ 23, 1, 24, 25, 24, 26, 1, 27,
+ 28, 27, 16, 1, 1, 0
+};
+
+static const char _thttp_machine_parser_header_ETag_trans_targs[] = {
+ 2, 0, 3, 4, 5, 6, 6, 7,
+ 13, 19, 8, 9, 9, 10, 11, 12,
+ 13, 14, 16, 18, 15, 17, 22, 20,
+ 21, 10, 13, 21, 10
+};
+
+static const char _thttp_machine_parser_header_ETag_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 1, 1,
+ 1, 0, 0, 0, 1, 1, 0, 0,
+ 0, 0, 0, 0, 0, 3, 5, 0,
+ 7, 7, 7, 0, 0
+};
+
+static const int thttp_machine_parser_header_ETag_start = 1;
+static const int thttp_machine_parser_header_ETag_first_final = 22;
+static const int thttp_machine_parser_header_ETag_error = 0;
+
+static const int thttp_machine_parser_header_ETag_en_main = 1;
+
+
+/* #line 109 "./ragel/thttp_parser_header_ETag.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_ETag_first_final);
+ (void)(thttp_machine_parser_header_ETag_error);
+ (void)(thttp_machine_parser_header_ETag_en_main);
+
+/* #line 164 "./src/headers/thttp_header_ETag.c" */
+ {
+ cs = thttp_machine_parser_header_ETag_start;
+ }
+
+/* #line 114 "./ragel/thttp_parser_header_ETag.rl" */
+
+/* #line 171 "./src/headers/thttp_header_ETag.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const unsigned char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_ETag_trans_keys + _thttp_machine_parser_header_ETag_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_ETag_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_ETag_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const unsigned char *_lower = _keys;
+ const unsigned char *_mid;
+ const unsigned char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_ETag_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const unsigned char *_lower = _keys;
+ const unsigned char *_mid;
+ const unsigned char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_ETag_indicies[_trans];
+ cs = _thttp_machine_parser_header_ETag_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_ETag_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_ETag_actions + _thttp_machine_parser_header_ETag_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 43 "./ragel/thttp_parser_header_ETag.rl" */
+ {
+ tag_start = p;
+ }
+ break;
+ case 1:
+/* #line 47 "./ragel/thttp_parser_header_ETag.rl" */
+ {
+ hdr_ETag->isWeak = tsk_true;
+ }
+ break;
+ case 2:
+/* #line 51 "./ragel/thttp_parser_header_ETag.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_ETag->value);
+ tsk_strunquote(&hdr_ETag->value);
+ }
+ break;
+ case 3:
+/* #line 56 "./ragel/thttp_parser_header_ETag.rl" */
+ {
+ }
+ break;
+/* #line 269 "./src/headers/thttp_header_ETag.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 115 "./ragel/thttp_parser_header_ETag.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 286 "./src/headers/thttp_header_ETag.c" */
+22
+/* #line 117 "./ragel/thttp_parser_header_ETag.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse ETag header.");
+ TSK_OBJECT_SAFE_FREE(hdr_ETag);
+ }
+
+ return hdr_ETag;
+}
+
+
+
+
+
+
+
+//========================================================
+// ETag header object definition
+//
+
+static tsk_object_t* thttp_header_ETag_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_ETag_t *ETag = self;
+ if(ETag){
+ THTTP_HEADER(ETag)->type = thttp_htype_ETag;
+ THTTP_HEADER(ETag)->tostring = thttp_header_ETag_tostring;
+
+ ETag->value = tsk_strdup(va_arg(*app, const char*));
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new ETag header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_ETag_dtor(tsk_object_t *self)
+{
+ thttp_header_ETag_t *ETag = self;
+ if(ETag)
+ {
+ TSK_FREE(ETag->value);
+
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(ETag));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null ETag header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_ETag_def_s =
+{
+ sizeof(thttp_header_ETag_t),
+ thttp_header_ETag_ctor,
+ thttp_header_ETag_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_ETag_def_t = &thttp_header_ETag_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Accept.c b/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Accept.c
new file mode 100644
index 0000000..2ce0c75
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Accept.c
@@ -0,0 +1,341 @@
+
+/* #line 1 "./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Accept.c
+ * @brief WebSocket "Sec-WebSocket-Accept" header.
+ */
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Accept.h"
+
+#include "tsk_debug.h"
+
+#include <string.h>
+
+
+/* #line 46 "./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl" */
+
+
+thttp_header_Sec_WebSocket_Accept_t* thttp_header_Sec_WebSocket_Accept_create(const char* value)
+{
+ return tsk_object_new(THTTP_HEADER_SEC_WEBSOCKET_ACCEPT_VA_ARGS(value));
+}
+
+thttp_header_Sec_WebSocket_Accept_t* thttp_header_Sec_WebSocket_Accept_create_null()
+{
+ return thttp_header_Sec_WebSocket_Accept_create(tsk_null);
+}
+
+
+int thttp_header_Sec_WebSocket_Accept_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Sec_WebSocket_Accept_t *Sec_WebSocket_Accept = (const thttp_header_Sec_WebSocket_Accept_t*)header;
+ if(Sec_WebSocket_Accept->value){
+ return tsk_buffer_append(output, Sec_WebSocket_Accept->value, tsk_strlen(Sec_WebSocket_Accept->value));
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+thttp_header_Sec_WebSocket_Accept_t *thttp_header_Sec_WebSocket_Accept_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Sec_WebSocket_Accept_t *hdr_Sec_WebSocket_Accept = thttp_header_Sec_WebSocket_Accept_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 73 "./src/headers/thttp_header_Sec_WebSocket_Accept.c" */
+static const char _thttp_machine_parser_header_Sec_WebSocket_Accept_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Accept_key_offsets[] = {
+ 0, 0, 2, 4, 6, 7, 9, 11,
+ 13, 15, 17, 19, 21, 23, 25, 26,
+ 28, 30, 32, 34, 36, 38, 41, 51,
+ 52, 54, 63, 70, 78, 86, 94, 95,
+ 96, 97
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Accept_trans_keys[] = {
+ 83, 115, 69, 101, 67, 99, 45, 87,
+ 119, 69, 101, 66, 98, 83, 115, 79,
+ 111, 67, 99, 75, 107, 69, 101, 84,
+ 116, 45, 65, 97, 67, 99, 67, 99,
+ 69, 101, 80, 112, 84, 116, 9, 32,
+ 58, 9, 13, 32, 43, 47, 57, 65,
+ 90, 97, 122, 10, 9, 32, 9, 32,
+ 43, 47, 57, 65, 90, 97, 122, 43,
+ 47, 57, 65, 90, 97, 122, 43, 61,
+ 47, 57, 65, 90, 97, 122, 43, 61,
+ 47, 57, 65, 90, 97, 122, 13, 43,
+ 47, 57, 65, 90, 97, 122, 10, 13,
+ 61, 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Accept_single_lengths[] = {
+ 0, 2, 2, 2, 1, 2, 2, 2,
+ 2, 2, 2, 2, 2, 2, 1, 2,
+ 2, 2, 2, 2, 2, 3, 4, 1,
+ 2, 3, 1, 2, 2, 2, 1, 1,
+ 1, 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Accept_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 3, 0,
+ 0, 3, 3, 3, 3, 3, 0, 0,
+ 0, 0
+};
+
+static const unsigned char _thttp_machine_parser_header_Sec_WebSocket_Accept_index_offsets[] = {
+ 0, 0, 3, 6, 9, 11, 14, 17,
+ 20, 23, 26, 29, 32, 35, 38, 40,
+ 43, 46, 49, 52, 55, 58, 62, 70,
+ 72, 75, 82, 87, 93, 99, 105, 107,
+ 109, 111
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Accept_indicies[] = {
+ 0, 0, 1, 2, 2, 1, 3, 3,
+ 1, 4, 1, 5, 5, 1, 6, 6,
+ 1, 7, 7, 1, 8, 8, 1, 9,
+ 9, 1, 10, 10, 1, 11, 11, 1,
+ 12, 12, 1, 13, 13, 1, 14, 1,
+ 15, 15, 1, 16, 16, 1, 17, 17,
+ 1, 18, 18, 1, 19, 19, 1, 20,
+ 20, 1, 20, 20, 21, 1, 21, 22,
+ 21, 23, 23, 23, 23, 1, 24, 1,
+ 25, 25, 1, 25, 25, 23, 23, 23,
+ 23, 1, 26, 26, 26, 26, 1, 27,
+ 28, 27, 27, 27, 1, 29, 30, 29,
+ 29, 29, 1, 31, 32, 32, 32, 32,
+ 1, 33, 1, 31, 1, 30, 1, 1,
+ 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Accept_trans_targs[] = {
+ 2, 0, 3, 4, 5, 6, 7, 8,
+ 9, 10, 11, 12, 13, 14, 15, 16,
+ 17, 18, 19, 20, 21, 22, 23, 26,
+ 24, 25, 27, 28, 32, 29, 31, 30,
+ 26, 33
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Accept_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 1,
+ 0, 0, 0, 0, 0, 0, 0, 5,
+ 0, 3
+};
+
+static const int thttp_machine_parser_header_Sec_WebSocket_Accept_start = 1;
+static const int thttp_machine_parser_header_Sec_WebSocket_Accept_first_final = 33;
+static const int thttp_machine_parser_header_Sec_WebSocket_Accept_error = 0;
+
+static const int thttp_machine_parser_header_Sec_WebSocket_Accept_en_main = 1;
+
+
+/* #line 84 "./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Accept_first_final);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Accept_error);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Accept_en_main);
+
+/* #line 173 "./src/headers/thttp_header_Sec_WebSocket_Accept.c" */
+ {
+ cs = thttp_machine_parser_header_Sec_WebSocket_Accept_start;
+ }
+
+/* #line 89 "./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl" */
+
+/* #line 180 "./src/headers/thttp_header_Sec_WebSocket_Accept.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_Sec_WebSocket_Accept_trans_keys + _thttp_machine_parser_header_Sec_WebSocket_Accept_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_Sec_WebSocket_Accept_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_Sec_WebSocket_Accept_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_Sec_WebSocket_Accept_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_Sec_WebSocket_Accept_indicies[_trans];
+ cs = _thttp_machine_parser_header_Sec_WebSocket_Accept_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_Sec_WebSocket_Accept_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_Sec_WebSocket_Accept_actions + _thttp_machine_parser_header_Sec_WebSocket_Accept_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 37 "./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl" */
+ { tag_start = p; }
+ break;
+ case 1:
+/* #line 38 "./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl" */
+ { }
+ break;
+ case 2:
+/* #line 40 "./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Sec_WebSocket_Accept->value);
+ }
+ break;
+/* #line 268 "./src/headers/thttp_header_Sec_WebSocket_Accept.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 90 "./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 285 "./src/headers/thttp_header_Sec_WebSocket_Accept.c" */
+33
+/* #line 92 "./ragel/thttp_parser_header_Sec_WebSocket_Accept.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse Sec-WebSocket-Accept header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Sec_WebSocket_Accept);
+ }
+
+ return hdr_Sec_WebSocket_Accept;
+}
+
+
+
+
+
+
+
+//========================================================
+// Sec_WebSocket_Accept header object definition
+//
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Accept_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Sec_WebSocket_Accept_t *Sec_WebSocket_Accept = self;
+ if(Sec_WebSocket_Accept){
+ THTTP_HEADER(Sec_WebSocket_Accept)->type = thttp_htype_Sec_WebSocket_Accept;
+ THTTP_HEADER(Sec_WebSocket_Accept)->tostring = thttp_header_Sec_WebSocket_Accept_tostring;
+
+ Sec_WebSocket_Accept->value = tsk_strdup(va_arg(*app, const char*));
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Sec-WebSocket-Accept header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Accept_dtor(tsk_object_t *self)
+{
+ thttp_header_Sec_WebSocket_Accept_t *Sec_WebSocket_Accept = self;
+ if(Sec_WebSocket_Accept){
+ TSK_FREE(Sec_WebSocket_Accept->value);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Sec_WebSocket_Accept));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Sec_WebSocket_Accept header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Sec_WebSocket_Accept_def_s =
+{
+ sizeof(thttp_header_Sec_WebSocket_Accept_t),
+ thttp_header_Sec_WebSocket_Accept_ctor,
+ thttp_header_Sec_WebSocket_Accept_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Sec_WebSocket_Accept_def_t = &thttp_header_Sec_WebSocket_Accept_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Key.c b/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Key.c
new file mode 100644
index 0000000..2041a92
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Key.c
@@ -0,0 +1,332 @@
+
+/* #line 1 "./ragel/thttp_parser_header_Sec_WebSocket_Key.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Key.c
+ * @brief WebSocket "Sec-WebSocket-Key" header.
+ */
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Key.h"
+
+#include "tsk_debug.h"
+
+#include <string.h>
+
+
+/* #line 46 "./ragel/thttp_parser_header_Sec_WebSocket_Key.rl" */
+
+
+thttp_header_Sec_WebSocket_Key_t* thttp_header_Sec_WebSocket_Key_create(const char* value)
+{
+ return tsk_object_new(THTTP_HEADER_SEC_WEBSOCKET_KEY_VA_ARGS(value));
+}
+
+thttp_header_Sec_WebSocket_Key_t* thttp_header_Sec_WebSocket_Key_create_null()
+{
+ return thttp_header_Sec_WebSocket_Key_create(tsk_null);
+}
+
+
+int thttp_header_Sec_WebSocket_Key_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Sec_WebSocket_Key_t *Sec_WebSocket_Key = (const thttp_header_Sec_WebSocket_Key_t*)header;
+ if(Sec_WebSocket_Key->value){
+ return tsk_buffer_append(output, Sec_WebSocket_Key->value, tsk_strlen(Sec_WebSocket_Key->value));
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+thttp_header_Sec_WebSocket_Key_t *thttp_header_Sec_WebSocket_Key_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Sec_WebSocket_Key_t *hdr_Sec_WebSocket_Key = thttp_header_Sec_WebSocket_Key_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 73 "./src/headers/thttp_header_Sec_WebSocket_Key.c" */
+static const char _thttp_machine_parser_header_Sec_WebSocket_Key_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Key_key_offsets[] = {
+ 0, 0, 2, 4, 6, 7, 9, 11,
+ 13, 15, 17, 19, 21, 23, 25, 26,
+ 28, 30, 32, 35, 45, 46, 48, 57,
+ 64, 72, 80, 88, 89, 90, 91
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Key_trans_keys[] = {
+ 83, 115, 69, 101, 67, 99, 45, 87,
+ 119, 69, 101, 66, 98, 83, 115, 79,
+ 111, 67, 99, 75, 107, 69, 101, 84,
+ 116, 45, 75, 107, 69, 101, 89, 121,
+ 9, 32, 58, 9, 13, 32, 43, 47,
+ 57, 65, 90, 97, 122, 10, 9, 32,
+ 9, 32, 43, 47, 57, 65, 90, 97,
+ 122, 43, 47, 57, 65, 90, 97, 122,
+ 43, 61, 47, 57, 65, 90, 97, 122,
+ 43, 61, 47, 57, 65, 90, 97, 122,
+ 13, 43, 47, 57, 65, 90, 97, 122,
+ 10, 13, 61, 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Key_single_lengths[] = {
+ 0, 2, 2, 2, 1, 2, 2, 2,
+ 2, 2, 2, 2, 2, 2, 1, 2,
+ 2, 2, 3, 4, 1, 2, 3, 1,
+ 2, 2, 2, 1, 1, 1, 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Key_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 3, 0, 0, 3, 3,
+ 3, 3, 3, 0, 0, 0, 0
+};
+
+static const unsigned char _thttp_machine_parser_header_Sec_WebSocket_Key_index_offsets[] = {
+ 0, 0, 3, 6, 9, 11, 14, 17,
+ 20, 23, 26, 29, 32, 35, 38, 40,
+ 43, 46, 49, 53, 61, 63, 66, 73,
+ 78, 84, 90, 96, 98, 100, 102
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Key_indicies[] = {
+ 0, 0, 1, 2, 2, 1, 3, 3,
+ 1, 4, 1, 5, 5, 1, 6, 6,
+ 1, 7, 7, 1, 8, 8, 1, 9,
+ 9, 1, 10, 10, 1, 11, 11, 1,
+ 12, 12, 1, 13, 13, 1, 14, 1,
+ 15, 15, 1, 16, 16, 1, 17, 17,
+ 1, 17, 17, 18, 1, 18, 19, 18,
+ 20, 20, 20, 20, 1, 21, 1, 22,
+ 22, 1, 22, 22, 20, 20, 20, 20,
+ 1, 23, 23, 23, 23, 1, 24, 25,
+ 24, 24, 24, 1, 26, 27, 26, 26,
+ 26, 1, 28, 29, 29, 29, 29, 1,
+ 30, 1, 28, 1, 27, 1, 1, 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Key_trans_targs[] = {
+ 2, 0, 3, 4, 5, 6, 7, 8,
+ 9, 10, 11, 12, 13, 14, 15, 16,
+ 17, 18, 19, 20, 23, 21, 22, 24,
+ 25, 29, 26, 28, 27, 23, 30
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Key_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 1, 0, 0, 0,
+ 0, 0, 0, 0, 5, 0, 3
+};
+
+static const int thttp_machine_parser_header_Sec_WebSocket_Key_start = 1;
+static const int thttp_machine_parser_header_Sec_WebSocket_Key_first_final = 30;
+static const int thttp_machine_parser_header_Sec_WebSocket_Key_error = 0;
+
+static const int thttp_machine_parser_header_Sec_WebSocket_Key_en_main = 1;
+
+
+/* #line 84 "./ragel/thttp_parser_header_Sec_WebSocket_Key.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Key_first_final);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Key_error);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Key_en_main);
+
+/* #line 164 "./src/headers/thttp_header_Sec_WebSocket_Key.c" */
+ {
+ cs = thttp_machine_parser_header_Sec_WebSocket_Key_start;
+ }
+
+/* #line 89 "./ragel/thttp_parser_header_Sec_WebSocket_Key.rl" */
+
+/* #line 171 "./src/headers/thttp_header_Sec_WebSocket_Key.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_Sec_WebSocket_Key_trans_keys + _thttp_machine_parser_header_Sec_WebSocket_Key_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_Sec_WebSocket_Key_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_Sec_WebSocket_Key_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_Sec_WebSocket_Key_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_Sec_WebSocket_Key_indicies[_trans];
+ cs = _thttp_machine_parser_header_Sec_WebSocket_Key_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_Sec_WebSocket_Key_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_Sec_WebSocket_Key_actions + _thttp_machine_parser_header_Sec_WebSocket_Key_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 37 "./ragel/thttp_parser_header_Sec_WebSocket_Key.rl" */
+ { tag_start = p; }
+ break;
+ case 1:
+/* #line 38 "./ragel/thttp_parser_header_Sec_WebSocket_Key.rl" */
+ { }
+ break;
+ case 2:
+/* #line 40 "./ragel/thttp_parser_header_Sec_WebSocket_Key.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_Sec_WebSocket_Key->value);
+ }
+ break;
+/* #line 259 "./src/headers/thttp_header_Sec_WebSocket_Key.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 90 "./ragel/thttp_parser_header_Sec_WebSocket_Key.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 276 "./src/headers/thttp_header_Sec_WebSocket_Key.c" */
+30
+/* #line 92 "./ragel/thttp_parser_header_Sec_WebSocket_Key.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse Sec-WebSocket-Key header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Sec_WebSocket_Key);
+ }
+
+ return hdr_Sec_WebSocket_Key;
+}
+
+
+
+
+
+
+
+//========================================================
+// Sec_WebSocket_Key header object definition
+//
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Key_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Sec_WebSocket_Key_t *Sec_WebSocket_Key = self;
+ if(Sec_WebSocket_Key){
+ THTTP_HEADER(Sec_WebSocket_Key)->type = thttp_htype_Sec_WebSocket_Key;
+ THTTP_HEADER(Sec_WebSocket_Key)->tostring = thttp_header_Sec_WebSocket_Key_tostring;
+
+ Sec_WebSocket_Key->value = tsk_strdup(va_arg(*app, const char*));
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Sec-WebSocket-Key header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Key_dtor(tsk_object_t *self)
+{
+ thttp_header_Sec_WebSocket_Key_t *Sec_WebSocket_Key = self;
+ if(Sec_WebSocket_Key){
+ TSK_FREE(Sec_WebSocket_Key->value);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Sec_WebSocket_Key));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Sec_WebSocket_Key header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Sec_WebSocket_Key_def_s =
+{
+ sizeof(thttp_header_Sec_WebSocket_Key_t),
+ thttp_header_Sec_WebSocket_Key_ctor,
+ thttp_header_Sec_WebSocket_Key_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Sec_WebSocket_Key_def_t = &thttp_header_Sec_WebSocket_Key_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Protocol.c b/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Protocol.c
new file mode 100644
index 0000000..d6a7f53
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Protocol.c
@@ -0,0 +1,358 @@
+
+/* #line 1 "./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Protocol.c
+ * @brief WebSocket "Sec-WebSocket-Protocol" header.
+ *
+ */
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Protocol.h"
+
+#include "tsk_debug.h"
+
+#include <string.h>
+
+
+/* #line 49 "./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl" */
+
+
+thttp_header_Sec_WebSocket_Protocol_t* thttp_header_Sec_WebSocket_Protocol_create(const char* protocol)
+{
+ return tsk_object_new(THTTP_HEADER_SEC_WEBSOCKET_PROTOCOL_VA_ARGS(protocol));
+}
+
+thttp_header_Sec_WebSocket_Protocol_t* thttp_header_Sec_WebSocket_Protocol_create_null()
+{
+ return thttp_header_Sec_WebSocket_Protocol_create(tsk_null);
+}
+
+
+int thttp_header_Sec_WebSocket_Protocol_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Sec_WebSocket_Protocol_t *Sec_WebSocket_Protocol = (const thttp_header_Sec_WebSocket_Protocol_t*)header;
+ if(Sec_WebSocket_Protocol->values){
+ const tsk_list_item_t* item;
+ const char* str;
+ tsk_list_foreach(item, Sec_WebSocket_Protocol->values){
+ if((str = TSK_STRING_STR(item->data))){
+ tsk_buffer_append(output, str, tsk_strlen(str));
+ }
+ }
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+thttp_header_Sec_WebSocket_Protocol_t *thttp_header_Sec_WebSocket_Protocol_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Sec_WebSocket_Protocol_t *hdr_Sec_WebSocket_Protocol = thttp_header_Sec_WebSocket_Protocol_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 80 "./src/headers/thttp_header_Sec_WebSocket_Protocol.c" */
+static const char _thttp_machine_parser_header_Sec_WebSocket_Protocol_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Protocol_key_offsets[] = {
+ 0, 0, 2, 4, 6, 7, 9, 11,
+ 13, 15, 17, 19, 21, 23, 25, 26,
+ 28, 30, 32, 34, 36, 38, 40, 42,
+ 45, 62, 63, 65, 81, 97, 101, 102,
+ 104, 107, 108
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Protocol_trans_keys[] = {
+ 83, 115, 69, 101, 67, 99, 45, 87,
+ 119, 69, 101, 66, 98, 83, 115, 79,
+ 111, 67, 99, 75, 107, 69, 101, 84,
+ 116, 45, 80, 112, 82, 114, 79, 111,
+ 84, 116, 79, 111, 67, 99, 79, 111,
+ 76, 108, 9, 32, 58, 9, 13, 32,
+ 33, 37, 39, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 9,
+ 32, 9, 32, 33, 37, 39, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 44, 10, 9, 32,
+ 9, 32, 44, 10, 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Protocol_single_lengths[] = {
+ 0, 2, 2, 2, 1, 2, 2, 2,
+ 2, 2, 2, 2, 2, 2, 1, 2,
+ 2, 2, 2, 2, 2, 2, 2, 3,
+ 7, 1, 2, 6, 8, 4, 1, 2,
+ 3, 1, 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Protocol_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 5, 0, 0, 5, 4, 0, 0, 0,
+ 0, 0, 0
+};
+
+static const unsigned char _thttp_machine_parser_header_Sec_WebSocket_Protocol_index_offsets[] = {
+ 0, 0, 3, 6, 9, 11, 14, 17,
+ 20, 23, 26, 29, 32, 35, 38, 40,
+ 43, 46, 49, 52, 55, 58, 61, 64,
+ 68, 81, 83, 86, 98, 111, 116, 118,
+ 121, 125, 127
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Protocol_indicies[] = {
+ 0, 0, 1, 2, 2, 1, 3, 3,
+ 1, 4, 1, 5, 5, 1, 6, 6,
+ 1, 7, 7, 1, 8, 8, 1, 9,
+ 9, 1, 10, 10, 1, 11, 11, 1,
+ 12, 12, 1, 13, 13, 1, 14, 1,
+ 15, 15, 1, 16, 16, 1, 17, 17,
+ 1, 18, 18, 1, 19, 19, 1, 20,
+ 20, 1, 21, 21, 1, 22, 22, 1,
+ 22, 22, 23, 1, 23, 24, 23, 25,
+ 25, 25, 25, 25, 25, 25, 25, 25,
+ 1, 26, 1, 27, 27, 1, 27, 27,
+ 25, 25, 25, 25, 25, 25, 25, 25,
+ 25, 1, 28, 29, 28, 30, 30, 30,
+ 31, 30, 30, 30, 30, 30, 1, 32,
+ 33, 32, 23, 1, 34, 1, 35, 35,
+ 1, 35, 35, 23, 1, 36, 1, 1,
+ 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Protocol_trans_targs[] = {
+ 2, 0, 3, 4, 5, 6, 7, 8,
+ 9, 10, 11, 12, 13, 14, 15, 16,
+ 17, 18, 19, 20, 21, 22, 23, 24,
+ 25, 28, 26, 27, 29, 33, 28, 24,
+ 29, 30, 31, 32, 34
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Protocol_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 1, 0, 0, 5, 5, 0, 5,
+ 0, 0, 0, 0, 3
+};
+
+static const int thttp_machine_parser_header_Sec_WebSocket_Protocol_start = 1;
+static const int thttp_machine_parser_header_Sec_WebSocket_Protocol_first_final = 34;
+static const int thttp_machine_parser_header_Sec_WebSocket_Protocol_error = 0;
+
+static const int thttp_machine_parser_header_Sec_WebSocket_Protocol_en_main = 1;
+
+
+/* #line 93 "./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Protocol_first_final);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Protocol_error);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Protocol_en_main);
+
+/* #line 183 "./src/headers/thttp_header_Sec_WebSocket_Protocol.c" */
+ {
+ cs = thttp_machine_parser_header_Sec_WebSocket_Protocol_start;
+ }
+
+/* #line 98 "./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl" */
+
+/* #line 190 "./src/headers/thttp_header_Sec_WebSocket_Protocol.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_Sec_WebSocket_Protocol_trans_keys + _thttp_machine_parser_header_Sec_WebSocket_Protocol_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_Sec_WebSocket_Protocol_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_Sec_WebSocket_Protocol_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_Sec_WebSocket_Protocol_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_Sec_WebSocket_Protocol_indicies[_trans];
+ cs = _thttp_machine_parser_header_Sec_WebSocket_Protocol_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_Sec_WebSocket_Protocol_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_Sec_WebSocket_Protocol_actions + _thttp_machine_parser_header_Sec_WebSocket_Protocol_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 38 "./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl" */
+ { tag_start = p; }
+ break;
+ case 1:
+/* #line 39 "./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl" */
+ { }
+ break;
+ case 2:
+/* #line 41 "./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl" */
+ {
+ TSK_PARSER_ADD_STRING(hdr_Sec_WebSocket_Protocol->values);
+ }
+ break;
+/* #line 278 "./src/headers/thttp_header_Sec_WebSocket_Protocol.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 99 "./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 295 "./src/headers/thttp_header_Sec_WebSocket_Protocol.c" */
+34
+/* #line 101 "./ragel/thttp_parser_header_Sec_WebSocket_Protocol.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse Sec-WebSocket-Protocol header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Sec_WebSocket_Protocol);
+ }
+
+ return hdr_Sec_WebSocket_Protocol;
+}
+
+
+
+
+
+
+
+//========================================================
+// Sec_WebSocket_Protocol header object definition
+//
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Protocol_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Sec_WebSocket_Protocol_t *Sec_WebSocket_Protocol = self;
+ if(Sec_WebSocket_Protocol){
+ const char* protocol;
+ Sec_WebSocket_Protocol->values = tsk_list_create();
+ THTTP_HEADER(Sec_WebSocket_Protocol)->type = thttp_htype_Sec_WebSocket_Protocol;
+ THTTP_HEADER(Sec_WebSocket_Protocol)->tostring = thttp_header_Sec_WebSocket_Protocol_tostring;
+
+ if((protocol = va_arg(*app, const char*))){
+ tsk_string_t* str_ver = tsk_string_create(protocol);
+ if(str_ver){
+ tsk_list_push_back_data(Sec_WebSocket_Protocol->values, ((void**) &str_ver));
+ }
+ }
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Sec-WebSocket-Protocol header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Protocol_dtor(tsk_object_t *self)
+{
+ thttp_header_Sec_WebSocket_Protocol_t *Sec_WebSocket_Protocol = self;
+ if(Sec_WebSocket_Protocol){
+ TSK_OBJECT_SAFE_FREE(Sec_WebSocket_Protocol->values);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Sec_WebSocket_Protocol));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Sec_WebSocket_Protocol header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Sec_WebSocket_Protocol_def_s =
+{
+ sizeof(thttp_header_Sec_WebSocket_Protocol_t),
+ thttp_header_Sec_WebSocket_Protocol_ctor,
+ thttp_header_Sec_WebSocket_Protocol_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Sec_WebSocket_Protocol_def_t = &thttp_header_Sec_WebSocket_Protocol_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Version.c b/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Version.c
new file mode 100644
index 0000000..98486fd
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_Sec_WebSocket_Version.c
@@ -0,0 +1,353 @@
+
+/* #line 1 "./ragel/thttp_parser_header_Sec_WebSocket_Version.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Sec_WebSocket_Version.c
+ * @brief WebSocket "Sec-WebSocket-Key" header.
+ */
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Version.h"
+
+#include "tsk_debug.h"
+
+#include <string.h>
+
+
+/* #line 48 "./ragel/thttp_parser_header_Sec_WebSocket_Version.rl" */
+
+
+thttp_header_Sec_WebSocket_Version_t* thttp_header_Sec_WebSocket_Version_create(const char* version)
+{
+ return tsk_object_new(THTTP_HEADER_SEC_WEBSOCKET_VERSION_VA_ARGS(version));
+}
+
+thttp_header_Sec_WebSocket_Version_t* thttp_header_Sec_WebSocket_Version_create_null()
+{
+ return thttp_header_Sec_WebSocket_Version_create(tsk_null);
+}
+
+
+int thttp_header_Sec_WebSocket_Version_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Sec_WebSocket_Version_t *Sec_WebSocket_Version = (const thttp_header_Sec_WebSocket_Version_t*)header;
+ if(Sec_WebSocket_Version->values){
+ const tsk_list_item_t* item;
+ const char* str;
+ tsk_list_foreach(item, Sec_WebSocket_Version->values){
+ if((str = TSK_STRING_STR(item->data))){
+ tsk_buffer_append(output, str, tsk_strlen(str));
+ }
+ }
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+thttp_header_Sec_WebSocket_Version_t *thttp_header_Sec_WebSocket_Version_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Sec_WebSocket_Version_t *hdr_Sec_WebSocket_Version = thttp_header_Sec_WebSocket_Version_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 79 "./src/headers/thttp_header_Sec_WebSocket_Version.c" */
+static const char _thttp_machine_parser_header_Sec_WebSocket_Version_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Version_key_offsets[] = {
+ 0, 0, 2, 4, 6, 7, 9, 11,
+ 13, 15, 17, 19, 21, 23, 25, 26,
+ 28, 30, 32, 34, 36, 38, 40, 43,
+ 51, 52, 54, 61, 65, 69, 70, 72,
+ 75, 76, 82, 88
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Version_trans_keys[] = {
+ 83, 115, 69, 101, 67, 99, 45, 87,
+ 119, 69, 101, 66, 98, 83, 115, 79,
+ 111, 67, 99, 75, 107, 69, 101, 84,
+ 116, 45, 86, 118, 69, 101, 82, 114,
+ 83, 115, 73, 105, 79, 111, 78, 110,
+ 9, 32, 58, 9, 13, 32, 48, 49,
+ 50, 51, 57, 10, 9, 32, 9, 32,
+ 48, 49, 50, 51, 57, 9, 13, 32,
+ 44, 9, 13, 32, 44, 10, 9, 32,
+ 9, 32, 44, 10, 9, 13, 32, 44,
+ 48, 57, 9, 13, 32, 44, 48, 57,
+ 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Version_single_lengths[] = {
+ 0, 2, 2, 2, 1, 2, 2, 2,
+ 2, 2, 2, 2, 2, 2, 1, 2,
+ 2, 2, 2, 2, 2, 2, 3, 4,
+ 1, 2, 3, 4, 4, 1, 2, 3,
+ 1, 4, 4, 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Version_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 2,
+ 0, 0, 2, 0, 0, 0, 0, 0,
+ 0, 1, 1, 0
+};
+
+static const unsigned char _thttp_machine_parser_header_Sec_WebSocket_Version_index_offsets[] = {
+ 0, 0, 3, 6, 9, 11, 14, 17,
+ 20, 23, 26, 29, 32, 35, 38, 40,
+ 43, 46, 49, 52, 55, 58, 61, 65,
+ 72, 74, 77, 83, 88, 93, 95, 98,
+ 102, 104, 110, 116
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Version_indicies[] = {
+ 0, 0, 1, 2, 2, 1, 3, 3,
+ 1, 4, 1, 5, 5, 1, 6, 6,
+ 1, 7, 7, 1, 8, 8, 1, 9,
+ 9, 1, 10, 10, 1, 11, 11, 1,
+ 12, 12, 1, 13, 13, 1, 14, 1,
+ 15, 15, 1, 16, 16, 1, 17, 17,
+ 1, 18, 18, 1, 19, 19, 1, 20,
+ 20, 1, 21, 21, 1, 21, 21, 22,
+ 1, 22, 23, 22, 24, 25, 26, 1,
+ 27, 1, 28, 28, 1, 28, 28, 24,
+ 25, 26, 1, 29, 30, 29, 31, 1,
+ 32, 33, 32, 22, 1, 34, 1, 35,
+ 35, 1, 35, 35, 22, 1, 36, 1,
+ 29, 30, 29, 31, 37, 1, 29, 30,
+ 29, 31, 38, 1, 1, 0
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Version_trans_targs[] = {
+ 2, 0, 3, 4, 5, 6, 7, 8,
+ 9, 10, 11, 12, 13, 14, 15, 16,
+ 17, 18, 19, 20, 21, 22, 23, 24,
+ 27, 33, 34, 25, 26, 28, 32, 23,
+ 28, 29, 30, 31, 35, 34, 27
+};
+
+static const char _thttp_machine_parser_header_Sec_WebSocket_Version_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 1, 1, 1, 0, 0, 5, 5, 5,
+ 0, 0, 0, 0, 3, 0, 0
+};
+
+static const int thttp_machine_parser_header_Sec_WebSocket_Version_start = 1;
+static const int thttp_machine_parser_header_Sec_WebSocket_Version_first_final = 35;
+static const int thttp_machine_parser_header_Sec_WebSocket_Version_error = 0;
+
+static const int thttp_machine_parser_header_Sec_WebSocket_Version_en_main = 1;
+
+
+/* #line 92 "./ragel/thttp_parser_header_Sec_WebSocket_Version.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Version_first_final);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Version_error);
+ (void)(thttp_machine_parser_header_Sec_WebSocket_Version_en_main);
+
+/* #line 178 "./src/headers/thttp_header_Sec_WebSocket_Version.c" */
+ {
+ cs = thttp_machine_parser_header_Sec_WebSocket_Version_start;
+ }
+
+/* #line 97 "./ragel/thttp_parser_header_Sec_WebSocket_Version.rl" */
+
+/* #line 185 "./src/headers/thttp_header_Sec_WebSocket_Version.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_Sec_WebSocket_Version_trans_keys + _thttp_machine_parser_header_Sec_WebSocket_Version_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_Sec_WebSocket_Version_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_Sec_WebSocket_Version_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_Sec_WebSocket_Version_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_Sec_WebSocket_Version_indicies[_trans];
+ cs = _thttp_machine_parser_header_Sec_WebSocket_Version_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_Sec_WebSocket_Version_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_Sec_WebSocket_Version_actions + _thttp_machine_parser_header_Sec_WebSocket_Version_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 37 "./ragel/thttp_parser_header_Sec_WebSocket_Version.rl" */
+ { tag_start = p; }
+ break;
+ case 1:
+/* #line 38 "./ragel/thttp_parser_header_Sec_WebSocket_Version.rl" */
+ { }
+ break;
+ case 2:
+/* #line 40 "./ragel/thttp_parser_header_Sec_WebSocket_Version.rl" */
+ {
+ TSK_PARSER_ADD_STRING(hdr_Sec_WebSocket_Version->values);
+ }
+ break;
+/* #line 273 "./src/headers/thttp_header_Sec_WebSocket_Version.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 98 "./ragel/thttp_parser_header_Sec_WebSocket_Version.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 290 "./src/headers/thttp_header_Sec_WebSocket_Version.c" */
+35
+/* #line 100 "./ragel/thttp_parser_header_Sec_WebSocket_Version.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse Sec-WebSocket-Version header.");
+ TSK_OBJECT_SAFE_FREE(hdr_Sec_WebSocket_Version);
+ }
+
+ return hdr_Sec_WebSocket_Version;
+}
+
+
+
+
+
+
+
+//========================================================
+// Sec_WebSocket_Version header object definition
+//
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Version_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Sec_WebSocket_Version_t *Sec_WebSocket_Version = self;
+ if(Sec_WebSocket_Version){
+ const char* version;
+ Sec_WebSocket_Version->values = tsk_list_create();
+ THTTP_HEADER(Sec_WebSocket_Version)->type = thttp_htype_Sec_WebSocket_Version;
+ THTTP_HEADER(Sec_WebSocket_Version)->tostring = thttp_header_Sec_WebSocket_Version_tostring;
+
+ if((version = va_arg(*app, const char*))){
+ tsk_string_t* str_ver = tsk_string_create(version);
+ if(str_ver){
+ tsk_list_push_back_data(Sec_WebSocket_Version->values, ((void**) &str_ver));
+ }
+ }
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Sec-WebSocket-Version header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Sec_WebSocket_Version_dtor(tsk_object_t *self)
+{
+ thttp_header_Sec_WebSocket_Version_t *Sec_WebSocket_Version = self;
+ if(Sec_WebSocket_Version){
+ TSK_OBJECT_SAFE_FREE(Sec_WebSocket_Version->values);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Sec_WebSocket_Version));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Sec_WebSocket_Version header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Sec_WebSocket_Version_def_s =
+{
+ sizeof(thttp_header_Sec_WebSocket_Version_t),
+ thttp_header_Sec_WebSocket_Version_ctor,
+ thttp_header_Sec_WebSocket_Version_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Sec_WebSocket_Version_def_t = &thttp_header_Sec_WebSocket_Version_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_Transfer_Encoding.c b/tinyHTTP/src/headers/thttp_header_Transfer_Encoding.c
new file mode 100644
index 0000000..a6e2afd
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_Transfer_Encoding.c
@@ -0,0 +1,372 @@
+
+/* #line 1 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_Transfer_Encoding.c
+ * @brief HTTP Transfer-Encoding header.
+ */
+#include "tinyhttp/headers/thttp_header_Transfer_Encoding.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+#include <string.h>
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 60 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+
+
+thttp_header_Transfer_Encoding_t* thttp_header_transfer_encoding_create(const char* encoding)
+{
+ return tsk_object_new(THTTP_HEADER_TRANSFER_ENCODING_VA_ARGS(encoding));
+}
+
+thttp_header_Transfer_Encoding_t* thttp_header_transfer_encoding_create_null()
+{
+ return thttp_header_transfer_encoding_create(tsk_null);
+}
+
+
+int thttp_header_Transfer_Encoding_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_Transfer_Encoding_t *Transfer_Encoding = (const thttp_header_Transfer_Encoding_t*)header;
+ if(Transfer_Encoding->encoding){
+ return tsk_buffer_append(output, Transfer_Encoding->encoding, tsk_strlen(Transfer_Encoding->encoding));
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_Transfer_Encoding_t *thttp_header_Transfer_Encoding_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_Transfer_Encoding_t *hdr_tencoding = thttp_header_transfer_encoding_create_null();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 79 "./src/headers/thttp_header_Transfer_Encoding.c" */
+static const char _thttp_machine_parser_header_Transfer_Encoding_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2, 1,
+ 3
+};
+
+static const unsigned char _thttp_machine_parser_header_Transfer_Encoding_key_offsets[] = {
+ 0, 0, 2, 4, 6, 8, 10, 12,
+ 14, 16, 17, 19, 21, 23, 25, 27,
+ 29, 31, 33, 36, 53, 54, 56, 72,
+ 88, 89, 102, 118, 124, 130, 143, 158,
+ 164, 170
+};
+
+static const char _thttp_machine_parser_header_Transfer_Encoding_trans_keys[] = {
+ 84, 116, 82, 114, 65, 97, 78, 110,
+ 83, 115, 70, 102, 69, 101, 82, 114,
+ 45, 69, 101, 78, 110, 67, 99, 79,
+ 111, 68, 100, 73, 105, 78, 110, 71,
+ 103, 9, 32, 58, 9, 13, 32, 33,
+ 37, 39, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 9, 32,
+ 9, 32, 33, 37, 39, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 13, 33, 37, 39, 59, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 33, 37, 93, 95, 126, 36, 43,
+ 45, 58, 65, 91, 97, 122, 13, 33,
+ 37, 59, 61, 93, 95, 126, 36, 43,
+ 45, 58, 65, 91, 97, 122, 48, 57,
+ 65, 70, 97, 102, 48, 57, 65, 70,
+ 97, 102, 33, 37, 93, 95, 126, 36,
+ 43, 45, 58, 65, 91, 97, 122, 13,
+ 33, 37, 59, 93, 95, 126, 36, 43,
+ 45, 58, 65, 91, 97, 122, 48, 57,
+ 65, 70, 97, 102, 48, 57, 65, 70,
+ 97, 102, 0
+};
+
+static const char _thttp_machine_parser_header_Transfer_Encoding_single_lengths[] = {
+ 0, 2, 2, 2, 2, 2, 2, 2,
+ 2, 1, 2, 2, 2, 2, 2, 2,
+ 2, 2, 3, 7, 1, 2, 6, 6,
+ 1, 5, 8, 0, 0, 5, 7, 0,
+ 0, 0
+};
+
+static const char _thttp_machine_parser_header_Transfer_Encoding_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 5, 0, 0, 5, 5,
+ 0, 4, 4, 3, 3, 4, 4, 3,
+ 3, 0
+};
+
+static const unsigned char _thttp_machine_parser_header_Transfer_Encoding_index_offsets[] = {
+ 0, 0, 3, 6, 9, 12, 15, 18,
+ 21, 24, 26, 29, 32, 35, 38, 41,
+ 44, 47, 50, 54, 67, 69, 72, 84,
+ 96, 98, 108, 121, 125, 129, 139, 151,
+ 155, 159
+};
+
+static const char _thttp_machine_parser_header_Transfer_Encoding_indicies[] = {
+ 0, 0, 1, 2, 2, 1, 3, 3,
+ 1, 4, 4, 1, 5, 5, 1, 6,
+ 6, 1, 7, 7, 1, 8, 8, 1,
+ 9, 1, 10, 10, 1, 11, 11, 1,
+ 12, 12, 1, 13, 13, 1, 14, 14,
+ 1, 15, 15, 1, 16, 16, 1, 17,
+ 17, 1, 17, 17, 18, 1, 18, 19,
+ 18, 20, 20, 20, 20, 20, 20, 20,
+ 20, 20, 1, 21, 1, 22, 22, 1,
+ 22, 22, 20, 20, 20, 20, 20, 20,
+ 20, 20, 20, 1, 23, 24, 24, 24,
+ 25, 24, 24, 24, 24, 24, 24, 1,
+ 26, 1, 27, 28, 27, 27, 27, 27,
+ 27, 27, 27, 1, 29, 30, 31, 32,
+ 33, 30, 30, 30, 30, 30, 30, 30,
+ 1, 34, 34, 34, 1, 30, 30, 30,
+ 1, 35, 36, 35, 35, 35, 35, 35,
+ 35, 35, 1, 29, 35, 36, 32, 35,
+ 35, 35, 35, 35, 35, 35, 1, 37,
+ 37, 37, 1, 35, 35, 35, 1, 1,
+ 0
+};
+
+static const char _thttp_machine_parser_header_Transfer_Encoding_trans_targs[] = {
+ 2, 0, 3, 4, 5, 6, 7, 8,
+ 9, 10, 11, 12, 13, 14, 15, 16,
+ 17, 18, 19, 20, 23, 21, 22, 24,
+ 23, 25, 33, 26, 27, 24, 26, 27,
+ 25, 29, 28, 30, 31, 32
+};
+
+static const char _thttp_machine_parser_header_Transfer_Encoding_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 1, 0, 0, 3,
+ 0, 3, 7, 1, 1, 5, 0, 0,
+ 5, 0, 0, 0, 0, 0
+};
+
+static const int thttp_machine_parser_header_Transfer_Encoding_start = 1;
+static const int thttp_machine_parser_header_Transfer_Encoding_first_final = 33;
+static const int thttp_machine_parser_header_Transfer_Encoding_error = 0;
+
+static const int thttp_machine_parser_header_Transfer_Encoding_en_main = 1;
+
+
+/* #line 100 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_Transfer_Encoding_first_final);
+ (void)(thttp_machine_parser_header_Transfer_Encoding_error);
+ (void)(thttp_machine_parser_header_Transfer_Encoding_en_main);
+
+/* #line 195 "./src/headers/thttp_header_Transfer_Encoding.c" */
+ {
+ cs = thttp_machine_parser_header_Transfer_Encoding_start;
+ }
+
+/* #line 105 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+
+/* #line 202 "./src/headers/thttp_header_Transfer_Encoding.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_Transfer_Encoding_trans_keys + _thttp_machine_parser_header_Transfer_Encoding_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_Transfer_Encoding_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_Transfer_Encoding_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_Transfer_Encoding_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_Transfer_Encoding_indicies[_trans];
+ cs = _thttp_machine_parser_header_Transfer_Encoding_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_Transfer_Encoding_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_Transfer_Encoding_actions + _thttp_machine_parser_header_Transfer_Encoding_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 40 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+ {
+ tag_start = p;
+ }
+ break;
+ case 1:
+/* #line 44 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_tencoding->encoding);
+ }
+ break;
+ case 2:
+/* #line 48 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+ {
+ TSK_PARSER_ADD_PARAM(THTTP_HEADER_PARAMS(hdr_tencoding));
+ }
+ break;
+ case 3:
+/* #line 52 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+ {
+ }
+ break;
+/* #line 299 "./src/headers/thttp_header_Transfer_Encoding.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 106 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 316 "./src/headers/thttp_header_Transfer_Encoding.c" */
+33
+/* #line 108 "./ragel/thttp_parser_header_Transfer_Encoding.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse Tansfer-Encoding header.");
+ TSK_OBJECT_SAFE_FREE(hdr_tencoding);
+ }
+
+ return hdr_tencoding;
+}
+
+
+
+
+
+
+
+//========================================================
+// Transfer_Encoding header object definition
+//
+
+static tsk_object_t* thttp_header_Transfer_Encoding_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_Transfer_Encoding_t *Transfer_Encoding = self;
+ if(Transfer_Encoding){
+ THTTP_HEADER(Transfer_Encoding)->type = thttp_htype_Transfer_Encoding;
+ THTTP_HEADER(Transfer_Encoding)->tostring = thttp_header_Transfer_Encoding_tostring;
+
+ Transfer_Encoding->encoding = tsk_strdup( va_arg(*app, const char*) );
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new Transfer_Encoding header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_Transfer_Encoding_dtor(tsk_object_t* self)
+{
+ thttp_header_Transfer_Encoding_t *Transfer_Encoding = self;
+ if(Transfer_Encoding){
+ TSK_FREE(Transfer_Encoding->encoding);
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(Transfer_Encoding));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null Transfer_Encoding header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_Transfer_Encoding_def_s =
+{
+ sizeof(thttp_header_Transfer_Encoding_t),
+ thttp_header_Transfer_Encoding_ctor,
+ thttp_header_Transfer_Encoding_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_Transfer_Encoding_def_t = &thttp_header_Transfer_Encoding_def_s;
diff --git a/tinyHTTP/src/headers/thttp_header_WWW_Authenticate.c b/tinyHTTP/src/headers/thttp_header_WWW_Authenticate.c
new file mode 100644
index 0000000..e8125e4
--- /dev/null
+++ b/tinyHTTP/src/headers/thttp_header_WWW_Authenticate.c
@@ -0,0 +1,8318 @@
+
+/* #line 1 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_header_WWW_Authenticate.c
+ * @brief HTTP WWW-Authenticate header.
+ */
+#include "tinyhttp/headers/thttp_header_WWW_Authenticate.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+#include "tsk_time.h"
+
+#include <string.h>
+
+// Check if we have ",CRLF" ==> See WWW-Authenticate header
+// As :>CRLF is preceded by any+ ==> p will be at least (start + 1)
+// p point to CR
+#define prev_not_comma(p) !(p && p[-1] == ',')
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 131 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+
+
+thttp_header_WWW_Authenticate_t* thttp_header_www_authenticate_create()
+{
+ return tsk_object_new(thttp_header_WWW_Authenticate_def_t);
+}
+
+int thttp_header_WWW_Authenticate_tostring(const thttp_header_t* header, tsk_buffer_t* output)
+{
+ if(header){
+ const thttp_header_WWW_Authenticate_t *WWW_Authenticate = (const thttp_header_WWW_Authenticate_t*)header;
+ if(WWW_Authenticate && WWW_Authenticate->scheme){
+ return tsk_buffer_append_2(output, "%s realm=\"%s\"%s%s%s%s%s%s%s%s%s%s%s%s,stale=%s%s%s",
+ WWW_Authenticate->scheme,
+ WWW_Authenticate->realm ? WWW_Authenticate->realm : "",
+
+ WWW_Authenticate->domain ? ",domain=\"" : "",
+ WWW_Authenticate->domain ? WWW_Authenticate->domain : "",
+ WWW_Authenticate->domain ? "\"" : "",
+
+
+ WWW_Authenticate->qop ? ",qop=\"" : "",
+ WWW_Authenticate->qop ? WWW_Authenticate->qop : "",
+ WWW_Authenticate->qop ? "\"" : "",
+
+
+ WWW_Authenticate->nonce ? ",nonce=\"" : "",
+ WWW_Authenticate->nonce ? WWW_Authenticate->nonce : "",
+ WWW_Authenticate->nonce ? "\"" : "",
+
+ WWW_Authenticate->opaque ? ",opaque=\"" : "",
+ WWW_Authenticate->opaque ? WWW_Authenticate->opaque : "",
+ WWW_Authenticate->opaque ? "\"" : "",
+
+ WWW_Authenticate->stale ? "TRUE" : "FALSE",
+
+ WWW_Authenticate->algorithm ? ",algorithm=" : "",
+ WWW_Authenticate->algorithm ? WWW_Authenticate->algorithm : ""
+ );
+ }
+ }
+ return -1;
+}
+
+/**@ingroup thttp_header_group
+*/
+thttp_header_WWW_Authenticate_t *thttp_header_WWW_Authenticate_parse(const char *data, tsk_size_t size)
+{
+ int cs = 0;
+ const char *p = data;
+ const char *pe = p + size;
+ const char *eof = pe;
+ thttp_header_WWW_Authenticate_t *hdr_WWW_Authenticate = thttp_header_www_authenticate_create();
+
+ const char *tag_start = tsk_null;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 105 "./src/headers/thttp_header_WWW_Authenticate.c" */
+static const char _thttp_machine_parser_header_WWW_Authenticate_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2, 1,
+ 3, 1, 4, 1, 5, 1, 6, 1,
+ 7, 1, 8, 1, 9, 1, 10, 1,
+ 11, 1, 12, 1, 13, 2, 0, 6,
+ 2, 0, 7, 2, 0, 8, 2, 0,
+ 11, 2, 0, 12, 2, 5, 0, 2,
+ 6, 0, 2, 7, 0, 2, 8, 0,
+ 2, 12, 0
+};
+
+static const short _thttp_machine_parser_header_WWW_Authenticate_key_offsets[] = {
+ 0, 0, 4, 6, 8, 10, 12, 13,
+ 15, 17, 19, 21, 23, 25, 27, 29,
+ 31, 33, 35, 37, 40, 47, 48, 50,
+ 57, 59, 66, 69, 72, 75, 78, 81,
+ 112, 114, 145, 162, 167, 169, 174, 205,
+ 207, 238, 257, 259, 278, 297, 299, 318,
+ 320, 324, 332, 334, 338, 342, 344, 348,
+ 350, 369, 388, 407, 426, 443, 448, 450,
+ 455, 474, 476, 495, 497, 501, 509, 511,
+ 515, 520, 536, 544, 553, 562, 571, 574,
+ 582, 592, 595, 599, 602, 606, 609, 613,
+ 617, 619, 623, 625, 629, 631, 641, 651,
+ 660, 669, 678, 687, 690, 697, 707, 717,
+ 727, 730, 734, 738, 740, 742, 744, 763,
+ 782, 801, 820, 839, 856, 861, 863, 868,
+ 887, 889, 908, 910, 914, 922, 924, 928,
+ 933, 935, 954, 973, 990, 995, 997, 1002,
+ 1021, 1023, 1042, 1044, 1048, 1056, 1064, 1066,
+ 1069, 1073, 1075, 1079, 1098, 1117, 1136, 1155,
+ 1172, 1177, 1179, 1184, 1203, 1205, 1224, 1226,
+ 1230, 1238, 1240, 1244, 1249, 1251, 1270, 1289,
+ 1308, 1327, 1344, 1349, 1351, 1356, 1379, 1381,
+ 1404, 1422, 1440, 1458, 1476, 1480, 1498, 1516,
+ 1518, 1521, 1527, 1536, 1538, 1547, 1549, 1558,
+ 1594, 1596, 1632, 1654, 1664, 1666, 1676, 1699,
+ 1701, 1724, 1726, 1734, 1743, 1752, 1754, 1759,
+ 1780, 1795, 1811, 1827, 1843, 1853, 1868, 1885,
+ 1895, 1906, 1916, 1927, 1937, 1948, 1959, 1968,
+ 1979, 1988, 1999, 2008, 2025, 2042, 2058, 2074,
+ 2090, 2106, 2116, 2130, 2147, 2164, 2181, 2191,
+ 2202, 2213, 2222, 2231, 2233, 2257, 2281, 2305,
+ 2329, 2353, 2377, 2401, 2425, 2447, 2457, 2459,
+ 2469, 2492, 2494, 2517, 2538, 2540, 2564, 2588,
+ 2612, 2636, 2660, 2682, 2692, 2694, 2704, 2727,
+ 2729, 2752, 2754, 2762, 2771, 2779, 2781, 2784,
+ 2787, 2793, 2802, 2805, 2814, 2850, 2853, 2889,
+ 2911, 2921, 2924, 2934, 2957, 2960, 2983, 2986,
+ 2994, 3015, 3018, 3036, 3042, 3045, 3051, 3083,
+ 3086, 3118, 3138, 3141, 3161, 3180, 3183, 3202,
+ 3205, 3209, 3226, 3231, 3234, 3239, 3242, 3262,
+ 3282, 3302, 3322, 3340, 3346, 3349, 3355, 3374,
+ 3377, 3396, 3399, 3403, 3412, 3414, 3423, 3425,
+ 3434, 3470, 3472, 3508, 3530, 3540, 3542, 3552,
+ 3575, 3577, 3600, 3602, 3610, 3619, 3640, 3649,
+ 3651, 3666, 3682, 3698, 3714, 3724, 3739, 3756,
+ 3766, 3777, 3787, 3798, 3808, 3819, 3830, 3839,
+ 3848, 3859, 3868, 3879, 3888, 3905, 3922, 3938,
+ 3954, 3970, 3986, 3996, 4010, 4027, 4044, 4061,
+ 4071, 4082, 4093, 4102, 4111, 4113, 4137, 4161,
+ 4185, 4209, 4233, 4257, 4281, 4305, 4327, 4337,
+ 4339, 4349, 4372, 4374, 4397, 4418, 4420, 4444,
+ 4468, 4492, 4516, 4540, 4562, 4572, 4574, 4584,
+ 4607, 4609, 4632, 4634, 4642, 4651, 4653, 4677,
+ 4701, 4725, 4749, 4771, 4781, 4783, 4793, 4816,
+ 4818, 4841, 4843, 4851, 4860, 4862, 4886, 4910,
+ 4934, 4958, 4982, 5004, 5014, 5016, 5026, 5049,
+ 5051, 5074, 5076, 5084, 5093, 5102, 5104, 5113,
+ 5149, 5151, 5187, 5209, 5219, 5221, 5231, 5254,
+ 5256, 5279, 5281, 5289, 5298, 5319, 5321, 5336,
+ 5352, 5368, 5384, 5394, 5409, 5426, 5436, 5447,
+ 5457, 5468, 5478, 5489, 5500, 5509, 5518, 5529,
+ 5538, 5549, 5558, 5575, 5592, 5608, 5624, 5640,
+ 5656, 5666, 5680, 5697, 5714, 5731, 5741, 5752,
+ 5763, 5772, 5781, 5783, 5807, 5831, 5855, 5879,
+ 5903, 5927, 5951, 5975, 5997, 6007, 6009, 6019,
+ 6042, 6044, 6067, 6088, 6090, 6114, 6138, 6162,
+ 6186, 6210, 6232, 6242, 6244, 6254, 6277, 6279,
+ 6302, 6304, 6312, 6321, 6323, 6347, 6371, 6395,
+ 6419, 6441, 6451, 6453, 6463, 6486, 6488, 6511,
+ 6513, 6521, 6530, 6532, 6556, 6580, 6604, 6628,
+ 6652, 6674, 6684, 6686, 6696, 6719, 6721, 6744,
+ 6746, 6754, 6763, 6765, 6789, 6813, 6835, 6845,
+ 6847, 6857, 6880, 6882, 6905, 6907, 6915, 6924,
+ 6933, 6936, 6945, 6981, 6984, 7020, 7042, 7052,
+ 7055, 7065, 7088, 7091, 7114, 7117, 7125, 7146,
+ 7149, 7167, 7173, 7176, 7182, 7214, 7217, 7249,
+ 7269, 7272, 7292, 7311, 7314, 7333, 7336, 7340,
+ 7357, 7362, 7365, 7370, 7373, 7393, 7413, 7433,
+ 7453, 7471, 7477, 7480, 7486, 7505, 7508, 7527,
+ 7530, 7534, 7543, 7553, 7563, 7573, 7577, 7586,
+ 7597, 7601, 7606, 7610, 7615, 7619, 7624, 7629,
+ 7632, 7637, 7642, 7645, 7650, 7653, 7664, 7675,
+ 7685, 7695, 7705, 7715, 7719, 7727, 7738, 7749,
+ 7760, 7764, 7769, 7774, 7777, 7780, 7783, 7803,
+ 7823, 7843, 7863, 7883, 7901, 7907, 7910, 7916,
+ 7935, 7938, 7957, 7960, 7964, 7973, 7975, 7984,
+ 7987, 8007, 8027, 8045, 8051, 8054, 8060, 8079,
+ 8082, 8101, 8104, 8124, 8144, 8164, 8184, 8202,
+ 8208, 8211, 8217, 8236, 8239, 8258, 8261, 8265,
+ 8274, 8276, 8285, 8287, 8296, 8332, 8334, 8370,
+ 8392, 8402, 8404, 8414, 8437, 8439, 8462, 8464,
+ 8472, 8481, 8502, 8511, 8513, 8528, 8544, 8560,
+ 8576, 8586, 8601, 8618, 8628, 8639, 8649, 8660,
+ 8670, 8681, 8692, 8701, 8710, 8721, 8730, 8741,
+ 8750, 8767, 8784, 8800, 8816, 8832, 8848, 8858,
+ 8872, 8889, 8906, 8923, 8933, 8944, 8955, 8964,
+ 8973, 8975, 8999, 9023, 9047, 9071, 9095, 9119,
+ 9143, 9167, 9189, 9199, 9201, 9211, 9234, 9236,
+ 9259, 9280, 9282, 9306, 9330, 9354, 9378, 9402,
+ 9424, 9434, 9436, 9446, 9469, 9471, 9494, 9496,
+ 9504, 9513, 9515, 9539, 9563, 9587, 9611, 9633,
+ 9643, 9645, 9655, 9678, 9680, 9703, 9705, 9713,
+ 9722, 9724, 9748, 9772, 9796, 9820, 9844, 9866,
+ 9876, 9878, 9888, 9911, 9913, 9936, 9938, 9946,
+ 9955, 9957, 9981, 10005, 10027, 10037, 10039, 10049,
+ 10072, 10074, 10097, 10099, 10107, 10116, 10118, 10142,
+ 10166, 10190, 10214, 10236, 10246, 10248, 10258, 10281,
+ 10283, 10306, 10308, 10316, 10325, 10327, 10351, 10375,
+ 10399, 10423, 10445, 10455, 10457, 10467, 10494, 10496,
+ 10523, 10546, 10569, 10592, 10615, 10624, 10647, 10670,
+ 10672, 10675, 10695, 10715, 10735, 10755, 10773, 10779,
+ 10782, 10788, 10811, 10814, 10837, 10856, 10875, 10894,
+ 10913, 10918, 10937, 10956, 10959, 10979, 10999, 11019,
+ 11039, 11057, 11063, 11066, 11072, 11091, 11094, 11113,
+ 11116, 11120, 11129, 11138, 11141, 11150, 11170, 11190,
+ 11210, 11230, 11250, 11268, 11274, 11277, 11283, 11302,
+ 11305, 11324, 11327, 11331, 11340, 11350, 11360, 11370,
+ 11374, 11383, 11394, 11398, 11403, 11407, 11412, 11416,
+ 11421, 11426, 11429, 11434, 11439, 11442, 11447, 11450,
+ 11461, 11472, 11482, 11492, 11502, 11512, 11516, 11524,
+ 11535, 11546, 11557, 11561, 11566, 11571, 11574, 11577,
+ 11580, 11600, 11620, 11638, 11644, 11647, 11653, 11672,
+ 11675, 11694, 11697, 11701, 11710, 11719, 11722, 11731,
+ 11734, 11754, 11774, 11794, 11814, 11832, 11838, 11841,
+ 11847, 11866, 11869, 11888, 11891, 11895, 11898, 11918,
+ 11938, 11958, 11978, 11996, 12002, 12005, 12011, 12034,
+ 12037, 12060, 12079, 12098, 12117, 12136, 12141, 12160,
+ 12179, 12182, 12185, 12205, 12225, 12245, 12265, 12285,
+ 12305, 12325, 12343, 12349, 12352, 12358, 12377, 12380,
+ 12399, 12416, 12419, 12434, 12450, 12466, 12482, 12492,
+ 12507, 12524, 12534, 12545, 12555, 12566, 12576, 12587,
+ 12598, 12607, 12616, 12627, 12636, 12647, 12656, 12673,
+ 12690, 12706, 12722, 12738, 12754, 12764, 12778, 12795,
+ 12812, 12829, 12839, 12850, 12861, 12870, 12879, 12882,
+ 12906, 12930, 12954, 12978, 13002, 13026, 13050, 13074,
+ 13096, 13106, 13109, 13119, 13142, 13145, 13168, 13189,
+ 13192, 13216, 13240, 13264, 13288, 13312, 13334, 13344,
+ 13347, 13357, 13380, 13383, 13406, 13409, 13417, 13420,
+ 13444, 13468, 13492, 13516, 13538, 13548, 13551, 13561,
+ 13584, 13587, 13610, 13613, 13621, 13624, 13648, 13672,
+ 13696, 13720, 13744, 13766, 13776, 13779, 13789, 13812,
+ 13815, 13838, 13841, 13849, 13852, 13876, 13900, 13922,
+ 13932, 13935, 13945, 13968, 13971, 13994, 13997, 14021,
+ 14045, 14069, 14093, 14115, 14125, 14128, 14138, 14161,
+ 14164, 14187, 14190, 14198, 14201, 14225, 14249, 14273,
+ 14297, 14319, 14329, 14332, 14342, 14369, 14372, 14399,
+ 14422, 14445, 14468, 14491, 14500, 14523, 14546, 14549,
+ 14551, 14575, 14599, 14623, 14647, 14669, 14679, 14681,
+ 14691, 14714, 14716, 14739, 14741, 14749, 14758, 14760,
+ 14784, 14808, 14832, 14856, 14878, 14888, 14890, 14900,
+ 14927, 14929, 14956, 14979, 15002, 15025, 15048, 15057,
+ 15080, 15103, 15105, 15107, 15131, 15155, 15177, 15187,
+ 15189, 15199, 15222, 15224, 15247, 15249, 15257, 15266,
+ 15268, 15292, 15316, 15340, 15364, 15386, 15396, 15398,
+ 15408, 15431, 15433, 15456, 15458, 15466, 15475, 15477,
+ 15501, 15525, 15549, 15573, 15595, 15605, 15607, 15617,
+ 15644, 15646, 15673, 15696, 15719, 15742, 15765, 15774,
+ 15797, 15820, 15822, 15825, 15845, 15865, 15885, 15905,
+ 15923, 15929, 15932, 15938, 15957, 15960, 15979, 15982,
+ 16002, 16022, 16042, 16062, 16082, 16102, 16122, 16140,
+ 16146, 16149, 16155, 16174, 16177, 16196, 16213, 16216,
+ 16231, 16247, 16263, 16279, 16289, 16304, 16321, 16331,
+ 16342, 16352, 16363, 16373, 16384, 16395, 16404, 16413,
+ 16424, 16433, 16444, 16453, 16470, 16487, 16503, 16519,
+ 16535, 16551, 16561, 16575, 16592, 16609, 16626, 16636,
+ 16647, 16658, 16667, 16676, 16679, 16703, 16727, 16751,
+ 16775, 16799, 16823, 16847, 16871, 16893, 16903, 16906,
+ 16916, 16939, 16942, 16965, 16986, 16989, 17013, 17037,
+ 17061, 17085, 17109, 17131, 17141, 17144, 17154, 17177,
+ 17180, 17203, 17206, 17230, 17254, 17278, 17302, 17324,
+ 17334, 17337, 17347, 17370, 17373, 17396, 17399, 17407,
+ 17410, 17434, 17458, 17482, 17506, 17530, 17552, 17562,
+ 17565, 17575, 17598, 17601, 17624, 17627, 17635, 17638,
+ 17662, 17686, 17708, 17718, 17721, 17731, 17754, 17757,
+ 17780, 17783, 17791, 17794, 17818, 17842, 17866, 17890,
+ 17912, 17922, 17925, 17935, 17958, 17961, 17984, 17987,
+ 17995, 17998, 18022, 18046, 18070, 18094, 18116, 18126,
+ 18129, 18139, 18166, 18169, 18196, 18219, 18242, 18265,
+ 18288, 18297, 18320, 18343, 18346, 18348, 18372, 18396,
+ 18420, 18444, 18466, 18476, 18478, 18488, 18511, 18513,
+ 18536, 18538, 18546, 18548, 18572, 18596, 18620, 18644,
+ 18668, 18690, 18700, 18702, 18712, 18735, 18737, 18760,
+ 18762, 18770, 18772, 18796, 18820, 18842, 18852, 18854,
+ 18864, 18887, 18889, 18912, 18914, 18922, 18931, 18933,
+ 18957, 18981, 19005, 19029, 19051, 19061, 19063, 19073,
+ 19096, 19098, 19121, 19123, 19131, 19133, 19157, 19181,
+ 19205, 19229, 19251, 19261, 19263, 19273, 19300, 19302,
+ 19329, 19352, 19375, 19398, 19421, 19430, 19453, 19476,
+ 19478, 19480, 19499, 19518, 19537, 19556, 19573, 19578,
+ 19580, 19585, 19604, 19606, 19625, 19627, 19631, 19639,
+ 19641, 19660, 19679, 19698, 19717, 19736, 19755, 19774,
+ 19791, 19796, 19798, 19803, 19822, 19824, 19843, 19859,
+ 19861, 19880, 19899, 19918, 19937, 19956, 19973, 19978,
+ 19980, 19985, 20004, 20006, 20025, 20027, 20031, 20039,
+ 20047, 20050, 20056, 20065, 20067, 20076, 20078, 20087,
+ 20123, 20125, 20161, 20183, 20193, 20195, 20205, 20228,
+ 20230, 20253, 20274, 20283, 20285, 20300, 20316, 20332,
+ 20348, 20358, 20373, 20390, 20400, 20411, 20421, 20432,
+ 20442, 20453, 20464, 20473, 20482, 20493, 20502, 20513,
+ 20522, 20539, 20556, 20572, 20588, 20604, 20620, 20630,
+ 20644, 20661, 20678, 20695, 20705, 20716, 20727, 20736,
+ 20745, 20747, 20771, 20795, 20819, 20843, 20867, 20891,
+ 20915, 20939, 20961, 20971, 20973, 20983, 21006, 21008,
+ 21031, 21052, 21054, 21078, 21102, 21126, 21150, 21174,
+ 21196, 21206, 21208, 21218, 21241, 21243, 21266, 21268,
+ 21276, 21285, 21287, 21311, 21335, 21359, 21383, 21405,
+ 21415, 21417, 21427, 21450, 21452, 21475, 21477, 21501,
+ 21525, 21549, 21573, 21597, 21619, 21629, 21631, 21641,
+ 21664, 21666, 21689, 21691, 21715, 21739, 21761, 21771,
+ 21773, 21783, 21806, 21808, 21831, 21833, 21841, 21850,
+ 21852, 21876, 21900, 21924, 21948, 21970, 21980, 21982,
+ 21992, 22015, 22017, 22040, 22042, 22066, 22090, 22114,
+ 22138, 22160, 22170, 22172, 22182, 22209, 22211, 22238,
+ 22261, 22284, 22307, 22330, 22339, 22362, 22385, 22387,
+ 22389, 22408, 22427, 22444, 22449, 22451, 22456, 22475,
+ 22477, 22496, 22498, 22502, 22510, 22518, 22521, 22527,
+ 22529, 22532, 22535, 22538, 22541, 22544, 22547, 22549,
+ 22552, 22554, 22556, 22557, 22560, 22563, 22566, 22569,
+ 22600, 22603, 22606, 22609, 22612, 22643, 22646, 22649,
+ 22652, 22655, 22686, 22689, 22692, 22695, 22698, 22729,
+ 22732, 22735, 22738, 22740, 22771, 22774, 22777, 22780,
+ 22783, 22814, 22817, 22820, 22851, 22855, 22886, 22917,
+ 22920, 22923, 22926, 22929, 22932, 22963, 22966, 22969,
+ 23000, 23003, 23006, 23009, 23011, 23015, 23019, 23023,
+ 23027, 23031, 23035, 23067, 23071, 23075, 23107, 23111,
+ 23115, 23119, 23151, 23155, 23159, 23163, 23194, 23225,
+ 23228, 23231, 23234, 23237, 23240, 23271, 23274, 23277,
+ 23308, 23311, 23314, 23317, 23348, 23351, 23354, 23357,
+ 23388, 23391, 23394, 23397, 23400, 23403, 23406, 23409,
+ 23412, 23443, 23474, 23477, 23480, 23511, 23514, 23517,
+ 23520, 23551, 23554, 23557, 23560, 23591, 23594, 23597,
+ 23600, 23631, 23634, 23637, 23640, 23644, 23648, 23652,
+ 23656, 23660, 23692, 23696, 23700, 23732, 23736, 23740,
+ 23744, 23776, 23780, 23784, 23788, 23820, 23824, 23828,
+ 23832, 23863, 23895, 23899, 23903, 23935, 23939, 23943,
+ 23947, 23978, 24009, 24012, 24015, 24018, 24021, 24024,
+ 24055, 24058, 24061, 24092, 24095, 24098, 24101, 24132,
+ 24135, 24138, 24141, 24172, 24175, 24178, 24181, 24212,
+ 24215, 24218, 24221, 24252, 24255, 24258, 24261, 24292,
+ 24295, 24298, 24329, 24361, 24365, 24369, 24401, 24405,
+ 24409, 24413, 24445, 24449, 24453, 24457, 24489, 24493,
+ 24497, 24501, 24533, 24565, 24569, 24573, 24577, 24609,
+ 24613, 24617, 24649, 24681, 24685, 24689, 24721, 24753,
+ 24757, 24761, 24793, 24797, 24801, 24805, 24837, 24841,
+ 24845, 24849, 24881, 24885, 24889, 24893, 24925, 24929,
+ 24933, 24965, 24969, 24973, 24977, 25009, 25013, 25017,
+ 25049, 25080, 25083, 25086, 25089, 25120, 25123, 25126,
+ 25157, 25188, 25191, 25194, 25197, 25228, 25231, 25234,
+ 25237, 25268, 25271, 25274, 25305, 25337, 25341, 25345,
+ 25377, 25381, 25385, 25417, 25449, 25453, 25457, 25489,
+ 25493, 25497, 25529, 25533, 25537, 25541, 25573, 25577,
+ 25581, 25585, 25617, 25621, 25625, 25629, 25661, 25665,
+ 25669, 25673, 25705, 25709, 25713, 25745, 25776, 25779,
+ 25782, 25785, 25816, 25819, 25822, 25825, 25856, 25859,
+ 25862, 25865, 25896, 25899, 25902, 25905, 25936, 25939,
+ 25942, 25973, 26004, 26007, 26010, 26013, 26044, 26047,
+ 26050, 26081, 26084, 26087, 26090, 26094, 26125, 26156,
+ 26159, 26162, 26165, 26168, 26199, 26202, 26205, 26236,
+ 26239, 26242, 26245, 26276, 26279, 26282, 26313, 26316,
+ 26319, 26350, 26353, 26356, 26359, 26390, 26393, 26396,
+ 26427, 26430, 26433, 26464, 26495, 26498, 26501, 26504,
+ 26508
+};
+
+static const char _thttp_machine_parser_header_WWW_Authenticate_trans_keys[] = {
+ 80, 87, 112, 119, 82, 114, 79, 111,
+ 88, 120, 89, 121, 45, 65, 97, 85,
+ 117, 84, 116, 72, 104, 69, 101, 78,
+ 110, 84, 116, 73, 105, 67, 99, 65,
+ 97, 84, 116, 69, 101, 9, 32, 58,
+ 9, 13, 32, 66, 68, 98, 100, 13,
+ 10, 13, 9, 13, 32, 66, 68, 98,
+ 100, 10, 13, 9, 13, 32, 66, 68,
+ 98, 100, 13, 65, 97, 13, 83, 115,
+ 13, 73, 105, 13, 67, 99, 9, 13,
+ 32, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 10, 13, 9, 13, 32, 33, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 61, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 44, 61, 10,
+ 13, 9, 13, 32, 44, 61, 9, 13,
+ 32, 33, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 10, 13, 9,
+ 13, 32, 33, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 97, 100, 110, 111,
+ 113, 114, 115, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 76, 108,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 33, 37,
+ 39, 44, 61, 79, 111, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 91, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 91, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 34, 13, 34, 92, 127,
+ 0, 8, 10, 31, 10, 13, 9, 13,
+ 32, 44, 9, 13, 32, 44, 10, 13,
+ 9, 13, 32, 44, 10, 13, 9, 13,
+ 32, 33, 37, 39, 44, 61, 79, 111,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 61, 78, 110, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 61, 67, 99, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 69,
+ 101, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 44, 61,
+ 10, 13, 9, 13, 32, 44, 61, 9,
+ 13, 32, 33, 34, 37, 39, 91, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 34, 13, 34, 92,
+ 127, 0, 8, 10, 31, 10, 13, 9,
+ 13, 32, 44, 13, 0, 9, 11, 127,
+ 9, 13, 32, 33, 37, 39, 44, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 13, 58, 48, 57, 65, 70, 97, 102,
+ 13, 58, 93, 48, 57, 65, 70, 97,
+ 102, 13, 58, 93, 48, 57, 65, 70,
+ 97, 102, 13, 58, 93, 48, 57, 65,
+ 70, 97, 102, 13, 58, 93, 13, 58,
+ 48, 57, 65, 70, 97, 102, 13, 46,
+ 58, 93, 48, 57, 65, 70, 97, 102,
+ 13, 48, 57, 13, 46, 48, 57, 13,
+ 48, 57, 13, 46, 48, 57, 13, 48,
+ 57, 13, 93, 48, 57, 13, 93, 48,
+ 57, 13, 93, 13, 46, 48, 57, 13,
+ 46, 13, 46, 48, 57, 13, 46, 13,
+ 46, 58, 93, 48, 57, 65, 70, 97,
+ 102, 13, 46, 58, 93, 48, 57, 65,
+ 70, 97, 102, 13, 58, 93, 48, 57,
+ 65, 70, 97, 102, 13, 58, 93, 48,
+ 57, 65, 70, 97, 102, 13, 58, 93,
+ 48, 57, 65, 70, 97, 102, 13, 58,
+ 93, 48, 57, 65, 70, 97, 102, 13,
+ 58, 93, 13, 48, 57, 65, 70, 97,
+ 102, 13, 46, 58, 93, 48, 57, 65,
+ 70, 97, 102, 13, 46, 58, 93, 48,
+ 57, 65, 70, 97, 102, 13, 46, 58,
+ 93, 48, 57, 65, 70, 97, 102, 13,
+ 48, 57, 13, 46, 48, 57, 13, 46,
+ 48, 57, 13, 46, 13, 58, 10, 13,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 80, 112, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 65, 97, 126, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 81, 113,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 61, 85, 117, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 61, 69, 101, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 44, 61, 10, 13, 9,
+ 13, 32, 44, 61, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 34, 13, 34, 92, 127, 0, 8,
+ 10, 31, 10, 13, 9, 13, 32, 44,
+ 13, 0, 9, 11, 127, 10, 13, 9,
+ 13, 32, 33, 37, 39, 44, 61, 79,
+ 111, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 80, 112, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 44, 61, 10, 13, 9, 13, 32,
+ 44, 61, 9, 13, 32, 33, 34, 37,
+ 39, 91, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 91, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 34,
+ 13, 34, 92, 127, 0, 8, 10, 31,
+ 13, 34, 92, 127, 0, 8, 10, 31,
+ 13, 34, 10, 13, 34, 9, 13, 32,
+ 44, 10, 13, 9, 13, 32, 44, 9,
+ 13, 32, 33, 37, 39, 44, 61, 69,
+ 101, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 65, 97, 126, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 76, 108, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 77, 109, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 44,
+ 61, 10, 13, 9, 13, 32, 44, 61,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 91, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 13, 34,
+ 92, 127, 0, 8, 10, 31, 10, 13,
+ 9, 13, 32, 44, 13, 0, 9, 11,
+ 127, 10, 13, 9, 13, 32, 33, 37,
+ 39, 44, 61, 84, 116, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 65, 97,
+ 126, 42, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 61, 76, 108, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 61, 69, 101, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 44, 61, 10, 13, 9,
+ 13, 32, 44, 61, 9, 13, 32, 33,
+ 34, 37, 39, 70, 84, 91, 102, 116,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 70, 84, 91, 102,
+ 116, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 65, 97, 126, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 76, 108, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 83,
+ 115, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 69, 101, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 44,
+ 9, 13, 32, 33, 37, 39, 44, 82,
+ 114, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 85, 117, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 10, 13,
+ 34, 13, 34, 0, 9, 11, 127, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 10, 13, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 92, 97, 100, 110,
+ 111, 113, 114, 115, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 92, 97, 100, 110, 111, 113,
+ 114, 115, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 10, 13, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 34, 92, 127, 0, 31, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 10, 13, 13, 0, 9, 11, 127, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 92, 93,
+ 127, 0, 8, 10, 31, 13, 34, 58,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 93, 127, 0, 8, 10, 31,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 58, 92, 127, 0, 8, 10, 31, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 76, 92, 108, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 71, 92, 103, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 79, 92, 111, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 82, 92, 114, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 73, 92, 105, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 84, 92, 116, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 72, 92, 104, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 77, 92, 109, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 10, 13, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 79, 92, 111,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 77, 92, 109,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 92, 97,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 73, 92, 105,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 78, 92, 110,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 92, 127,
+ 0, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 13, 34, 92, 127, 0,
+ 8, 10, 31, 13, 34, 10, 13, 34,
+ 10, 13, 34, 13, 34, 0, 9, 11,
+ 127, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 10, 13, 34, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 92, 97, 100, 110,
+ 111, 113, 114, 115, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 92, 97, 100, 110, 111,
+ 113, 114, 115, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 10, 13, 34, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 34,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 34, 9, 13, 32, 34, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 34, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 10, 13, 34, 9, 13, 32,
+ 34, 44, 61, 9, 13, 32, 33, 34,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 10, 13, 34, 9, 13,
+ 32, 33, 34, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 97, 100, 110, 111,
+ 113, 114, 115, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 76,
+ 108, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 111,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 91, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 34, 9,
+ 13, 32, 33, 34, 37, 39, 91, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 44, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 10,
+ 13, 34, 9, 13, 32, 34, 44, 10,
+ 13, 34, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 111, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 110, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 67, 99, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 101, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 10, 13, 34, 9, 13, 32,
+ 34, 44, 61, 9, 13, 32, 33, 34,
+ 37, 39, 91, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 91, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 34, 9,
+ 13, 32, 34, 9, 13, 32, 34, 44,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 10,
+ 13, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 65, 68, 78, 79, 81, 82, 83,
+ 92, 97, 100, 110, 111, 113, 114, 115,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 92, 97,
+ 100, 110, 111, 113, 114, 115, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 92, 127,
+ 0, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 10, 13, 13, 34, 58, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 58, 92, 127, 0, 8, 10, 31, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 76, 92, 108, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 71, 92, 103, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 79, 92, 111, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 82, 92, 114, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 73, 92, 105, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 84, 92, 116, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 72, 92, 104, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 77, 92, 109, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 10, 13, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 79, 92, 111,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 77, 92, 109,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 92, 97,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 73, 92, 105,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 78, 92, 110,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 92, 127,
+ 0, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 92,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 78, 92,
+ 110, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 67, 92,
+ 99, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 34, 92,
+ 127, 0, 31, 9, 13, 32, 34, 44,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 80,
+ 92, 112, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 65,
+ 92, 97, 126, 127, 0, 31, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 81,
+ 92, 113, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 85,
+ 92, 117, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 10, 13,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 34,
+ 92, 127, 0, 31, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 10, 13,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 92,
+ 97, 100, 110, 111, 113, 114, 115, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 92, 97, 100,
+ 110, 111, 113, 114, 115, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 34, 92, 127, 0,
+ 31, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 44, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 13, 34, 58, 92, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 13, 34, 58, 92, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 93,
+ 127, 0, 8, 10, 31, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 76, 92, 108, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 71, 92, 103, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 79, 92, 111, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 82, 92, 114, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 73, 92, 105, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 84, 92, 116, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 72, 92, 104, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 77, 92, 109, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 10,
+ 13, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 92, 111, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 77, 92, 109, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 65, 92, 97, 126, 127,
+ 0, 31, 42, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 73, 92, 105, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 78, 92, 110, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 34, 92, 127, 0, 31,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 67, 92, 99, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 34, 92, 127, 0,
+ 31, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 80, 92, 112,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 92, 97,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 81, 92, 113,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 85, 92, 117,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 92, 127,
+ 0, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 92,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 80, 92,
+ 112, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 34, 92,
+ 127, 0, 31, 9, 13, 32, 34, 44,
+ 92, 127, 0, 31, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 10, 13, 34,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 92,
+ 97, 100, 110, 111, 113, 114, 115, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 10, 13, 34,
+ 9, 13, 32, 33, 34, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 92, 97,
+ 100, 110, 111, 113, 114, 115, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 34, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 34, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 34, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 10, 13, 34,
+ 9, 13, 32, 34, 44, 61, 9, 13,
+ 32, 33, 34, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 97, 100, 110, 111,
+ 113, 114, 115, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 76, 108, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 34,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 79, 111, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 34, 9, 13, 32, 33, 34, 37,
+ 39, 91, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 34,
+ 9, 13, 32, 34, 9, 13, 32, 33,
+ 34, 37, 39, 44, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 10, 13, 34, 9, 13, 32,
+ 34, 44, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 111,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 78, 110, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 67, 99,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 101, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 10, 13, 34,
+ 9, 13, 32, 34, 44, 61, 9, 13,
+ 32, 33, 34, 37, 39, 91, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 34, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 34, 9, 13, 32, 34, 13, 34,
+ 58, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 93, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 93, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 93, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 93, 13, 34, 58, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 93, 48,
+ 57, 65, 70, 97, 102, 13, 34, 48,
+ 57, 13, 34, 46, 48, 57, 13, 34,
+ 48, 57, 13, 34, 46, 48, 57, 13,
+ 34, 48, 57, 13, 34, 93, 48, 57,
+ 13, 34, 93, 48, 57, 13, 34, 93,
+ 9, 13, 32, 34, 44, 13, 34, 46,
+ 48, 57, 13, 34, 46, 13, 34, 46,
+ 48, 57, 13, 34, 46, 13, 34, 46,
+ 58, 93, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 93, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 93, 48,
+ 57, 65, 70, 97, 102, 13, 34, 58,
+ 93, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 93, 48, 57, 65, 70, 97,
+ 102, 13, 34, 58, 93, 48, 57, 65,
+ 70, 97, 102, 13, 34, 58, 93, 13,
+ 34, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 93, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 93, 48,
+ 57, 65, 70, 97, 102, 13, 34, 46,
+ 58, 93, 48, 57, 65, 70, 97, 102,
+ 13, 34, 48, 57, 13, 34, 46, 48,
+ 57, 13, 34, 46, 48, 57, 13, 34,
+ 46, 13, 34, 58, 10, 13, 34, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 80, 112, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 65, 97, 126, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 81, 113, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 85, 117, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 101, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 10, 13, 34, 9, 13,
+ 32, 34, 44, 61, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 34, 9, 13, 32, 33, 34, 37,
+ 39, 91, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 34,
+ 9, 13, 32, 34, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 10, 13, 34, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 111, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 80, 112, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 10, 13, 34, 9, 13,
+ 32, 34, 44, 61, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 34, 9, 13, 32, 33, 34, 37,
+ 39, 91, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 34,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 101, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 97, 126,
+ 42, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 76, 108, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 77, 109, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 10, 13, 34, 9, 13, 32, 34, 44,
+ 61, 9, 13, 32, 33, 34, 37, 39,
+ 91, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 34, 9,
+ 13, 32, 33, 34, 37, 39, 91, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 34, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 92, 97,
+ 100, 110, 111, 113, 114, 115, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 92, 97, 100, 110,
+ 111, 113, 114, 115, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 34, 92, 127, 0, 31,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 10,
+ 13, 13, 34, 58, 92, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 13, 34, 58, 92, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 92, 93,
+ 127, 0, 8, 10, 31, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 92, 93, 127, 0, 8,
+ 10, 31, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 76, 92, 108, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 71, 92, 103, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 79, 92, 111, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 82, 92, 114, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 73, 92, 105, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 84, 92, 116, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 72, 92, 104, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 77, 92, 109, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 10,
+ 13, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 92, 111, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 77, 92, 109, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 65, 92, 97, 126, 127,
+ 0, 31, 42, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 73, 92, 105, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 78, 92, 110, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 34, 92, 127, 0, 31,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 92, 110, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 67, 92, 99, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 34, 92, 127, 0,
+ 31, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 80, 92, 112,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 92, 97,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 81, 92, 113,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 85, 92, 117,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 92, 127,
+ 0, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 92,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 80, 92,
+ 112, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 34, 92,
+ 127, 0, 31, 9, 13, 32, 34, 44,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 65,
+ 92, 97, 126, 127, 0, 31, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 76,
+ 92, 108, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 77,
+ 92, 109, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 10, 13,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 34,
+ 92, 127, 0, 31, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 84, 92, 116, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 92, 97, 126, 127, 0, 31, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 76, 92, 108, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 10,
+ 13, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 70, 84, 91, 92, 102, 116,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 70,
+ 84, 91, 92, 102, 116, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 65, 92, 97, 126, 127,
+ 0, 31, 42, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 76, 92, 108, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 83, 92, 115, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 82, 92, 114, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 85,
+ 92, 117, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 10, 13, 34, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 84, 116, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 97, 126, 42, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 76, 108, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 101, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 10, 13, 34, 9, 13,
+ 32, 34, 44, 61, 9, 13, 32, 33,
+ 34, 37, 39, 70, 84, 91, 102, 116,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 34, 9, 13,
+ 32, 33, 34, 37, 39, 70, 84, 91,
+ 102, 116, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 65, 97, 126,
+ 42, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 76, 108, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 83, 115, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 69, 101,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 9, 13,
+ 32, 33, 34, 37, 39, 44, 82, 114,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 85, 117, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 34, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 77, 109, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 65, 97, 126, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 73, 105, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 78, 110, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 10,
+ 13, 34, 9, 13, 32, 34, 44, 61,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 34, 9, 13,
+ 32, 33, 34, 37, 39, 91, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 34, 9, 13, 32, 34,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 10, 13, 34, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 80,
+ 112, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 65, 97, 126, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 81,
+ 113, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 85, 117, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 101, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 10, 13, 34, 9, 13, 32,
+ 34, 44, 61, 9, 13, 32, 33, 34,
+ 37, 39, 91, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 91, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 34, 9,
+ 13, 32, 34, 13, 34, 58, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 93,
+ 48, 57, 65, 70, 97, 102, 13, 34,
+ 58, 93, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 93, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 93, 13, 34,
+ 58, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 93, 48, 57, 65, 70,
+ 97, 102, 13, 34, 48, 57, 13, 34,
+ 46, 48, 57, 13, 34, 48, 57, 13,
+ 34, 46, 48, 57, 13, 34, 48, 57,
+ 13, 34, 93, 48, 57, 13, 34, 93,
+ 48, 57, 13, 34, 93, 9, 13, 32,
+ 34, 44, 13, 34, 46, 48, 57, 13,
+ 34, 46, 13, 34, 46, 48, 57, 13,
+ 34, 46, 13, 34, 46, 58, 93, 48,
+ 57, 65, 70, 97, 102, 13, 34, 46,
+ 58, 93, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 93, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 93, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 93,
+ 48, 57, 65, 70, 97, 102, 13, 34,
+ 58, 93, 48, 57, 65, 70, 97, 102,
+ 13, 34, 58, 93, 13, 34, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 93, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 93, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 93, 48,
+ 57, 65, 70, 97, 102, 13, 34, 48,
+ 57, 13, 34, 46, 48, 57, 13, 34,
+ 46, 48, 57, 13, 34, 46, 13, 34,
+ 58, 10, 13, 34, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 79, 111, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 80, 112, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 10, 13, 34, 9,
+ 13, 32, 34, 44, 61, 9, 13, 32,
+ 33, 34, 37, 39, 91, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 34, 9, 13, 32, 33, 34,
+ 37, 39, 91, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 10,
+ 13, 34, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 10, 13, 34, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 101, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 65, 97, 126, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 76,
+ 108, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 77, 109, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 10, 13,
+ 34, 9, 13, 32, 34, 44, 61, 9,
+ 13, 32, 33, 34, 37, 39, 91, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 91, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 34, 9, 13, 32, 34, 10,
+ 13, 34, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 84, 116, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 65,
+ 97, 126, 42, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 76, 108, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 101, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 10, 13, 34, 9, 13, 32,
+ 34, 44, 61, 9, 13, 32, 33, 34,
+ 37, 39, 70, 84, 91, 102, 116, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 70, 84, 91, 102,
+ 116, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 65, 97, 126, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 76,
+ 108, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 83, 115, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 69, 101, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 9, 13, 32,
+ 33, 34, 37, 39, 44, 82, 114, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 85, 117, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 34, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 71, 103, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 111,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 82, 114, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 73, 105,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 84, 116, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 72, 104,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 77, 109, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 10, 13, 34,
+ 9, 13, 32, 34, 44, 61, 9, 13,
+ 32, 33, 34, 37, 39, 91, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 34, 9, 13, 32, 33,
+ 34, 37, 39, 91, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 34, 13, 34, 58, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 13, 34, 58, 92,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 93, 127, 0, 8, 10, 31, 9,
+ 13, 32, 34, 44, 92, 127, 0, 31,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 58, 92, 93, 127,
+ 0, 8, 10, 31, 13, 34, 92, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 58, 92, 127, 0, 8, 10, 31, 10,
+ 13, 34, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 76, 92, 108, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 71, 92, 103, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 92, 111, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 82, 92, 114, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 73, 92, 105, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 84, 92, 116, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 72, 92, 104, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 77, 92, 109, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 10, 13, 34, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 34,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 79, 92, 111, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 77, 92, 109, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 65, 92, 97, 126, 127, 0, 31,
+ 42, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 73, 92, 105, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 78, 92, 110, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 10, 13, 34, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 34, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 34, 92, 127, 0,
+ 31, 10, 13, 34, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 79, 92, 111,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 78, 92, 110,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 67, 92, 99,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 34, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 34, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 34, 92, 127, 0, 31, 10, 13, 34,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 80, 92, 112, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 65, 92, 97, 126, 127, 0, 31,
+ 42, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 81, 92, 113, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 85, 92, 117, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 10, 13, 34, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 34, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 34, 92, 127, 0,
+ 31, 10, 13, 34, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 79, 92, 111,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 80, 92, 112,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 34, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 34, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 65, 92,
+ 97, 126, 127, 0, 31, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 76, 92,
+ 108, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 77, 92,
+ 109, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 10, 13, 34,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 34, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 34, 9, 13,
+ 32, 34, 92, 127, 0, 31, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 84, 92, 116, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 65, 92, 97, 126, 127, 0,
+ 31, 42, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 76, 92, 108, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 69, 92, 101, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 10, 13, 34, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 70, 84, 91,
+ 92, 102, 116, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 34, 9, 13, 32, 33,
+ 34, 37, 39, 70, 84, 91, 92, 102,
+ 116, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 65,
+ 92, 97, 126, 127, 0, 31, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 76, 92,
+ 108, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 83, 92, 115,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 69, 92, 101, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 44, 82, 92, 114, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 85, 92, 117, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 65, 92, 97, 126, 127, 0, 31, 42,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 76, 92, 108, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 77, 92, 109, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 10,
+ 13, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 9, 13, 32,
+ 34, 92, 127, 0, 31, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 84, 92, 116, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 65, 92, 97, 126, 127, 0, 31,
+ 42, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 76, 92, 108, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 61, 92, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 10, 13, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 70, 84, 91, 92, 102,
+ 116, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 70, 84, 91, 92, 102, 116, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 65, 92, 97, 126,
+ 127, 0, 31, 42, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 76, 92, 108, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 83, 92, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 82, 92, 114, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 85, 92, 117, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 80, 92, 112, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 34, 92, 127, 0,
+ 31, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 92, 97,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 76, 92, 108,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 77, 92, 109,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 92, 127,
+ 0, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 84, 92,
+ 116, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 65, 92,
+ 97, 126, 127, 0, 31, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 76, 92,
+ 108, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 70, 84, 91, 92, 102, 116, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 70, 84, 91,
+ 92, 102, 116, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 65, 92, 97, 126, 127, 0, 31,
+ 42, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 76, 92, 108, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 83,
+ 92, 115, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 82, 92,
+ 114, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 85, 92, 117,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 77, 109, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 65, 97,
+ 126, 42, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 73, 105, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 78, 110,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 10, 13, 34, 9, 13, 32, 34,
+ 44, 61, 9, 13, 32, 33, 34, 37,
+ 39, 91, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 34,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 34, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 71,
+ 103, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 79, 111, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 82,
+ 114, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 73, 105, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 84,
+ 116, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 72, 104, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 77,
+ 109, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 10, 13, 34, 9, 13, 32,
+ 34, 44, 61, 9, 13, 32, 33, 34,
+ 37, 39, 91, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 91, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 10, 13, 34,
+ 13, 34, 58, 92, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 92, 93, 127, 0, 8, 10,
+ 31, 13, 34, 58, 92, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 46, 92, 127,
+ 0, 8, 10, 31, 48, 57, 13, 34,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 92, 93, 127,
+ 0, 8, 10, 31, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 13, 34, 46,
+ 58, 92, 93, 127, 0, 8, 10, 31,
+ 48, 57, 65, 70, 97, 102, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 58, 92, 93, 127, 0, 8, 10,
+ 31, 13, 34, 92, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 46, 58, 92, 93, 127, 0, 8,
+ 10, 31, 48, 57, 65, 70, 97, 102,
+ 13, 34, 46, 58, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 65, 70, 97,
+ 102, 13, 34, 46, 58, 92, 93, 127,
+ 0, 8, 10, 31, 48, 57, 65, 70,
+ 97, 102, 13, 34, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 13, 34, 58, 92, 127,
+ 0, 8, 10, 31, 10, 13, 34, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 76, 92, 108, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 71, 92, 103, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 79, 92, 111, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 82, 92, 114, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 73, 92, 105, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 84, 92, 116, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 72, 92, 104, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 77, 92, 109, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 10,
+ 13, 34, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 34, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 79, 92,
+ 111, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 77, 92,
+ 109, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 65, 92,
+ 97, 126, 127, 0, 31, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 73, 92,
+ 105, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 78, 92,
+ 110, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 10, 13, 34,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 34, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 34, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 92, 110, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 67,
+ 92, 99, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 10, 13,
+ 34, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 34, 9,
+ 13, 32, 34, 92, 127, 0, 31, 10,
+ 13, 34, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 80, 92, 112, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 65, 92, 97, 126, 127,
+ 0, 31, 42, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 81, 92, 113, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 85, 92, 117, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 10, 13, 34, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 34, 9, 13, 32, 34, 92,
+ 127, 0, 31, 10, 13, 34, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 80,
+ 92, 112, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 10, 13,
+ 34, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 34, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 34, 9,
+ 13, 32, 34, 92, 127, 0, 31, 10,
+ 13, 34, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 65, 92, 97, 126, 127,
+ 0, 31, 42, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 76, 92, 108, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 77, 92, 109, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 10, 13, 34, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 34, 9, 13, 32, 34, 92,
+ 127, 0, 31, 10, 13, 34, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 84,
+ 92, 116, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 65,
+ 92, 97, 126, 127, 0, 31, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 76,
+ 92, 108, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 69,
+ 92, 101, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 10, 13,
+ 34, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 70, 84, 91, 92, 102, 116,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 70, 84, 91, 92, 102, 116, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 65, 92, 97, 126,
+ 127, 0, 31, 42, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 76, 92, 108, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 83, 92, 115, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 69, 92, 101, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 44, 82, 92, 114, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 85, 92, 117, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 34, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 79, 92, 111,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 78, 92, 110,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 67, 92, 99,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 80, 92, 112,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 92, 97,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 81, 92, 113,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 85, 92, 117,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 79, 92, 111,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 80, 92, 112,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 92, 127,
+ 0, 31, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 65, 92,
+ 97, 126, 127, 0, 31, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 76, 92,
+ 108, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 77, 92,
+ 109, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 34, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 84, 92,
+ 116, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 65, 92,
+ 97, 126, 127, 0, 31, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 76, 92,
+ 108, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 70, 84, 91, 92, 102, 116, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 70, 84, 91,
+ 92, 102, 116, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 65, 92, 97, 126, 127, 0, 31,
+ 42, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 34, 37, 39, 44,
+ 76, 92, 108, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 83,
+ 92, 115, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 44, 82, 92,
+ 114, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 85, 92, 117,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 10, 13,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 77, 109, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 65, 97, 126, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 73, 105,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 61, 78, 110, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 61, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 44, 61, 10, 13, 9, 13, 32, 44,
+ 61, 9, 13, 32, 33, 34, 37, 39,
+ 91, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 91, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 34, 13,
+ 34, 92, 127, 0, 8, 10, 31, 10,
+ 13, 9, 13, 32, 33, 37, 39, 44,
+ 61, 71, 103, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 61, 79, 111, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 37, 39, 44, 61, 82,
+ 114, 126, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 44, 61, 73, 105, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 44, 61, 84, 116, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 72, 104, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 77, 109, 126, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 126, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 44, 61, 10, 13, 9, 13,
+ 32, 44, 61, 9, 13, 32, 33, 34,
+ 37, 39, 91, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 9, 13, 32,
+ 33, 37, 39, 44, 61, 79, 111, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 77, 109, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 65, 97, 126, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 44, 61, 73, 105,
+ 126, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 44,
+ 61, 78, 110, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 37, 39, 44, 61, 126, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 44, 61, 10, 13, 9, 13, 32, 44,
+ 61, 9, 13, 32, 33, 34, 37, 39,
+ 91, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 91, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 34, 13,
+ 34, 92, 127, 0, 8, 10, 31, 13,
+ 34, 92, 127, 0, 8, 10, 31, 10,
+ 13, 34, 13, 34, 0, 9, 11, 127,
+ 9, 13, 32, 34, 44, 92, 127, 0,
+ 31, 10, 13, 9, 13, 32, 34, 44,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 92, 97, 100,
+ 110, 111, 113, 114, 115, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 92, 97, 100, 110, 111,
+ 113, 114, 115, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 44, 61, 92, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 10, 13, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 9, 13, 32,
+ 33, 34, 37, 39, 91, 92, 126, 127,
+ 0, 31, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 91, 92, 126,
+ 127, 0, 31, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 10, 13, 13, 34, 58,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 92,
+ 93, 127, 0, 8, 10, 31, 13, 34,
+ 58, 92, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 46,
+ 58, 92, 93, 127, 0, 8, 10, 31,
+ 48, 57, 65, 70, 97, 102, 13, 34,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 46, 92, 127, 0, 8, 10,
+ 31, 48, 57, 13, 34, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 92, 127, 0, 8, 10, 31,
+ 48, 57, 13, 34, 92, 93, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 13, 34, 92, 93, 127, 0, 8, 10,
+ 31, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 13, 34, 46, 92, 127, 0,
+ 8, 10, 31, 48, 57, 13, 34, 46,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 46, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 13, 34, 46, 58, 92, 93,
+ 127, 0, 8, 10, 31, 48, 57, 65,
+ 70, 97, 102, 13, 34, 46, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 92,
+ 93, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 58, 92,
+ 93, 127, 0, 8, 10, 31, 13, 34,
+ 92, 127, 0, 8, 10, 31, 48, 57,
+ 65, 70, 97, 102, 13, 34, 46, 58,
+ 92, 93, 127, 0, 8, 10, 31, 48,
+ 57, 65, 70, 97, 102, 13, 34, 46,
+ 58, 92, 93, 127, 0, 8, 10, 31,
+ 48, 57, 65, 70, 97, 102, 13, 34,
+ 46, 58, 92, 93, 127, 0, 8, 10,
+ 31, 48, 57, 65, 70, 97, 102, 13,
+ 34, 92, 127, 0, 8, 10, 31, 48,
+ 57, 13, 34, 46, 92, 127, 0, 8,
+ 10, 31, 48, 57, 13, 34, 46, 92,
+ 127, 0, 8, 10, 31, 48, 57, 13,
+ 34, 46, 92, 127, 0, 8, 10, 31,
+ 13, 34, 58, 92, 127, 0, 8, 10,
+ 31, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 76, 92, 108, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 71, 92, 103, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 82, 92, 114, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 73, 92, 105, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 84, 92, 116, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 72, 92, 104, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 77, 92, 109, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 10, 13, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 79,
+ 92, 111, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 77,
+ 92, 109, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 65,
+ 92, 97, 126, 127, 0, 31, 42, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 73,
+ 92, 105, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 78,
+ 92, 110, 126, 127, 0, 31, 42, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 61, 92,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 10, 13,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 34,
+ 92, 127, 0, 31, 9, 13, 32, 34,
+ 44, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 79, 92, 111, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 78, 92, 110, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 67, 92, 99, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 69, 92, 101, 126, 127, 0, 31, 42,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 44, 61,
+ 92, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 10,
+ 13, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 91, 92, 126, 127, 0, 31,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 91, 92, 126, 127, 0,
+ 31, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 80, 92,
+ 112, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 65, 92,
+ 97, 126, 127, 0, 31, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 81, 92,
+ 113, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 85, 92,
+ 117, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 69, 92,
+ 101, 126, 127, 0, 31, 42, 46, 48,
+ 57, 65, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 61, 92, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 34, 44,
+ 61, 92, 127, 0, 31, 10, 13, 9,
+ 13, 32, 34, 44, 61, 92, 127, 0,
+ 31, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 33, 34, 37,
+ 39, 91, 92, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 79, 92, 111, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 80, 92, 112, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 61, 92, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 9, 13, 32, 34, 44, 61, 92,
+ 127, 0, 31, 10, 13, 9, 13, 32,
+ 34, 44, 61, 92, 127, 0, 31, 9,
+ 13, 32, 33, 34, 37, 39, 91, 92,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 10, 13,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 34, 92, 127, 0,
+ 31, 9, 13, 32, 34, 44, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 69, 92, 101,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 65, 92, 97,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 76, 92, 108,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 77, 92, 109,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 61, 92, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 61,
+ 92, 127, 0, 31, 10, 13, 9, 13,
+ 32, 34, 44, 61, 92, 127, 0, 31,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 92, 126, 127, 0, 31, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 10,
+ 13, 9, 13, 32, 33, 34, 37, 39,
+ 91, 92, 126, 127, 0, 31, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 84, 92, 116, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 65, 92, 97, 126, 127,
+ 0, 31, 42, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 76, 92, 108, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 61, 92, 126, 127, 0, 31,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 34, 44, 61, 92, 127,
+ 0, 31, 10, 13, 9, 13, 32, 34,
+ 44, 61, 92, 127, 0, 31, 9, 13,
+ 32, 33, 34, 37, 39, 70, 84, 91,
+ 92, 102, 116, 126, 127, 0, 31, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 9, 13, 32, 33, 34,
+ 37, 39, 70, 84, 91, 92, 102, 116,
+ 126, 127, 0, 31, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 13,
+ 32, 33, 34, 37, 39, 44, 65, 92,
+ 97, 126, 127, 0, 31, 42, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 44, 76, 92, 108,
+ 126, 127, 0, 31, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 33,
+ 34, 37, 39, 44, 83, 92, 115, 126,
+ 127, 0, 31, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 34,
+ 37, 39, 44, 69, 92, 101, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 34, 44, 92,
+ 127, 0, 31, 9, 13, 32, 33, 34,
+ 37, 39, 44, 82, 92, 114, 126, 127,
+ 0, 31, 42, 46, 48, 57, 65, 90,
+ 95, 122, 9, 13, 32, 33, 34, 37,
+ 39, 44, 85, 92, 117, 126, 127, 0,
+ 31, 42, 46, 48, 57, 65, 90, 95,
+ 122, 10, 13, 10, 13, 9, 13, 32,
+ 33, 37, 39, 44, 61, 79, 111, 126,
+ 42, 46, 48, 57, 65, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 44, 61,
+ 80, 112, 126, 42, 46, 48, 57, 65,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 44, 61, 126, 42, 46, 48, 57,
+ 65, 90, 95, 122, 9, 13, 32, 44,
+ 61, 10, 13, 9, 13, 32, 44, 61,
+ 9, 13, 32, 33, 34, 37, 39, 91,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 10, 13, 9, 13, 32,
+ 33, 34, 37, 39, 91, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 10, 13, 9, 13, 32, 34, 13, 34,
+ 92, 127, 0, 8, 10, 31, 13, 34,
+ 92, 127, 0, 8, 10, 31, 10, 13,
+ 34, 13, 34, 0, 9, 11, 127, 10,
+ 13, 13, 73, 105, 13, 71, 103, 13,
+ 69, 101, 13, 83, 115, 13, 84, 116,
+ 9, 13, 32, 10, 13, 9, 13, 32,
+ 87, 119, 87, 119, 13, 9, 13, 32,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 9, 13, 32, 33,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 9, 13, 32, 9,
+ 13, 32, 33, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 97, 100, 110, 111,
+ 113, 114, 115, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 9, 13, 32, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 33, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 9, 13, 32, 9,
+ 13, 32, 13, 34, 9, 13, 32, 33,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 9, 13, 32, 9,
+ 13, 32, 33, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 97, 100, 110, 111,
+ 113, 114, 115, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 9, 13, 32, 9, 13, 32, 33,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 34, 9,
+ 13, 32, 33, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 97, 100, 110, 111,
+ 113, 114, 115, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 33, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 9, 13, 32, 33,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 13, 34, 9, 13, 32, 34, 9,
+ 13, 32, 34, 9, 13, 32, 34, 9,
+ 13, 32, 34, 9, 13, 32, 34, 9,
+ 13, 32, 34, 9, 13, 32, 33, 34,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 34, 9,
+ 13, 32, 34, 9, 13, 32, 33, 34,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 34, 9,
+ 13, 32, 34, 9, 13, 32, 34, 9,
+ 13, 32, 33, 34, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 34, 9, 13, 32, 34, 9,
+ 13, 32, 34, 9, 13, 32, 33, 37,
+ 39, 65, 68, 78, 79, 81, 82, 83,
+ 97, 100, 110, 111, 113, 114, 115, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 33, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 9, 13, 32, 33,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 33, 37,
+ 39, 65, 68, 78, 79, 81, 82, 83,
+ 97, 100, 110, 111, 113, 114, 115, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 33, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 33, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 33, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 33, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 34, 9, 13, 32, 34,
+ 9, 13, 32, 34, 9, 13, 32, 34,
+ 9, 13, 32, 34, 9, 13, 32, 33,
+ 34, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 34,
+ 9, 13, 32, 34, 9, 13, 32, 33,
+ 34, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 34,
+ 9, 13, 32, 34, 9, 13, 32, 34,
+ 9, 13, 32, 33, 34, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 34, 9, 13, 32, 34,
+ 9, 13, 32, 34, 9, 13, 32, 33,
+ 34, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 34,
+ 9, 13, 32, 34, 9, 13, 32, 34,
+ 9, 13, 32, 33, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 33, 34, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 34, 9, 13, 32, 34, 9,
+ 13, 32, 33, 34, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 34, 9, 13, 32, 34, 9,
+ 13, 32, 34, 9, 13, 32, 33, 37,
+ 39, 65, 68, 78, 79, 81, 82, 83,
+ 97, 100, 110, 111, 113, 114, 115, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 13, 32, 33, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 33, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 33, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 33, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 33, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 33, 34, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 34, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 34, 9, 13, 32,
+ 34, 9, 13, 32, 33, 34, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 9, 13, 32, 9, 13,
+ 32, 33, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 33, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 34, 9, 13,
+ 32, 33, 37, 39, 65, 68, 78, 79,
+ 81, 82, 83, 97, 100, 110, 111, 113,
+ 114, 115, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 33, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 33, 37, 39, 65, 68, 78, 79, 81,
+ 82, 83, 97, 100, 110, 111, 113, 114,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 13, 32, 9,
+ 13, 32, 9, 13, 32, 33, 37, 39,
+ 65, 68, 78, 79, 81, 82, 83, 97,
+ 100, 110, 111, 113, 114, 115, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 13, 32, 9, 13, 32, 9,
+ 13, 32, 33, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 97, 100, 110, 111,
+ 113, 114, 115, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 9, 13, 32, 9, 13, 32, 9,
+ 13, 32, 33, 37, 39, 65, 68, 78,
+ 79, 81, 82, 83, 97, 100, 110, 111,
+ 113, 114, 115, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 13,
+ 32, 9, 13, 32, 9, 13, 32, 33,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 9, 13, 32, 9, 13,
+ 32, 9, 13, 32, 33, 37, 39, 65,
+ 68, 78, 79, 81, 82, 83, 97, 100,
+ 110, 111, 113, 114, 115, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 13, 32, 33, 37, 39, 65, 68,
+ 78, 79, 81, 82, 83, 97, 100, 110,
+ 111, 113, 114, 115, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 13, 32, 9, 13, 32, 9, 13, 32,
+ 9, 13, 32, 34, 9, 13, 32, 33,
+ 37, 39, 65, 68, 78, 79, 81, 82,
+ 83, 97, 100, 110, 111, 113, 114, 115,
+ 126, 42, 43, 45, 46, 48, 57, 66,
+ 90, 95, 122, 0
+};
+
+static const char _thttp_machine_parser_header_WWW_Authenticate_single_lengths[] = {
+ 0, 4, 2, 2, 2, 2, 1, 2,
+ 2, 2, 2, 2, 2, 2, 2, 2,
+ 2, 2, 2, 3, 7, 1, 2, 7,
+ 2, 7, 3, 3, 3, 3, 3, 21,
+ 2, 21, 9, 5, 2, 5, 21, 2,
+ 21, 11, 2, 11, 9, 2, 9, 2,
+ 4, 4, 2, 4, 4, 2, 4, 2,
+ 11, 11, 11, 11, 9, 5, 2, 5,
+ 9, 2, 9, 2, 4, 4, 2, 4,
+ 1, 8, 2, 3, 3, 3, 3, 2,
+ 4, 1, 2, 1, 2, 1, 2, 2,
+ 2, 2, 2, 2, 2, 4, 4, 3,
+ 3, 3, 3, 3, 1, 4, 4, 4,
+ 1, 2, 2, 2, 2, 2, 11, 11,
+ 11, 11, 11, 9, 5, 2, 5, 9,
+ 2, 9, 2, 4, 4, 2, 4, 1,
+ 2, 11, 11, 9, 5, 2, 5, 9,
+ 2, 9, 2, 4, 4, 4, 2, 3,
+ 4, 2, 4, 11, 11, 11, 11, 9,
+ 5, 2, 5, 9, 2, 9, 2, 4,
+ 4, 2, 4, 1, 2, 11, 11, 11,
+ 11, 9, 5, 2, 5, 13, 2, 13,
+ 10, 10, 10, 10, 4, 10, 10, 2,
+ 3, 2, 7, 2, 7, 2, 7, 24,
+ 2, 24, 12, 8, 2, 8, 11, 2,
+ 11, 2, 6, 7, 7, 2, 1, 11,
+ 5, 6, 6, 6, 6, 5, 7, 4,
+ 5, 4, 5, 4, 5, 5, 5, 5,
+ 5, 5, 5, 7, 7, 6, 6, 6,
+ 6, 6, 4, 7, 7, 7, 4, 5,
+ 5, 5, 5, 2, 14, 14, 14, 14,
+ 14, 14, 14, 14, 12, 8, 2, 8,
+ 11, 2, 11, 11, 2, 14, 14, 14,
+ 14, 14, 12, 8, 2, 8, 11, 2,
+ 11, 2, 6, 7, 4, 2, 3, 3,
+ 2, 7, 3, 7, 24, 3, 24, 12,
+ 8, 3, 8, 11, 3, 11, 3, 6,
+ 11, 3, 10, 6, 3, 6, 22, 3,
+ 22, 12, 3, 12, 9, 3, 9, 3,
+ 4, 9, 5, 3, 5, 3, 12, 12,
+ 12, 12, 10, 6, 3, 6, 9, 3,
+ 9, 3, 4, 7, 2, 7, 2, 7,
+ 24, 2, 24, 12, 8, 2, 8, 11,
+ 2, 11, 2, 6, 7, 11, 7, 2,
+ 5, 6, 6, 6, 6, 5, 7, 4,
+ 5, 4, 5, 4, 5, 5, 5, 7,
+ 5, 5, 5, 5, 7, 7, 6, 6,
+ 6, 6, 6, 4, 7, 7, 7, 4,
+ 5, 5, 5, 5, 2, 14, 14, 14,
+ 14, 14, 14, 14, 14, 12, 8, 2,
+ 8, 11, 2, 11, 11, 2, 14, 14,
+ 14, 14, 14, 12, 8, 2, 8, 11,
+ 2, 11, 2, 6, 7, 2, 14, 14,
+ 14, 14, 12, 8, 2, 8, 11, 2,
+ 11, 2, 6, 7, 2, 14, 14, 14,
+ 14, 14, 12, 8, 2, 8, 11, 2,
+ 11, 2, 6, 7, 7, 2, 7, 24,
+ 2, 24, 12, 8, 2, 8, 11, 2,
+ 11, 2, 6, 7, 11, 2, 5, 6,
+ 6, 6, 6, 5, 7, 4, 5, 4,
+ 5, 4, 5, 5, 5, 7, 5, 5,
+ 5, 5, 7, 7, 6, 6, 6, 6,
+ 6, 4, 7, 7, 7, 4, 5, 5,
+ 5, 5, 2, 14, 14, 14, 14, 14,
+ 14, 14, 14, 12, 8, 2, 8, 11,
+ 2, 11, 11, 2, 14, 14, 14, 14,
+ 14, 12, 8, 2, 8, 11, 2, 11,
+ 2, 6, 7, 2, 14, 14, 14, 14,
+ 12, 8, 2, 8, 11, 2, 11, 2,
+ 6, 7, 2, 14, 14, 14, 14, 14,
+ 12, 8, 2, 8, 11, 2, 11, 2,
+ 6, 7, 2, 14, 14, 12, 8, 2,
+ 8, 11, 2, 11, 2, 6, 7, 7,
+ 3, 7, 24, 3, 24, 12, 8, 3,
+ 8, 11, 3, 11, 3, 6, 11, 3,
+ 10, 6, 3, 6, 22, 3, 22, 12,
+ 3, 12, 9, 3, 9, 3, 4, 9,
+ 5, 3, 5, 3, 12, 12, 12, 12,
+ 10, 6, 3, 6, 9, 3, 9, 3,
+ 4, 3, 4, 4, 4, 4, 3, 5,
+ 2, 3, 2, 3, 2, 3, 3, 3,
+ 5, 3, 3, 3, 3, 5, 5, 4,
+ 4, 4, 4, 4, 2, 5, 5, 5,
+ 2, 3, 3, 3, 3, 3, 12, 12,
+ 12, 12, 12, 10, 6, 3, 6, 9,
+ 3, 9, 3, 4, 7, 2, 7, 3,
+ 12, 12, 10, 6, 3, 6, 9, 3,
+ 9, 3, 12, 12, 12, 12, 10, 6,
+ 3, 6, 9, 3, 9, 3, 4, 7,
+ 2, 7, 2, 7, 24, 2, 24, 12,
+ 8, 2, 8, 11, 2, 11, 2, 6,
+ 7, 11, 7, 2, 5, 6, 6, 6,
+ 6, 5, 7, 4, 5, 4, 5, 4,
+ 5, 5, 5, 7, 5, 5, 5, 5,
+ 7, 7, 6, 6, 6, 6, 6, 4,
+ 7, 7, 7, 4, 5, 5, 5, 5,
+ 2, 14, 14, 14, 14, 14, 14, 14,
+ 14, 12, 8, 2, 8, 11, 2, 11,
+ 11, 2, 14, 14, 14, 14, 14, 12,
+ 8, 2, 8, 11, 2, 11, 2, 6,
+ 7, 2, 14, 14, 14, 14, 12, 8,
+ 2, 8, 11, 2, 11, 2, 6, 7,
+ 2, 14, 14, 14, 14, 14, 12, 8,
+ 2, 8, 11, 2, 11, 2, 6, 7,
+ 2, 14, 14, 12, 8, 2, 8, 11,
+ 2, 11, 2, 6, 7, 2, 14, 14,
+ 14, 14, 12, 8, 2, 8, 11, 2,
+ 11, 2, 6, 7, 2, 14, 14, 14,
+ 14, 12, 8, 2, 8, 15, 2, 15,
+ 13, 13, 13, 13, 7, 13, 13, 2,
+ 3, 12, 12, 12, 12, 10, 6, 3,
+ 6, 13, 3, 13, 11, 11, 11, 11,
+ 5, 11, 11, 3, 12, 12, 12, 12,
+ 10, 6, 3, 6, 9, 3, 9, 3,
+ 4, 7, 7, 3, 7, 12, 12, 12,
+ 12, 12, 10, 6, 3, 6, 9, 3,
+ 9, 3, 4, 3, 4, 4, 4, 4,
+ 3, 5, 2, 3, 2, 3, 2, 3,
+ 3, 3, 5, 3, 3, 3, 3, 5,
+ 5, 4, 4, 4, 4, 4, 2, 5,
+ 5, 5, 2, 3, 3, 3, 3, 3,
+ 12, 12, 10, 6, 3, 6, 9, 3,
+ 9, 3, 4, 7, 7, 3, 7, 3,
+ 12, 12, 12, 12, 10, 6, 3, 6,
+ 9, 3, 9, 3, 4, 3, 12, 12,
+ 12, 12, 10, 6, 3, 6, 13, 3,
+ 13, 11, 11, 11, 11, 5, 11, 11,
+ 3, 3, 12, 12, 12, 12, 12, 12,
+ 12, 10, 6, 3, 6, 9, 3, 9,
+ 9, 3, 5, 6, 6, 6, 6, 5,
+ 7, 4, 5, 4, 5, 4, 5, 5,
+ 5, 7, 5, 5, 5, 5, 7, 7,
+ 6, 6, 6, 6, 6, 4, 7, 7,
+ 7, 4, 5, 5, 5, 5, 3, 14,
+ 14, 14, 14, 14, 14, 14, 14, 12,
+ 8, 3, 8, 11, 3, 11, 11, 3,
+ 14, 14, 14, 14, 14, 12, 8, 3,
+ 8, 11, 3, 11, 3, 6, 3, 14,
+ 14, 14, 14, 12, 8, 3, 8, 11,
+ 3, 11, 3, 6, 3, 14, 14, 14,
+ 14, 14, 12, 8, 3, 8, 11, 3,
+ 11, 3, 6, 3, 14, 14, 12, 8,
+ 3, 8, 11, 3, 11, 3, 14, 14,
+ 14, 14, 12, 8, 3, 8, 11, 3,
+ 11, 3, 6, 3, 14, 14, 14, 14,
+ 12, 8, 3, 8, 15, 3, 15, 13,
+ 13, 13, 13, 7, 13, 13, 3, 2,
+ 14, 14, 14, 14, 12, 8, 2, 8,
+ 11, 2, 11, 2, 6, 7, 2, 14,
+ 14, 14, 14, 12, 8, 2, 8, 15,
+ 2, 15, 13, 13, 13, 13, 7, 13,
+ 13, 2, 2, 14, 14, 12, 8, 2,
+ 8, 11, 2, 11, 2, 6, 7, 2,
+ 14, 14, 14, 14, 12, 8, 2, 8,
+ 11, 2, 11, 2, 6, 7, 2, 14,
+ 14, 14, 14, 12, 8, 2, 8, 15,
+ 2, 15, 13, 13, 13, 13, 7, 13,
+ 13, 2, 3, 12, 12, 12, 12, 10,
+ 6, 3, 6, 9, 3, 9, 3, 12,
+ 12, 12, 12, 12, 12, 12, 10, 6,
+ 3, 6, 9, 3, 9, 9, 3, 5,
+ 6, 6, 6, 6, 5, 7, 4, 5,
+ 4, 5, 4, 5, 5, 5, 7, 5,
+ 5, 5, 5, 7, 7, 6, 6, 6,
+ 6, 6, 4, 7, 7, 7, 4, 5,
+ 5, 5, 5, 3, 14, 14, 14, 14,
+ 14, 14, 14, 14, 12, 8, 3, 8,
+ 11, 3, 11, 11, 3, 14, 14, 14,
+ 14, 14, 12, 8, 3, 8, 11, 3,
+ 11, 3, 14, 14, 14, 14, 12, 8,
+ 3, 8, 11, 3, 11, 3, 6, 3,
+ 14, 14, 14, 14, 14, 12, 8, 3,
+ 8, 11, 3, 11, 3, 6, 3, 14,
+ 14, 12, 8, 3, 8, 11, 3, 11,
+ 3, 6, 3, 14, 14, 14, 14, 12,
+ 8, 3, 8, 11, 3, 11, 3, 6,
+ 3, 14, 14, 14, 14, 12, 8, 3,
+ 8, 15, 3, 15, 13, 13, 13, 13,
+ 7, 13, 13, 3, 2, 14, 14, 14,
+ 14, 12, 8, 2, 8, 11, 2, 11,
+ 2, 6, 2, 14, 14, 14, 14, 14,
+ 12, 8, 2, 8, 11, 2, 11, 2,
+ 6, 2, 14, 14, 12, 8, 2, 8,
+ 11, 2, 11, 2, 6, 7, 2, 14,
+ 14, 14, 14, 12, 8, 2, 8, 11,
+ 2, 11, 2, 6, 2, 14, 14, 14,
+ 14, 12, 8, 2, 8, 15, 2, 15,
+ 13, 13, 13, 13, 7, 13, 13, 2,
+ 2, 11, 11, 11, 11, 9, 5, 2,
+ 5, 9, 2, 9, 2, 4, 4, 2,
+ 11, 11, 11, 11, 11, 11, 11, 9,
+ 5, 2, 5, 9, 2, 9, 8, 2,
+ 11, 11, 11, 11, 11, 9, 5, 2,
+ 5, 9, 2, 9, 2, 4, 4, 4,
+ 3, 2, 7, 2, 7, 2, 7, 24,
+ 2, 24, 12, 8, 2, 8, 11, 2,
+ 11, 11, 7, 2, 5, 6, 6, 6,
+ 6, 5, 7, 4, 5, 4, 5, 4,
+ 5, 5, 5, 7, 5, 5, 5, 5,
+ 7, 7, 6, 6, 6, 6, 6, 4,
+ 7, 7, 7, 4, 5, 5, 5, 5,
+ 2, 14, 14, 14, 14, 14, 14, 14,
+ 14, 12, 8, 2, 8, 11, 2, 11,
+ 11, 2, 14, 14, 14, 14, 14, 12,
+ 8, 2, 8, 11, 2, 11, 2, 6,
+ 7, 2, 14, 14, 14, 14, 12, 8,
+ 2, 8, 11, 2, 11, 2, 14, 14,
+ 14, 14, 14, 12, 8, 2, 8, 11,
+ 2, 11, 2, 14, 14, 12, 8, 2,
+ 8, 11, 2, 11, 2, 6, 7, 2,
+ 14, 14, 14, 14, 12, 8, 2, 8,
+ 11, 2, 11, 2, 14, 14, 14, 14,
+ 12, 8, 2, 8, 15, 2, 15, 13,
+ 13, 13, 13, 7, 13, 13, 2, 2,
+ 11, 11, 9, 5, 2, 5, 9, 2,
+ 9, 2, 4, 4, 4, 3, 2, 2,
+ 3, 3, 3, 3, 3, 3, 2, 3,
+ 2, 2, 1, 3, 3, 3, 3, 21,
+ 3, 3, 3, 3, 21, 3, 3, 3,
+ 3, 21, 3, 3, 3, 3, 21, 3,
+ 3, 3, 2, 21, 3, 3, 3, 3,
+ 21, 3, 3, 21, 4, 21, 21, 3,
+ 3, 3, 3, 3, 21, 3, 3, 21,
+ 3, 3, 3, 2, 4, 4, 4, 4,
+ 4, 4, 22, 4, 4, 22, 4, 4,
+ 4, 22, 4, 4, 4, 21, 21, 3,
+ 3, 3, 3, 3, 21, 3, 3, 21,
+ 3, 3, 3, 21, 3, 3, 3, 21,
+ 3, 3, 3, 3, 3, 3, 3, 3,
+ 21, 21, 3, 3, 21, 3, 3, 3,
+ 21, 3, 3, 3, 21, 3, 3, 3,
+ 21, 3, 3, 3, 4, 4, 4, 4,
+ 4, 22, 4, 4, 22, 4, 4, 4,
+ 22, 4, 4, 4, 22, 4, 4, 4,
+ 21, 22, 4, 4, 22, 4, 4, 4,
+ 21, 21, 3, 3, 3, 3, 3, 21,
+ 3, 3, 21, 3, 3, 3, 21, 3,
+ 3, 3, 21, 3, 3, 3, 21, 3,
+ 3, 3, 21, 3, 3, 3, 21, 3,
+ 3, 21, 22, 4, 4, 22, 4, 4,
+ 4, 22, 4, 4, 4, 22, 4, 4,
+ 4, 22, 22, 4, 4, 4, 22, 4,
+ 4, 22, 22, 4, 4, 22, 22, 4,
+ 4, 22, 4, 4, 4, 22, 4, 4,
+ 4, 22, 4, 4, 4, 22, 4, 4,
+ 22, 4, 4, 4, 22, 4, 4, 22,
+ 21, 3, 3, 3, 21, 3, 3, 21,
+ 21, 3, 3, 3, 21, 3, 3, 3,
+ 21, 3, 3, 21, 22, 4, 4, 22,
+ 4, 4, 22, 22, 4, 4, 22, 4,
+ 4, 22, 4, 4, 4, 22, 4, 4,
+ 4, 22, 4, 4, 4, 22, 4, 4,
+ 4, 22, 4, 4, 22, 21, 3, 3,
+ 3, 21, 3, 3, 3, 21, 3, 3,
+ 3, 21, 3, 3, 3, 21, 3, 3,
+ 21, 21, 3, 3, 3, 21, 3, 3,
+ 21, 3, 3, 3, 4, 21, 21, 3,
+ 3, 3, 3, 21, 3, 3, 21, 3,
+ 3, 3, 21, 3, 3, 21, 3, 3,
+ 21, 3, 3, 3, 21, 3, 3, 21,
+ 3, 3, 21, 21, 3, 3, 3, 4,
+ 21
+};
+
+static const char _thttp_machine_parser_header_WWW_Authenticate_range_lengths[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 5,
+ 0, 5, 4, 0, 0, 0, 5, 0,
+ 5, 4, 0, 4, 5, 0, 5, 0,
+ 0, 2, 0, 0, 0, 0, 0, 0,
+ 4, 4, 4, 4, 4, 0, 0, 0,
+ 5, 0, 5, 0, 0, 2, 0, 0,
+ 2, 4, 3, 3, 3, 3, 0, 3,
+ 3, 1, 1, 1, 1, 1, 1, 1,
+ 0, 1, 0, 1, 0, 3, 3, 3,
+ 3, 3, 3, 0, 3, 3, 3, 3,
+ 1, 1, 1, 0, 0, 0, 4, 4,
+ 4, 4, 4, 4, 0, 0, 0, 5,
+ 0, 5, 0, 0, 2, 0, 0, 2,
+ 0, 4, 4, 4, 0, 0, 0, 5,
+ 0, 5, 0, 0, 2, 2, 0, 0,
+ 0, 0, 0, 4, 4, 4, 4, 4,
+ 0, 0, 0, 5, 0, 5, 0, 0,
+ 2, 0, 0, 2, 0, 4, 4, 4,
+ 4, 4, 0, 0, 0, 5, 0, 5,
+ 4, 4, 4, 4, 0, 4, 4, 0,
+ 0, 2, 1, 0, 1, 0, 1, 6,
+ 0, 6, 5, 1, 0, 1, 6, 0,
+ 6, 0, 1, 1, 1, 0, 2, 5,
+ 5, 5, 5, 5, 2, 5, 5, 3,
+ 3, 3, 3, 3, 3, 3, 2, 3,
+ 2, 3, 2, 5, 5, 5, 5, 5,
+ 5, 2, 5, 5, 5, 5, 3, 3,
+ 3, 2, 2, 0, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 1, 0, 1,
+ 6, 0, 6, 5, 0, 5, 5, 5,
+ 5, 5, 5, 1, 0, 1, 6, 0,
+ 6, 0, 1, 1, 2, 0, 0, 0,
+ 2, 1, 0, 1, 6, 0, 6, 5,
+ 1, 0, 1, 6, 0, 6, 0, 1,
+ 5, 0, 4, 0, 0, 0, 5, 0,
+ 5, 4, 0, 4, 5, 0, 5, 0,
+ 0, 4, 0, 0, 0, 0, 4, 4,
+ 4, 4, 4, 0, 0, 0, 5, 0,
+ 5, 0, 0, 1, 0, 1, 0, 1,
+ 6, 0, 6, 5, 1, 0, 1, 6,
+ 0, 6, 0, 1, 1, 5, 1, 0,
+ 5, 5, 5, 5, 2, 5, 5, 3,
+ 3, 3, 3, 3, 3, 3, 2, 1,
+ 3, 2, 3, 2, 5, 5, 5, 5,
+ 5, 5, 2, 5, 5, 5, 5, 3,
+ 3, 3, 2, 2, 0, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 1, 0,
+ 1, 6, 0, 6, 5, 0, 5, 5,
+ 5, 5, 5, 5, 1, 0, 1, 6,
+ 0, 6, 0, 1, 1, 0, 5, 5,
+ 5, 5, 5, 1, 0, 1, 6, 0,
+ 6, 0, 1, 1, 0, 5, 5, 5,
+ 5, 5, 5, 1, 0, 1, 6, 0,
+ 6, 0, 1, 1, 1, 0, 1, 6,
+ 0, 6, 5, 1, 0, 1, 6, 0,
+ 6, 0, 1, 1, 5, 0, 5, 5,
+ 5, 5, 2, 5, 5, 3, 3, 3,
+ 3, 3, 3, 3, 2, 1, 3, 2,
+ 3, 2, 5, 5, 5, 5, 5, 5,
+ 2, 5, 5, 5, 5, 3, 3, 3,
+ 2, 2, 0, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 1, 0, 1, 6,
+ 0, 6, 5, 0, 5, 5, 5, 5,
+ 5, 5, 1, 0, 1, 6, 0, 6,
+ 0, 1, 1, 0, 5, 5, 5, 5,
+ 5, 1, 0, 1, 6, 0, 6, 0,
+ 1, 1, 0, 5, 5, 5, 5, 5,
+ 5, 1, 0, 1, 6, 0, 6, 0,
+ 1, 1, 0, 5, 5, 5, 1, 0,
+ 1, 6, 0, 6, 0, 1, 1, 1,
+ 0, 1, 6, 0, 6, 5, 1, 0,
+ 1, 6, 0, 6, 0, 1, 5, 0,
+ 4, 0, 0, 0, 5, 0, 5, 4,
+ 0, 4, 5, 0, 5, 0, 0, 4,
+ 0, 0, 0, 0, 4, 4, 4, 4,
+ 4, 0, 0, 0, 5, 0, 5, 0,
+ 0, 3, 3, 3, 3, 0, 3, 3,
+ 1, 1, 1, 1, 1, 1, 1, 0,
+ 0, 1, 0, 1, 0, 3, 3, 3,
+ 3, 3, 3, 0, 3, 3, 3, 3,
+ 1, 1, 1, 0, 0, 0, 4, 4,
+ 4, 4, 4, 4, 0, 0, 0, 5,
+ 0, 5, 0, 0, 1, 0, 1, 0,
+ 4, 4, 4, 0, 0, 0, 5, 0,
+ 5, 0, 4, 4, 4, 4, 4, 0,
+ 0, 0, 5, 0, 5, 0, 0, 1,
+ 0, 1, 0, 1, 6, 0, 6, 5,
+ 1, 0, 1, 6, 0, 6, 0, 1,
+ 1, 5, 1, 0, 5, 5, 5, 5,
+ 2, 5, 5, 3, 3, 3, 3, 3,
+ 3, 3, 2, 1, 3, 2, 3, 2,
+ 5, 5, 5, 5, 5, 5, 2, 5,
+ 5, 5, 5, 3, 3, 3, 2, 2,
+ 0, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 1, 0, 1, 6, 0, 6,
+ 5, 0, 5, 5, 5, 5, 5, 5,
+ 1, 0, 1, 6, 0, 6, 0, 1,
+ 1, 0, 5, 5, 5, 5, 5, 1,
+ 0, 1, 6, 0, 6, 0, 1, 1,
+ 0, 5, 5, 5, 5, 5, 5, 1,
+ 0, 1, 6, 0, 6, 0, 1, 1,
+ 0, 5, 5, 5, 1, 0, 1, 6,
+ 0, 6, 0, 1, 1, 0, 5, 5,
+ 5, 5, 5, 1, 0, 1, 6, 0,
+ 6, 0, 1, 1, 0, 5, 5, 5,
+ 5, 5, 1, 0, 1, 6, 0, 6,
+ 5, 5, 5, 5, 1, 5, 5, 0,
+ 0, 4, 4, 4, 4, 4, 0, 0,
+ 0, 5, 0, 5, 4, 4, 4, 4,
+ 0, 4, 4, 0, 4, 4, 4, 4,
+ 4, 0, 0, 0, 5, 0, 5, 0,
+ 0, 1, 1, 0, 1, 4, 4, 4,
+ 4, 4, 4, 0, 0, 0, 5, 0,
+ 5, 0, 0, 3, 3, 3, 3, 0,
+ 3, 3, 1, 1, 1, 1, 1, 1,
+ 1, 0, 0, 1, 0, 1, 0, 3,
+ 3, 3, 3, 3, 3, 0, 3, 3,
+ 3, 3, 1, 1, 1, 0, 0, 0,
+ 4, 4, 4, 0, 0, 0, 5, 0,
+ 5, 0, 0, 1, 1, 0, 1, 0,
+ 4, 4, 4, 4, 4, 0, 0, 0,
+ 5, 0, 5, 0, 0, 0, 4, 4,
+ 4, 4, 4, 0, 0, 0, 5, 0,
+ 5, 4, 4, 4, 4, 0, 4, 4,
+ 0, 0, 4, 4, 4, 4, 4, 4,
+ 4, 4, 0, 0, 0, 5, 0, 5,
+ 4, 0, 5, 5, 5, 5, 2, 5,
+ 5, 3, 3, 3, 3, 3, 3, 3,
+ 2, 1, 3, 2, 3, 2, 5, 5,
+ 5, 5, 5, 5, 2, 5, 5, 5,
+ 5, 3, 3, 3, 2, 2, 0, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5,
+ 1, 0, 1, 6, 0, 6, 5, 0,
+ 5, 5, 5, 5, 5, 5, 1, 0,
+ 1, 6, 0, 6, 0, 1, 0, 5,
+ 5, 5, 5, 5, 1, 0, 1, 6,
+ 0, 6, 0, 1, 0, 5, 5, 5,
+ 5, 5, 5, 1, 0, 1, 6, 0,
+ 6, 0, 1, 0, 5, 5, 5, 1,
+ 0, 1, 6, 0, 6, 0, 5, 5,
+ 5, 5, 5, 1, 0, 1, 6, 0,
+ 6, 0, 1, 0, 5, 5, 5, 5,
+ 5, 1, 0, 1, 6, 0, 6, 5,
+ 5, 5, 5, 1, 5, 5, 0, 0,
+ 5, 5, 5, 5, 5, 1, 0, 1,
+ 6, 0, 6, 0, 1, 1, 0, 5,
+ 5, 5, 5, 5, 1, 0, 1, 6,
+ 0, 6, 5, 5, 5, 5, 1, 5,
+ 5, 0, 0, 5, 5, 5, 1, 0,
+ 1, 6, 0, 6, 0, 1, 1, 0,
+ 5, 5, 5, 5, 5, 1, 0, 1,
+ 6, 0, 6, 0, 1, 1, 0, 5,
+ 5, 5, 5, 5, 1, 0, 1, 6,
+ 0, 6, 5, 5, 5, 5, 1, 5,
+ 5, 0, 0, 4, 4, 4, 4, 4,
+ 0, 0, 0, 5, 0, 5, 0, 4,
+ 4, 4, 4, 4, 4, 4, 4, 0,
+ 0, 0, 5, 0, 5, 4, 0, 5,
+ 5, 5, 5, 2, 5, 5, 3, 3,
+ 3, 3, 3, 3, 3, 2, 1, 3,
+ 2, 3, 2, 5, 5, 5, 5, 5,
+ 5, 2, 5, 5, 5, 5, 3, 3,
+ 3, 2, 2, 0, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 1, 0, 1,
+ 6, 0, 6, 5, 0, 5, 5, 5,
+ 5, 5, 5, 1, 0, 1, 6, 0,
+ 6, 0, 5, 5, 5, 5, 5, 1,
+ 0, 1, 6, 0, 6, 0, 1, 0,
+ 5, 5, 5, 5, 5, 5, 1, 0,
+ 1, 6, 0, 6, 0, 1, 0, 5,
+ 5, 5, 1, 0, 1, 6, 0, 6,
+ 0, 1, 0, 5, 5, 5, 5, 5,
+ 1, 0, 1, 6, 0, 6, 0, 1,
+ 0, 5, 5, 5, 5, 5, 1, 0,
+ 1, 6, 0, 6, 5, 5, 5, 5,
+ 1, 5, 5, 0, 0, 5, 5, 5,
+ 5, 5, 1, 0, 1, 6, 0, 6,
+ 0, 1, 0, 5, 5, 5, 5, 5,
+ 5, 1, 0, 1, 6, 0, 6, 0,
+ 1, 0, 5, 5, 5, 1, 0, 1,
+ 6, 0, 6, 0, 1, 1, 0, 5,
+ 5, 5, 5, 5, 1, 0, 1, 6,
+ 0, 6, 0, 1, 0, 5, 5, 5,
+ 5, 5, 1, 0, 1, 6, 0, 6,
+ 5, 5, 5, 5, 1, 5, 5, 0,
+ 0, 4, 4, 4, 4, 4, 0, 0,
+ 0, 5, 0, 5, 0, 0, 2, 0,
+ 4, 4, 4, 4, 4, 4, 4, 4,
+ 0, 0, 0, 5, 0, 5, 4, 0,
+ 4, 4, 4, 4, 4, 4, 0, 0,
+ 0, 5, 0, 5, 0, 0, 2, 2,
+ 0, 2, 1, 0, 1, 0, 1, 6,
+ 0, 6, 5, 1, 0, 1, 6, 0,
+ 6, 5, 1, 0, 5, 5, 5, 5,
+ 2, 5, 5, 3, 3, 3, 3, 3,
+ 3, 3, 2, 1, 3, 2, 3, 2,
+ 5, 5, 5, 5, 5, 5, 2, 5,
+ 5, 5, 5, 3, 3, 3, 2, 2,
+ 0, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 1, 0, 1, 6, 0, 6,
+ 5, 0, 5, 5, 5, 5, 5, 5,
+ 1, 0, 1, 6, 0, 6, 0, 1,
+ 1, 0, 5, 5, 5, 5, 5, 1,
+ 0, 1, 6, 0, 6, 0, 5, 5,
+ 5, 5, 5, 5, 1, 0, 1, 6,
+ 0, 6, 0, 5, 5, 5, 1, 0,
+ 1, 6, 0, 6, 0, 1, 1, 0,
+ 5, 5, 5, 5, 5, 1, 0, 1,
+ 6, 0, 6, 0, 5, 5, 5, 5,
+ 5, 1, 0, 1, 6, 0, 6, 5,
+ 5, 5, 5, 1, 5, 5, 0, 0,
+ 4, 4, 4, 0, 0, 0, 5, 0,
+ 5, 0, 0, 2, 2, 0, 2, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 5,
+ 0, 0, 0, 0, 5, 0, 0, 0,
+ 0, 5, 0, 0, 0, 0, 5, 0,
+ 0, 0, 0, 5, 0, 0, 0, 0,
+ 5, 0, 0, 5, 0, 5, 5, 0,
+ 0, 0, 0, 0, 5, 0, 0, 5,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 5, 0, 0, 5, 0, 0,
+ 0, 5, 0, 0, 0, 5, 5, 0,
+ 0, 0, 0, 0, 5, 0, 0, 5,
+ 0, 0, 0, 5, 0, 0, 0, 5,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 5, 5, 0, 0, 5, 0, 0, 0,
+ 5, 0, 0, 0, 5, 0, 0, 0,
+ 5, 0, 0, 0, 0, 0, 0, 0,
+ 0, 5, 0, 0, 5, 0, 0, 0,
+ 5, 0, 0, 0, 5, 0, 0, 0,
+ 5, 5, 0, 0, 5, 0, 0, 0,
+ 5, 5, 0, 0, 0, 0, 0, 5,
+ 0, 0, 5, 0, 0, 0, 5, 0,
+ 0, 0, 5, 0, 0, 0, 5, 0,
+ 0, 0, 5, 0, 0, 0, 5, 0,
+ 0, 5, 5, 0, 0, 5, 0, 0,
+ 0, 5, 0, 0, 0, 5, 0, 0,
+ 0, 5, 5, 0, 0, 0, 5, 0,
+ 0, 5, 5, 0, 0, 5, 5, 0,
+ 0, 5, 0, 0, 0, 5, 0, 0,
+ 0, 5, 0, 0, 0, 5, 0, 0,
+ 5, 0, 0, 0, 5, 0, 0, 5,
+ 5, 0, 0, 0, 5, 0, 0, 5,
+ 5, 0, 0, 0, 5, 0, 0, 0,
+ 5, 0, 0, 5, 5, 0, 0, 5,
+ 0, 0, 5, 5, 0, 0, 5, 0,
+ 0, 5, 0, 0, 0, 5, 0, 0,
+ 0, 5, 0, 0, 0, 5, 0, 0,
+ 0, 5, 0, 0, 5, 5, 0, 0,
+ 0, 5, 0, 0, 0, 5, 0, 0,
+ 0, 5, 0, 0, 0, 5, 0, 0,
+ 5, 5, 0, 0, 0, 5, 0, 0,
+ 5, 0, 0, 0, 0, 5, 5, 0,
+ 0, 0, 0, 5, 0, 0, 5, 0,
+ 0, 0, 5, 0, 0, 5, 0, 0,
+ 5, 0, 0, 0, 5, 0, 0, 5,
+ 0, 0, 5, 5, 0, 0, 0, 0,
+ 5
+};
+
+static const short _thttp_machine_parser_header_WWW_Authenticate_index_offsets[] = {
+ 0, 0, 5, 8, 11, 14, 17, 19,
+ 22, 25, 28, 31, 34, 37, 40, 43,
+ 46, 49, 52, 55, 59, 67, 69, 72,
+ 80, 83, 91, 95, 99, 103, 107, 111,
+ 138, 141, 168, 182, 188, 191, 197, 224,
+ 227, 254, 270, 273, 289, 304, 307, 322,
+ 325, 330, 337, 340, 345, 350, 353, 358,
+ 361, 377, 393, 409, 425, 439, 445, 448,
+ 454, 469, 472, 487, 490, 495, 502, 505,
+ 510, 514, 527, 533, 540, 547, 554, 558,
+ 564, 572, 575, 579, 582, 586, 589, 593,
+ 597, 600, 604, 607, 611, 614, 622, 630,
+ 637, 644, 651, 658, 662, 667, 675, 683,
+ 691, 694, 698, 702, 705, 708, 711, 727,
+ 743, 759, 775, 791, 805, 811, 814, 820,
+ 835, 838, 853, 856, 861, 868, 871, 876,
+ 880, 883, 899, 915, 929, 935, 938, 944,
+ 959, 962, 977, 980, 985, 992, 999, 1002,
+ 1006, 1011, 1014, 1019, 1035, 1051, 1067, 1083,
+ 1097, 1103, 1106, 1112, 1127, 1130, 1145, 1148,
+ 1153, 1160, 1163, 1168, 1172, 1175, 1191, 1207,
+ 1223, 1239, 1253, 1259, 1262, 1268, 1287, 1290,
+ 1309, 1324, 1339, 1354, 1369, 1374, 1389, 1404,
+ 1407, 1411, 1416, 1425, 1428, 1437, 1440, 1449,
+ 1480, 1483, 1514, 1532, 1542, 1545, 1555, 1573,
+ 1576, 1594, 1597, 1605, 1614, 1623, 1626, 1630,
+ 1647, 1658, 1670, 1682, 1694, 1703, 1714, 1727,
+ 1735, 1744, 1752, 1761, 1769, 1778, 1787, 1795,
+ 1804, 1812, 1821, 1829, 1842, 1855, 1867, 1879,
+ 1891, 1903, 1912, 1922, 1935, 1948, 1961, 1969,
+ 1978, 1987, 1995, 2003, 2006, 2026, 2046, 2066,
+ 2086, 2106, 2126, 2146, 2166, 2184, 2194, 2197,
+ 2207, 2225, 2228, 2246, 2263, 2266, 2286, 2306,
+ 2326, 2346, 2366, 2384, 2394, 2397, 2407, 2425,
+ 2428, 2446, 2449, 2457, 2466, 2473, 2476, 2480,
+ 2484, 2489, 2498, 2502, 2511, 2542, 2546, 2577,
+ 2595, 2605, 2609, 2619, 2637, 2641, 2659, 2663,
+ 2671, 2688, 2692, 2707, 2714, 2718, 2725, 2753,
+ 2757, 2785, 2802, 2806, 2823, 2838, 2842, 2857,
+ 2861, 2866, 2880, 2886, 2890, 2896, 2900, 2917,
+ 2934, 2951, 2968, 2983, 2990, 2994, 3001, 3016,
+ 3020, 3035, 3039, 3044, 3053, 3056, 3065, 3068,
+ 3077, 3108, 3111, 3142, 3160, 3170, 3173, 3183,
+ 3201, 3204, 3222, 3225, 3233, 3242, 3259, 3268,
+ 3271, 3282, 3294, 3306, 3318, 3327, 3338, 3351,
+ 3359, 3368, 3376, 3385, 3393, 3402, 3411, 3419,
+ 3428, 3437, 3445, 3454, 3462, 3475, 3488, 3500,
+ 3512, 3524, 3536, 3545, 3555, 3568, 3581, 3594,
+ 3602, 3611, 3620, 3628, 3636, 3639, 3659, 3679,
+ 3699, 3719, 3739, 3759, 3779, 3799, 3817, 3827,
+ 3830, 3840, 3858, 3861, 3879, 3896, 3899, 3919,
+ 3939, 3959, 3979, 3999, 4017, 4027, 4030, 4040,
+ 4058, 4061, 4079, 4082, 4090, 4099, 4102, 4122,
+ 4142, 4162, 4182, 4200, 4210, 4213, 4223, 4241,
+ 4244, 4262, 4265, 4273, 4282, 4285, 4305, 4325,
+ 4345, 4365, 4385, 4403, 4413, 4416, 4426, 4444,
+ 4447, 4465, 4468, 4476, 4485, 4494, 4497, 4506,
+ 4537, 4540, 4571, 4589, 4599, 4602, 4612, 4630,
+ 4633, 4651, 4654, 4662, 4671, 4688, 4691, 4702,
+ 4714, 4726, 4738, 4747, 4758, 4771, 4779, 4788,
+ 4796, 4805, 4813, 4822, 4831, 4839, 4848, 4857,
+ 4865, 4874, 4882, 4895, 4908, 4920, 4932, 4944,
+ 4956, 4965, 4975, 4988, 5001, 5014, 5022, 5031,
+ 5040, 5048, 5056, 5059, 5079, 5099, 5119, 5139,
+ 5159, 5179, 5199, 5219, 5237, 5247, 5250, 5260,
+ 5278, 5281, 5299, 5316, 5319, 5339, 5359, 5379,
+ 5399, 5419, 5437, 5447, 5450, 5460, 5478, 5481,
+ 5499, 5502, 5510, 5519, 5522, 5542, 5562, 5582,
+ 5602, 5620, 5630, 5633, 5643, 5661, 5664, 5682,
+ 5685, 5693, 5702, 5705, 5725, 5745, 5765, 5785,
+ 5805, 5823, 5833, 5836, 5846, 5864, 5867, 5885,
+ 5888, 5896, 5905, 5908, 5928, 5948, 5966, 5976,
+ 5979, 5989, 6007, 6010, 6028, 6031, 6039, 6048,
+ 6057, 6061, 6070, 6101, 6105, 6136, 6154, 6164,
+ 6168, 6178, 6196, 6200, 6218, 6222, 6230, 6247,
+ 6251, 6266, 6273, 6277, 6284, 6312, 6316, 6344,
+ 6361, 6365, 6382, 6397, 6401, 6416, 6420, 6425,
+ 6439, 6445, 6449, 6455, 6459, 6476, 6493, 6510,
+ 6527, 6542, 6549, 6553, 6560, 6575, 6579, 6594,
+ 6598, 6603, 6610, 6618, 6626, 6634, 6639, 6646,
+ 6655, 6659, 6664, 6668, 6673, 6677, 6682, 6687,
+ 6691, 6697, 6702, 6706, 6711, 6715, 6724, 6733,
+ 6741, 6749, 6757, 6765, 6770, 6776, 6785, 6794,
+ 6803, 6807, 6812, 6817, 6821, 6825, 6829, 6846,
+ 6863, 6880, 6897, 6914, 6929, 6936, 6940, 6947,
+ 6962, 6966, 6981, 6985, 6990, 6999, 7002, 7011,
+ 7015, 7032, 7049, 7064, 7071, 7075, 7082, 7097,
+ 7101, 7116, 7120, 7137, 7154, 7171, 7188, 7203,
+ 7210, 7214, 7221, 7236, 7240, 7255, 7259, 7264,
+ 7273, 7276, 7285, 7288, 7297, 7328, 7331, 7362,
+ 7380, 7390, 7393, 7403, 7421, 7424, 7442, 7445,
+ 7453, 7462, 7479, 7488, 7491, 7502, 7514, 7526,
+ 7538, 7547, 7558, 7571, 7579, 7588, 7596, 7605,
+ 7613, 7622, 7631, 7639, 7648, 7657, 7665, 7674,
+ 7682, 7695, 7708, 7720, 7732, 7744, 7756, 7765,
+ 7775, 7788, 7801, 7814, 7822, 7831, 7840, 7848,
+ 7856, 7859, 7879, 7899, 7919, 7939, 7959, 7979,
+ 7999, 8019, 8037, 8047, 8050, 8060, 8078, 8081,
+ 8099, 8116, 8119, 8139, 8159, 8179, 8199, 8219,
+ 8237, 8247, 8250, 8260, 8278, 8281, 8299, 8302,
+ 8310, 8319, 8322, 8342, 8362, 8382, 8402, 8420,
+ 8430, 8433, 8443, 8461, 8464, 8482, 8485, 8493,
+ 8502, 8505, 8525, 8545, 8565, 8585, 8605, 8623,
+ 8633, 8636, 8646, 8664, 8667, 8685, 8688, 8696,
+ 8705, 8708, 8728, 8748, 8766, 8776, 8779, 8789,
+ 8807, 8810, 8828, 8831, 8839, 8848, 8851, 8871,
+ 8891, 8911, 8931, 8949, 8959, 8962, 8972, 8990,
+ 8993, 9011, 9014, 9022, 9031, 9034, 9054, 9074,
+ 9094, 9114, 9132, 9142, 9145, 9155, 9177, 9180,
+ 9202, 9221, 9240, 9259, 9278, 9287, 9306, 9325,
+ 9328, 9332, 9349, 9366, 9383, 9400, 9415, 9422,
+ 9426, 9433, 9452, 9456, 9475, 9491, 9507, 9523,
+ 9539, 9545, 9561, 9577, 9581, 9598, 9615, 9632,
+ 9649, 9664, 9671, 9675, 9682, 9697, 9701, 9716,
+ 9720, 9725, 9734, 9743, 9747, 9756, 9773, 9790,
+ 9807, 9824, 9841, 9856, 9863, 9867, 9874, 9889,
+ 9893, 9908, 9912, 9917, 9924, 9932, 9940, 9948,
+ 9953, 9960, 9969, 9973, 9978, 9982, 9987, 9991,
+ 9996, 10001, 10005, 10011, 10016, 10020, 10025, 10029,
+ 10038, 10047, 10055, 10063, 10071, 10079, 10084, 10090,
+ 10099, 10108, 10117, 10121, 10126, 10131, 10135, 10139,
+ 10143, 10160, 10177, 10192, 10199, 10203, 10210, 10225,
+ 10229, 10244, 10248, 10253, 10262, 10271, 10275, 10284,
+ 10288, 10305, 10322, 10339, 10356, 10371, 10378, 10382,
+ 10389, 10404, 10408, 10423, 10427, 10432, 10436, 10453,
+ 10470, 10487, 10504, 10519, 10526, 10530, 10537, 10556,
+ 10560, 10579, 10595, 10611, 10627, 10643, 10649, 10665,
+ 10681, 10685, 10689, 10706, 10723, 10740, 10757, 10774,
+ 10791, 10808, 10823, 10830, 10834, 10841, 10856, 10860,
+ 10875, 10889, 10893, 10904, 10916, 10928, 10940, 10949,
+ 10960, 10973, 10981, 10990, 10998, 11007, 11015, 11024,
+ 11033, 11041, 11050, 11059, 11067, 11076, 11084, 11097,
+ 11110, 11122, 11134, 11146, 11158, 11167, 11177, 11190,
+ 11203, 11216, 11224, 11233, 11242, 11250, 11258, 11262,
+ 11282, 11302, 11322, 11342, 11362, 11382, 11402, 11422,
+ 11440, 11450, 11454, 11464, 11482, 11486, 11504, 11521,
+ 11525, 11545, 11565, 11585, 11605, 11625, 11643, 11653,
+ 11657, 11667, 11685, 11689, 11707, 11711, 11719, 11723,
+ 11743, 11763, 11783, 11803, 11821, 11831, 11835, 11845,
+ 11863, 11867, 11885, 11889, 11897, 11901, 11921, 11941,
+ 11961, 11981, 12001, 12019, 12029, 12033, 12043, 12061,
+ 12065, 12083, 12087, 12095, 12099, 12119, 12139, 12157,
+ 12167, 12171, 12181, 12199, 12203, 12221, 12225, 12245,
+ 12265, 12285, 12305, 12323, 12333, 12337, 12347, 12365,
+ 12369, 12387, 12391, 12399, 12403, 12423, 12443, 12463,
+ 12483, 12501, 12511, 12515, 12525, 12547, 12551, 12573,
+ 12592, 12611, 12630, 12649, 12658, 12677, 12696, 12700,
+ 12703, 12723, 12743, 12763, 12783, 12801, 12811, 12814,
+ 12824, 12842, 12845, 12863, 12866, 12874, 12883, 12886,
+ 12906, 12926, 12946, 12966, 12984, 12994, 12997, 13007,
+ 13029, 13032, 13054, 13073, 13092, 13111, 13130, 13139,
+ 13158, 13177, 13180, 13183, 13203, 13223, 13241, 13251,
+ 13254, 13264, 13282, 13285, 13303, 13306, 13314, 13323,
+ 13326, 13346, 13366, 13386, 13406, 13424, 13434, 13437,
+ 13447, 13465, 13468, 13486, 13489, 13497, 13506, 13509,
+ 13529, 13549, 13569, 13589, 13607, 13617, 13620, 13630,
+ 13652, 13655, 13677, 13696, 13715, 13734, 13753, 13762,
+ 13781, 13800, 13803, 13807, 13824, 13841, 13858, 13875,
+ 13890, 13897, 13901, 13908, 13923, 13927, 13942, 13946,
+ 13963, 13980, 13997, 14014, 14031, 14048, 14065, 14080,
+ 14087, 14091, 14098, 14113, 14117, 14132, 14146, 14150,
+ 14161, 14173, 14185, 14197, 14206, 14217, 14230, 14238,
+ 14247, 14255, 14264, 14272, 14281, 14290, 14298, 14307,
+ 14316, 14324, 14333, 14341, 14354, 14367, 14379, 14391,
+ 14403, 14415, 14424, 14434, 14447, 14460, 14473, 14481,
+ 14490, 14499, 14507, 14515, 14519, 14539, 14559, 14579,
+ 14599, 14619, 14639, 14659, 14679, 14697, 14707, 14711,
+ 14721, 14739, 14743, 14761, 14778, 14782, 14802, 14822,
+ 14842, 14862, 14882, 14900, 14910, 14914, 14924, 14942,
+ 14946, 14964, 14968, 14988, 15008, 15028, 15048, 15066,
+ 15076, 15080, 15090, 15108, 15112, 15130, 15134, 15142,
+ 15146, 15166, 15186, 15206, 15226, 15246, 15264, 15274,
+ 15278, 15288, 15306, 15310, 15328, 15332, 15340, 15344,
+ 15364, 15384, 15402, 15412, 15416, 15426, 15444, 15448,
+ 15466, 15470, 15478, 15482, 15502, 15522, 15542, 15562,
+ 15580, 15590, 15594, 15604, 15622, 15626, 15644, 15648,
+ 15656, 15660, 15680, 15700, 15720, 15740, 15758, 15768,
+ 15772, 15782, 15804, 15808, 15830, 15849, 15868, 15887,
+ 15906, 15915, 15934, 15953, 15957, 15960, 15980, 16000,
+ 16020, 16040, 16058, 16068, 16071, 16081, 16099, 16102,
+ 16120, 16123, 16131, 16134, 16154, 16174, 16194, 16214,
+ 16234, 16252, 16262, 16265, 16275, 16293, 16296, 16314,
+ 16317, 16325, 16328, 16348, 16368, 16386, 16396, 16399,
+ 16409, 16427, 16430, 16448, 16451, 16459, 16468, 16471,
+ 16491, 16511, 16531, 16551, 16569, 16579, 16582, 16592,
+ 16610, 16613, 16631, 16634, 16642, 16645, 16665, 16685,
+ 16705, 16725, 16743, 16753, 16756, 16766, 16788, 16791,
+ 16813, 16832, 16851, 16870, 16889, 16898, 16917, 16936,
+ 16939, 16942, 16958, 16974, 16990, 17006, 17020, 17026,
+ 17029, 17035, 17050, 17053, 17068, 17071, 17076, 17083,
+ 17086, 17102, 17118, 17134, 17150, 17166, 17182, 17198,
+ 17212, 17218, 17221, 17227, 17242, 17245, 17260, 17273,
+ 17276, 17292, 17308, 17324, 17340, 17356, 17370, 17376,
+ 17379, 17385, 17400, 17403, 17418, 17421, 17426, 17433,
+ 17440, 17444, 17449, 17458, 17461, 17470, 17473, 17482,
+ 17513, 17516, 17547, 17565, 17575, 17578, 17588, 17606,
+ 17609, 17627, 17644, 17653, 17656, 17667, 17679, 17691,
+ 17703, 17712, 17723, 17736, 17744, 17753, 17761, 17770,
+ 17778, 17787, 17796, 17804, 17813, 17822, 17830, 17839,
+ 17847, 17860, 17873, 17885, 17897, 17909, 17921, 17930,
+ 17940, 17953, 17966, 17979, 17987, 17996, 18005, 18013,
+ 18021, 18024, 18044, 18064, 18084, 18104, 18124, 18144,
+ 18164, 18184, 18202, 18212, 18215, 18225, 18243, 18246,
+ 18264, 18281, 18284, 18304, 18324, 18344, 18364, 18384,
+ 18402, 18412, 18415, 18425, 18443, 18446, 18464, 18467,
+ 18475, 18484, 18487, 18507, 18527, 18547, 18567, 18585,
+ 18595, 18598, 18608, 18626, 18629, 18647, 18650, 18670,
+ 18690, 18710, 18730, 18750, 18768, 18778, 18781, 18791,
+ 18809, 18812, 18830, 18833, 18853, 18873, 18891, 18901,
+ 18904, 18914, 18932, 18935, 18953, 18956, 18964, 18973,
+ 18976, 18996, 19016, 19036, 19056, 19074, 19084, 19087,
+ 19097, 19115, 19118, 19136, 19139, 19159, 19179, 19199,
+ 19219, 19237, 19247, 19250, 19260, 19282, 19285, 19307,
+ 19326, 19345, 19364, 19383, 19392, 19411, 19430, 19433,
+ 19436, 19452, 19468, 19482, 19488, 19491, 19497, 19512,
+ 19515, 19530, 19533, 19538, 19545, 19552, 19556, 19561,
+ 19564, 19568, 19572, 19576, 19580, 19584, 19588, 19591,
+ 19595, 19598, 19601, 19603, 19607, 19611, 19615, 19619,
+ 19646, 19650, 19654, 19658, 19662, 19689, 19693, 19697,
+ 19701, 19705, 19732, 19736, 19740, 19744, 19748, 19775,
+ 19779, 19783, 19787, 19790, 19817, 19821, 19825, 19829,
+ 19833, 19860, 19864, 19868, 19895, 19900, 19927, 19954,
+ 19958, 19962, 19966, 19970, 19974, 20001, 20005, 20009,
+ 20036, 20040, 20044, 20048, 20051, 20056, 20061, 20066,
+ 20071, 20076, 20081, 20109, 20114, 20119, 20147, 20152,
+ 20157, 20162, 20190, 20195, 20200, 20205, 20232, 20259,
+ 20263, 20267, 20271, 20275, 20279, 20306, 20310, 20314,
+ 20341, 20345, 20349, 20353, 20380, 20384, 20388, 20392,
+ 20419, 20423, 20427, 20431, 20435, 20439, 20443, 20447,
+ 20451, 20478, 20505, 20509, 20513, 20540, 20544, 20548,
+ 20552, 20579, 20583, 20587, 20591, 20618, 20622, 20626,
+ 20630, 20657, 20661, 20665, 20669, 20674, 20679, 20684,
+ 20689, 20694, 20722, 20727, 20732, 20760, 20765, 20770,
+ 20775, 20803, 20808, 20813, 20818, 20846, 20851, 20856,
+ 20861, 20888, 20916, 20921, 20926, 20954, 20959, 20964,
+ 20969, 20996, 21023, 21027, 21031, 21035, 21039, 21043,
+ 21070, 21074, 21078, 21105, 21109, 21113, 21117, 21144,
+ 21148, 21152, 21156, 21183, 21187, 21191, 21195, 21222,
+ 21226, 21230, 21234, 21261, 21265, 21269, 21273, 21300,
+ 21304, 21308, 21335, 21363, 21368, 21373, 21401, 21406,
+ 21411, 21416, 21444, 21449, 21454, 21459, 21487, 21492,
+ 21497, 21502, 21530, 21558, 21563, 21568, 21573, 21601,
+ 21606, 21611, 21639, 21667, 21672, 21677, 21705, 21733,
+ 21738, 21743, 21771, 21776, 21781, 21786, 21814, 21819,
+ 21824, 21829, 21857, 21862, 21867, 21872, 21900, 21905,
+ 21910, 21938, 21943, 21948, 21953, 21981, 21986, 21991,
+ 22019, 22046, 22050, 22054, 22058, 22085, 22089, 22093,
+ 22120, 22147, 22151, 22155, 22159, 22186, 22190, 22194,
+ 22198, 22225, 22229, 22233, 22260, 22288, 22293, 22298,
+ 22326, 22331, 22336, 22364, 22392, 22397, 22402, 22430,
+ 22435, 22440, 22468, 22473, 22478, 22483, 22511, 22516,
+ 22521, 22526, 22554, 22559, 22564, 22569, 22597, 22602,
+ 22607, 22612, 22640, 22645, 22650, 22678, 22705, 22709,
+ 22713, 22717, 22744, 22748, 22752, 22756, 22783, 22787,
+ 22791, 22795, 22822, 22826, 22830, 22834, 22861, 22865,
+ 22869, 22896, 22923, 22927, 22931, 22935, 22962, 22966,
+ 22970, 22997, 23001, 23005, 23009, 23014, 23041, 23068,
+ 23072, 23076, 23080, 23084, 23111, 23115, 23119, 23146,
+ 23150, 23154, 23158, 23185, 23189, 23193, 23220, 23224,
+ 23228, 23255, 23259, 23263, 23267, 23294, 23298, 23302,
+ 23329, 23333, 23337, 23364, 23391, 23395, 23399, 23403,
+ 23408
+};
+
+static const short _thttp_machine_parser_header_WWW_Authenticate_indicies[] = {
+ 0, 2, 0, 2, 1, 3, 3, 1,
+ 4, 4, 1, 5, 5, 1, 6, 6,
+ 1, 7, 1, 8, 8, 1, 9, 9,
+ 1, 10, 10, 1, 11, 11, 1, 12,
+ 12, 1, 13, 13, 1, 14, 14, 1,
+ 15, 15, 1, 16, 16, 1, 17, 17,
+ 1, 18, 18, 1, 19, 19, 1, 19,
+ 19, 20, 1, 22, 23, 22, 24, 25,
+ 24, 25, 21, 26, 21, 27, 26, 21,
+ 22, 28, 22, 24, 25, 24, 25, 21,
+ 29, 26, 21, 30, 26, 30, 24, 25,
+ 24, 25, 21, 26, 31, 31, 21, 26,
+ 32, 32, 21, 26, 33, 33, 21, 26,
+ 34, 34, 21, 35, 36, 35, 21, 37,
+ 38, 37, 39, 39, 39, 40, 41, 42,
+ 43, 44, 45, 46, 40, 41, 42, 43,
+ 44, 45, 46, 39, 39, 39, 39, 39,
+ 39, 21, 47, 26, 21, 48, 26, 48,
+ 39, 39, 39, 40, 41, 42, 43, 44,
+ 45, 46, 40, 41, 42, 43, 44, 45,
+ 46, 39, 39, 39, 39, 39, 39, 21,
+ 49, 50, 49, 51, 51, 51, 52, 53,
+ 51, 51, 51, 51, 51, 21, 54, 55,
+ 54, 56, 53, 21, 57, 26, 21, 58,
+ 26, 58, 56, 53, 21, 56, 59, 56,
+ 39, 39, 39, 40, 60, 42, 43, 61,
+ 45, 46, 40, 60, 42, 43, 61, 45,
+ 46, 39, 39, 39, 39, 39, 39, 21,
+ 62, 26, 21, 63, 26, 63, 39, 39,
+ 39, 40, 60, 42, 43, 61, 45, 46,
+ 40, 60, 42, 43, 61, 45, 46, 39,
+ 39, 39, 39, 39, 39, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 64, 64,
+ 51, 51, 51, 51, 51, 21, 65, 26,
+ 21, 49, 50, 49, 51, 51, 51, 52,
+ 53, 66, 66, 51, 51, 51, 51, 51,
+ 21, 53, 67, 53, 68, 69, 68, 68,
+ 70, 68, 68, 68, 68, 68, 68, 21,
+ 71, 26, 21, 72, 73, 72, 68, 69,
+ 68, 68, 70, 68, 68, 68, 68, 68,
+ 68, 21, 74, 26, 21, 75, 26, 75,
+ 69, 21, 76, 77, 78, 21, 21, 21,
+ 69, 79, 26, 21, 80, 81, 80, 52,
+ 21, 82, 83, 82, 56, 21, 84, 26,
+ 21, 85, 26, 85, 56, 21, 86, 26,
+ 21, 49, 50, 49, 51, 51, 51, 52,
+ 53, 87, 87, 51, 51, 51, 51, 51,
+ 21, 49, 50, 49, 51, 51, 51, 52,
+ 53, 88, 88, 51, 51, 51, 51, 51,
+ 21, 49, 50, 49, 51, 51, 51, 52,
+ 53, 89, 89, 51, 51, 51, 51, 51,
+ 21, 49, 50, 49, 51, 51, 51, 52,
+ 53, 90, 90, 51, 51, 51, 51, 51,
+ 21, 91, 92, 91, 51, 51, 51, 52,
+ 93, 51, 51, 51, 51, 51, 21, 94,
+ 95, 94, 56, 93, 21, 96, 26, 21,
+ 97, 26, 97, 56, 93, 21, 98, 99,
+ 98, 68, 100, 68, 68, 70, 68, 68,
+ 68, 68, 68, 68, 21, 101, 26, 21,
+ 102, 103, 102, 68, 100, 68, 68, 70,
+ 68, 68, 68, 68, 68, 68, 21, 104,
+ 26, 21, 105, 26, 105, 106, 21, 107,
+ 108, 109, 21, 21, 21, 106, 110, 26,
+ 21, 111, 112, 111, 113, 21, 26, 106,
+ 106, 21, 80, 81, 80, 68, 68, 68,
+ 52, 68, 68, 68, 68, 68, 21, 26,
+ 115, 114, 114, 114, 21, 26, 117, 77,
+ 116, 116, 116, 21, 26, 117, 77, 118,
+ 118, 118, 21, 26, 117, 77, 119, 119,
+ 119, 21, 26, 117, 77, 21, 26, 121,
+ 120, 114, 114, 21, 26, 122, 117, 77,
+ 123, 116, 116, 21, 26, 124, 21, 26,
+ 125, 126, 21, 26, 127, 21, 26, 128,
+ 129, 21, 26, 130, 21, 26, 77, 131,
+ 21, 26, 77, 132, 21, 26, 77, 21,
+ 26, 128, 133, 21, 26, 128, 21, 26,
+ 125, 134, 21, 26, 125, 21, 26, 122,
+ 117, 77, 135, 118, 118, 21, 26, 122,
+ 117, 77, 119, 119, 119, 21, 26, 137,
+ 77, 136, 136, 136, 21, 26, 139, 77,
+ 138, 138, 138, 21, 26, 139, 77, 140,
+ 140, 140, 21, 26, 139, 77, 141, 141,
+ 141, 21, 26, 139, 77, 21, 26, 142,
+ 136, 136, 21, 26, 122, 139, 77, 143,
+ 138, 138, 21, 26, 122, 139, 77, 144,
+ 140, 140, 21, 26, 122, 139, 77, 141,
+ 141, 141, 21, 26, 145, 21, 26, 122,
+ 146, 21, 26, 122, 147, 21, 26, 122,
+ 21, 26, 121, 21, 148, 26, 21, 49,
+ 50, 49, 51, 51, 51, 52, 53, 149,
+ 149, 51, 51, 51, 51, 51, 21, 49,
+ 50, 49, 51, 51, 51, 52, 53, 150,
+ 150, 51, 51, 51, 51, 51, 21, 49,
+ 50, 49, 51, 51, 51, 52, 53, 151,
+ 151, 51, 51, 51, 51, 51, 21, 49,
+ 50, 49, 51, 51, 51, 52, 53, 152,
+ 152, 51, 51, 51, 51, 51, 21, 49,
+ 50, 49, 51, 51, 51, 52, 53, 153,
+ 153, 51, 51, 51, 51, 51, 21, 154,
+ 155, 154, 51, 51, 51, 52, 156, 51,
+ 51, 51, 51, 51, 21, 157, 158, 157,
+ 56, 156, 21, 159, 26, 21, 160, 26,
+ 160, 56, 156, 21, 161, 162, 161, 68,
+ 163, 68, 68, 70, 68, 68, 68, 68,
+ 68, 68, 21, 164, 26, 21, 165, 166,
+ 165, 68, 163, 68, 68, 70, 68, 68,
+ 68, 68, 68, 68, 21, 167, 26, 21,
+ 168, 26, 168, 169, 21, 170, 171, 172,
+ 21, 21, 21, 169, 173, 26, 21, 174,
+ 175, 174, 176, 21, 26, 169, 169, 21,
+ 177, 26, 21, 49, 50, 49, 51, 51,
+ 51, 52, 53, 178, 178, 51, 51, 51,
+ 51, 51, 21, 49, 50, 49, 51, 51,
+ 51, 52, 53, 179, 179, 51, 51, 51,
+ 51, 51, 21, 180, 181, 180, 51, 51,
+ 51, 52, 182, 51, 51, 51, 51, 51,
+ 21, 183, 184, 183, 56, 182, 21, 185,
+ 26, 21, 186, 26, 186, 56, 182, 21,
+ 182, 187, 182, 68, 188, 68, 68, 70,
+ 68, 68, 68, 68, 68, 68, 21, 189,
+ 26, 21, 190, 191, 190, 68, 188, 68,
+ 68, 70, 68, 68, 68, 68, 68, 68,
+ 21, 192, 26, 21, 193, 26, 193, 188,
+ 21, 196, 197, 198, 195, 195, 195, 194,
+ 201, 202, 203, 200, 200, 200, 199, 204,
+ 202, 200, 205, 204, 202, 200, 206, 207,
+ 206, 56, 21, 208, 26, 21, 209, 210,
+ 209, 56, 21, 49, 50, 49, 51, 51,
+ 51, 52, 53, 211, 211, 51, 51, 51,
+ 51, 51, 21, 49, 50, 49, 51, 51,
+ 51, 52, 53, 212, 212, 51, 51, 51,
+ 51, 51, 21, 49, 50, 49, 51, 51,
+ 51, 52, 53, 213, 213, 51, 51, 51,
+ 51, 51, 21, 49, 50, 49, 51, 51,
+ 51, 52, 53, 214, 214, 51, 51, 51,
+ 51, 51, 21, 215, 216, 215, 51, 51,
+ 51, 52, 217, 51, 51, 51, 51, 51,
+ 21, 218, 219, 218, 56, 217, 21, 220,
+ 26, 21, 221, 26, 221, 56, 217, 21,
+ 222, 223, 222, 68, 224, 68, 68, 70,
+ 68, 68, 68, 68, 68, 68, 21, 225,
+ 26, 21, 226, 227, 226, 68, 224, 68,
+ 68, 70, 68, 68, 68, 68, 68, 68,
+ 21, 228, 26, 21, 229, 26, 229, 230,
+ 21, 231, 232, 233, 21, 21, 21, 230,
+ 234, 26, 21, 235, 236, 235, 237, 21,
+ 26, 230, 230, 21, 238, 26, 21, 49,
+ 50, 49, 51, 51, 51, 52, 53, 239,
+ 239, 51, 51, 51, 51, 51, 21, 49,
+ 50, 49, 51, 51, 51, 52, 53, 240,
+ 240, 51, 51, 51, 51, 51, 21, 49,
+ 50, 49, 51, 51, 51, 52, 53, 241,
+ 241, 51, 51, 51, 51, 51, 21, 49,
+ 50, 49, 51, 51, 51, 52, 53, 242,
+ 242, 51, 51, 51, 51, 51, 21, 243,
+ 244, 243, 51, 51, 51, 52, 245, 51,
+ 51, 51, 51, 51, 21, 246, 247, 246,
+ 56, 245, 21, 248, 26, 21, 249, 26,
+ 249, 56, 245, 21, 245, 250, 245, 68,
+ 69, 68, 68, 251, 252, 70, 251, 252,
+ 68, 68, 68, 68, 68, 68, 21, 253,
+ 26, 21, 254, 73, 254, 68, 69, 68,
+ 68, 251, 252, 70, 251, 252, 68, 68,
+ 68, 68, 68, 68, 21, 80, 81, 80,
+ 68, 68, 68, 52, 255, 255, 68, 68,
+ 68, 68, 68, 21, 80, 81, 80, 68,
+ 68, 68, 52, 256, 256, 68, 68, 68,
+ 68, 68, 21, 80, 81, 80, 68, 68,
+ 68, 52, 257, 257, 68, 68, 68, 68,
+ 68, 21, 80, 81, 80, 68, 68, 68,
+ 52, 258, 258, 68, 68, 68, 68, 68,
+ 21, 259, 260, 259, 261, 21, 80, 81,
+ 80, 68, 68, 68, 52, 262, 262, 68,
+ 68, 68, 68, 68, 21, 80, 81, 80,
+ 68, 68, 68, 52, 257, 257, 68, 68,
+ 68, 68, 68, 21, 263, 26, 21, 264,
+ 204, 202, 200, 204, 265, 199, 199, 200,
+ 266, 267, 266, 77, 268, 78, 21, 21,
+ 69, 269, 26, 21, 270, 271, 270, 77,
+ 268, 78, 21, 21, 69, 272, 26, 21,
+ 273, 76, 273, 77, 268, 78, 21, 21,
+ 69, 268, 274, 268, 275, 77, 275, 275,
+ 276, 277, 278, 279, 280, 281, 282, 78,
+ 276, 277, 278, 279, 280, 281, 282, 275,
+ 21, 21, 275, 275, 275, 275, 275, 69,
+ 283, 26, 21, 284, 76, 284, 275, 77,
+ 275, 275, 276, 277, 278, 279, 280, 281,
+ 282, 78, 276, 277, 278, 279, 280, 281,
+ 282, 275, 21, 21, 275, 275, 275, 275,
+ 275, 69, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 78, 287, 21, 21, 287,
+ 287, 287, 287, 69, 290, 291, 290, 77,
+ 268, 289, 78, 21, 21, 69, 292, 26,
+ 21, 293, 76, 293, 77, 268, 289, 78,
+ 21, 21, 69, 289, 294, 289, 295, 296,
+ 295, 295, 297, 78, 295, 21, 21, 295,
+ 295, 295, 295, 295, 69, 298, 26, 21,
+ 299, 300, 299, 295, 296, 295, 295, 297,
+ 78, 295, 21, 21, 295, 295, 295, 295,
+ 295, 69, 301, 26, 21, 302, 76, 302,
+ 296, 78, 21, 21, 69, 303, 304, 303,
+ 77, 288, 78, 21, 21, 69, 305, 306,
+ 305, 77, 268, 78, 21, 21, 69, 307,
+ 26, 21, 26, 69, 69, 21, 303, 304,
+ 303, 295, 77, 295, 295, 288, 78, 295,
+ 21, 21, 295, 295, 295, 295, 69, 76,
+ 77, 309, 78, 21, 21, 21, 308, 308,
+ 308, 69, 76, 77, 311, 78, 296, 21,
+ 21, 21, 310, 310, 310, 69, 76, 77,
+ 311, 78, 296, 21, 21, 21, 312, 312,
+ 312, 69, 76, 77, 311, 78, 296, 21,
+ 21, 21, 313, 313, 313, 69, 76, 77,
+ 311, 78, 296, 21, 21, 21, 69, 76,
+ 77, 315, 78, 21, 21, 21, 314, 308,
+ 308, 69, 76, 77, 316, 311, 78, 296,
+ 21, 21, 21, 317, 310, 310, 69, 76,
+ 77, 78, 21, 21, 21, 318, 69, 76,
+ 77, 319, 78, 21, 21, 21, 320, 69,
+ 76, 77, 78, 21, 21, 21, 321, 69,
+ 76, 77, 322, 78, 21, 21, 21, 323,
+ 69, 76, 77, 78, 21, 21, 21, 324,
+ 69, 76, 77, 78, 296, 21, 21, 21,
+ 325, 69, 76, 77, 78, 296, 21, 21,
+ 21, 326, 69, 76, 77, 78, 296, 21,
+ 21, 21, 69, 76, 77, 322, 78, 21,
+ 21, 21, 327, 69, 76, 77, 322, 78,
+ 21, 21, 21, 69, 76, 77, 319, 78,
+ 21, 21, 21, 328, 69, 76, 77, 319,
+ 78, 21, 21, 21, 69, 76, 77, 316,
+ 311, 78, 296, 21, 21, 21, 329, 312,
+ 312, 69, 76, 77, 316, 311, 78, 296,
+ 21, 21, 21, 313, 313, 313, 69, 76,
+ 77, 331, 78, 296, 21, 21, 21, 330,
+ 330, 330, 69, 76, 77, 333, 78, 296,
+ 21, 21, 21, 332, 332, 332, 69, 76,
+ 77, 333, 78, 296, 21, 21, 21, 334,
+ 334, 334, 69, 76, 77, 333, 78, 296,
+ 21, 21, 21, 335, 335, 335, 69, 76,
+ 77, 333, 78, 296, 21, 21, 21, 69,
+ 76, 77, 78, 21, 21, 21, 336, 330,
+ 330, 69, 76, 77, 316, 333, 78, 296,
+ 21, 21, 21, 337, 332, 332, 69, 76,
+ 77, 316, 333, 78, 296, 21, 21, 21,
+ 338, 334, 334, 69, 76, 77, 316, 333,
+ 78, 296, 21, 21, 21, 335, 335, 335,
+ 69, 76, 77, 78, 21, 21, 21, 339,
+ 69, 76, 77, 316, 78, 21, 21, 21,
+ 340, 69, 76, 77, 316, 78, 21, 21,
+ 21, 341, 69, 76, 77, 316, 78, 21,
+ 21, 21, 69, 76, 77, 315, 78, 21,
+ 21, 21, 69, 342, 26, 21, 285, 286,
+ 285, 287, 77, 287, 287, 288, 289, 343,
+ 78, 343, 287, 21, 21, 287, 287, 287,
+ 287, 69, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 344, 78, 344, 287, 21,
+ 21, 287, 287, 287, 287, 69, 285, 286,
+ 285, 287, 77, 287, 287, 288, 289, 345,
+ 78, 345, 287, 21, 21, 287, 287, 287,
+ 287, 69, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 346, 78, 346, 287, 21,
+ 21, 287, 287, 287, 287, 69, 285, 286,
+ 285, 287, 77, 287, 287, 288, 289, 347,
+ 78, 347, 287, 21, 21, 287, 287, 287,
+ 287, 69, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 348, 78, 348, 287, 21,
+ 21, 287, 287, 287, 287, 69, 285, 286,
+ 285, 287, 77, 287, 287, 288, 289, 349,
+ 78, 349, 287, 21, 21, 287, 287, 287,
+ 287, 69, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 350, 78, 350, 287, 21,
+ 21, 287, 287, 287, 287, 69, 351, 352,
+ 351, 287, 77, 287, 287, 288, 353, 78,
+ 287, 21, 21, 287, 287, 287, 287, 69,
+ 354, 355, 354, 77, 268, 353, 78, 21,
+ 21, 69, 356, 26, 21, 357, 76, 357,
+ 77, 268, 353, 78, 21, 21, 69, 353,
+ 358, 353, 359, 296, 359, 359, 297, 78,
+ 359, 21, 21, 359, 359, 359, 359, 359,
+ 69, 360, 26, 21, 361, 300, 361, 359,
+ 296, 359, 359, 297, 78, 359, 21, 21,
+ 359, 359, 359, 359, 359, 69, 362, 363,
+ 362, 364, 77, 364, 364, 365, 78, 364,
+ 21, 21, 364, 364, 364, 364, 69, 366,
+ 26, 21, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 367, 78, 367, 287, 21,
+ 21, 287, 287, 287, 287, 69, 285, 286,
+ 285, 287, 77, 287, 287, 288, 289, 368,
+ 78, 368, 287, 21, 21, 287, 287, 287,
+ 287, 69, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 369, 78, 369, 287, 21,
+ 21, 287, 287, 287, 287, 69, 285, 286,
+ 285, 287, 77, 287, 287, 288, 289, 370,
+ 78, 370, 287, 21, 21, 287, 287, 287,
+ 287, 69, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 371, 78, 371, 287, 21,
+ 21, 287, 287, 287, 287, 69, 372, 373,
+ 372, 287, 77, 287, 287, 288, 374, 78,
+ 287, 21, 21, 287, 287, 287, 287, 69,
+ 375, 376, 375, 77, 268, 374, 78, 21,
+ 21, 69, 377, 26, 21, 378, 76, 378,
+ 77, 268, 374, 78, 21, 21, 69, 374,
+ 379, 374, 295, 380, 295, 295, 297, 78,
+ 295, 21, 21, 295, 295, 295, 295, 295,
+ 69, 381, 26, 21, 382, 383, 382, 295,
+ 380, 295, 295, 297, 78, 295, 21, 21,
+ 295, 295, 295, 295, 295, 69, 384, 26,
+ 21, 385, 76, 385, 380, 78, 21, 21,
+ 69, 388, 389, 388, 390, 391, 392, 387,
+ 387, 386, 395, 396, 397, 394, 394, 394,
+ 393, 398, 396, 394, 399, 398, 396, 394,
+ 400, 398, 396, 394, 398, 401, 393, 393,
+ 394, 402, 403, 402, 396, 404, 397, 394,
+ 394, 393, 405, 398, 396, 394, 406, 395,
+ 406, 396, 404, 397, 394, 394, 393, 404,
+ 407, 404, 408, 396, 408, 408, 409, 410,
+ 411, 412, 413, 414, 415, 397, 409, 410,
+ 411, 412, 413, 414, 415, 408, 394, 394,
+ 408, 408, 408, 408, 408, 393, 416, 398,
+ 396, 394, 417, 395, 417, 408, 396, 408,
+ 408, 409, 410, 411, 412, 413, 414, 415,
+ 397, 409, 410, 411, 412, 413, 414, 415,
+ 408, 394, 394, 408, 408, 408, 408, 408,
+ 393, 418, 419, 418, 420, 396, 420, 420,
+ 421, 422, 397, 420, 394, 394, 420, 420,
+ 420, 420, 393, 423, 424, 423, 396, 404,
+ 422, 397, 394, 394, 393, 425, 398, 396,
+ 394, 426, 395, 426, 396, 404, 422, 397,
+ 394, 394, 393, 422, 427, 422, 428, 401,
+ 428, 428, 429, 397, 428, 394, 394, 428,
+ 428, 428, 428, 428, 393, 430, 398, 396,
+ 394, 431, 432, 431, 428, 401, 428, 428,
+ 429, 397, 428, 394, 394, 428, 428, 428,
+ 428, 428, 393, 433, 398, 396, 394, 434,
+ 395, 434, 401, 397, 394, 394, 393, 435,
+ 436, 435, 428, 396, 428, 428, 421, 397,
+ 428, 394, 394, 428, 428, 428, 428, 393,
+ 437, 398, 396, 394, 438, 439, 438, 440,
+ 396, 440, 440, 441, 442, 440, 440, 440,
+ 440, 440, 394, 443, 444, 443, 396, 445,
+ 442, 394, 446, 398, 396, 394, 447, 398,
+ 447, 396, 445, 442, 394, 445, 448, 445,
+ 449, 396, 449, 449, 450, 451, 452, 453,
+ 454, 455, 456, 450, 451, 452, 453, 454,
+ 455, 456, 449, 449, 449, 449, 449, 449,
+ 394, 457, 398, 396, 394, 458, 398, 458,
+ 449, 396, 449, 449, 450, 451, 452, 453,
+ 454, 455, 456, 450, 451, 452, 453, 454,
+ 455, 456, 449, 449, 449, 449, 449, 449,
+ 394, 438, 439, 438, 440, 396, 440, 440,
+ 441, 442, 459, 459, 440, 440, 440, 440,
+ 440, 394, 460, 398, 396, 394, 438, 439,
+ 438, 440, 396, 440, 440, 441, 442, 461,
+ 461, 440, 440, 440, 440, 440, 394, 442,
+ 462, 442, 463, 401, 463, 463, 464, 463,
+ 463, 463, 463, 463, 463, 394, 465, 398,
+ 396, 394, 466, 467, 466, 463, 401, 463,
+ 463, 464, 463, 463, 463, 463, 463, 463,
+ 394, 468, 398, 396, 394, 469, 398, 469,
+ 401, 394, 470, 471, 470, 463, 396, 463,
+ 463, 441, 463, 463, 463, 463, 463, 394,
+ 472, 473, 472, 396, 445, 394, 474, 398,
+ 396, 394, 475, 398, 475, 396, 445, 394,
+ 476, 398, 396, 394, 438, 439, 438, 440,
+ 396, 440, 440, 441, 442, 477, 477, 440,
+ 440, 440, 440, 440, 394, 438, 439, 438,
+ 440, 396, 440, 440, 441, 442, 478, 478,
+ 440, 440, 440, 440, 440, 394, 438, 439,
+ 438, 440, 396, 440, 440, 441, 442, 479,
+ 479, 440, 440, 440, 440, 440, 394, 438,
+ 439, 438, 440, 396, 440, 440, 441, 442,
+ 480, 480, 440, 440, 440, 440, 440, 394,
+ 481, 482, 481, 440, 396, 440, 440, 441,
+ 483, 440, 440, 440, 440, 440, 394, 484,
+ 485, 484, 396, 445, 483, 394, 486, 398,
+ 396, 394, 487, 398, 487, 396, 445, 483,
+ 394, 488, 489, 488, 463, 490, 463, 463,
+ 464, 463, 463, 463, 463, 463, 463, 394,
+ 491, 398, 396, 394, 492, 493, 492, 463,
+ 490, 463, 463, 464, 463, 463, 463, 463,
+ 463, 463, 394, 494, 398, 396, 394, 495,
+ 398, 495, 496, 394, 497, 498, 497, 108,
+ 499, 109, 21, 21, 106, 500, 26, 21,
+ 501, 502, 501, 108, 499, 109, 21, 21,
+ 106, 503, 26, 21, 504, 107, 504, 108,
+ 499, 109, 21, 21, 106, 499, 505, 499,
+ 506, 108, 506, 506, 507, 508, 509, 510,
+ 511, 512, 513, 109, 507, 508, 509, 510,
+ 511, 512, 513, 506, 21, 21, 506, 506,
+ 506, 506, 506, 106, 514, 26, 21, 515,
+ 107, 515, 506, 108, 506, 506, 507, 508,
+ 509, 510, 511, 512, 513, 109, 507, 508,
+ 509, 510, 511, 512, 513, 506, 21, 21,
+ 506, 506, 506, 506, 506, 106, 516, 517,
+ 516, 518, 108, 518, 518, 519, 520, 109,
+ 518, 21, 21, 518, 518, 518, 518, 106,
+ 521, 522, 521, 108, 499, 520, 109, 21,
+ 21, 106, 523, 26, 21, 524, 107, 524,
+ 108, 499, 520, 109, 21, 21, 106, 520,
+ 525, 520, 526, 527, 526, 526, 528, 109,
+ 526, 21, 21, 526, 526, 526, 526, 526,
+ 106, 529, 26, 21, 530, 531, 530, 526,
+ 527, 526, 526, 528, 109, 526, 21, 21,
+ 526, 526, 526, 526, 526, 106, 532, 26,
+ 21, 533, 107, 533, 527, 109, 21, 21,
+ 106, 534, 535, 534, 77, 536, 78, 21,
+ 21, 69, 537, 538, 537, 526, 108, 526,
+ 526, 519, 109, 526, 21, 21, 526, 526,
+ 526, 526, 106, 539, 540, 539, 108, 499,
+ 109, 21, 21, 106, 541, 26, 21, 107,
+ 108, 543, 109, 21, 21, 21, 542, 542,
+ 542, 106, 107, 108, 545, 109, 546, 21,
+ 21, 21, 544, 544, 544, 106, 107, 108,
+ 545, 109, 546, 21, 21, 21, 547, 547,
+ 547, 106, 107, 108, 545, 109, 546, 21,
+ 21, 21, 548, 548, 548, 106, 107, 108,
+ 545, 109, 546, 21, 21, 21, 106, 107,
+ 108, 550, 109, 21, 21, 21, 549, 542,
+ 542, 106, 107, 108, 551, 545, 109, 546,
+ 21, 21, 21, 552, 544, 544, 106, 107,
+ 108, 109, 21, 21, 21, 553, 106, 107,
+ 108, 554, 109, 21, 21, 21, 555, 106,
+ 107, 108, 109, 21, 21, 21, 556, 106,
+ 107, 108, 557, 109, 21, 21, 21, 558,
+ 106, 107, 108, 109, 21, 21, 21, 559,
+ 106, 107, 108, 109, 546, 21, 21, 21,
+ 560, 106, 107, 108, 109, 546, 21, 21,
+ 21, 561, 106, 107, 108, 109, 546, 21,
+ 21, 21, 106, 537, 538, 537, 108, 519,
+ 109, 21, 21, 106, 107, 108, 557, 109,
+ 21, 21, 21, 562, 106, 107, 108, 557,
+ 109, 21, 21, 21, 106, 107, 108, 554,
+ 109, 21, 21, 21, 563, 106, 107, 108,
+ 554, 109, 21, 21, 21, 106, 107, 108,
+ 551, 545, 109, 546, 21, 21, 21, 564,
+ 547, 547, 106, 107, 108, 551, 545, 109,
+ 546, 21, 21, 21, 548, 548, 548, 106,
+ 107, 108, 566, 109, 546, 21, 21, 21,
+ 565, 565, 565, 106, 107, 108, 568, 109,
+ 546, 21, 21, 21, 567, 567, 567, 106,
+ 107, 108, 568, 109, 546, 21, 21, 21,
+ 569, 569, 569, 106, 107, 108, 568, 109,
+ 546, 21, 21, 21, 570, 570, 570, 106,
+ 107, 108, 568, 109, 546, 21, 21, 21,
+ 106, 107, 108, 109, 21, 21, 21, 571,
+ 565, 565, 106, 107, 108, 551, 568, 109,
+ 546, 21, 21, 21, 572, 567, 567, 106,
+ 107, 108, 551, 568, 109, 546, 21, 21,
+ 21, 573, 569, 569, 106, 107, 108, 551,
+ 568, 109, 546, 21, 21, 21, 570, 570,
+ 570, 106, 107, 108, 109, 21, 21, 21,
+ 574, 106, 107, 108, 551, 109, 21, 21,
+ 21, 575, 106, 107, 108, 551, 109, 21,
+ 21, 21, 576, 106, 107, 108, 551, 109,
+ 21, 21, 21, 106, 107, 108, 550, 109,
+ 21, 21, 21, 106, 577, 26, 21, 516,
+ 517, 516, 518, 108, 518, 518, 519, 520,
+ 578, 109, 578, 518, 21, 21, 518, 518,
+ 518, 518, 106, 516, 517, 516, 518, 108,
+ 518, 518, 519, 520, 579, 109, 579, 518,
+ 21, 21, 518, 518, 518, 518, 106, 516,
+ 517, 516, 518, 108, 518, 518, 519, 520,
+ 580, 109, 580, 518, 21, 21, 518, 518,
+ 518, 518, 106, 516, 517, 516, 518, 108,
+ 518, 518, 519, 520, 581, 109, 581, 518,
+ 21, 21, 518, 518, 518, 518, 106, 516,
+ 517, 516, 518, 108, 518, 518, 519, 520,
+ 582, 109, 582, 518, 21, 21, 518, 518,
+ 518, 518, 106, 516, 517, 516, 518, 108,
+ 518, 518, 519, 520, 583, 109, 583, 518,
+ 21, 21, 518, 518, 518, 518, 106, 516,
+ 517, 516, 518, 108, 518, 518, 519, 520,
+ 584, 109, 584, 518, 21, 21, 518, 518,
+ 518, 518, 106, 516, 517, 516, 518, 108,
+ 518, 518, 519, 520, 585, 109, 585, 518,
+ 21, 21, 518, 518, 518, 518, 106, 586,
+ 587, 586, 518, 108, 518, 518, 519, 588,
+ 109, 518, 21, 21, 518, 518, 518, 518,
+ 106, 589, 590, 589, 108, 499, 588, 109,
+ 21, 21, 106, 591, 26, 21, 592, 107,
+ 592, 108, 499, 588, 109, 21, 21, 106,
+ 588, 593, 588, 594, 527, 594, 594, 528,
+ 109, 594, 21, 21, 594, 594, 594, 594,
+ 594, 106, 595, 26, 21, 596, 531, 596,
+ 594, 527, 594, 594, 528, 109, 594, 21,
+ 21, 594, 594, 594, 594, 594, 106, 597,
+ 598, 597, 599, 108, 599, 599, 600, 109,
+ 599, 21, 21, 599, 599, 599, 599, 106,
+ 601, 26, 21, 516, 517, 516, 518, 108,
+ 518, 518, 519, 520, 602, 109, 602, 518,
+ 21, 21, 518, 518, 518, 518, 106, 516,
+ 517, 516, 518, 108, 518, 518, 519, 520,
+ 603, 109, 603, 518, 21, 21, 518, 518,
+ 518, 518, 106, 516, 517, 516, 518, 108,
+ 518, 518, 519, 520, 604, 109, 604, 518,
+ 21, 21, 518, 518, 518, 518, 106, 516,
+ 517, 516, 518, 108, 518, 518, 519, 520,
+ 605, 109, 605, 518, 21, 21, 518, 518,
+ 518, 518, 106, 516, 517, 516, 518, 108,
+ 518, 518, 519, 520, 606, 109, 606, 518,
+ 21, 21, 518, 518, 518, 518, 106, 607,
+ 608, 607, 518, 108, 518, 518, 519, 609,
+ 109, 518, 21, 21, 518, 518, 518, 518,
+ 106, 610, 611, 610, 108, 499, 609, 109,
+ 21, 21, 106, 612, 26, 21, 613, 107,
+ 613, 108, 499, 609, 109, 21, 21, 106,
+ 609, 614, 609, 526, 615, 526, 526, 528,
+ 109, 526, 21, 21, 526, 526, 526, 526,
+ 526, 106, 616, 26, 21, 617, 618, 617,
+ 526, 615, 526, 526, 528, 109, 526, 21,
+ 21, 526, 526, 526, 526, 526, 106, 619,
+ 26, 21, 620, 107, 620, 615, 109, 21,
+ 21, 106, 621, 622, 621, 390, 623, 392,
+ 387, 387, 386, 624, 26, 21, 516, 517,
+ 516, 518, 108, 518, 518, 519, 520, 625,
+ 109, 625, 518, 21, 21, 518, 518, 518,
+ 518, 106, 516, 517, 516, 518, 108, 518,
+ 518, 519, 520, 626, 109, 626, 518, 21,
+ 21, 518, 518, 518, 518, 106, 516, 517,
+ 516, 518, 108, 518, 518, 519, 520, 627,
+ 109, 627, 518, 21, 21, 518, 518, 518,
+ 518, 106, 516, 517, 516, 518, 108, 518,
+ 518, 519, 520, 628, 109, 628, 518, 21,
+ 21, 518, 518, 518, 518, 106, 629, 630,
+ 629, 518, 108, 518, 518, 519, 631, 109,
+ 518, 21, 21, 518, 518, 518, 518, 106,
+ 632, 633, 632, 108, 499, 631, 109, 21,
+ 21, 106, 634, 26, 21, 635, 107, 635,
+ 108, 499, 631, 109, 21, 21, 106, 636,
+ 637, 636, 526, 638, 526, 526, 528, 109,
+ 526, 21, 21, 526, 526, 526, 526, 526,
+ 106, 639, 26, 21, 640, 641, 640, 526,
+ 638, 526, 526, 528, 109, 526, 21, 21,
+ 526, 526, 526, 526, 526, 106, 642, 26,
+ 21, 643, 107, 643, 644, 109, 21, 21,
+ 106, 645, 646, 645, 108, 647, 109, 21,
+ 21, 106, 648, 26, 21, 516, 517, 516,
+ 518, 108, 518, 518, 519, 520, 649, 109,
+ 649, 518, 21, 21, 518, 518, 518, 518,
+ 106, 516, 517, 516, 518, 108, 518, 518,
+ 519, 520, 650, 109, 650, 518, 21, 21,
+ 518, 518, 518, 518, 106, 516, 517, 516,
+ 518, 108, 518, 518, 519, 520, 651, 109,
+ 651, 518, 21, 21, 518, 518, 518, 518,
+ 106, 516, 517, 516, 518, 108, 518, 518,
+ 519, 520, 652, 109, 652, 518, 21, 21,
+ 518, 518, 518, 518, 106, 516, 517, 516,
+ 518, 108, 518, 518, 519, 520, 653, 109,
+ 653, 518, 21, 21, 518, 518, 518, 518,
+ 106, 654, 655, 654, 518, 108, 518, 518,
+ 519, 656, 109, 518, 21, 21, 518, 518,
+ 518, 518, 106, 657, 658, 657, 108, 499,
+ 656, 109, 21, 21, 106, 659, 26, 21,
+ 660, 107, 660, 108, 499, 656, 109, 21,
+ 21, 106, 661, 662, 661, 526, 663, 526,
+ 526, 528, 109, 526, 21, 21, 526, 526,
+ 526, 526, 526, 106, 664, 26, 21, 665,
+ 666, 665, 526, 663, 526, 526, 528, 109,
+ 526, 21, 21, 526, 526, 526, 526, 526,
+ 106, 667, 26, 21, 668, 107, 668, 669,
+ 109, 21, 21, 106, 670, 671, 670, 171,
+ 672, 172, 21, 21, 169, 673, 674, 673,
+ 171, 675, 172, 21, 21, 169, 676, 26,
+ 21, 677, 170, 677, 171, 675, 172, 21,
+ 21, 169, 675, 678, 675, 679, 171, 679,
+ 679, 680, 681, 682, 683, 684, 685, 686,
+ 172, 680, 681, 682, 683, 684, 685, 686,
+ 679, 21, 21, 679, 679, 679, 679, 679,
+ 169, 687, 26, 21, 688, 170, 688, 679,
+ 171, 679, 679, 680, 681, 682, 683, 684,
+ 685, 686, 172, 680, 681, 682, 683, 684,
+ 685, 686, 679, 21, 21, 679, 679, 679,
+ 679, 679, 169, 689, 690, 689, 691, 171,
+ 691, 691, 692, 693, 172, 691, 21, 21,
+ 691, 691, 691, 691, 169, 694, 695, 694,
+ 171, 675, 693, 172, 21, 21, 169, 696,
+ 26, 21, 697, 170, 697, 171, 675, 693,
+ 172, 21, 21, 169, 693, 698, 693, 699,
+ 700, 699, 699, 701, 172, 699, 21, 21,
+ 699, 699, 699, 699, 699, 169, 702, 26,
+ 21, 703, 704, 703, 699, 700, 699, 699,
+ 701, 172, 699, 21, 21, 699, 699, 699,
+ 699, 699, 169, 705, 26, 21, 706, 170,
+ 706, 700, 172, 21, 21, 169, 707, 708,
+ 707, 77, 709, 78, 21, 21, 69, 710,
+ 711, 710, 699, 171, 699, 699, 692, 172,
+ 699, 21, 21, 699, 699, 699, 699, 169,
+ 712, 26, 21, 170, 171, 714, 172, 21,
+ 21, 21, 713, 713, 713, 169, 170, 171,
+ 716, 172, 717, 21, 21, 21, 715, 715,
+ 715, 169, 170, 171, 716, 172, 717, 21,
+ 21, 21, 718, 718, 718, 169, 170, 171,
+ 716, 172, 717, 21, 21, 21, 719, 719,
+ 719, 169, 170, 171, 716, 172, 717, 21,
+ 21, 21, 169, 170, 171, 721, 172, 21,
+ 21, 21, 720, 713, 713, 169, 170, 171,
+ 722, 716, 172, 717, 21, 21, 21, 723,
+ 715, 715, 169, 170, 171, 172, 21, 21,
+ 21, 724, 169, 170, 171, 725, 172, 21,
+ 21, 21, 726, 169, 170, 171, 172, 21,
+ 21, 21, 727, 169, 170, 171, 728, 172,
+ 21, 21, 21, 729, 169, 170, 171, 172,
+ 21, 21, 21, 730, 169, 170, 171, 172,
+ 717, 21, 21, 21, 731, 169, 170, 171,
+ 172, 717, 21, 21, 21, 732, 169, 170,
+ 171, 172, 717, 21, 21, 21, 169, 710,
+ 711, 710, 171, 692, 172, 21, 21, 169,
+ 170, 171, 728, 172, 21, 21, 21, 733,
+ 169, 170, 171, 728, 172, 21, 21, 21,
+ 169, 170, 171, 725, 172, 21, 21, 21,
+ 734, 169, 170, 171, 725, 172, 21, 21,
+ 21, 169, 170, 171, 722, 716, 172, 717,
+ 21, 21, 21, 735, 718, 718, 169, 170,
+ 171, 722, 716, 172, 717, 21, 21, 21,
+ 719, 719, 719, 169, 170, 171, 737, 172,
+ 717, 21, 21, 21, 736, 736, 736, 169,
+ 170, 171, 739, 172, 717, 21, 21, 21,
+ 738, 738, 738, 169, 170, 171, 739, 172,
+ 717, 21, 21, 21, 740, 740, 740, 169,
+ 170, 171, 739, 172, 717, 21, 21, 21,
+ 741, 741, 741, 169, 170, 171, 739, 172,
+ 717, 21, 21, 21, 169, 170, 171, 172,
+ 21, 21, 21, 742, 736, 736, 169, 170,
+ 171, 722, 739, 172, 717, 21, 21, 21,
+ 743, 738, 738, 169, 170, 171, 722, 739,
+ 172, 717, 21, 21, 21, 744, 740, 740,
+ 169, 170, 171, 722, 739, 172, 717, 21,
+ 21, 21, 741, 741, 741, 169, 170, 171,
+ 172, 21, 21, 21, 745, 169, 170, 171,
+ 722, 172, 21, 21, 21, 746, 169, 170,
+ 171, 722, 172, 21, 21, 21, 747, 169,
+ 170, 171, 722, 172, 21, 21, 21, 169,
+ 170, 171, 721, 172, 21, 21, 21, 169,
+ 748, 26, 21, 689, 690, 689, 691, 171,
+ 691, 691, 692, 693, 749, 172, 749, 691,
+ 21, 21, 691, 691, 691, 691, 169, 689,
+ 690, 689, 691, 171, 691, 691, 692, 693,
+ 750, 172, 750, 691, 21, 21, 691, 691,
+ 691, 691, 169, 689, 690, 689, 691, 171,
+ 691, 691, 692, 693, 751, 172, 751, 691,
+ 21, 21, 691, 691, 691, 691, 169, 689,
+ 690, 689, 691, 171, 691, 691, 692, 693,
+ 752, 172, 752, 691, 21, 21, 691, 691,
+ 691, 691, 169, 689, 690, 689, 691, 171,
+ 691, 691, 692, 693, 753, 172, 753, 691,
+ 21, 21, 691, 691, 691, 691, 169, 689,
+ 690, 689, 691, 171, 691, 691, 692, 693,
+ 754, 172, 754, 691, 21, 21, 691, 691,
+ 691, 691, 169, 689, 690, 689, 691, 171,
+ 691, 691, 692, 693, 755, 172, 755, 691,
+ 21, 21, 691, 691, 691, 691, 169, 689,
+ 690, 689, 691, 171, 691, 691, 692, 693,
+ 756, 172, 756, 691, 21, 21, 691, 691,
+ 691, 691, 169, 757, 758, 757, 691, 171,
+ 691, 691, 692, 759, 172, 691, 21, 21,
+ 691, 691, 691, 691, 169, 760, 761, 760,
+ 171, 675, 759, 172, 21, 21, 169, 762,
+ 26, 21, 763, 170, 763, 171, 675, 759,
+ 172, 21, 21, 169, 759, 764, 759, 765,
+ 700, 765, 765, 701, 172, 765, 21, 21,
+ 765, 765, 765, 765, 765, 169, 766, 26,
+ 21, 767, 704, 767, 765, 700, 765, 765,
+ 701, 172, 765, 21, 21, 765, 765, 765,
+ 765, 765, 169, 768, 769, 768, 770, 171,
+ 770, 770, 771, 172, 770, 21, 21, 770,
+ 770, 770, 770, 169, 772, 26, 21, 689,
+ 690, 689, 691, 171, 691, 691, 692, 693,
+ 773, 172, 773, 691, 21, 21, 691, 691,
+ 691, 691, 169, 689, 690, 689, 691, 171,
+ 691, 691, 692, 693, 774, 172, 774, 691,
+ 21, 21, 691, 691, 691, 691, 169, 689,
+ 690, 689, 691, 171, 691, 691, 692, 693,
+ 775, 172, 775, 691, 21, 21, 691, 691,
+ 691, 691, 169, 689, 690, 689, 691, 171,
+ 691, 691, 692, 693, 776, 172, 776, 691,
+ 21, 21, 691, 691, 691, 691, 169, 689,
+ 690, 689, 691, 171, 691, 691, 692, 693,
+ 777, 172, 777, 691, 21, 21, 691, 691,
+ 691, 691, 169, 778, 779, 778, 691, 171,
+ 691, 691, 692, 780, 172, 691, 21, 21,
+ 691, 691, 691, 691, 169, 781, 782, 781,
+ 171, 675, 780, 172, 21, 21, 169, 783,
+ 26, 21, 784, 170, 784, 171, 675, 780,
+ 172, 21, 21, 169, 780, 785, 780, 699,
+ 786, 699, 699, 701, 172, 699, 21, 21,
+ 699, 699, 699, 699, 699, 169, 787, 26,
+ 21, 788, 789, 788, 699, 786, 699, 699,
+ 701, 172, 699, 21, 21, 699, 699, 699,
+ 699, 699, 169, 790, 26, 21, 791, 170,
+ 791, 786, 172, 21, 21, 169, 792, 793,
+ 792, 390, 794, 392, 387, 387, 386, 795,
+ 26, 21, 689, 690, 689, 691, 171, 691,
+ 691, 692, 693, 796, 172, 796, 691, 21,
+ 21, 691, 691, 691, 691, 169, 689, 690,
+ 689, 691, 171, 691, 691, 692, 693, 797,
+ 172, 797, 691, 21, 21, 691, 691, 691,
+ 691, 169, 689, 690, 689, 691, 171, 691,
+ 691, 692, 693, 798, 172, 798, 691, 21,
+ 21, 691, 691, 691, 691, 169, 689, 690,
+ 689, 691, 171, 691, 691, 692, 693, 799,
+ 172, 799, 691, 21, 21, 691, 691, 691,
+ 691, 169, 800, 801, 800, 691, 171, 691,
+ 691, 692, 802, 172, 691, 21, 21, 691,
+ 691, 691, 691, 169, 803, 804, 803, 171,
+ 675, 802, 172, 21, 21, 169, 805, 26,
+ 21, 806, 170, 806, 171, 675, 802, 172,
+ 21, 21, 169, 807, 808, 807, 699, 809,
+ 699, 699, 701, 172, 699, 21, 21, 699,
+ 699, 699, 699, 699, 169, 810, 26, 21,
+ 811, 812, 811, 699, 809, 699, 699, 701,
+ 172, 699, 21, 21, 699, 699, 699, 699,
+ 699, 169, 813, 26, 21, 814, 170, 814,
+ 815, 172, 21, 21, 169, 816, 817, 816,
+ 108, 818, 109, 21, 21, 106, 819, 26,
+ 21, 689, 690, 689, 691, 171, 691, 691,
+ 692, 693, 820, 172, 820, 691, 21, 21,
+ 691, 691, 691, 691, 169, 689, 690, 689,
+ 691, 171, 691, 691, 692, 693, 821, 172,
+ 821, 691, 21, 21, 691, 691, 691, 691,
+ 169, 689, 690, 689, 691, 171, 691, 691,
+ 692, 693, 822, 172, 822, 691, 21, 21,
+ 691, 691, 691, 691, 169, 689, 690, 689,
+ 691, 171, 691, 691, 692, 693, 823, 172,
+ 823, 691, 21, 21, 691, 691, 691, 691,
+ 169, 689, 690, 689, 691, 171, 691, 691,
+ 692, 693, 824, 172, 824, 691, 21, 21,
+ 691, 691, 691, 691, 169, 825, 826, 825,
+ 691, 171, 691, 691, 692, 827, 172, 691,
+ 21, 21, 691, 691, 691, 691, 169, 828,
+ 829, 828, 171, 675, 827, 172, 21, 21,
+ 169, 830, 26, 21, 831, 170, 831, 171,
+ 675, 827, 172, 21, 21, 169, 832, 833,
+ 832, 699, 834, 699, 699, 701, 172, 699,
+ 21, 21, 699, 699, 699, 699, 699, 169,
+ 835, 26, 21, 836, 837, 836, 699, 834,
+ 699, 699, 701, 172, 699, 21, 21, 699,
+ 699, 699, 699, 699, 169, 838, 26, 21,
+ 839, 170, 839, 840, 172, 21, 21, 169,
+ 841, 842, 841, 171, 843, 172, 21, 21,
+ 169, 844, 26, 21, 689, 690, 689, 691,
+ 171, 691, 691, 692, 693, 845, 172, 845,
+ 691, 21, 21, 691, 691, 691, 691, 169,
+ 689, 690, 689, 691, 171, 691, 691, 692,
+ 693, 846, 172, 846, 691, 21, 21, 691,
+ 691, 691, 691, 169, 847, 848, 847, 691,
+ 171, 691, 691, 692, 849, 172, 691, 21,
+ 21, 691, 691, 691, 691, 169, 850, 851,
+ 850, 171, 675, 849, 172, 21, 21, 169,
+ 852, 26, 21, 853, 170, 853, 171, 675,
+ 849, 172, 21, 21, 169, 849, 854, 849,
+ 699, 855, 699, 699, 701, 172, 699, 21,
+ 21, 699, 699, 699, 699, 699, 169, 856,
+ 26, 21, 857, 858, 857, 699, 855, 699,
+ 699, 701, 172, 699, 21, 21, 699, 699,
+ 699, 699, 699, 169, 859, 26, 21, 860,
+ 170, 860, 855, 172, 21, 21, 169, 861,
+ 862, 861, 197, 863, 198, 195, 195, 194,
+ 864, 865, 864, 202, 866, 203, 200, 200,
+ 199, 867, 204, 202, 200, 868, 201, 868,
+ 202, 866, 203, 200, 200, 199, 866, 869,
+ 866, 870, 202, 870, 870, 871, 872, 873,
+ 874, 875, 876, 877, 203, 871, 872, 873,
+ 874, 875, 876, 877, 870, 200, 200, 870,
+ 870, 870, 870, 870, 199, 878, 204, 202,
+ 200, 879, 201, 879, 870, 202, 870, 870,
+ 871, 872, 873, 874, 875, 876, 877, 203,
+ 871, 872, 873, 874, 875, 876, 877, 870,
+ 200, 200, 870, 870, 870, 870, 870, 199,
+ 880, 881, 880, 882, 202, 882, 882, 883,
+ 884, 203, 882, 200, 200, 882, 882, 882,
+ 882, 199, 885, 886, 885, 202, 866, 884,
+ 203, 200, 200, 199, 887, 204, 202, 200,
+ 888, 201, 888, 202, 866, 884, 203, 200,
+ 200, 199, 884, 889, 884, 890, 265, 890,
+ 890, 891, 203, 890, 200, 200, 890, 890,
+ 890, 890, 890, 199, 892, 204, 202, 200,
+ 893, 894, 893, 890, 265, 890, 890, 891,
+ 203, 890, 200, 200, 890, 890, 890, 890,
+ 890, 199, 895, 204, 202, 200, 896, 201,
+ 896, 265, 203, 200, 200, 199, 897, 898,
+ 897, 890, 202, 890, 890, 883, 203, 890,
+ 200, 200, 890, 890, 890, 890, 199, 899,
+ 204, 202, 200, 900, 901, 900, 902, 202,
+ 902, 902, 903, 904, 902, 902, 902, 902,
+ 902, 200, 905, 906, 905, 202, 907, 904,
+ 200, 908, 204, 202, 200, 909, 204, 909,
+ 202, 907, 904, 200, 907, 910, 907, 911,
+ 202, 911, 911, 912, 913, 914, 915, 916,
+ 917, 918, 912, 913, 914, 915, 916, 917,
+ 918, 911, 911, 911, 911, 911, 911, 200,
+ 919, 204, 202, 200, 920, 204, 920, 911,
+ 202, 911, 911, 912, 913, 914, 915, 916,
+ 917, 918, 912, 913, 914, 915, 916, 917,
+ 918, 911, 911, 911, 911, 911, 911, 200,
+ 900, 901, 900, 902, 202, 902, 902, 903,
+ 904, 921, 921, 902, 902, 902, 902, 902,
+ 200, 922, 204, 202, 200, 900, 901, 900,
+ 902, 202, 902, 902, 903, 904, 923, 923,
+ 902, 902, 902, 902, 902, 200, 904, 924,
+ 904, 925, 265, 925, 925, 926, 925, 925,
+ 925, 925, 925, 925, 200, 927, 204, 202,
+ 200, 928, 929, 928, 925, 265, 925, 925,
+ 926, 925, 925, 925, 925, 925, 925, 200,
+ 930, 204, 202, 200, 931, 204, 931, 265,
+ 200, 932, 933, 932, 925, 202, 925, 925,
+ 903, 925, 925, 925, 925, 925, 200, 934,
+ 935, 934, 202, 907, 200, 936, 204, 202,
+ 200, 937, 204, 937, 202, 907, 200, 938,
+ 204, 202, 200, 900, 901, 900, 902, 202,
+ 902, 902, 903, 904, 939, 939, 902, 902,
+ 902, 902, 902, 200, 900, 901, 900, 902,
+ 202, 902, 902, 903, 904, 940, 940, 902,
+ 902, 902, 902, 902, 200, 900, 901, 900,
+ 902, 202, 902, 902, 903, 904, 941, 941,
+ 902, 902, 902, 902, 902, 200, 900, 901,
+ 900, 902, 202, 902, 902, 903, 904, 942,
+ 942, 902, 902, 902, 902, 902, 200, 943,
+ 944, 943, 902, 202, 902, 902, 903, 945,
+ 902, 902, 902, 902, 902, 200, 946, 947,
+ 946, 202, 907, 945, 200, 948, 204, 202,
+ 200, 949, 204, 949, 202, 907, 945, 200,
+ 950, 951, 950, 925, 952, 925, 925, 926,
+ 925, 925, 925, 925, 925, 925, 200, 953,
+ 204, 202, 200, 954, 955, 954, 925, 952,
+ 925, 925, 926, 925, 925, 925, 925, 925,
+ 925, 200, 956, 204, 202, 200, 957, 204,
+ 957, 958, 200, 204, 202, 960, 959, 959,
+ 959, 200, 204, 202, 962, 963, 961, 961,
+ 961, 200, 204, 202, 962, 963, 964, 964,
+ 964, 200, 204, 202, 962, 963, 965, 965,
+ 965, 200, 204, 202, 962, 963, 200, 204,
+ 202, 967, 966, 959, 959, 200, 204, 202,
+ 968, 962, 963, 969, 961, 961, 200, 204,
+ 202, 970, 200, 204, 202, 971, 972, 200,
+ 204, 202, 973, 200, 204, 202, 974, 975,
+ 200, 204, 202, 976, 200, 204, 202, 963,
+ 977, 200, 204, 202, 963, 978, 200, 204,
+ 202, 963, 200, 932, 933, 932, 202, 903,
+ 200, 204, 202, 974, 979, 200, 204, 202,
+ 974, 200, 204, 202, 971, 980, 200, 204,
+ 202, 971, 200, 204, 202, 968, 962, 963,
+ 981, 964, 964, 200, 204, 202, 968, 962,
+ 963, 965, 965, 965, 200, 204, 202, 983,
+ 963, 982, 982, 982, 200, 204, 202, 985,
+ 963, 984, 984, 984, 200, 204, 202, 985,
+ 963, 986, 986, 986, 200, 204, 202, 985,
+ 963, 987, 987, 987, 200, 204, 202, 985,
+ 963, 200, 204, 202, 988, 982, 982, 200,
+ 204, 202, 968, 985, 963, 989, 984, 984,
+ 200, 204, 202, 968, 985, 963, 990, 986,
+ 986, 200, 204, 202, 968, 985, 963, 987,
+ 987, 987, 200, 204, 202, 991, 200, 204,
+ 202, 968, 992, 200, 204, 202, 968, 993,
+ 200, 204, 202, 968, 200, 204, 202, 967,
+ 200, 994, 204, 202, 200, 900, 901, 900,
+ 902, 202, 902, 902, 903, 904, 995, 995,
+ 902, 902, 902, 902, 902, 200, 900, 901,
+ 900, 902, 202, 902, 902, 903, 904, 996,
+ 996, 902, 902, 902, 902, 902, 200, 900,
+ 901, 900, 902, 202, 902, 902, 903, 904,
+ 997, 997, 902, 902, 902, 902, 902, 200,
+ 900, 901, 900, 902, 202, 902, 902, 903,
+ 904, 998, 998, 902, 902, 902, 902, 902,
+ 200, 900, 901, 900, 902, 202, 902, 902,
+ 903, 904, 999, 999, 902, 902, 902, 902,
+ 902, 200, 1000, 1001, 1000, 902, 202, 902,
+ 902, 903, 1002, 902, 902, 902, 902, 902,
+ 200, 1003, 1004, 1003, 202, 907, 1002, 200,
+ 1005, 204, 202, 200, 1006, 204, 1006, 202,
+ 907, 1002, 200, 1007, 1008, 1007, 925, 1009,
+ 925, 925, 926, 925, 925, 925, 925, 925,
+ 925, 200, 1010, 204, 202, 200, 1011, 1012,
+ 1011, 925, 1009, 925, 925, 926, 925, 925,
+ 925, 925, 925, 925, 200, 1013, 204, 202,
+ 200, 1014, 204, 1014, 1015, 200, 1016, 1017,
+ 1016, 171, 675, 172, 21, 21, 169, 1018,
+ 26, 21, 1019, 1020, 1019, 171, 675, 172,
+ 21, 21, 169, 1021, 204, 202, 200, 900,
+ 901, 900, 902, 202, 902, 902, 903, 904,
+ 1022, 1022, 902, 902, 902, 902, 902, 200,
+ 900, 901, 900, 902, 202, 902, 902, 903,
+ 904, 1023, 1023, 902, 902, 902, 902, 902,
+ 200, 1024, 1025, 1024, 902, 202, 902, 902,
+ 903, 1026, 902, 902, 902, 902, 902, 200,
+ 1027, 1028, 1027, 202, 907, 1026, 200, 1029,
+ 204, 202, 200, 1030, 204, 1030, 202, 907,
+ 1026, 200, 1026, 1031, 1026, 925, 202, 925,
+ 925, 926, 925, 925, 925, 925, 925, 925,
+ 200, 1032, 204, 202, 200, 1033, 204, 1033,
+ 925, 202, 925, 925, 926, 925, 925, 925,
+ 925, 925, 925, 200, 1034, 204, 202, 200,
+ 900, 901, 900, 902, 202, 902, 902, 903,
+ 904, 1035, 1035, 902, 902, 902, 902, 902,
+ 200, 900, 901, 900, 902, 202, 902, 902,
+ 903, 904, 1036, 1036, 902, 902, 902, 902,
+ 902, 200, 900, 901, 900, 902, 202, 902,
+ 902, 903, 904, 1037, 1037, 902, 902, 902,
+ 902, 902, 200, 900, 901, 900, 902, 202,
+ 902, 902, 903, 904, 1038, 1038, 902, 902,
+ 902, 902, 902, 200, 1039, 1040, 1039, 902,
+ 202, 902, 902, 903, 1041, 902, 902, 902,
+ 902, 902, 200, 1042, 1043, 1042, 202, 907,
+ 1041, 200, 1044, 204, 202, 200, 1045, 204,
+ 1045, 202, 907, 1041, 200, 1046, 1047, 1046,
+ 925, 1048, 925, 925, 926, 925, 925, 925,
+ 925, 925, 925, 200, 1049, 204, 202, 200,
+ 1050, 1051, 1050, 925, 1048, 925, 925, 926,
+ 925, 925, 925, 925, 925, 925, 200, 1052,
+ 204, 202, 200, 1053, 204, 1053, 1054, 200,
+ 1055, 1056, 1055, 232, 1057, 233, 21, 21,
+ 230, 1058, 26, 21, 1059, 1060, 1059, 232,
+ 1057, 233, 21, 21, 230, 1061, 26, 21,
+ 1062, 231, 1062, 232, 1057, 233, 21, 21,
+ 230, 1057, 1063, 1057, 1064, 232, 1064, 1064,
+ 1065, 1066, 1067, 1068, 1069, 1070, 1071, 233,
+ 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1064,
+ 21, 21, 1064, 1064, 1064, 1064, 1064, 230,
+ 1072, 26, 21, 1073, 231, 1073, 1064, 232,
+ 1064, 1064, 1065, 1066, 1067, 1068, 1069, 1070,
+ 1071, 233, 1065, 1066, 1067, 1068, 1069, 1070,
+ 1071, 1064, 21, 21, 1064, 1064, 1064, 1064,
+ 1064, 230, 1074, 1075, 1074, 1076, 232, 1076,
+ 1076, 1077, 1078, 233, 1076, 21, 21, 1076,
+ 1076, 1076, 1076, 230, 1079, 1080, 1079, 232,
+ 1057, 1078, 233, 21, 21, 230, 1081, 26,
+ 21, 1082, 231, 1082, 232, 1057, 1078, 233,
+ 21, 21, 230, 1078, 1083, 1078, 1084, 1085,
+ 1084, 1084, 1086, 233, 1084, 21, 21, 1084,
+ 1084, 1084, 1084, 1084, 230, 1087, 26, 21,
+ 1088, 1089, 1088, 1084, 1085, 1084, 1084, 1086,
+ 233, 1084, 21, 21, 1084, 1084, 1084, 1084,
+ 1084, 230, 1090, 26, 21, 1091, 231, 1091,
+ 1085, 233, 21, 21, 230, 1092, 1093, 1092,
+ 77, 1094, 78, 21, 21, 69, 1095, 1096,
+ 1095, 1084, 232, 1084, 1084, 1077, 233, 1084,
+ 21, 21, 1084, 1084, 1084, 1084, 230, 1097,
+ 1098, 1097, 232, 1057, 233, 21, 21, 230,
+ 1099, 26, 21, 231, 232, 1101, 233, 21,
+ 21, 21, 1100, 1100, 1100, 230, 231, 232,
+ 1103, 233, 1104, 21, 21, 21, 1102, 1102,
+ 1102, 230, 231, 232, 1103, 233, 1104, 21,
+ 21, 21, 1105, 1105, 1105, 230, 231, 232,
+ 1103, 233, 1104, 21, 21, 21, 1106, 1106,
+ 1106, 230, 231, 232, 1103, 233, 1104, 21,
+ 21, 21, 230, 231, 232, 1108, 233, 21,
+ 21, 21, 1107, 1100, 1100, 230, 231, 232,
+ 1109, 1103, 233, 1104, 21, 21, 21, 1110,
+ 1102, 1102, 230, 231, 232, 233, 21, 21,
+ 21, 1111, 230, 231, 232, 1112, 233, 21,
+ 21, 21, 1113, 230, 231, 232, 233, 21,
+ 21, 21, 1114, 230, 231, 232, 1115, 233,
+ 21, 21, 21, 1116, 230, 231, 232, 233,
+ 21, 21, 21, 1117, 230, 231, 232, 233,
+ 1104, 21, 21, 21, 1118, 230, 231, 232,
+ 233, 1104, 21, 21, 21, 1119, 230, 231,
+ 232, 233, 1104, 21, 21, 21, 230, 1095,
+ 1096, 1095, 232, 1077, 233, 21, 21, 230,
+ 231, 232, 1115, 233, 21, 21, 21, 1120,
+ 230, 231, 232, 1115, 233, 21, 21, 21,
+ 230, 231, 232, 1112, 233, 21, 21, 21,
+ 1121, 230, 231, 232, 1112, 233, 21, 21,
+ 21, 230, 231, 232, 1109, 1103, 233, 1104,
+ 21, 21, 21, 1122, 1105, 1105, 230, 231,
+ 232, 1109, 1103, 233, 1104, 21, 21, 21,
+ 1106, 1106, 1106, 230, 231, 232, 1124, 233,
+ 1104, 21, 21, 21, 1123, 1123, 1123, 230,
+ 231, 232, 1126, 233, 1104, 21, 21, 21,
+ 1125, 1125, 1125, 230, 231, 232, 1126, 233,
+ 1104, 21, 21, 21, 1127, 1127, 1127, 230,
+ 231, 232, 1126, 233, 1104, 21, 21, 21,
+ 1128, 1128, 1128, 230, 231, 232, 1126, 233,
+ 1104, 21, 21, 21, 230, 231, 232, 233,
+ 21, 21, 21, 1129, 1123, 1123, 230, 231,
+ 232, 1109, 1126, 233, 1104, 21, 21, 21,
+ 1130, 1125, 1125, 230, 231, 232, 1109, 1126,
+ 233, 1104, 21, 21, 21, 1131, 1127, 1127,
+ 230, 231, 232, 1109, 1126, 233, 1104, 21,
+ 21, 21, 1128, 1128, 1128, 230, 231, 232,
+ 233, 21, 21, 21, 1132, 230, 231, 232,
+ 1109, 233, 21, 21, 21, 1133, 230, 231,
+ 232, 1109, 233, 21, 21, 21, 1134, 230,
+ 231, 232, 1109, 233, 21, 21, 21, 230,
+ 231, 232, 1108, 233, 21, 21, 21, 230,
+ 1135, 26, 21, 1074, 1075, 1074, 1076, 232,
+ 1076, 1076, 1077, 1078, 1136, 233, 1136, 1076,
+ 21, 21, 1076, 1076, 1076, 1076, 230, 1074,
+ 1075, 1074, 1076, 232, 1076, 1076, 1077, 1078,
+ 1137, 233, 1137, 1076, 21, 21, 1076, 1076,
+ 1076, 1076, 230, 1074, 1075, 1074, 1076, 232,
+ 1076, 1076, 1077, 1078, 1138, 233, 1138, 1076,
+ 21, 21, 1076, 1076, 1076, 1076, 230, 1074,
+ 1075, 1074, 1076, 232, 1076, 1076, 1077, 1078,
+ 1139, 233, 1139, 1076, 21, 21, 1076, 1076,
+ 1076, 1076, 230, 1074, 1075, 1074, 1076, 232,
+ 1076, 1076, 1077, 1078, 1140, 233, 1140, 1076,
+ 21, 21, 1076, 1076, 1076, 1076, 230, 1074,
+ 1075, 1074, 1076, 232, 1076, 1076, 1077, 1078,
+ 1141, 233, 1141, 1076, 21, 21, 1076, 1076,
+ 1076, 1076, 230, 1074, 1075, 1074, 1076, 232,
+ 1076, 1076, 1077, 1078, 1142, 233, 1142, 1076,
+ 21, 21, 1076, 1076, 1076, 1076, 230, 1074,
+ 1075, 1074, 1076, 232, 1076, 1076, 1077, 1078,
+ 1143, 233, 1143, 1076, 21, 21, 1076, 1076,
+ 1076, 1076, 230, 1144, 1145, 1144, 1076, 232,
+ 1076, 1076, 1077, 1146, 233, 1076, 21, 21,
+ 1076, 1076, 1076, 1076, 230, 1147, 1148, 1147,
+ 232, 1057, 1146, 233, 21, 21, 230, 1149,
+ 26, 21, 1150, 231, 1150, 232, 1057, 1146,
+ 233, 21, 21, 230, 1146, 1151, 1146, 1152,
+ 1085, 1152, 1152, 1086, 233, 1152, 21, 21,
+ 1152, 1152, 1152, 1152, 1152, 230, 1153, 26,
+ 21, 1154, 1089, 1154, 1152, 1085, 1152, 1152,
+ 1086, 233, 1152, 21, 21, 1152, 1152, 1152,
+ 1152, 1152, 230, 1155, 1156, 1155, 1157, 232,
+ 1157, 1157, 1158, 233, 1157, 21, 21, 1157,
+ 1157, 1157, 1157, 230, 1159, 26, 21, 1074,
+ 1075, 1074, 1076, 232, 1076, 1076, 1077, 1078,
+ 1160, 233, 1160, 1076, 21, 21, 1076, 1076,
+ 1076, 1076, 230, 1074, 1075, 1074, 1076, 232,
+ 1076, 1076, 1077, 1078, 1161, 233, 1161, 1076,
+ 21, 21, 1076, 1076, 1076, 1076, 230, 1074,
+ 1075, 1074, 1076, 232, 1076, 1076, 1077, 1078,
+ 1162, 233, 1162, 1076, 21, 21, 1076, 1076,
+ 1076, 1076, 230, 1074, 1075, 1074, 1076, 232,
+ 1076, 1076, 1077, 1078, 1163, 233, 1163, 1076,
+ 21, 21, 1076, 1076, 1076, 1076, 230, 1074,
+ 1075, 1074, 1076, 232, 1076, 1076, 1077, 1078,
+ 1164, 233, 1164, 1076, 21, 21, 1076, 1076,
+ 1076, 1076, 230, 1165, 1166, 1165, 1076, 232,
+ 1076, 1076, 1077, 1167, 233, 1076, 21, 21,
+ 1076, 1076, 1076, 1076, 230, 1168, 1169, 1168,
+ 232, 1057, 1167, 233, 21, 21, 230, 1170,
+ 26, 21, 1171, 231, 1171, 232, 1057, 1167,
+ 233, 21, 21, 230, 1167, 1172, 1167, 1084,
+ 1173, 1084, 1084, 1086, 233, 1084, 21, 21,
+ 1084, 1084, 1084, 1084, 1084, 230, 1174, 26,
+ 21, 1175, 1176, 1175, 1084, 1173, 1084, 1084,
+ 1086, 233, 1084, 21, 21, 1084, 1084, 1084,
+ 1084, 1084, 230, 1177, 26, 21, 1178, 231,
+ 1178, 1173, 233, 21, 21, 230, 1179, 1180,
+ 1179, 390, 1181, 392, 387, 387, 386, 1182,
+ 26, 21, 1074, 1075, 1074, 1076, 232, 1076,
+ 1076, 1077, 1078, 1183, 233, 1183, 1076, 21,
+ 21, 1076, 1076, 1076, 1076, 230, 1074, 1075,
+ 1074, 1076, 232, 1076, 1076, 1077, 1078, 1184,
+ 233, 1184, 1076, 21, 21, 1076, 1076, 1076,
+ 1076, 230, 1074, 1075, 1074, 1076, 232, 1076,
+ 1076, 1077, 1078, 1185, 233, 1185, 1076, 21,
+ 21, 1076, 1076, 1076, 1076, 230, 1074, 1075,
+ 1074, 1076, 232, 1076, 1076, 1077, 1078, 1186,
+ 233, 1186, 1076, 21, 21, 1076, 1076, 1076,
+ 1076, 230, 1187, 1188, 1187, 1076, 232, 1076,
+ 1076, 1077, 1189, 233, 1076, 21, 21, 1076,
+ 1076, 1076, 1076, 230, 1190, 1191, 1190, 232,
+ 1057, 1189, 233, 21, 21, 230, 1192, 26,
+ 21, 1193, 231, 1193, 232, 1057, 1189, 233,
+ 21, 21, 230, 1194, 1195, 1194, 1084, 1196,
+ 1084, 1084, 1086, 233, 1084, 21, 21, 1084,
+ 1084, 1084, 1084, 1084, 230, 1197, 26, 21,
+ 1198, 1199, 1198, 1084, 1196, 1084, 1084, 1086,
+ 233, 1084, 21, 21, 1084, 1084, 1084, 1084,
+ 1084, 230, 1200, 26, 21, 1201, 231, 1201,
+ 1202, 233, 21, 21, 230, 1203, 1204, 1203,
+ 108, 1205, 109, 21, 21, 106, 1206, 26,
+ 21, 1074, 1075, 1074, 1076, 232, 1076, 1076,
+ 1077, 1078, 1207, 233, 1207, 1076, 21, 21,
+ 1076, 1076, 1076, 1076, 230, 1074, 1075, 1074,
+ 1076, 232, 1076, 1076, 1077, 1078, 1208, 233,
+ 1208, 1076, 21, 21, 1076, 1076, 1076, 1076,
+ 230, 1074, 1075, 1074, 1076, 232, 1076, 1076,
+ 1077, 1078, 1209, 233, 1209, 1076, 21, 21,
+ 1076, 1076, 1076, 1076, 230, 1074, 1075, 1074,
+ 1076, 232, 1076, 1076, 1077, 1078, 1210, 233,
+ 1210, 1076, 21, 21, 1076, 1076, 1076, 1076,
+ 230, 1074, 1075, 1074, 1076, 232, 1076, 1076,
+ 1077, 1078, 1211, 233, 1211, 1076, 21, 21,
+ 1076, 1076, 1076, 1076, 230, 1212, 1213, 1212,
+ 1076, 232, 1076, 1076, 1077, 1214, 233, 1076,
+ 21, 21, 1076, 1076, 1076, 1076, 230, 1215,
+ 1216, 1215, 232, 1057, 1214, 233, 21, 21,
+ 230, 1217, 26, 21, 1218, 231, 1218, 232,
+ 1057, 1214, 233, 21, 21, 230, 1219, 1220,
+ 1219, 1084, 1221, 1084, 1084, 1086, 233, 1084,
+ 21, 21, 1084, 1084, 1084, 1084, 1084, 230,
+ 1222, 26, 21, 1223, 1224, 1223, 1084, 1221,
+ 1084, 1084, 1086, 233, 1084, 21, 21, 1084,
+ 1084, 1084, 1084, 1084, 230, 1225, 26, 21,
+ 1226, 231, 1226, 1227, 233, 21, 21, 230,
+ 1228, 1229, 1228, 171, 1230, 172, 21, 21,
+ 169, 1231, 26, 21, 1074, 1075, 1074, 1076,
+ 232, 1076, 1076, 1077, 1078, 1232, 233, 1232,
+ 1076, 21, 21, 1076, 1076, 1076, 1076, 230,
+ 1074, 1075, 1074, 1076, 232, 1076, 1076, 1077,
+ 1078, 1233, 233, 1233, 1076, 21, 21, 1076,
+ 1076, 1076, 1076, 230, 1234, 1235, 1234, 1076,
+ 232, 1076, 1076, 1077, 1236, 233, 1076, 21,
+ 21, 1076, 1076, 1076, 1076, 230, 1237, 1238,
+ 1237, 232, 1057, 1236, 233, 21, 21, 230,
+ 1239, 26, 21, 1240, 231, 1240, 232, 1057,
+ 1236, 233, 21, 21, 230, 1236, 1241, 1236,
+ 1084, 1242, 1084, 1084, 1086, 233, 1084, 21,
+ 21, 1084, 1084, 1084, 1084, 1084, 230, 1243,
+ 26, 21, 1244, 1245, 1244, 1084, 1242, 1084,
+ 1084, 1086, 233, 1084, 21, 21, 1084, 1084,
+ 1084, 1084, 1084, 230, 1246, 26, 21, 1247,
+ 231, 1247, 1242, 233, 21, 21, 230, 1248,
+ 1249, 1248, 197, 1250, 198, 195, 195, 194,
+ 1251, 26, 21, 1074, 1075, 1074, 1076, 232,
+ 1076, 1076, 1077, 1078, 1252, 233, 1252, 1076,
+ 21, 21, 1076, 1076, 1076, 1076, 230, 1074,
+ 1075, 1074, 1076, 232, 1076, 1076, 1077, 1078,
+ 1253, 233, 1253, 1076, 21, 21, 1076, 1076,
+ 1076, 1076, 230, 1074, 1075, 1074, 1076, 232,
+ 1076, 1076, 1077, 1078, 1254, 233, 1254, 1076,
+ 21, 21, 1076, 1076, 1076, 1076, 230, 1074,
+ 1075, 1074, 1076, 232, 1076, 1076, 1077, 1078,
+ 1255, 233, 1255, 1076, 21, 21, 1076, 1076,
+ 1076, 1076, 230, 1256, 1257, 1256, 1076, 232,
+ 1076, 1076, 1077, 1258, 233, 1076, 21, 21,
+ 1076, 1076, 1076, 1076, 230, 1259, 1260, 1259,
+ 232, 1057, 1258, 233, 21, 21, 230, 1261,
+ 26, 21, 1262, 231, 1262, 232, 1057, 1258,
+ 233, 21, 21, 230, 1263, 1264, 1263, 1084,
+ 1265, 1084, 1084, 1086, 233, 1084, 21, 21,
+ 1084, 1084, 1084, 1084, 1084, 230, 1266, 26,
+ 21, 1267, 1268, 1267, 1084, 1265, 1084, 1084,
+ 1086, 233, 1084, 21, 21, 1084, 1084, 1084,
+ 1084, 1084, 230, 1269, 26, 21, 1270, 231,
+ 1270, 1271, 233, 21, 21, 230, 1272, 1273,
+ 1272, 232, 1274, 233, 21, 21, 230, 1275,
+ 26, 21, 1074, 1075, 1074, 1076, 232, 1076,
+ 1076, 1077, 1078, 1276, 233, 1276, 1076, 21,
+ 21, 1076, 1076, 1076, 1076, 230, 1074, 1075,
+ 1074, 1076, 232, 1076, 1076, 1077, 1078, 1277,
+ 233, 1277, 1076, 21, 21, 1076, 1076, 1076,
+ 1076, 230, 1074, 1075, 1074, 1076, 232, 1076,
+ 1076, 1077, 1078, 1278, 233, 1278, 1076, 21,
+ 21, 1076, 1076, 1076, 1076, 230, 1074, 1075,
+ 1074, 1076, 232, 1076, 1076, 1077, 1078, 1279,
+ 233, 1279, 1076, 21, 21, 1076, 1076, 1076,
+ 1076, 230, 1280, 1281, 1280, 1076, 232, 1076,
+ 1076, 1077, 1282, 233, 1076, 21, 21, 1076,
+ 1076, 1076, 1076, 230, 1283, 1284, 1283, 232,
+ 1057, 1282, 233, 21, 21, 230, 1285, 26,
+ 21, 1286, 231, 1286, 232, 1057, 1282, 233,
+ 21, 21, 230, 1282, 1287, 1282, 1084, 1085,
+ 1084, 1084, 1288, 1289, 1086, 233, 1288, 1289,
+ 1084, 21, 21, 1084, 1084, 1084, 1084, 1084,
+ 230, 1290, 26, 21, 1291, 1089, 1291, 1084,
+ 1085, 1084, 1084, 1288, 1289, 1086, 233, 1288,
+ 1289, 1084, 21, 21, 1084, 1084, 1084, 1084,
+ 1084, 230, 1095, 1096, 1095, 1084, 232, 1084,
+ 1084, 1077, 1292, 233, 1292, 1084, 21, 21,
+ 1084, 1084, 1084, 1084, 230, 1095, 1096, 1095,
+ 1084, 232, 1084, 1084, 1077, 1293, 233, 1293,
+ 1084, 21, 21, 1084, 1084, 1084, 1084, 230,
+ 1095, 1096, 1095, 1084, 232, 1084, 1084, 1077,
+ 1294, 233, 1294, 1084, 21, 21, 1084, 1084,
+ 1084, 1084, 230, 1095, 1096, 1095, 1084, 232,
+ 1084, 1084, 1077, 1295, 233, 1295, 1084, 21,
+ 21, 1084, 1084, 1084, 1084, 230, 1296, 1297,
+ 1296, 232, 1298, 233, 21, 21, 230, 1095,
+ 1096, 1095, 1084, 232, 1084, 1084, 1077, 1299,
+ 233, 1299, 1084, 21, 21, 1084, 1084, 1084,
+ 1084, 230, 1095, 1096, 1095, 1084, 232, 1084,
+ 1084, 1077, 1294, 233, 1294, 1084, 21, 21,
+ 1084, 1084, 1084, 1084, 230, 1300, 26, 21,
+ 1301, 204, 202, 200, 900, 901, 900, 902,
+ 202, 902, 902, 903, 904, 1302, 1302, 902,
+ 902, 902, 902, 902, 200, 900, 901, 900,
+ 902, 202, 902, 902, 903, 904, 1303, 1303,
+ 902, 902, 902, 902, 902, 200, 900, 901,
+ 900, 902, 202, 902, 902, 903, 904, 1304,
+ 1304, 902, 902, 902, 902, 902, 200, 900,
+ 901, 900, 902, 202, 902, 902, 903, 904,
+ 1305, 1305, 902, 902, 902, 902, 902, 200,
+ 1306, 1307, 1306, 902, 202, 902, 902, 903,
+ 1308, 902, 902, 902, 902, 902, 200, 1309,
+ 1310, 1309, 202, 907, 1308, 200, 1311, 204,
+ 202, 200, 1312, 204, 1312, 202, 907, 1308,
+ 200, 1308, 1313, 1308, 925, 265, 925, 925,
+ 1314, 1315, 926, 1314, 1315, 925, 925, 925,
+ 925, 925, 925, 200, 1316, 204, 202, 200,
+ 1317, 929, 1317, 925, 265, 925, 925, 1314,
+ 1315, 926, 1314, 1315, 925, 925, 925, 925,
+ 925, 925, 200, 932, 933, 932, 925, 202,
+ 925, 925, 903, 1318, 1318, 925, 925, 925,
+ 925, 925, 200, 932, 933, 932, 925, 202,
+ 925, 925, 903, 1319, 1319, 925, 925, 925,
+ 925, 925, 200, 932, 933, 932, 925, 202,
+ 925, 925, 903, 1320, 1320, 925, 925, 925,
+ 925, 925, 200, 932, 933, 932, 925, 202,
+ 925, 925, 903, 1321, 1321, 925, 925, 925,
+ 925, 925, 200, 1322, 1323, 1322, 202, 1324,
+ 200, 932, 933, 932, 925, 202, 925, 925,
+ 903, 1325, 1325, 925, 925, 925, 925, 925,
+ 200, 932, 933, 932, 925, 202, 925, 925,
+ 903, 1320, 1320, 925, 925, 925, 925, 925,
+ 200, 1326, 204, 202, 200, 900, 901, 900,
+ 902, 202, 902, 902, 903, 904, 1327, 1327,
+ 902, 902, 902, 902, 902, 200, 900, 901,
+ 900, 902, 202, 902, 902, 903, 904, 1328,
+ 1328, 902, 902, 902, 902, 902, 200, 900,
+ 901, 900, 902, 202, 902, 902, 903, 904,
+ 1329, 1329, 902, 902, 902, 902, 902, 200,
+ 900, 901, 900, 902, 202, 902, 902, 903,
+ 904, 1330, 1330, 902, 902, 902, 902, 902,
+ 200, 1331, 1332, 1331, 902, 202, 902, 902,
+ 903, 1333, 902, 902, 902, 902, 902, 200,
+ 1334, 1335, 1334, 202, 907, 1333, 200, 1336,
+ 204, 202, 200, 1337, 204, 1337, 202, 907,
+ 1333, 200, 1333, 1338, 1333, 925, 1339, 925,
+ 925, 926, 925, 925, 925, 925, 925, 925,
+ 200, 1340, 204, 202, 200, 1341, 1342, 1341,
+ 925, 1339, 925, 925, 926, 925, 925, 925,
+ 925, 925, 925, 200, 1343, 204, 202, 200,
+ 1344, 204, 1344, 1339, 200, 1345, 1346, 1345,
+ 390, 1347, 392, 387, 387, 386, 1348, 1349,
+ 1348, 396, 404, 397, 394, 394, 393, 1350,
+ 398, 396, 394, 1351, 1352, 1351, 396, 404,
+ 397, 394, 394, 393, 438, 439, 438, 440,
+ 396, 440, 440, 441, 442, 1353, 1353, 440,
+ 440, 440, 440, 440, 394, 438, 439, 438,
+ 440, 396, 440, 440, 441, 442, 1354, 1354,
+ 440, 440, 440, 440, 440, 394, 438, 439,
+ 438, 440, 396, 440, 440, 441, 442, 1355,
+ 1355, 440, 440, 440, 440, 440, 394, 438,
+ 439, 438, 440, 396, 440, 440, 441, 442,
+ 1356, 1356, 440, 440, 440, 440, 440, 394,
+ 438, 439, 438, 440, 396, 440, 440, 441,
+ 442, 1357, 1357, 440, 440, 440, 440, 440,
+ 394, 1358, 1359, 1358, 440, 396, 440, 440,
+ 441, 1360, 440, 440, 440, 440, 440, 394,
+ 1361, 1362, 1361, 396, 445, 1360, 394, 1363,
+ 398, 396, 394, 1364, 398, 1364, 396, 445,
+ 1360, 394, 1365, 1366, 1365, 463, 1367, 463,
+ 463, 464, 463, 463, 463, 463, 463, 463,
+ 394, 1368, 398, 396, 394, 1369, 1370, 1369,
+ 463, 1367, 463, 463, 464, 463, 463, 463,
+ 463, 463, 463, 394, 1371, 398, 396, 394,
+ 1372, 398, 1372, 1373, 394, 398, 396, 1375,
+ 1374, 1374, 1374, 394, 398, 396, 1377, 1378,
+ 1376, 1376, 1376, 394, 398, 396, 1377, 1378,
+ 1379, 1379, 1379, 394, 398, 396, 1377, 1378,
+ 1380, 1380, 1380, 394, 398, 396, 1377, 1378,
+ 394, 398, 396, 1382, 1381, 1374, 1374, 394,
+ 398, 396, 1383, 1377, 1378, 1384, 1376, 1376,
+ 394, 398, 396, 1385, 394, 398, 396, 1386,
+ 1387, 394, 398, 396, 1388, 394, 398, 396,
+ 1389, 1390, 394, 398, 396, 1391, 394, 398,
+ 396, 1378, 1392, 394, 398, 396, 1378, 1393,
+ 394, 398, 396, 1378, 394, 470, 471, 470,
+ 396, 441, 394, 398, 396, 1389, 1394, 394,
+ 398, 396, 1389, 394, 398, 396, 1386, 1395,
+ 394, 398, 396, 1386, 394, 398, 396, 1383,
+ 1377, 1378, 1396, 1379, 1379, 394, 398, 396,
+ 1383, 1377, 1378, 1380, 1380, 1380, 394, 398,
+ 396, 1398, 1378, 1397, 1397, 1397, 394, 398,
+ 396, 1400, 1378, 1399, 1399, 1399, 394, 398,
+ 396, 1400, 1378, 1401, 1401, 1401, 394, 398,
+ 396, 1400, 1378, 1402, 1402, 1402, 394, 398,
+ 396, 1400, 1378, 394, 398, 396, 1403, 1397,
+ 1397, 394, 398, 396, 1383, 1400, 1378, 1404,
+ 1399, 1399, 394, 398, 396, 1383, 1400, 1378,
+ 1405, 1401, 1401, 394, 398, 396, 1383, 1400,
+ 1378, 1402, 1402, 1402, 394, 398, 396, 1406,
+ 394, 398, 396, 1383, 1407, 394, 398, 396,
+ 1383, 1408, 394, 398, 396, 1383, 394, 398,
+ 396, 1382, 394, 1409, 398, 396, 394, 438,
+ 439, 438, 440, 396, 440, 440, 441, 442,
+ 1410, 1410, 440, 440, 440, 440, 440, 394,
+ 438, 439, 438, 440, 396, 440, 440, 441,
+ 442, 1411, 1411, 440, 440, 440, 440, 440,
+ 394, 1412, 1413, 1412, 440, 396, 440, 440,
+ 441, 1414, 440, 440, 440, 440, 440, 394,
+ 1415, 1416, 1415, 396, 445, 1414, 394, 1417,
+ 398, 396, 394, 1418, 398, 1418, 396, 445,
+ 1414, 394, 1414, 1419, 1414, 463, 1420, 463,
+ 463, 464, 463, 463, 463, 463, 463, 463,
+ 394, 1421, 398, 396, 394, 1422, 1423, 1422,
+ 463, 1420, 463, 463, 464, 463, 463, 463,
+ 463, 463, 463, 394, 1424, 398, 396, 394,
+ 1425, 398, 1425, 1420, 394, 1426, 1427, 1426,
+ 197, 1428, 198, 195, 195, 194, 1429, 1430,
+ 1429, 202, 866, 203, 200, 200, 199, 1431,
+ 204, 202, 200, 1432, 1433, 1432, 202, 866,
+ 203, 200, 200, 199, 1434, 398, 396, 394,
+ 438, 439, 438, 440, 396, 440, 440, 441,
+ 442, 1435, 1435, 440, 440, 440, 440, 440,
+ 394, 438, 439, 438, 440, 396, 440, 440,
+ 441, 442, 1436, 1436, 440, 440, 440, 440,
+ 440, 394, 438, 439, 438, 440, 396, 440,
+ 440, 441, 442, 1437, 1437, 440, 440, 440,
+ 440, 440, 394, 438, 439, 438, 440, 396,
+ 440, 440, 441, 442, 1438, 1438, 440, 440,
+ 440, 440, 440, 394, 1439, 1440, 1439, 440,
+ 396, 440, 440, 441, 1441, 440, 440, 440,
+ 440, 440, 394, 1442, 1443, 1442, 396, 445,
+ 1441, 394, 1444, 398, 396, 394, 1445, 398,
+ 1445, 396, 445, 1441, 394, 1446, 1447, 1446,
+ 463, 1448, 463, 463, 464, 463, 463, 463,
+ 463, 463, 463, 394, 1449, 398, 396, 394,
+ 1450, 1451, 1450, 463, 1448, 463, 463, 464,
+ 463, 463, 463, 463, 463, 463, 394, 1452,
+ 398, 396, 394, 1453, 398, 1453, 1454, 394,
+ 1455, 398, 396, 394, 438, 439, 438, 440,
+ 396, 440, 440, 441, 442, 1456, 1456, 440,
+ 440, 440, 440, 440, 394, 438, 439, 438,
+ 440, 396, 440, 440, 441, 442, 1457, 1457,
+ 440, 440, 440, 440, 440, 394, 438, 439,
+ 438, 440, 396, 440, 440, 441, 442, 1458,
+ 1458, 440, 440, 440, 440, 440, 394, 438,
+ 439, 438, 440, 396, 440, 440, 441, 442,
+ 1459, 1459, 440, 440, 440, 440, 440, 394,
+ 1460, 1461, 1460, 440, 396, 440, 440, 441,
+ 1462, 440, 440, 440, 440, 440, 394, 1463,
+ 1464, 1463, 396, 445, 1462, 394, 1465, 398,
+ 396, 394, 1466, 398, 1466, 396, 445, 1462,
+ 394, 1462, 1467, 1462, 463, 401, 463, 463,
+ 1468, 1469, 464, 1468, 1469, 463, 463, 463,
+ 463, 463, 463, 394, 1470, 398, 396, 394,
+ 1471, 467, 1471, 463, 401, 463, 463, 1468,
+ 1469, 464, 1468, 1469, 463, 463, 463, 463,
+ 463, 463, 394, 470, 471, 470, 463, 396,
+ 463, 463, 441, 1472, 1472, 463, 463, 463,
+ 463, 463, 394, 470, 471, 470, 463, 396,
+ 463, 463, 441, 1473, 1473, 463, 463, 463,
+ 463, 463, 394, 470, 471, 470, 463, 396,
+ 463, 463, 441, 1474, 1474, 463, 463, 463,
+ 463, 463, 394, 470, 471, 470, 463, 396,
+ 463, 463, 441, 1475, 1475, 463, 463, 463,
+ 463, 463, 394, 1476, 1477, 1476, 396, 1478,
+ 394, 470, 471, 470, 463, 396, 463, 463,
+ 441, 1479, 1479, 463, 463, 463, 463, 463,
+ 394, 470, 471, 470, 463, 396, 463, 463,
+ 441, 1474, 1474, 463, 463, 463, 463, 463,
+ 394, 1480, 398, 396, 394, 1481, 204, 202,
+ 200, 900, 901, 900, 902, 202, 902, 902,
+ 903, 904, 1482, 1482, 902, 902, 902, 902,
+ 902, 200, 900, 901, 900, 902, 202, 902,
+ 902, 903, 904, 1483, 1483, 902, 902, 902,
+ 902, 902, 200, 900, 901, 900, 902, 202,
+ 902, 902, 903, 904, 1484, 1484, 902, 902,
+ 902, 902, 902, 200, 900, 901, 900, 902,
+ 202, 902, 902, 903, 904, 1485, 1485, 902,
+ 902, 902, 902, 902, 200, 900, 901, 900,
+ 902, 202, 902, 902, 903, 904, 1486, 1486,
+ 902, 902, 902, 902, 902, 200, 900, 901,
+ 900, 902, 202, 902, 902, 903, 904, 1487,
+ 1487, 902, 902, 902, 902, 902, 200, 900,
+ 901, 900, 902, 202, 902, 902, 903, 904,
+ 1488, 1488, 902, 902, 902, 902, 902, 200,
+ 1489, 1490, 1489, 902, 202, 902, 902, 903,
+ 1491, 902, 902, 902, 902, 902, 200, 1492,
+ 1493, 1492, 202, 907, 1491, 200, 1494, 204,
+ 202, 200, 1495, 204, 1495, 202, 907, 1491,
+ 200, 1491, 1496, 1491, 1497, 265, 1497, 1497,
+ 926, 1497, 1497, 1497, 1497, 1497, 1497, 200,
+ 1498, 204, 202, 200, 1499, 929, 1499, 1497,
+ 265, 1497, 1497, 926, 1497, 1497, 1497, 1497,
+ 1497, 1497, 200, 1500, 1501, 1500, 1502, 202,
+ 1502, 1502, 1503, 1502, 1502, 1502, 1502, 1502,
+ 200, 1504, 204, 202, 200, 201, 202, 1506,
+ 203, 200, 200, 200, 1505, 1505, 1505, 199,
+ 201, 202, 1508, 203, 1509, 200, 200, 200,
+ 1507, 1507, 1507, 199, 201, 202, 1508, 203,
+ 1509, 200, 200, 200, 1510, 1510, 1510, 199,
+ 201, 202, 1508, 203, 1509, 200, 200, 200,
+ 1511, 1511, 1511, 199, 201, 202, 1508, 203,
+ 1509, 200, 200, 200, 199, 201, 202, 1513,
+ 203, 200, 200, 200, 1512, 1505, 1505, 199,
+ 201, 202, 1514, 1508, 203, 1509, 200, 200,
+ 200, 1515, 1507, 1507, 199, 201, 202, 203,
+ 200, 200, 200, 1516, 199, 201, 202, 1517,
+ 203, 200, 200, 200, 1518, 199, 201, 202,
+ 203, 200, 200, 200, 1519, 199, 201, 202,
+ 1520, 203, 200, 200, 200, 1521, 199, 201,
+ 202, 203, 200, 200, 200, 1522, 199, 201,
+ 202, 203, 1509, 200, 200, 200, 1523, 199,
+ 201, 202, 203, 1509, 200, 200, 200, 1524,
+ 199, 201, 202, 203, 1509, 200, 200, 200,
+ 199, 897, 898, 897, 202, 883, 203, 200,
+ 200, 199, 201, 202, 1520, 203, 200, 200,
+ 200, 1525, 199, 201, 202, 1520, 203, 200,
+ 200, 200, 199, 201, 202, 1517, 203, 200,
+ 200, 200, 1526, 199, 201, 202, 1517, 203,
+ 200, 200, 200, 199, 201, 202, 1514, 1508,
+ 203, 1509, 200, 200, 200, 1527, 1510, 1510,
+ 199, 201, 202, 1514, 1508, 203, 1509, 200,
+ 200, 200, 1511, 1511, 1511, 199, 201, 202,
+ 1529, 203, 1509, 200, 200, 200, 1528, 1528,
+ 1528, 199, 201, 202, 1531, 203, 1509, 200,
+ 200, 200, 1530, 1530, 1530, 199, 201, 202,
+ 1531, 203, 1509, 200, 200, 200, 1532, 1532,
+ 1532, 199, 201, 202, 1531, 203, 1509, 200,
+ 200, 200, 1533, 1533, 1533, 199, 201, 202,
+ 1531, 203, 1509, 200, 200, 200, 199, 201,
+ 202, 203, 200, 200, 200, 1534, 1528, 1528,
+ 199, 201, 202, 1514, 1531, 203, 1509, 200,
+ 200, 200, 1535, 1530, 1530, 199, 201, 202,
+ 1514, 1531, 203, 1509, 200, 200, 200, 1536,
+ 1532, 1532, 199, 201, 202, 1514, 1531, 203,
+ 1509, 200, 200, 200, 1533, 1533, 1533, 199,
+ 201, 202, 203, 200, 200, 200, 1537, 199,
+ 201, 202, 1514, 203, 200, 200, 200, 1538,
+ 199, 201, 202, 1514, 203, 200, 200, 200,
+ 1539, 199, 201, 202, 1514, 203, 200, 200,
+ 200, 199, 201, 202, 1513, 203, 200, 200,
+ 200, 199, 1540, 204, 202, 200, 880, 881,
+ 880, 882, 202, 882, 882, 883, 884, 1541,
+ 203, 1541, 882, 200, 200, 882, 882, 882,
+ 882, 199, 880, 881, 880, 882, 202, 882,
+ 882, 883, 884, 1542, 203, 1542, 882, 200,
+ 200, 882, 882, 882, 882, 199, 880, 881,
+ 880, 882, 202, 882, 882, 883, 884, 1543,
+ 203, 1543, 882, 200, 200, 882, 882, 882,
+ 882, 199, 880, 881, 880, 882, 202, 882,
+ 882, 883, 884, 1544, 203, 1544, 882, 200,
+ 200, 882, 882, 882, 882, 199, 880, 881,
+ 880, 882, 202, 882, 882, 883, 884, 1545,
+ 203, 1545, 882, 200, 200, 882, 882, 882,
+ 882, 199, 880, 881, 880, 882, 202, 882,
+ 882, 883, 884, 1546, 203, 1546, 882, 200,
+ 200, 882, 882, 882, 882, 199, 880, 881,
+ 880, 882, 202, 882, 882, 883, 884, 1547,
+ 203, 1547, 882, 200, 200, 882, 882, 882,
+ 882, 199, 880, 881, 880, 882, 202, 882,
+ 882, 883, 884, 1548, 203, 1548, 882, 200,
+ 200, 882, 882, 882, 882, 199, 1549, 1550,
+ 1549, 882, 202, 882, 882, 883, 1551, 203,
+ 882, 200, 200, 882, 882, 882, 882, 199,
+ 1552, 1553, 1552, 202, 866, 1551, 203, 200,
+ 200, 199, 1554, 204, 202, 200, 1555, 201,
+ 1555, 202, 866, 1551, 203, 200, 200, 199,
+ 1551, 1556, 1551, 1557, 265, 1557, 1557, 891,
+ 203, 1557, 200, 200, 1557, 1557, 1557, 1557,
+ 1557, 199, 1558, 204, 202, 200, 1559, 894,
+ 1559, 1557, 265, 1557, 1557, 891, 203, 1557,
+ 200, 200, 1557, 1557, 1557, 1557, 1557, 199,
+ 1560, 1561, 1560, 1562, 202, 1562, 1562, 1563,
+ 203, 1562, 200, 200, 1562, 1562, 1562, 1562,
+ 199, 1564, 204, 202, 200, 880, 881, 880,
+ 882, 202, 882, 882, 883, 884, 1565, 203,
+ 1565, 882, 200, 200, 882, 882, 882, 882,
+ 199, 880, 881, 880, 882, 202, 882, 882,
+ 883, 884, 1566, 203, 1566, 882, 200, 200,
+ 882, 882, 882, 882, 199, 880, 881, 880,
+ 882, 202, 882, 882, 883, 884, 1567, 203,
+ 1567, 882, 200, 200, 882, 882, 882, 882,
+ 199, 880, 881, 880, 882, 202, 882, 882,
+ 883, 884, 1568, 203, 1568, 882, 200, 200,
+ 882, 882, 882, 882, 199, 880, 881, 880,
+ 882, 202, 882, 882, 883, 884, 1569, 203,
+ 1569, 882, 200, 200, 882, 882, 882, 882,
+ 199, 1570, 1571, 1570, 882, 202, 882, 882,
+ 883, 1572, 203, 882, 200, 200, 882, 882,
+ 882, 882, 199, 1573, 1574, 1573, 202, 866,
+ 1572, 203, 200, 200, 199, 1575, 204, 202,
+ 200, 1576, 201, 1576, 202, 866, 1572, 203,
+ 200, 200, 199, 1572, 1577, 1572, 890, 1339,
+ 890, 890, 891, 203, 890, 200, 200, 890,
+ 890, 890, 890, 890, 199, 1578, 204, 202,
+ 200, 1579, 1580, 1579, 890, 1339, 890, 890,
+ 891, 203, 890, 200, 200, 890, 890, 890,
+ 890, 890, 199, 1581, 204, 202, 200, 1582,
+ 201, 1582, 1339, 203, 200, 200, 199, 1583,
+ 204, 202, 200, 880, 881, 880, 882, 202,
+ 882, 882, 883, 884, 1584, 203, 1584, 882,
+ 200, 200, 882, 882, 882, 882, 199, 880,
+ 881, 880, 882, 202, 882, 882, 883, 884,
+ 1585, 203, 1585, 882, 200, 200, 882, 882,
+ 882, 882, 199, 880, 881, 880, 882, 202,
+ 882, 882, 883, 884, 1586, 203, 1586, 882,
+ 200, 200, 882, 882, 882, 882, 199, 880,
+ 881, 880, 882, 202, 882, 882, 883, 884,
+ 1587, 203, 1587, 882, 200, 200, 882, 882,
+ 882, 882, 199, 1588, 1589, 1588, 882, 202,
+ 882, 882, 883, 1590, 203, 882, 200, 200,
+ 882, 882, 882, 882, 199, 1591, 1592, 1591,
+ 202, 866, 1590, 203, 200, 200, 199, 1593,
+ 204, 202, 200, 1594, 201, 1594, 202, 866,
+ 1590, 203, 200, 200, 199, 1595, 1596, 1595,
+ 890, 952, 890, 890, 891, 203, 890, 200,
+ 200, 890, 890, 890, 890, 890, 199, 1597,
+ 204, 202, 200, 1598, 1599, 1598, 890, 952,
+ 890, 890, 891, 203, 890, 200, 200, 890,
+ 890, 890, 890, 890, 199, 1600, 204, 202,
+ 200, 1601, 201, 1601, 958, 203, 200, 200,
+ 199, 1602, 204, 202, 200, 880, 881, 880,
+ 882, 202, 882, 882, 883, 884, 1603, 203,
+ 1603, 882, 200, 200, 882, 882, 882, 882,
+ 199, 880, 881, 880, 882, 202, 882, 882,
+ 883, 884, 1604, 203, 1604, 882, 200, 200,
+ 882, 882, 882, 882, 199, 880, 881, 880,
+ 882, 202, 882, 882, 883, 884, 1605, 203,
+ 1605, 882, 200, 200, 882, 882, 882, 882,
+ 199, 880, 881, 880, 882, 202, 882, 882,
+ 883, 884, 1606, 203, 1606, 882, 200, 200,
+ 882, 882, 882, 882, 199, 880, 881, 880,
+ 882, 202, 882, 882, 883, 884, 1607, 203,
+ 1607, 882, 200, 200, 882, 882, 882, 882,
+ 199, 1608, 1609, 1608, 882, 202, 882, 882,
+ 883, 1610, 203, 882, 200, 200, 882, 882,
+ 882, 882, 199, 1611, 1612, 1611, 202, 866,
+ 1610, 203, 200, 200, 199, 1613, 204, 202,
+ 200, 1614, 201, 1614, 202, 866, 1610, 203,
+ 200, 200, 199, 1615, 1616, 1615, 890, 1009,
+ 890, 890, 891, 203, 890, 200, 200, 890,
+ 890, 890, 890, 890, 199, 1617, 204, 202,
+ 200, 1618, 1619, 1618, 890, 1009, 890, 890,
+ 891, 203, 890, 200, 200, 890, 890, 890,
+ 890, 890, 199, 1620, 204, 202, 200, 1621,
+ 201, 1621, 1015, 203, 200, 200, 199, 1622,
+ 204, 202, 200, 880, 881, 880, 882, 202,
+ 882, 882, 883, 884, 1623, 203, 1623, 882,
+ 200, 200, 882, 882, 882, 882, 199, 880,
+ 881, 880, 882, 202, 882, 882, 883, 884,
+ 1624, 203, 1624, 882, 200, 200, 882, 882,
+ 882, 882, 199, 1625, 1626, 1625, 882, 202,
+ 882, 882, 883, 1627, 203, 882, 200, 200,
+ 882, 882, 882, 882, 199, 1628, 1629, 1628,
+ 202, 866, 1627, 203, 200, 200, 199, 1630,
+ 204, 202, 200, 1631, 201, 1631, 202, 866,
+ 1627, 203, 200, 200, 199, 1627, 1632, 1627,
+ 890, 202, 890, 890, 891, 203, 890, 200,
+ 200, 890, 890, 890, 890, 890, 199, 1633,
+ 204, 202, 200, 1634, 201, 1634, 890, 202,
+ 890, 890, 891, 203, 890, 200, 200, 890,
+ 890, 890, 890, 890, 199, 1635, 204, 202,
+ 200, 880, 881, 880, 882, 202, 882, 882,
+ 883, 884, 1636, 203, 1636, 882, 200, 200,
+ 882, 882, 882, 882, 199, 880, 881, 880,
+ 882, 202, 882, 882, 883, 884, 1637, 203,
+ 1637, 882, 200, 200, 882, 882, 882, 882,
+ 199, 880, 881, 880, 882, 202, 882, 882,
+ 883, 884, 1638, 203, 1638, 882, 200, 200,
+ 882, 882, 882, 882, 199, 880, 881, 880,
+ 882, 202, 882, 882, 883, 884, 1639, 203,
+ 1639, 882, 200, 200, 882, 882, 882, 882,
+ 199, 1640, 1641, 1640, 882, 202, 882, 882,
+ 883, 1642, 203, 882, 200, 200, 882, 882,
+ 882, 882, 199, 1643, 1644, 1643, 202, 866,
+ 1642, 203, 200, 200, 199, 1645, 204, 202,
+ 200, 1646, 201, 1646, 202, 866, 1642, 203,
+ 200, 200, 199, 1647, 1648, 1647, 890, 1048,
+ 890, 890, 891, 203, 890, 200, 200, 890,
+ 890, 890, 890, 890, 199, 1649, 204, 202,
+ 200, 1650, 1651, 1650, 890, 1048, 890, 890,
+ 891, 203, 890, 200, 200, 890, 890, 890,
+ 890, 890, 199, 1652, 204, 202, 200, 1653,
+ 201, 1653, 1054, 203, 200, 200, 199, 1654,
+ 204, 202, 200, 880, 881, 880, 882, 202,
+ 882, 882, 883, 884, 1655, 203, 1655, 882,
+ 200, 200, 882, 882, 882, 882, 199, 880,
+ 881, 880, 882, 202, 882, 882, 883, 884,
+ 1656, 203, 1656, 882, 200, 200, 882, 882,
+ 882, 882, 199, 880, 881, 880, 882, 202,
+ 882, 882, 883, 884, 1657, 203, 1657, 882,
+ 200, 200, 882, 882, 882, 882, 199, 880,
+ 881, 880, 882, 202, 882, 882, 883, 884,
+ 1658, 203, 1658, 882, 200, 200, 882, 882,
+ 882, 882, 199, 1659, 1660, 1659, 882, 202,
+ 882, 882, 883, 1661, 203, 882, 200, 200,
+ 882, 882, 882, 882, 199, 1662, 1663, 1662,
+ 202, 866, 1661, 203, 200, 200, 199, 1664,
+ 204, 202, 200, 1665, 201, 1665, 202, 866,
+ 1661, 203, 200, 200, 199, 1661, 1666, 1661,
+ 890, 265, 890, 890, 1667, 1668, 891, 203,
+ 1667, 1668, 890, 200, 200, 890, 890, 890,
+ 890, 890, 199, 1669, 204, 202, 200, 1670,
+ 894, 1670, 890, 265, 890, 890, 1667, 1668,
+ 891, 203, 1667, 1668, 890, 200, 200, 890,
+ 890, 890, 890, 890, 199, 897, 898, 897,
+ 890, 202, 890, 890, 883, 1671, 203, 1671,
+ 890, 200, 200, 890, 890, 890, 890, 199,
+ 897, 898, 897, 890, 202, 890, 890, 883,
+ 1672, 203, 1672, 890, 200, 200, 890, 890,
+ 890, 890, 199, 897, 898, 897, 890, 202,
+ 890, 890, 883, 1673, 203, 1673, 890, 200,
+ 200, 890, 890, 890, 890, 199, 897, 898,
+ 897, 890, 202, 890, 890, 883, 1674, 203,
+ 1674, 890, 200, 200, 890, 890, 890, 890,
+ 199, 1675, 1676, 1675, 202, 1677, 203, 200,
+ 200, 199, 897, 898, 897, 890, 202, 890,
+ 890, 883, 1678, 203, 1678, 890, 200, 200,
+ 890, 890, 890, 890, 199, 897, 898, 897,
+ 890, 202, 890, 890, 883, 1673, 203, 1673,
+ 890, 200, 200, 890, 890, 890, 890, 199,
+ 1679, 204, 202, 200, 1680, 26, 21, 689,
+ 690, 689, 691, 171, 691, 691, 692, 693,
+ 1681, 172, 1681, 691, 21, 21, 691, 691,
+ 691, 691, 169, 689, 690, 689, 691, 171,
+ 691, 691, 692, 693, 1682, 172, 1682, 691,
+ 21, 21, 691, 691, 691, 691, 169, 689,
+ 690, 689, 691, 171, 691, 691, 692, 693,
+ 1683, 172, 1683, 691, 21, 21, 691, 691,
+ 691, 691, 169, 689, 690, 689, 691, 171,
+ 691, 691, 692, 693, 1684, 172, 1684, 691,
+ 21, 21, 691, 691, 691, 691, 169, 1685,
+ 1686, 1685, 691, 171, 691, 691, 692, 1687,
+ 172, 691, 21, 21, 691, 691, 691, 691,
+ 169, 1688, 1689, 1688, 171, 675, 1687, 172,
+ 21, 21, 169, 1690, 26, 21, 1691, 170,
+ 1691, 171, 675, 1687, 172, 21, 21, 169,
+ 1692, 1693, 1692, 699, 1694, 699, 699, 701,
+ 172, 699, 21, 21, 699, 699, 699, 699,
+ 699, 169, 1695, 26, 21, 1696, 1697, 1696,
+ 699, 1694, 699, 699, 701, 172, 699, 21,
+ 21, 699, 699, 699, 699, 699, 169, 1698,
+ 26, 21, 1699, 170, 1699, 1700, 172, 21,
+ 21, 169, 1701, 1702, 1701, 232, 1703, 233,
+ 21, 21, 230, 1704, 26, 21, 689, 690,
+ 689, 691, 171, 691, 691, 692, 693, 1705,
+ 172, 1705, 691, 21, 21, 691, 691, 691,
+ 691, 169, 689, 690, 689, 691, 171, 691,
+ 691, 692, 693, 1706, 172, 1706, 691, 21,
+ 21, 691, 691, 691, 691, 169, 689, 690,
+ 689, 691, 171, 691, 691, 692, 693, 1707,
+ 172, 1707, 691, 21, 21, 691, 691, 691,
+ 691, 169, 689, 690, 689, 691, 171, 691,
+ 691, 692, 693, 1708, 172, 1708, 691, 21,
+ 21, 691, 691, 691, 691, 169, 1709, 1710,
+ 1709, 691, 171, 691, 691, 692, 1711, 172,
+ 691, 21, 21, 691, 691, 691, 691, 169,
+ 1712, 1713, 1712, 171, 675, 1711, 172, 21,
+ 21, 169, 1714, 26, 21, 1715, 170, 1715,
+ 171, 675, 1711, 172, 21, 21, 169, 1711,
+ 1716, 1711, 699, 700, 699, 699, 1717, 1718,
+ 701, 172, 1717, 1718, 699, 21, 21, 699,
+ 699, 699, 699, 699, 169, 1719, 26, 21,
+ 1720, 704, 1720, 699, 700, 699, 699, 1717,
+ 1718, 701, 172, 1717, 1718, 699, 21, 21,
+ 699, 699, 699, 699, 699, 169, 710, 711,
+ 710, 699, 171, 699, 699, 692, 1721, 172,
+ 1721, 699, 21, 21, 699, 699, 699, 699,
+ 169, 710, 711, 710, 699, 171, 699, 699,
+ 692, 1722, 172, 1722, 699, 21, 21, 699,
+ 699, 699, 699, 169, 710, 711, 710, 699,
+ 171, 699, 699, 692, 1723, 172, 1723, 699,
+ 21, 21, 699, 699, 699, 699, 169, 710,
+ 711, 710, 699, 171, 699, 699, 692, 1724,
+ 172, 1724, 699, 21, 21, 699, 699, 699,
+ 699, 169, 1725, 1726, 1725, 171, 1727, 172,
+ 21, 21, 169, 710, 711, 710, 699, 171,
+ 699, 699, 692, 1728, 172, 1728, 699, 21,
+ 21, 699, 699, 699, 699, 169, 710, 711,
+ 710, 699, 171, 699, 699, 692, 1723, 172,
+ 1723, 699, 21, 21, 699, 699, 699, 699,
+ 169, 1729, 26, 21, 1730, 26, 21, 516,
+ 517, 516, 518, 108, 518, 518, 519, 520,
+ 1731, 109, 1731, 518, 21, 21, 518, 518,
+ 518, 518, 106, 516, 517, 516, 518, 108,
+ 518, 518, 519, 520, 1732, 109, 1732, 518,
+ 21, 21, 518, 518, 518, 518, 106, 1733,
+ 1734, 1733, 518, 108, 518, 518, 519, 1735,
+ 109, 518, 21, 21, 518, 518, 518, 518,
+ 106, 1736, 1737, 1736, 108, 499, 1735, 109,
+ 21, 21, 106, 1738, 26, 21, 1739, 107,
+ 1739, 108, 499, 1735, 109, 21, 21, 106,
+ 1735, 1740, 1735, 526, 1741, 526, 526, 528,
+ 109, 526, 21, 21, 526, 526, 526, 526,
+ 526, 106, 1742, 26, 21, 1743, 1744, 1743,
+ 526, 1741, 526, 526, 528, 109, 526, 21,
+ 21, 526, 526, 526, 526, 526, 106, 1745,
+ 26, 21, 1746, 107, 1746, 1741, 109, 21,
+ 21, 106, 1747, 1748, 1747, 197, 1749, 198,
+ 195, 195, 194, 1750, 26, 21, 516, 517,
+ 516, 518, 108, 518, 518, 519, 520, 1751,
+ 109, 1751, 518, 21, 21, 518, 518, 518,
+ 518, 106, 516, 517, 516, 518, 108, 518,
+ 518, 519, 520, 1752, 109, 1752, 518, 21,
+ 21, 518, 518, 518, 518, 106, 516, 517,
+ 516, 518, 108, 518, 518, 519, 520, 1753,
+ 109, 1753, 518, 21, 21, 518, 518, 518,
+ 518, 106, 516, 517, 516, 518, 108, 518,
+ 518, 519, 520, 1754, 109, 1754, 518, 21,
+ 21, 518, 518, 518, 518, 106, 1755, 1756,
+ 1755, 518, 108, 518, 518, 519, 1757, 109,
+ 518, 21, 21, 518, 518, 518, 518, 106,
+ 1758, 1759, 1758, 108, 499, 1757, 109, 21,
+ 21, 106, 1760, 26, 21, 1761, 107, 1761,
+ 108, 499, 1757, 109, 21, 21, 106, 1762,
+ 1763, 1762, 526, 1764, 526, 526, 528, 109,
+ 526, 21, 21, 526, 526, 526, 526, 526,
+ 106, 1765, 26, 21, 1766, 1767, 1766, 526,
+ 1764, 526, 526, 528, 109, 526, 21, 21,
+ 526, 526, 526, 526, 526, 106, 1768, 26,
+ 21, 1769, 107, 1769, 1770, 109, 21, 21,
+ 106, 1771, 1772, 1771, 232, 1773, 233, 21,
+ 21, 230, 1774, 26, 21, 516, 517, 516,
+ 518, 108, 518, 518, 519, 520, 1775, 109,
+ 1775, 518, 21, 21, 518, 518, 518, 518,
+ 106, 516, 517, 516, 518, 108, 518, 518,
+ 519, 520, 1776, 109, 1776, 518, 21, 21,
+ 518, 518, 518, 518, 106, 516, 517, 516,
+ 518, 108, 518, 518, 519, 520, 1777, 109,
+ 1777, 518, 21, 21, 518, 518, 518, 518,
+ 106, 516, 517, 516, 518, 108, 518, 518,
+ 519, 520, 1778, 109, 1778, 518, 21, 21,
+ 518, 518, 518, 518, 106, 1779, 1780, 1779,
+ 518, 108, 518, 518, 519, 1781, 109, 518,
+ 21, 21, 518, 518, 518, 518, 106, 1782,
+ 1783, 1782, 108, 499, 1781, 109, 21, 21,
+ 106, 1784, 26, 21, 1785, 107, 1785, 108,
+ 499, 1781, 109, 21, 21, 106, 1781, 1786,
+ 1781, 526, 527, 526, 526, 1787, 1788, 528,
+ 109, 1787, 1788, 526, 21, 21, 526, 526,
+ 526, 526, 526, 106, 1789, 26, 21, 1790,
+ 531, 1790, 526, 527, 526, 526, 1787, 1788,
+ 528, 109, 1787, 1788, 526, 21, 21, 526,
+ 526, 526, 526, 526, 106, 537, 538, 537,
+ 526, 108, 526, 526, 519, 1791, 109, 1791,
+ 526, 21, 21, 526, 526, 526, 526, 106,
+ 537, 538, 537, 526, 108, 526, 526, 519,
+ 1792, 109, 1792, 526, 21, 21, 526, 526,
+ 526, 526, 106, 537, 538, 537, 526, 108,
+ 526, 526, 519, 1793, 109, 1793, 526, 21,
+ 21, 526, 526, 526, 526, 106, 537, 538,
+ 537, 526, 108, 526, 526, 519, 1794, 109,
+ 1794, 526, 21, 21, 526, 526, 526, 526,
+ 106, 1795, 1796, 1795, 108, 1797, 109, 21,
+ 21, 106, 537, 538, 537, 526, 108, 526,
+ 526, 519, 1798, 109, 1798, 526, 21, 21,
+ 526, 526, 526, 526, 106, 537, 538, 537,
+ 526, 108, 526, 526, 519, 1793, 109, 1793,
+ 526, 21, 21, 526, 526, 526, 526, 106,
+ 1799, 26, 21, 1800, 398, 396, 394, 438,
+ 439, 438, 440, 396, 440, 440, 441, 442,
+ 1801, 1801, 440, 440, 440, 440, 440, 394,
+ 438, 439, 438, 440, 396, 440, 440, 441,
+ 442, 1802, 1802, 440, 440, 440, 440, 440,
+ 394, 438, 439, 438, 440, 396, 440, 440,
+ 441, 442, 1803, 1803, 440, 440, 440, 440,
+ 440, 394, 438, 439, 438, 440, 396, 440,
+ 440, 441, 442, 1804, 1804, 440, 440, 440,
+ 440, 440, 394, 1805, 1806, 1805, 440, 396,
+ 440, 440, 441, 1807, 440, 440, 440, 440,
+ 440, 394, 1808, 1809, 1808, 396, 445, 1807,
+ 394, 1810, 398, 396, 394, 1811, 398, 1811,
+ 396, 445, 1807, 394, 1807, 1812, 1807, 463,
+ 396, 463, 463, 464, 463, 463, 463, 463,
+ 463, 463, 394, 1813, 398, 396, 394, 1814,
+ 398, 1814, 463, 396, 463, 463, 464, 463,
+ 463, 463, 463, 463, 463, 394, 1815, 398,
+ 396, 394, 438, 439, 438, 440, 396, 440,
+ 440, 441, 442, 1816, 1816, 440, 440, 440,
+ 440, 440, 394, 438, 439, 438, 440, 396,
+ 440, 440, 441, 442, 1817, 1817, 440, 440,
+ 440, 440, 440, 394, 438, 439, 438, 440,
+ 396, 440, 440, 441, 442, 1818, 1818, 440,
+ 440, 440, 440, 440, 394, 438, 439, 438,
+ 440, 396, 440, 440, 441, 442, 1819, 1819,
+ 440, 440, 440, 440, 440, 394, 438, 439,
+ 438, 440, 396, 440, 440, 441, 442, 1820,
+ 1820, 440, 440, 440, 440, 440, 394, 438,
+ 439, 438, 440, 396, 440, 440, 441, 442,
+ 1821, 1821, 440, 440, 440, 440, 440, 394,
+ 438, 439, 438, 440, 396, 440, 440, 441,
+ 442, 1822, 1822, 440, 440, 440, 440, 440,
+ 394, 1823, 1824, 1823, 440, 396, 440, 440,
+ 441, 1825, 440, 440, 440, 440, 440, 394,
+ 1826, 1827, 1826, 396, 445, 1825, 394, 1828,
+ 398, 396, 394, 1829, 398, 1829, 396, 445,
+ 1825, 394, 1825, 1830, 1825, 1831, 401, 1831,
+ 1831, 464, 1831, 1831, 1831, 1831, 1831, 1831,
+ 394, 1832, 398, 396, 394, 1833, 467, 1833,
+ 1831, 401, 1831, 1831, 464, 1831, 1831, 1831,
+ 1831, 1831, 1831, 394, 1834, 1835, 1834, 1836,
+ 396, 1836, 1836, 1837, 1836, 1836, 1836, 1836,
+ 1836, 394, 1838, 398, 396, 394, 395, 396,
+ 1840, 397, 394, 394, 394, 1839, 1839, 1839,
+ 393, 395, 396, 1842, 397, 1843, 394, 394,
+ 394, 1841, 1841, 1841, 393, 395, 396, 1842,
+ 397, 1843, 394, 394, 394, 1844, 1844, 1844,
+ 393, 395, 396, 1842, 397, 1843, 394, 394,
+ 394, 1845, 1845, 1845, 393, 395, 396, 1842,
+ 397, 1843, 394, 394, 394, 393, 395, 396,
+ 1847, 397, 394, 394, 394, 1846, 1839, 1839,
+ 393, 395, 396, 1848, 1842, 397, 1843, 394,
+ 394, 394, 1849, 1841, 1841, 393, 395, 396,
+ 397, 394, 394, 394, 1850, 393, 395, 396,
+ 1851, 397, 394, 394, 394, 1852, 393, 395,
+ 396, 397, 394, 394, 394, 1853, 393, 395,
+ 396, 1854, 397, 394, 394, 394, 1855, 393,
+ 395, 396, 397, 394, 394, 394, 1856, 393,
+ 395, 396, 397, 1843, 394, 394, 394, 1857,
+ 393, 395, 396, 397, 1843, 394, 394, 394,
+ 1858, 393, 395, 396, 397, 1843, 394, 394,
+ 394, 393, 435, 436, 435, 396, 421, 397,
+ 394, 394, 393, 395, 396, 1854, 397, 394,
+ 394, 394, 1859, 393, 395, 396, 1854, 397,
+ 394, 394, 394, 393, 395, 396, 1851, 397,
+ 394, 394, 394, 1860, 393, 395, 396, 1851,
+ 397, 394, 394, 394, 393, 395, 396, 1848,
+ 1842, 397, 1843, 394, 394, 394, 1861, 1844,
+ 1844, 393, 395, 396, 1848, 1842, 397, 1843,
+ 394, 394, 394, 1845, 1845, 1845, 393, 395,
+ 396, 1863, 397, 1843, 394, 394, 394, 1862,
+ 1862, 1862, 393, 395, 396, 1865, 397, 1843,
+ 394, 394, 394, 1864, 1864, 1864, 393, 395,
+ 396, 1865, 397, 1843, 394, 394, 394, 1866,
+ 1866, 1866, 393, 395, 396, 1865, 397, 1843,
+ 394, 394, 394, 1867, 1867, 1867, 393, 395,
+ 396, 1865, 397, 1843, 394, 394, 394, 393,
+ 395, 396, 397, 394, 394, 394, 1868, 1862,
+ 1862, 393, 395, 396, 1848, 1865, 397, 1843,
+ 394, 394, 394, 1869, 1864, 1864, 393, 395,
+ 396, 1848, 1865, 397, 1843, 394, 394, 394,
+ 1870, 1866, 1866, 393, 395, 396, 1848, 1865,
+ 397, 1843, 394, 394, 394, 1867, 1867, 1867,
+ 393, 395, 396, 397, 394, 394, 394, 1871,
+ 393, 395, 396, 1848, 397, 394, 394, 394,
+ 1872, 393, 395, 396, 1848, 397, 394, 394,
+ 394, 1873, 393, 395, 396, 1848, 397, 394,
+ 394, 394, 393, 395, 396, 1847, 397, 394,
+ 394, 394, 393, 1874, 398, 396, 394, 418,
+ 419, 418, 420, 396, 420, 420, 421, 422,
+ 1875, 397, 1875, 420, 394, 394, 420, 420,
+ 420, 420, 393, 418, 419, 418, 420, 396,
+ 420, 420, 421, 422, 1876, 397, 1876, 420,
+ 394, 394, 420, 420, 420, 420, 393, 418,
+ 419, 418, 420, 396, 420, 420, 421, 422,
+ 1877, 397, 1877, 420, 394, 394, 420, 420,
+ 420, 420, 393, 418, 419, 418, 420, 396,
+ 420, 420, 421, 422, 1878, 397, 1878, 420,
+ 394, 394, 420, 420, 420, 420, 393, 418,
+ 419, 418, 420, 396, 420, 420, 421, 422,
+ 1879, 397, 1879, 420, 394, 394, 420, 420,
+ 420, 420, 393, 418, 419, 418, 420, 396,
+ 420, 420, 421, 422, 1880, 397, 1880, 420,
+ 394, 394, 420, 420, 420, 420, 393, 418,
+ 419, 418, 420, 396, 420, 420, 421, 422,
+ 1881, 397, 1881, 420, 394, 394, 420, 420,
+ 420, 420, 393, 418, 419, 418, 420, 396,
+ 420, 420, 421, 422, 1882, 397, 1882, 420,
+ 394, 394, 420, 420, 420, 420, 393, 1883,
+ 1884, 1883, 420, 396, 420, 420, 421, 1885,
+ 397, 420, 394, 394, 420, 420, 420, 420,
+ 393, 1886, 1887, 1886, 396, 404, 1885, 397,
+ 394, 394, 393, 1888, 398, 396, 394, 1889,
+ 395, 1889, 396, 404, 1885, 397, 394, 394,
+ 393, 1885, 1890, 1885, 1891, 401, 1891, 1891,
+ 429, 397, 1891, 394, 394, 1891, 1891, 1891,
+ 1891, 1891, 393, 1892, 398, 396, 394, 1893,
+ 432, 1893, 1891, 401, 1891, 1891, 429, 397,
+ 1891, 394, 394, 1891, 1891, 1891, 1891, 1891,
+ 393, 1894, 1895, 1894, 1896, 396, 1896, 1896,
+ 1897, 397, 1896, 394, 394, 1896, 1896, 1896,
+ 1896, 393, 1898, 398, 396, 394, 418, 419,
+ 418, 420, 396, 420, 420, 421, 422, 1899,
+ 397, 1899, 420, 394, 394, 420, 420, 420,
+ 420, 393, 418, 419, 418, 420, 396, 420,
+ 420, 421, 422, 1900, 397, 1900, 420, 394,
+ 394, 420, 420, 420, 420, 393, 418, 419,
+ 418, 420, 396, 420, 420, 421, 422, 1901,
+ 397, 1901, 420, 394, 394, 420, 420, 420,
+ 420, 393, 418, 419, 418, 420, 396, 420,
+ 420, 421, 422, 1902, 397, 1902, 420, 394,
+ 394, 420, 420, 420, 420, 393, 418, 419,
+ 418, 420, 396, 420, 420, 421, 422, 1903,
+ 397, 1903, 420, 394, 394, 420, 420, 420,
+ 420, 393, 1904, 1905, 1904, 420, 396, 420,
+ 420, 421, 1906, 397, 420, 394, 394, 420,
+ 420, 420, 420, 393, 1907, 1908, 1907, 396,
+ 404, 1906, 397, 394, 394, 393, 1909, 398,
+ 396, 394, 1910, 395, 1910, 396, 404, 1906,
+ 397, 394, 394, 393, 1906, 1911, 1906, 428,
+ 396, 428, 428, 429, 397, 428, 394, 394,
+ 428, 428, 428, 428, 428, 393, 1912, 398,
+ 396, 394, 1913, 395, 1913, 428, 396, 428,
+ 428, 429, 397, 428, 394, 394, 428, 428,
+ 428, 428, 428, 393, 1914, 398, 396, 394,
+ 418, 419, 418, 420, 396, 420, 420, 421,
+ 422, 1915, 397, 1915, 420, 394, 394, 420,
+ 420, 420, 420, 393, 418, 419, 418, 420,
+ 396, 420, 420, 421, 422, 1916, 397, 1916,
+ 420, 394, 394, 420, 420, 420, 420, 393,
+ 418, 419, 418, 420, 396, 420, 420, 421,
+ 422, 1917, 397, 1917, 420, 394, 394, 420,
+ 420, 420, 420, 393, 418, 419, 418, 420,
+ 396, 420, 420, 421, 422, 1918, 397, 1918,
+ 420, 394, 394, 420, 420, 420, 420, 393,
+ 1919, 1920, 1919, 420, 396, 420, 420, 421,
+ 1921, 397, 420, 394, 394, 420, 420, 420,
+ 420, 393, 1922, 1923, 1922, 396, 404, 1921,
+ 397, 394, 394, 393, 1924, 398, 396, 394,
+ 1925, 395, 1925, 396, 404, 1921, 397, 394,
+ 394, 393, 1926, 1927, 1926, 428, 490, 428,
+ 428, 429, 397, 428, 394, 394, 428, 428,
+ 428, 428, 428, 393, 1928, 398, 396, 394,
+ 1929, 1930, 1929, 428, 490, 428, 428, 429,
+ 397, 428, 394, 394, 428, 428, 428, 428,
+ 428, 393, 1931, 398, 396, 394, 1932, 395,
+ 1932, 496, 397, 394, 394, 393, 1933, 398,
+ 396, 394, 418, 419, 418, 420, 396, 420,
+ 420, 421, 422, 1934, 397, 1934, 420, 394,
+ 394, 420, 420, 420, 420, 393, 418, 419,
+ 418, 420, 396, 420, 420, 421, 422, 1935,
+ 397, 1935, 420, 394, 394, 420, 420, 420,
+ 420, 393, 418, 419, 418, 420, 396, 420,
+ 420, 421, 422, 1936, 397, 1936, 420, 394,
+ 394, 420, 420, 420, 420, 393, 418, 419,
+ 418, 420, 396, 420, 420, 421, 422, 1937,
+ 397, 1937, 420, 394, 394, 420, 420, 420,
+ 420, 393, 418, 419, 418, 420, 396, 420,
+ 420, 421, 422, 1938, 397, 1938, 420, 394,
+ 394, 420, 420, 420, 420, 393, 1939, 1940,
+ 1939, 420, 396, 420, 420, 421, 1941, 397,
+ 420, 394, 394, 420, 420, 420, 420, 393,
+ 1942, 1943, 1942, 396, 404, 1941, 397, 394,
+ 394, 393, 1944, 398, 396, 394, 1945, 395,
+ 1945, 396, 404, 1941, 397, 394, 394, 393,
+ 1946, 1947, 1946, 428, 1367, 428, 428, 429,
+ 397, 428, 394, 394, 428, 428, 428, 428,
+ 428, 393, 1948, 398, 396, 394, 1949, 1950,
+ 1949, 428, 1367, 428, 428, 429, 397, 428,
+ 394, 394, 428, 428, 428, 428, 428, 393,
+ 1951, 398, 396, 394, 1952, 395, 1952, 1373,
+ 397, 394, 394, 393, 1953, 398, 396, 394,
+ 418, 419, 418, 420, 396, 420, 420, 421,
+ 422, 1954, 397, 1954, 420, 394, 394, 420,
+ 420, 420, 420, 393, 418, 419, 418, 420,
+ 396, 420, 420, 421, 422, 1955, 397, 1955,
+ 420, 394, 394, 420, 420, 420, 420, 393,
+ 1956, 1957, 1956, 420, 396, 420, 420, 421,
+ 1958, 397, 420, 394, 394, 420, 420, 420,
+ 420, 393, 1959, 1960, 1959, 396, 404, 1958,
+ 397, 394, 394, 393, 1961, 398, 396, 394,
+ 1962, 395, 1962, 396, 404, 1958, 397, 394,
+ 394, 393, 1958, 1963, 1958, 428, 1420, 428,
+ 428, 429, 397, 428, 394, 394, 428, 428,
+ 428, 428, 428, 393, 1964, 398, 396, 394,
+ 1965, 1966, 1965, 428, 1420, 428, 428, 429,
+ 397, 428, 394, 394, 428, 428, 428, 428,
+ 428, 393, 1967, 398, 396, 394, 1968, 395,
+ 1968, 1420, 397, 394, 394, 393, 1969, 398,
+ 396, 394, 418, 419, 418, 420, 396, 420,
+ 420, 421, 422, 1970, 397, 1970, 420, 394,
+ 394, 420, 420, 420, 420, 393, 418, 419,
+ 418, 420, 396, 420, 420, 421, 422, 1971,
+ 397, 1971, 420, 394, 394, 420, 420, 420,
+ 420, 393, 418, 419, 418, 420, 396, 420,
+ 420, 421, 422, 1972, 397, 1972, 420, 394,
+ 394, 420, 420, 420, 420, 393, 418, 419,
+ 418, 420, 396, 420, 420, 421, 422, 1973,
+ 397, 1973, 420, 394, 394, 420, 420, 420,
+ 420, 393, 1974, 1975, 1974, 420, 396, 420,
+ 420, 421, 1976, 397, 420, 394, 394, 420,
+ 420, 420, 420, 393, 1977, 1978, 1977, 396,
+ 404, 1976, 397, 394, 394, 393, 1979, 398,
+ 396, 394, 1980, 395, 1980, 396, 404, 1976,
+ 397, 394, 394, 393, 1981, 1982, 1981, 428,
+ 1448, 428, 428, 429, 397, 428, 394, 394,
+ 428, 428, 428, 428, 428, 393, 1983, 398,
+ 396, 394, 1984, 1985, 1984, 428, 1448, 428,
+ 428, 429, 397, 428, 394, 394, 428, 428,
+ 428, 428, 428, 393, 1986, 398, 396, 394,
+ 1987, 395, 1987, 1454, 397, 394, 394, 393,
+ 1988, 398, 396, 394, 418, 419, 418, 420,
+ 396, 420, 420, 421, 422, 1989, 397, 1989,
+ 420, 394, 394, 420, 420, 420, 420, 393,
+ 418, 419, 418, 420, 396, 420, 420, 421,
+ 422, 1990, 397, 1990, 420, 394, 394, 420,
+ 420, 420, 420, 393, 418, 419, 418, 420,
+ 396, 420, 420, 421, 422, 1991, 397, 1991,
+ 420, 394, 394, 420, 420, 420, 420, 393,
+ 418, 419, 418, 420, 396, 420, 420, 421,
+ 422, 1992, 397, 1992, 420, 394, 394, 420,
+ 420, 420, 420, 393, 1993, 1994, 1993, 420,
+ 396, 420, 420, 421, 1995, 397, 420, 394,
+ 394, 420, 420, 420, 420, 393, 1996, 1997,
+ 1996, 396, 404, 1995, 397, 394, 394, 393,
+ 1998, 398, 396, 394, 1999, 395, 1999, 396,
+ 404, 1995, 397, 394, 394, 393, 1995, 2000,
+ 1995, 428, 401, 428, 428, 2001, 2002, 429,
+ 397, 2001, 2002, 428, 394, 394, 428, 428,
+ 428, 428, 428, 393, 2003, 398, 396, 394,
+ 2004, 432, 2004, 428, 401, 428, 428, 2001,
+ 2002, 429, 397, 2001, 2002, 428, 394, 394,
+ 428, 428, 428, 428, 428, 393, 435, 436,
+ 435, 428, 396, 428, 428, 421, 2005, 397,
+ 2005, 428, 394, 394, 428, 428, 428, 428,
+ 393, 435, 436, 435, 428, 396, 428, 428,
+ 421, 2006, 397, 2006, 428, 394, 394, 428,
+ 428, 428, 428, 393, 435, 436, 435, 428,
+ 396, 428, 428, 421, 2007, 397, 2007, 428,
+ 394, 394, 428, 428, 428, 428, 393, 435,
+ 436, 435, 428, 396, 428, 428, 421, 2008,
+ 397, 2008, 428, 394, 394, 428, 428, 428,
+ 428, 393, 2009, 2010, 2009, 396, 2011, 397,
+ 394, 394, 393, 435, 436, 435, 428, 396,
+ 428, 428, 421, 2012, 397, 2012, 428, 394,
+ 394, 428, 428, 428, 428, 393, 435, 436,
+ 435, 428, 396, 428, 428, 421, 2007, 397,
+ 2007, 428, 394, 394, 428, 428, 428, 428,
+ 393, 2013, 398, 396, 394, 2014, 26, 21,
+ 285, 286, 285, 287, 77, 287, 287, 288,
+ 289, 2015, 78, 2015, 287, 21, 21, 287,
+ 287, 287, 287, 69, 285, 286, 285, 287,
+ 77, 287, 287, 288, 289, 2016, 78, 2016,
+ 287, 21, 21, 287, 287, 287, 287, 69,
+ 285, 286, 285, 287, 77, 287, 287, 288,
+ 289, 2017, 78, 2017, 287, 21, 21, 287,
+ 287, 287, 287, 69, 285, 286, 285, 287,
+ 77, 287, 287, 288, 289, 2018, 78, 2018,
+ 287, 21, 21, 287, 287, 287, 287, 69,
+ 2019, 2020, 2019, 287, 77, 287, 287, 288,
+ 2021, 78, 287, 21, 21, 287, 287, 287,
+ 287, 69, 2022, 2023, 2022, 77, 268, 2021,
+ 78, 21, 21, 69, 2024, 26, 21, 2025,
+ 76, 2025, 77, 268, 2021, 78, 21, 21,
+ 69, 2026, 2027, 2026, 295, 2028, 295, 295,
+ 297, 78, 295, 21, 21, 295, 295, 295,
+ 295, 295, 69, 2029, 26, 21, 2030, 2031,
+ 2030, 295, 2028, 295, 295, 297, 78, 295,
+ 21, 21, 295, 295, 295, 295, 295, 69,
+ 2032, 26, 21, 2033, 76, 2033, 546, 78,
+ 21, 21, 69, 2034, 26, 21, 285, 286,
+ 285, 287, 77, 287, 287, 288, 289, 2035,
+ 78, 2035, 287, 21, 21, 287, 287, 287,
+ 287, 69, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 2036, 78, 2036, 287, 21,
+ 21, 287, 287, 287, 287, 69, 285, 286,
+ 285, 287, 77, 287, 287, 288, 289, 2037,
+ 78, 2037, 287, 21, 21, 287, 287, 287,
+ 287, 69, 285, 286, 285, 287, 77, 287,
+ 287, 288, 289, 2038, 78, 2038, 287, 21,
+ 21, 287, 287, 287, 287, 69, 285, 286,
+ 285, 287, 77, 287, 287, 288, 289, 2039,
+ 78, 2039, 287, 21, 21, 287, 287, 287,
+ 287, 69, 2040, 2041, 2040, 287, 77, 287,
+ 287, 288, 2042, 78, 287, 21, 21, 287,
+ 287, 287, 287, 69, 2043, 2044, 2043, 77,
+ 268, 2042, 78, 21, 21, 69, 2045, 26,
+ 21, 2046, 76, 2046, 77, 268, 2042, 78,
+ 21, 21, 69, 2047, 2048, 2047, 295, 2049,
+ 295, 295, 297, 78, 295, 21, 21, 295,
+ 295, 295, 295, 295, 69, 2050, 26, 21,
+ 2051, 2052, 2051, 295, 2049, 295, 295, 297,
+ 78, 295, 21, 21, 295, 295, 295, 295,
+ 295, 69, 2053, 26, 21, 2054, 76, 2054,
+ 717, 78, 21, 21, 69, 2055, 26, 21,
+ 285, 286, 285, 287, 77, 287, 287, 288,
+ 289, 2056, 78, 2056, 287, 21, 21, 287,
+ 287, 287, 287, 69, 285, 286, 285, 287,
+ 77, 287, 287, 288, 289, 2057, 78, 2057,
+ 287, 21, 21, 287, 287, 287, 287, 69,
+ 2058, 2059, 2058, 287, 77, 287, 287, 288,
+ 2060, 78, 287, 21, 21, 287, 287, 287,
+ 287, 69, 2061, 2062, 2061, 77, 268, 2060,
+ 78, 21, 21, 69, 2063, 26, 21, 2064,
+ 76, 2064, 77, 268, 2060, 78, 21, 21,
+ 69, 2060, 2065, 2060, 295, 2066, 295, 295,
+ 297, 78, 295, 21, 21, 295, 295, 295,
+ 295, 295, 69, 2067, 26, 21, 2068, 2069,
+ 2068, 295, 2066, 295, 295, 297, 78, 295,
+ 21, 21, 295, 295, 295, 295, 295, 69,
+ 2070, 26, 21, 2071, 76, 2071, 2066, 78,
+ 21, 21, 69, 2072, 2073, 2072, 197, 2074,
+ 198, 195, 195, 194, 2075, 26, 21, 285,
+ 286, 285, 287, 77, 287, 287, 288, 289,
+ 2076, 78, 2076, 287, 21, 21, 287, 287,
+ 287, 287, 69, 285, 286, 285, 287, 77,
+ 287, 287, 288, 289, 2077, 78, 2077, 287,
+ 21, 21, 287, 287, 287, 287, 69, 285,
+ 286, 285, 287, 77, 287, 287, 288, 289,
+ 2078, 78, 2078, 287, 21, 21, 287, 287,
+ 287, 287, 69, 285, 286, 285, 287, 77,
+ 287, 287, 288, 289, 2079, 78, 2079, 287,
+ 21, 21, 287, 287, 287, 287, 69, 2080,
+ 2081, 2080, 287, 77, 287, 287, 288, 2082,
+ 78, 287, 21, 21, 287, 287, 287, 287,
+ 69, 2083, 2084, 2083, 77, 268, 2082, 78,
+ 21, 21, 69, 2085, 26, 21, 2086, 76,
+ 2086, 77, 268, 2082, 78, 21, 21, 69,
+ 2087, 2088, 2087, 295, 2089, 295, 295, 297,
+ 78, 295, 21, 21, 295, 295, 295, 295,
+ 295, 69, 2090, 26, 21, 2091, 2092, 2091,
+ 295, 2089, 295, 295, 297, 78, 295, 21,
+ 21, 295, 295, 295, 295, 295, 69, 2093,
+ 26, 21, 2094, 76, 2094, 1104, 78, 21,
+ 21, 69, 2095, 26, 21, 285, 286, 285,
+ 287, 77, 287, 287, 288, 289, 2096, 78,
+ 2096, 287, 21, 21, 287, 287, 287, 287,
+ 69, 285, 286, 285, 287, 77, 287, 287,
+ 288, 289, 2097, 78, 2097, 287, 21, 21,
+ 287, 287, 287, 287, 69, 285, 286, 285,
+ 287, 77, 287, 287, 288, 289, 2098, 78,
+ 2098, 287, 21, 21, 287, 287, 287, 287,
+ 69, 285, 286, 285, 287, 77, 287, 287,
+ 288, 289, 2099, 78, 2099, 287, 21, 21,
+ 287, 287, 287, 287, 69, 2100, 2101, 2100,
+ 287, 77, 287, 287, 288, 2102, 78, 287,
+ 21, 21, 287, 287, 287, 287, 69, 2103,
+ 2104, 2103, 77, 268, 2102, 78, 21, 21,
+ 69, 2105, 26, 21, 2106, 76, 2106, 77,
+ 268, 2102, 78, 21, 21, 69, 2102, 2107,
+ 2102, 295, 296, 295, 295, 2108, 2109, 297,
+ 78, 2108, 2109, 295, 21, 21, 295, 295,
+ 295, 295, 295, 69, 2110, 26, 21, 2111,
+ 300, 2111, 295, 296, 295, 295, 2108, 2109,
+ 297, 78, 2108, 2109, 295, 21, 21, 295,
+ 295, 295, 295, 295, 69, 303, 304, 303,
+ 295, 77, 295, 295, 288, 2112, 78, 2112,
+ 295, 21, 21, 295, 295, 295, 295, 69,
+ 303, 304, 303, 295, 77, 295, 295, 288,
+ 2113, 78, 2113, 295, 21, 21, 295, 295,
+ 295, 295, 69, 303, 304, 303, 295, 77,
+ 295, 295, 288, 2114, 78, 2114, 295, 21,
+ 21, 295, 295, 295, 295, 69, 303, 304,
+ 303, 295, 77, 295, 295, 288, 2115, 78,
+ 2115, 295, 21, 21, 295, 295, 295, 295,
+ 69, 2116, 2117, 2116, 77, 2118, 78, 21,
+ 21, 69, 303, 304, 303, 295, 77, 295,
+ 295, 288, 2119, 78, 2119, 295, 21, 21,
+ 295, 295, 295, 295, 69, 303, 304, 303,
+ 295, 77, 295, 295, 288, 2114, 78, 2114,
+ 295, 21, 21, 295, 295, 295, 295, 69,
+ 2120, 26, 21, 2121, 26, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2122, 2122,
+ 51, 51, 51, 51, 51, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2123, 2123,
+ 51, 51, 51, 51, 51, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2124, 2124,
+ 51, 51, 51, 51, 51, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2125, 2125,
+ 51, 51, 51, 51, 51, 21, 2126, 2127,
+ 2126, 51, 51, 51, 52, 2128, 51, 51,
+ 51, 51, 51, 21, 2129, 2130, 2129, 56,
+ 2128, 21, 2131, 26, 21, 2132, 26, 2132,
+ 56, 2128, 21, 2128, 2133, 2128, 68, 2134,
+ 68, 68, 70, 68, 68, 68, 68, 68,
+ 68, 21, 2135, 26, 21, 2136, 2137, 2136,
+ 68, 2134, 68, 68, 70, 68, 68, 68,
+ 68, 68, 68, 21, 2138, 26, 21, 2139,
+ 26, 2139, 2134, 21, 2140, 390, 392, 387,
+ 387, 387, 386, 2141, 26, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2142, 2142,
+ 51, 51, 51, 51, 51, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2143, 2143,
+ 51, 51, 51, 51, 51, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2144, 2144,
+ 51, 51, 51, 51, 51, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2145, 2145,
+ 51, 51, 51, 51, 51, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2146, 2146,
+ 51, 51, 51, 51, 51, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2147, 2147,
+ 51, 51, 51, 51, 51, 21, 49, 50,
+ 49, 51, 51, 51, 52, 53, 2148, 2148,
+ 51, 51, 51, 51, 51, 21, 2149, 2150,
+ 2149, 51, 51, 51, 52, 2151, 51, 51,
+ 51, 51, 51, 21, 2152, 2153, 2152, 56,
+ 2151, 21, 2154, 26, 21, 2155, 26, 2155,
+ 56, 2151, 21, 2151, 2156, 2151, 2157, 69,
+ 2157, 2157, 70, 2157, 2157, 2157, 2157, 2157,
+ 2157, 21, 2158, 26, 21, 2159, 73, 2159,
+ 2157, 69, 2157, 2157, 70, 2157, 2157, 2157,
+ 2157, 2157, 2157, 21, 2160, 2161, 2160, 2162,
+ 2162, 2162, 2163, 2162, 2162, 2162, 2162, 2162,
+ 21, 2164, 26, 21, 49, 50, 49, 51,
+ 51, 51, 52, 53, 2165, 2165, 51, 51,
+ 51, 51, 51, 21, 49, 50, 49, 51,
+ 51, 51, 52, 53, 2166, 2166, 51, 51,
+ 51, 51, 51, 21, 49, 50, 49, 51,
+ 51, 51, 52, 53, 2167, 2167, 51, 51,
+ 51, 51, 51, 21, 49, 50, 49, 51,
+ 51, 51, 52, 53, 2168, 2168, 51, 51,
+ 51, 51, 51, 21, 49, 50, 49, 51,
+ 51, 51, 52, 53, 2169, 2169, 51, 51,
+ 51, 51, 51, 21, 2170, 2171, 2170, 51,
+ 51, 51, 52, 2172, 51, 51, 51, 51,
+ 51, 21, 2173, 2174, 2173, 56, 2172, 21,
+ 2175, 26, 21, 2176, 26, 2176, 56, 2172,
+ 21, 2172, 2177, 2172, 68, 2178, 68, 68,
+ 70, 68, 68, 68, 68, 68, 68, 21,
+ 2179, 26, 21, 2180, 2181, 2180, 68, 2178,
+ 68, 68, 70, 68, 68, 68, 68, 68,
+ 68, 21, 2182, 26, 21, 2183, 26, 2183,
+ 2178, 21, 2185, 390, 2186, 387, 387, 387,
+ 2184, 2188, 396, 2189, 394, 394, 394, 2187,
+ 2190, 398, 396, 394, 398, 2191, 2187, 2187,
+ 394, 2192, 2193, 2192, 77, 2194, 78, 21,
+ 21, 69, 2195, 26, 21, 2196, 2197, 2196,
+ 77, 2194, 78, 21, 21, 69, 2198, 26,
+ 21, 2199, 76, 2199, 77, 2194, 78, 21,
+ 21, 69, 2194, 2200, 2194, 2201, 77, 2201,
+ 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208,
+ 78, 2202, 2203, 2204, 2205, 2206, 2207, 2208,
+ 2201, 21, 21, 2201, 2201, 2201, 2201, 2201,
+ 69, 2209, 26, 21, 2210, 76, 2210, 2201,
+ 77, 2201, 2201, 2202, 2203, 2204, 2205, 2206,
+ 2207, 2208, 78, 2202, 2203, 2204, 2205, 2206,
+ 2207, 2208, 2201, 21, 21, 2201, 2201, 2201,
+ 2201, 2201, 69, 2211, 2212, 2211, 2213, 77,
+ 2213, 2213, 2214, 2215, 78, 2213, 21, 21,
+ 2213, 2213, 2213, 2213, 69, 2216, 2217, 2216,
+ 77, 2194, 2215, 78, 21, 21, 69, 2218,
+ 26, 21, 2219, 76, 2219, 77, 2194, 2215,
+ 78, 21, 21, 69, 2215, 2220, 2215, 2221,
+ 296, 2221, 2221, 2222, 78, 2221, 21, 21,
+ 2221, 2221, 2221, 2221, 2221, 69, 2223, 26,
+ 21, 2224, 300, 2224, 2221, 296, 2221, 2221,
+ 2222, 78, 2221, 21, 21, 2221, 2221, 2221,
+ 2221, 2221, 69, 2225, 2226, 2225, 2221, 77,
+ 2221, 2221, 2214, 78, 2221, 21, 21, 2221,
+ 2221, 2221, 2221, 69, 2227, 2228, 2227, 77,
+ 2194, 78, 21, 21, 69, 2229, 26, 21,
+ 76, 77, 2231, 78, 21, 21, 21, 2230,
+ 2230, 2230, 69, 76, 77, 2233, 78, 2234,
+ 21, 21, 21, 2232, 2232, 2232, 69, 76,
+ 77, 2233, 78, 2234, 21, 21, 21, 2235,
+ 2235, 2235, 69, 76, 77, 2233, 78, 2234,
+ 21, 21, 21, 2236, 2236, 2236, 69, 76,
+ 77, 2233, 78, 2234, 21, 21, 21, 69,
+ 76, 77, 2238, 78, 21, 21, 21, 2237,
+ 2230, 2230, 69, 76, 77, 2239, 2233, 78,
+ 2234, 21, 21, 21, 2240, 2232, 2232, 69,
+ 76, 77, 78, 21, 21, 21, 2241, 69,
+ 76, 77, 2242, 78, 21, 21, 21, 2243,
+ 69, 76, 77, 78, 21, 21, 21, 2244,
+ 69, 76, 77, 2245, 78, 21, 21, 21,
+ 2246, 69, 76, 77, 78, 21, 21, 21,
+ 2247, 69, 76, 77, 78, 2234, 21, 21,
+ 21, 2248, 69, 76, 77, 78, 2234, 21,
+ 21, 21, 2249, 69, 76, 77, 78, 2234,
+ 21, 21, 21, 69, 2225, 2226, 2225, 77,
+ 2214, 78, 21, 21, 69, 76, 77, 2245,
+ 78, 21, 21, 21, 2250, 69, 76, 77,
+ 2245, 78, 21, 21, 21, 69, 76, 77,
+ 2242, 78, 21, 21, 21, 2251, 69, 76,
+ 77, 2242, 78, 21, 21, 21, 69, 76,
+ 77, 2239, 2233, 78, 2234, 21, 21, 21,
+ 2252, 2235, 2235, 69, 76, 77, 2239, 2233,
+ 78, 2234, 21, 21, 21, 2236, 2236, 2236,
+ 69, 76, 77, 2254, 78, 2234, 21, 21,
+ 21, 2253, 2253, 2253, 69, 76, 77, 2256,
+ 78, 2234, 21, 21, 21, 2255, 2255, 2255,
+ 69, 76, 77, 2256, 78, 2234, 21, 21,
+ 21, 2257, 2257, 2257, 69, 76, 77, 2256,
+ 78, 2234, 21, 21, 21, 2258, 2258, 2258,
+ 69, 76, 77, 2256, 78, 2234, 21, 21,
+ 21, 69, 76, 77, 78, 21, 21, 21,
+ 2259, 2253, 2253, 69, 76, 77, 2239, 2256,
+ 78, 2234, 21, 21, 21, 2260, 2255, 2255,
+ 69, 76, 77, 2239, 2256, 78, 2234, 21,
+ 21, 21, 2261, 2257, 2257, 69, 76, 77,
+ 2239, 2256, 78, 2234, 21, 21, 21, 2258,
+ 2258, 2258, 69, 76, 77, 78, 21, 21,
+ 21, 2262, 69, 76, 77, 2239, 78, 21,
+ 21, 21, 2263, 69, 76, 77, 2239, 78,
+ 21, 21, 21, 2264, 69, 76, 77, 2239,
+ 78, 21, 21, 21, 69, 76, 77, 2238,
+ 78, 21, 21, 21, 69, 2265, 26, 21,
+ 2211, 2212, 2211, 2213, 77, 2213, 2213, 2214,
+ 2215, 2266, 78, 2266, 2213, 21, 21, 2213,
+ 2213, 2213, 2213, 69, 2211, 2212, 2211, 2213,
+ 77, 2213, 2213, 2214, 2215, 2267, 78, 2267,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2211, 2212, 2211, 2213, 77, 2213, 2213, 2214,
+ 2215, 2268, 78, 2268, 2213, 21, 21, 2213,
+ 2213, 2213, 2213, 69, 2211, 2212, 2211, 2213,
+ 77, 2213, 2213, 2214, 2215, 2269, 78, 2269,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2211, 2212, 2211, 2213, 77, 2213, 2213, 2214,
+ 2215, 2270, 78, 2270, 2213, 21, 21, 2213,
+ 2213, 2213, 2213, 69, 2211, 2212, 2211, 2213,
+ 77, 2213, 2213, 2214, 2215, 2271, 78, 2271,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2211, 2212, 2211, 2213, 77, 2213, 2213, 2214,
+ 2215, 2272, 78, 2272, 2213, 21, 21, 2213,
+ 2213, 2213, 2213, 69, 2211, 2212, 2211, 2213,
+ 77, 2213, 2213, 2214, 2215, 2273, 78, 2273,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2274, 2275, 2274, 2213, 77, 2213, 2213, 2214,
+ 2276, 78, 2213, 21, 21, 2213, 2213, 2213,
+ 2213, 69, 2277, 2278, 2277, 77, 2194, 2276,
+ 78, 21, 21, 69, 2279, 26, 21, 2280,
+ 76, 2280, 77, 2194, 2276, 78, 21, 21,
+ 69, 2276, 2281, 2276, 2282, 296, 2282, 2282,
+ 2222, 78, 2282, 21, 21, 2282, 2282, 2282,
+ 2282, 2282, 69, 2283, 26, 21, 2284, 300,
+ 2284, 2282, 296, 2282, 2282, 2222, 78, 2282,
+ 21, 21, 2282, 2282, 2282, 2282, 2282, 69,
+ 2285, 2286, 2285, 2287, 77, 2287, 2287, 2288,
+ 78, 2287, 21, 21, 2287, 2287, 2287, 2287,
+ 69, 2289, 26, 21, 2211, 2212, 2211, 2213,
+ 77, 2213, 2213, 2214, 2215, 2290, 78, 2290,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2211, 2212, 2211, 2213, 77, 2213, 2213, 2214,
+ 2215, 2291, 78, 2291, 2213, 21, 21, 2213,
+ 2213, 2213, 2213, 69, 2211, 2212, 2211, 2213,
+ 77, 2213, 2213, 2214, 2215, 2292, 78, 2292,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2211, 2212, 2211, 2213, 77, 2213, 2213, 2214,
+ 2215, 2293, 78, 2293, 2213, 21, 21, 2213,
+ 2213, 2213, 2213, 69, 2211, 2212, 2211, 2213,
+ 77, 2213, 2213, 2214, 2215, 2294, 78, 2294,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2295, 2296, 2295, 2213, 77, 2213, 2213, 2214,
+ 2297, 78, 2213, 21, 21, 2213, 2213, 2213,
+ 2213, 69, 2298, 2299, 2298, 77, 2194, 2297,
+ 78, 21, 21, 69, 2300, 26, 21, 2301,
+ 76, 2301, 77, 2194, 2297, 78, 21, 21,
+ 69, 2297, 2302, 2297, 2221, 2303, 2221, 2221,
+ 2222, 78, 2221, 21, 21, 2221, 2221, 2221,
+ 2221, 2221, 69, 2304, 26, 21, 2305, 2306,
+ 2305, 2221, 2303, 2221, 2221, 2222, 78, 2221,
+ 21, 21, 2221, 2221, 2221, 2221, 2221, 69,
+ 2307, 26, 21, 2308, 76, 2308, 2303, 78,
+ 21, 21, 69, 2309, 2310, 2309, 390, 2311,
+ 392, 387, 387, 386, 2312, 26, 21, 2211,
+ 2212, 2211, 2213, 77, 2213, 2213, 2214, 2215,
+ 2313, 78, 2313, 2213, 21, 21, 2213, 2213,
+ 2213, 2213, 69, 2211, 2212, 2211, 2213, 77,
+ 2213, 2213, 2214, 2215, 2314, 78, 2314, 2213,
+ 21, 21, 2213, 2213, 2213, 2213, 69, 2211,
+ 2212, 2211, 2213, 77, 2213, 2213, 2214, 2215,
+ 2315, 78, 2315, 2213, 21, 21, 2213, 2213,
+ 2213, 2213, 69, 2211, 2212, 2211, 2213, 77,
+ 2213, 2213, 2214, 2215, 2316, 78, 2316, 2213,
+ 21, 21, 2213, 2213, 2213, 2213, 69, 2317,
+ 2318, 2317, 2213, 77, 2213, 2213, 2214, 2319,
+ 78, 2213, 21, 21, 2213, 2213, 2213, 2213,
+ 69, 2320, 2321, 2320, 77, 2194, 2319, 78,
+ 21, 21, 69, 2322, 26, 21, 2323, 76,
+ 2323, 77, 2194, 2319, 78, 21, 21, 69,
+ 2324, 2325, 2324, 2221, 2028, 2221, 2221, 2222,
+ 78, 2221, 21, 21, 2221, 2221, 2221, 2221,
+ 2221, 69, 2326, 26, 21, 2327, 2031, 2327,
+ 2221, 2028, 2221, 2221, 2222, 78, 2221, 21,
+ 21, 2221, 2221, 2221, 2221, 2221, 69, 2328,
+ 26, 21, 2211, 2212, 2211, 2213, 77, 2213,
+ 2213, 2214, 2215, 2329, 78, 2329, 2213, 21,
+ 21, 2213, 2213, 2213, 2213, 69, 2211, 2212,
+ 2211, 2213, 77, 2213, 2213, 2214, 2215, 2330,
+ 78, 2330, 2213, 21, 21, 2213, 2213, 2213,
+ 2213, 69, 2211, 2212, 2211, 2213, 77, 2213,
+ 2213, 2214, 2215, 2331, 78, 2331, 2213, 21,
+ 21, 2213, 2213, 2213, 2213, 69, 2211, 2212,
+ 2211, 2213, 77, 2213, 2213, 2214, 2215, 2332,
+ 78, 2332, 2213, 21, 21, 2213, 2213, 2213,
+ 2213, 69, 2211, 2212, 2211, 2213, 77, 2213,
+ 2213, 2214, 2215, 2333, 78, 2333, 2213, 21,
+ 21, 2213, 2213, 2213, 2213, 69, 2334, 2335,
+ 2334, 2213, 77, 2213, 2213, 2214, 2336, 78,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2337, 2338, 2337, 77, 2194, 2336, 78, 21,
+ 21, 69, 2339, 26, 21, 2340, 76, 2340,
+ 77, 2194, 2336, 78, 21, 21, 69, 2341,
+ 2342, 2341, 2221, 2049, 2221, 2221, 2222, 78,
+ 2221, 21, 21, 2221, 2221, 2221, 2221, 2221,
+ 69, 2343, 26, 21, 2344, 2052, 2344, 2221,
+ 2049, 2221, 2221, 2222, 78, 2221, 21, 21,
+ 2221, 2221, 2221, 2221, 2221, 69, 2345, 26,
+ 21, 2211, 2212, 2211, 2213, 77, 2213, 2213,
+ 2214, 2215, 2346, 78, 2346, 2213, 21, 21,
+ 2213, 2213, 2213, 2213, 69, 2211, 2212, 2211,
+ 2213, 77, 2213, 2213, 2214, 2215, 2347, 78,
+ 2347, 2213, 21, 21, 2213, 2213, 2213, 2213,
+ 69, 2348, 2349, 2348, 2213, 77, 2213, 2213,
+ 2214, 2350, 78, 2213, 21, 21, 2213, 2213,
+ 2213, 2213, 69, 2351, 2352, 2351, 77, 2194,
+ 2350, 78, 21, 21, 69, 2353, 26, 21,
+ 2354, 76, 2354, 77, 2194, 2350, 78, 21,
+ 21, 69, 2350, 2355, 2350, 2221, 2356, 2221,
+ 2221, 2222, 78, 2221, 21, 21, 2221, 2221,
+ 2221, 2221, 2221, 69, 2357, 26, 21, 2358,
+ 2359, 2358, 2221, 2356, 2221, 2221, 2222, 78,
+ 2221, 21, 21, 2221, 2221, 2221, 2221, 2221,
+ 69, 2360, 26, 21, 2361, 76, 2361, 2356,
+ 78, 21, 21, 69, 2362, 2363, 2362, 197,
+ 2364, 198, 195, 195, 194, 2365, 26, 21,
+ 2211, 2212, 2211, 2213, 77, 2213, 2213, 2214,
+ 2215, 2366, 78, 2366, 2213, 21, 21, 2213,
+ 2213, 2213, 2213, 69, 2211, 2212, 2211, 2213,
+ 77, 2213, 2213, 2214, 2215, 2367, 78, 2367,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2211, 2212, 2211, 2213, 77, 2213, 2213, 2214,
+ 2215, 2368, 78, 2368, 2213, 21, 21, 2213,
+ 2213, 2213, 2213, 69, 2211, 2212, 2211, 2213,
+ 77, 2213, 2213, 2214, 2215, 2369, 78, 2369,
+ 2213, 21, 21, 2213, 2213, 2213, 2213, 69,
+ 2370, 2371, 2370, 2213, 77, 2213, 2213, 2214,
+ 2372, 78, 2213, 21, 21, 2213, 2213, 2213,
+ 2213, 69, 2373, 2374, 2373, 77, 2194, 2372,
+ 78, 21, 21, 69, 2375, 26, 21, 2376,
+ 76, 2376, 77, 2194, 2372, 78, 21, 21,
+ 69, 2377, 2378, 2377, 2221, 2089, 2221, 2221,
+ 2222, 78, 2221, 21, 21, 2221, 2221, 2221,
+ 2221, 2221, 69, 2379, 26, 21, 2380, 2092,
+ 2380, 2221, 2089, 2221, 2221, 2222, 78, 2221,
+ 21, 21, 2221, 2221, 2221, 2221, 2221, 69,
+ 2381, 26, 21, 2211, 2212, 2211, 2213, 77,
+ 2213, 2213, 2214, 2215, 2382, 78, 2382, 2213,
+ 21, 21, 2213, 2213, 2213, 2213, 69, 2211,
+ 2212, 2211, 2213, 77, 2213, 2213, 2214, 2215,
+ 2383, 78, 2383, 2213, 21, 21, 2213, 2213,
+ 2213, 2213, 69, 2211, 2212, 2211, 2213, 77,
+ 2213, 2213, 2214, 2215, 2384, 78, 2384, 2213,
+ 21, 21, 2213, 2213, 2213, 2213, 69, 2211,
+ 2212, 2211, 2213, 77, 2213, 2213, 2214, 2215,
+ 2385, 78, 2385, 2213, 21, 21, 2213, 2213,
+ 2213, 2213, 69, 2386, 2387, 2386, 2213, 77,
+ 2213, 2213, 2214, 2388, 78, 2213, 21, 21,
+ 2213, 2213, 2213, 2213, 69, 2389, 2390, 2389,
+ 77, 2194, 2388, 78, 21, 21, 69, 2391,
+ 26, 21, 2392, 76, 2392, 77, 2194, 2388,
+ 78, 21, 21, 69, 2388, 2393, 2388, 2221,
+ 296, 2221, 2221, 2394, 2395, 2222, 78, 2394,
+ 2395, 2221, 21, 21, 2221, 2221, 2221, 2221,
+ 2221, 69, 2396, 26, 21, 2397, 300, 2397,
+ 2221, 296, 2221, 2221, 2394, 2395, 2222, 78,
+ 2394, 2395, 2221, 21, 21, 2221, 2221, 2221,
+ 2221, 2221, 69, 2225, 2226, 2225, 2221, 77,
+ 2221, 2221, 2214, 2398, 78, 2398, 2221, 21,
+ 21, 2221, 2221, 2221, 2221, 69, 2225, 2226,
+ 2225, 2221, 77, 2221, 2221, 2214, 2399, 78,
+ 2399, 2221, 21, 21, 2221, 2221, 2221, 2221,
+ 69, 2225, 2226, 2225, 2221, 77, 2221, 2221,
+ 2214, 2400, 78, 2400, 2221, 21, 21, 2221,
+ 2221, 2221, 2221, 69, 2225, 2226, 2225, 2221,
+ 77, 2221, 2221, 2214, 2401, 78, 2401, 2221,
+ 21, 21, 2221, 2221, 2221, 2221, 69, 2402,
+ 2403, 2402, 77, 2404, 78, 21, 21, 69,
+ 2225, 2226, 2225, 2221, 77, 2221, 2221, 2214,
+ 2405, 78, 2405, 2221, 21, 21, 2221, 2221,
+ 2221, 2221, 69, 2225, 2226, 2225, 2221, 77,
+ 2221, 2221, 2214, 2400, 78, 2400, 2221, 21,
+ 21, 2221, 2221, 2221, 2221, 69, 2406, 26,
+ 21, 2407, 26, 21, 49, 50, 49, 51,
+ 51, 51, 52, 53, 2408, 2408, 51, 51,
+ 51, 51, 51, 21, 49, 50, 49, 51,
+ 51, 51, 52, 53, 2409, 2409, 51, 51,
+ 51, 51, 51, 21, 2410, 2411, 2410, 51,
+ 51, 51, 52, 2412, 51, 51, 51, 51,
+ 51, 21, 2413, 2414, 2413, 56, 2412, 21,
+ 2415, 26, 21, 2416, 26, 2416, 56, 2412,
+ 21, 2412, 2417, 2412, 68, 2418, 68, 68,
+ 70, 68, 68, 68, 68, 68, 68, 21,
+ 2419, 26, 21, 2420, 2421, 2420, 68, 2418,
+ 68, 68, 70, 68, 68, 68, 68, 68,
+ 68, 21, 2422, 26, 21, 2423, 26, 2423,
+ 2418, 21, 2425, 197, 2426, 195, 195, 195,
+ 2424, 2428, 202, 2429, 200, 200, 200, 2427,
+ 2430, 204, 202, 200, 204, 2431, 2427, 2427,
+ 200, 2432, 26, 21, 26, 2433, 2433, 21,
+ 26, 2434, 2434, 21, 26, 2435, 2435, 21,
+ 26, 2436, 2436, 21, 26, 2437, 2437, 21,
+ 2438, 2439, 2438, 21, 2440, 26, 21, 30,
+ 26, 30, 21, 2441, 2441, 1, 6, 6,
+ 1, 26, 21, 30, 26, 30, 21, 48,
+ 26, 48, 21, 58, 26, 58, 21, 63,
+ 26, 63, 21, 58, 26, 58, 39, 39,
+ 39, 40, 60, 42, 43, 61, 45, 46,
+ 40, 60, 42, 43, 61, 45, 46, 39,
+ 39, 39, 39, 39, 39, 21, 72, 26,
+ 72, 21, 75, 26, 75, 21, 69, 26,
+ 69, 21, 85, 26, 85, 21, 85, 26,
+ 85, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 97, 26, 97, 21, 2442, 26, 2442,
+ 21, 105, 26, 105, 21, 106, 26, 106,
+ 21, 97, 26, 97, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 160, 26, 160, 21,
+ 2443, 26, 2443, 21, 168, 26, 168, 21,
+ 169, 26, 169, 21, 160, 26, 160, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 186,
+ 26, 186, 21, 190, 26, 190, 21, 193,
+ 26, 193, 21, 204, 202, 200, 209, 26,
+ 209, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 221, 26, 221, 21, 2444, 26, 2444,
+ 21, 229, 26, 229, 21, 230, 26, 230,
+ 21, 221, 26, 221, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 249, 26, 249, 21,
+ 254, 26, 254, 21, 249, 26, 249, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 199,
+ 204, 199, 202, 200, 270, 26, 270, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 273,
+ 26, 273, 39, 39, 39, 40, 60, 42,
+ 43, 61, 45, 46, 40, 60, 42, 43,
+ 61, 45, 46, 39, 39, 39, 39, 39,
+ 39, 21, 284, 26, 284, 21, 293, 26,
+ 293, 21, 299, 26, 299, 21, 302, 26,
+ 302, 21, 273, 26, 273, 21, 293, 26,
+ 293, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 357, 26, 357, 21, 361, 26, 361,
+ 21, 357, 26, 357, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 378, 26, 378, 21,
+ 382, 26, 382, 21, 385, 26, 385, 21,
+ 398, 396, 394, 393, 398, 393, 396, 394,
+ 406, 398, 406, 396, 394, 417, 398, 417,
+ 396, 394, 426, 398, 426, 396, 394, 431,
+ 398, 431, 396, 394, 434, 398, 434, 396,
+ 394, 406, 398, 406, 449, 396, 449, 449,
+ 450, 451, 452, 453, 454, 455, 456, 450,
+ 451, 452, 453, 454, 455, 456, 449, 449,
+ 449, 449, 449, 449, 394, 447, 398, 447,
+ 396, 394, 458, 398, 458, 396, 394, 447,
+ 398, 447, 449, 396, 449, 449, 450, 451,
+ 452, 453, 454, 455, 456, 450, 451, 452,
+ 453, 454, 455, 456, 449, 449, 449, 449,
+ 449, 449, 394, 466, 398, 466, 396, 394,
+ 469, 398, 469, 396, 394, 475, 398, 475,
+ 396, 394, 475, 398, 475, 449, 396, 449,
+ 449, 450, 451, 452, 453, 454, 455, 456,
+ 450, 451, 452, 453, 454, 455, 456, 449,
+ 449, 449, 449, 449, 449, 394, 487, 398,
+ 487, 396, 394, 2445, 398, 2445, 396, 394,
+ 495, 398, 495, 396, 394, 501, 26, 501,
+ 39, 39, 39, 40, 60, 42, 43, 61,
+ 45, 46, 40, 60, 42, 43, 61, 45,
+ 46, 39, 39, 39, 39, 39, 39, 21,
+ 504, 26, 504, 39, 39, 39, 40, 60,
+ 42, 43, 61, 45, 46, 40, 60, 42,
+ 43, 61, 45, 46, 39, 39, 39, 39,
+ 39, 39, 21, 515, 26, 515, 21, 524,
+ 26, 524, 21, 530, 26, 530, 21, 533,
+ 26, 533, 21, 504, 26, 504, 21, 524,
+ 26, 524, 39, 39, 39, 40, 60, 42,
+ 43, 61, 45, 46, 40, 60, 42, 43,
+ 61, 45, 46, 39, 39, 39, 39, 39,
+ 39, 21, 592, 26, 592, 21, 596, 26,
+ 596, 21, 592, 26, 592, 39, 39, 39,
+ 40, 60, 42, 43, 61, 45, 46, 40,
+ 60, 42, 43, 61, 45, 46, 39, 39,
+ 39, 39, 39, 39, 21, 613, 26, 613,
+ 21, 617, 26, 617, 21, 620, 26, 620,
+ 21, 613, 26, 613, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 635, 26, 635, 21,
+ 2446, 26, 2446, 21, 643, 26, 643, 21,
+ 635, 26, 635, 39, 39, 39, 40, 60,
+ 42, 43, 61, 45, 46, 40, 60, 42,
+ 43, 61, 45, 46, 39, 39, 39, 39,
+ 39, 39, 21, 660, 26, 660, 21, 2447,
+ 26, 2447, 21, 668, 26, 668, 21, 677,
+ 26, 677, 21, 688, 26, 688, 21, 697,
+ 26, 697, 21, 703, 26, 703, 21, 706,
+ 26, 706, 21, 677, 26, 677, 39, 39,
+ 39, 40, 60, 42, 43, 61, 45, 46,
+ 40, 60, 42, 43, 61, 45, 46, 39,
+ 39, 39, 39, 39, 39, 21, 697, 26,
+ 697, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 763, 26, 763, 21, 767, 26, 767,
+ 21, 763, 26, 763, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 784, 26, 784, 21,
+ 788, 26, 788, 21, 791, 26, 791, 21,
+ 784, 26, 784, 39, 39, 39, 40, 60,
+ 42, 43, 61, 45, 46, 40, 60, 42,
+ 43, 61, 45, 46, 39, 39, 39, 39,
+ 39, 39, 21, 806, 26, 806, 21, 2448,
+ 26, 2448, 21, 814, 26, 814, 21, 806,
+ 26, 806, 39, 39, 39, 40, 60, 42,
+ 43, 61, 45, 46, 40, 60, 42, 43,
+ 61, 45, 46, 39, 39, 39, 39, 39,
+ 39, 21, 831, 26, 831, 21, 2449, 26,
+ 2449, 21, 839, 26, 839, 21, 831, 26,
+ 831, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 853, 26, 853, 21, 857, 26, 857,
+ 21, 860, 26, 860, 21, 868, 204, 868,
+ 202, 200, 879, 204, 879, 202, 200, 888,
+ 204, 888, 202, 200, 893, 204, 893, 202,
+ 200, 896, 204, 896, 202, 200, 868, 204,
+ 868, 911, 202, 911, 911, 912, 913, 914,
+ 915, 916, 917, 918, 912, 913, 914, 915,
+ 916, 917, 918, 911, 911, 911, 911, 911,
+ 911, 200, 909, 204, 909, 202, 200, 920,
+ 204, 920, 202, 200, 909, 204, 909, 911,
+ 202, 911, 911, 912, 913, 914, 915, 916,
+ 917, 918, 912, 913, 914, 915, 916, 917,
+ 918, 911, 911, 911, 911, 911, 911, 200,
+ 928, 204, 928, 202, 200, 931, 204, 931,
+ 202, 200, 937, 204, 937, 202, 200, 937,
+ 204, 937, 911, 202, 911, 911, 912, 913,
+ 914, 915, 916, 917, 918, 912, 913, 914,
+ 915, 916, 917, 918, 911, 911, 911, 911,
+ 911, 911, 200, 949, 204, 949, 202, 200,
+ 2450, 204, 2450, 202, 200, 957, 204, 957,
+ 202, 200, 949, 204, 949, 911, 202, 911,
+ 911, 912, 913, 914, 915, 916, 917, 918,
+ 912, 913, 914, 915, 916, 917, 918, 911,
+ 911, 911, 911, 911, 911, 200, 1006, 204,
+ 1006, 202, 200, 2451, 204, 2451, 202, 200,
+ 1014, 204, 1014, 202, 200, 1019, 26, 1019,
+ 39, 39, 39, 40, 60, 42, 43, 61,
+ 45, 46, 40, 60, 42, 43, 61, 45,
+ 46, 39, 39, 39, 39, 39, 39, 21,
+ 1006, 204, 1006, 911, 202, 911, 911, 912,
+ 913, 914, 915, 916, 917, 918, 912, 913,
+ 914, 915, 916, 917, 918, 911, 911, 911,
+ 911, 911, 911, 200, 1030, 204, 1030, 202,
+ 200, 1033, 204, 1033, 202, 200, 1030, 204,
+ 1030, 911, 202, 911, 911, 912, 913, 914,
+ 915, 916, 917, 918, 912, 913, 914, 915,
+ 916, 917, 918, 911, 911, 911, 911, 911,
+ 911, 200, 1045, 204, 1045, 202, 200, 2452,
+ 204, 2452, 202, 200, 1053, 204, 1053, 202,
+ 200, 1059, 26, 1059, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 1062, 26, 1062, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 1073,
+ 26, 1073, 21, 1082, 26, 1082, 21, 1088,
+ 26, 1088, 21, 1091, 26, 1091, 21, 1062,
+ 26, 1062, 21, 1082, 26, 1082, 39, 39,
+ 39, 40, 60, 42, 43, 61, 45, 46,
+ 40, 60, 42, 43, 61, 45, 46, 39,
+ 39, 39, 39, 39, 39, 21, 1150, 26,
+ 1150, 21, 1154, 26, 1154, 21, 1150, 26,
+ 1150, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 1171, 26, 1171, 21, 1175, 26, 1175,
+ 21, 1178, 26, 1178, 21, 1171, 26, 1171,
+ 39, 39, 39, 40, 60, 42, 43, 61,
+ 45, 46, 40, 60, 42, 43, 61, 45,
+ 46, 39, 39, 39, 39, 39, 39, 21,
+ 1193, 26, 1193, 21, 2453, 26, 2453, 21,
+ 1201, 26, 1201, 21, 1193, 26, 1193, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 1218,
+ 26, 1218, 21, 2454, 26, 2454, 21, 1226,
+ 26, 1226, 21, 1218, 26, 1218, 39, 39,
+ 39, 40, 60, 42, 43, 61, 45, 46,
+ 40, 60, 42, 43, 61, 45, 46, 39,
+ 39, 39, 39, 39, 39, 21, 1240, 26,
+ 1240, 21, 1244, 26, 1244, 21, 1247, 26,
+ 1247, 21, 1240, 26, 1240, 39, 39, 39,
+ 40, 60, 42, 43, 61, 45, 46, 40,
+ 60, 42, 43, 61, 45, 46, 39, 39,
+ 39, 39, 39, 39, 21, 1262, 26, 1262,
+ 21, 2455, 26, 2455, 21, 1270, 26, 1270,
+ 21, 1262, 26, 1262, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 1286, 26, 1286, 21,
+ 1291, 26, 1291, 21, 1286, 26, 1286, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 1045,
+ 204, 1045, 911, 202, 911, 911, 912, 913,
+ 914, 915, 916, 917, 918, 912, 913, 914,
+ 915, 916, 917, 918, 911, 911, 911, 911,
+ 911, 911, 200, 1312, 204, 1312, 202, 200,
+ 1317, 204, 1317, 202, 200, 1312, 204, 1312,
+ 911, 202, 911, 911, 912, 913, 914, 915,
+ 916, 917, 918, 912, 913, 914, 915, 916,
+ 917, 918, 911, 911, 911, 911, 911, 911,
+ 200, 1337, 204, 1337, 202, 200, 1341, 204,
+ 1341, 202, 200, 1344, 204, 1344, 202, 200,
+ 1351, 398, 1351, 449, 396, 449, 449, 450,
+ 451, 452, 453, 454, 455, 456, 450, 451,
+ 452, 453, 454, 455, 456, 449, 449, 449,
+ 449, 449, 449, 394, 1364, 398, 1364, 396,
+ 394, 2456, 398, 2456, 396, 394, 1372, 398,
+ 1372, 396, 394, 1364, 398, 1364, 449, 396,
+ 449, 449, 450, 451, 452, 453, 454, 455,
+ 456, 450, 451, 452, 453, 454, 455, 456,
+ 449, 449, 449, 449, 449, 449, 394, 1418,
+ 398, 1418, 396, 394, 1422, 398, 1422, 396,
+ 394, 1425, 398, 1425, 396, 394, 1432, 204,
+ 1432, 911, 202, 911, 911, 912, 913, 914,
+ 915, 916, 917, 918, 912, 913, 914, 915,
+ 916, 917, 918, 911, 911, 911, 911, 911,
+ 911, 200, 1418, 398, 1418, 449, 396, 449,
+ 449, 450, 451, 452, 453, 454, 455, 456,
+ 450, 451, 452, 453, 454, 455, 456, 449,
+ 449, 449, 449, 449, 449, 394, 1445, 398,
+ 1445, 396, 394, 2457, 398, 2457, 396, 394,
+ 1453, 398, 1453, 396, 394, 1445, 398, 1445,
+ 449, 396, 449, 449, 450, 451, 452, 453,
+ 454, 455, 456, 450, 451, 452, 453, 454,
+ 455, 456, 449, 449, 449, 449, 449, 449,
+ 394, 1466, 398, 1466, 396, 394, 1471, 398,
+ 1471, 396, 394, 1466, 398, 1466, 449, 396,
+ 449, 449, 450, 451, 452, 453, 454, 455,
+ 456, 450, 451, 452, 453, 454, 455, 456,
+ 449, 449, 449, 449, 449, 449, 394, 1337,
+ 204, 1337, 911, 202, 911, 911, 912, 913,
+ 914, 915, 916, 917, 918, 912, 913, 914,
+ 915, 916, 917, 918, 911, 911, 911, 911,
+ 911, 911, 200, 1495, 204, 1495, 202, 200,
+ 1499, 204, 1499, 202, 200, 1495, 204, 1495,
+ 911, 202, 911, 911, 912, 913, 914, 915,
+ 916, 917, 918, 912, 913, 914, 915, 916,
+ 917, 918, 911, 911, 911, 911, 911, 911,
+ 200, 888, 204, 888, 911, 202, 911, 911,
+ 912, 913, 914, 915, 916, 917, 918, 912,
+ 913, 914, 915, 916, 917, 918, 911, 911,
+ 911, 911, 911, 911, 200, 1555, 204, 1555,
+ 202, 200, 1559, 204, 1559, 202, 200, 1555,
+ 204, 1555, 911, 202, 911, 911, 912, 913,
+ 914, 915, 916, 917, 918, 912, 913, 914,
+ 915, 916, 917, 918, 911, 911, 911, 911,
+ 911, 911, 200, 1576, 204, 1576, 202, 200,
+ 1579, 204, 1579, 202, 200, 1582, 204, 1582,
+ 202, 200, 1576, 204, 1576, 911, 202, 911,
+ 911, 912, 913, 914, 915, 916, 917, 918,
+ 912, 913, 914, 915, 916, 917, 918, 911,
+ 911, 911, 911, 911, 911, 200, 1594, 204,
+ 1594, 202, 200, 2458, 204, 2458, 202, 200,
+ 1601, 204, 1601, 202, 200, 1594, 204, 1594,
+ 911, 202, 911, 911, 912, 913, 914, 915,
+ 916, 917, 918, 912, 913, 914, 915, 916,
+ 917, 918, 911, 911, 911, 911, 911, 911,
+ 200, 1614, 204, 1614, 202, 200, 2459, 204,
+ 2459, 202, 200, 1621, 204, 1621, 202, 200,
+ 1614, 204, 1614, 911, 202, 911, 911, 912,
+ 913, 914, 915, 916, 917, 918, 912, 913,
+ 914, 915, 916, 917, 918, 911, 911, 911,
+ 911, 911, 911, 200, 1631, 204, 1631, 202,
+ 200, 1634, 204, 1634, 202, 200, 1631, 204,
+ 1631, 911, 202, 911, 911, 912, 913, 914,
+ 915, 916, 917, 918, 912, 913, 914, 915,
+ 916, 917, 918, 911, 911, 911, 911, 911,
+ 911, 200, 1646, 204, 1646, 202, 200, 2460,
+ 204, 2460, 202, 200, 1653, 204, 1653, 202,
+ 200, 1646, 204, 1646, 911, 202, 911, 911,
+ 912, 913, 914, 915, 916, 917, 918, 912,
+ 913, 914, 915, 916, 917, 918, 911, 911,
+ 911, 911, 911, 911, 200, 1665, 204, 1665,
+ 202, 200, 1670, 204, 1670, 202, 200, 1665,
+ 204, 1665, 911, 202, 911, 911, 912, 913,
+ 914, 915, 916, 917, 918, 912, 913, 914,
+ 915, 916, 917, 918, 911, 911, 911, 911,
+ 911, 911, 200, 853, 26, 853, 39, 39,
+ 39, 40, 60, 42, 43, 61, 45, 46,
+ 40, 60, 42, 43, 61, 45, 46, 39,
+ 39, 39, 39, 39, 39, 21, 1691, 26,
+ 1691, 21, 2461, 26, 2461, 21, 1699, 26,
+ 1699, 21, 1691, 26, 1691, 39, 39, 39,
+ 40, 60, 42, 43, 61, 45, 46, 40,
+ 60, 42, 43, 61, 45, 46, 39, 39,
+ 39, 39, 39, 39, 21, 1715, 26, 1715,
+ 21, 1720, 26, 1720, 21, 1715, 26, 1715,
+ 39, 39, 39, 40, 60, 42, 43, 61,
+ 45, 46, 40, 60, 42, 43, 61, 45,
+ 46, 39, 39, 39, 39, 39, 39, 21,
+ 660, 26, 660, 39, 39, 39, 40, 60,
+ 42, 43, 61, 45, 46, 40, 60, 42,
+ 43, 61, 45, 46, 39, 39, 39, 39,
+ 39, 39, 21, 1739, 26, 1739, 21, 1743,
+ 26, 1743, 21, 1746, 26, 1746, 21, 1739,
+ 26, 1739, 39, 39, 39, 40, 60, 42,
+ 43, 61, 45, 46, 40, 60, 42, 43,
+ 61, 45, 46, 39, 39, 39, 39, 39,
+ 39, 21, 1761, 26, 1761, 21, 2462, 26,
+ 2462, 21, 1769, 26, 1769, 21, 1761, 26,
+ 1761, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 1785, 26, 1785, 21, 1790, 26, 1790,
+ 21, 1785, 26, 1785, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 487, 398, 487, 449,
+ 396, 449, 449, 450, 451, 452, 453, 454,
+ 455, 456, 450, 451, 452, 453, 454, 455,
+ 456, 449, 449, 449, 449, 449, 449, 394,
+ 1811, 398, 1811, 396, 394, 1814, 398, 1814,
+ 396, 394, 1811, 398, 1811, 449, 396, 449,
+ 449, 450, 451, 452, 453, 454, 455, 456,
+ 450, 451, 452, 453, 454, 455, 456, 449,
+ 449, 449, 449, 449, 449, 394, 1829, 398,
+ 1829, 396, 394, 1833, 398, 1833, 396, 394,
+ 1829, 398, 1829, 449, 396, 449, 449, 450,
+ 451, 452, 453, 454, 455, 456, 450, 451,
+ 452, 453, 454, 455, 456, 449, 449, 449,
+ 449, 449, 449, 394, 426, 398, 426, 449,
+ 396, 449, 449, 450, 451, 452, 453, 454,
+ 455, 456, 450, 451, 452, 453, 454, 455,
+ 456, 449, 449, 449, 449, 449, 449, 394,
+ 1889, 398, 1889, 396, 394, 1893, 398, 1893,
+ 396, 394, 1889, 398, 1889, 449, 396, 449,
+ 449, 450, 451, 452, 453, 454, 455, 456,
+ 450, 451, 452, 453, 454, 455, 456, 449,
+ 449, 449, 449, 449, 449, 394, 1910, 398,
+ 1910, 396, 394, 1913, 398, 1913, 396, 394,
+ 1910, 398, 1910, 449, 396, 449, 449, 450,
+ 451, 452, 453, 454, 455, 456, 450, 451,
+ 452, 453, 454, 455, 456, 449, 449, 449,
+ 449, 449, 449, 394, 1925, 398, 1925, 396,
+ 394, 2463, 398, 2463, 396, 394, 1932, 398,
+ 1932, 396, 394, 1925, 398, 1925, 449, 396,
+ 449, 449, 450, 451, 452, 453, 454, 455,
+ 456, 450, 451, 452, 453, 454, 455, 456,
+ 449, 449, 449, 449, 449, 449, 394, 1945,
+ 398, 1945, 396, 394, 2464, 398, 2464, 396,
+ 394, 1952, 398, 1952, 396, 394, 1945, 398,
+ 1945, 449, 396, 449, 449, 450, 451, 452,
+ 453, 454, 455, 456, 450, 451, 452, 453,
+ 454, 455, 456, 449, 449, 449, 449, 449,
+ 449, 394, 1962, 398, 1962, 396, 394, 1965,
+ 398, 1965, 396, 394, 1968, 398, 1968, 396,
+ 394, 1962, 398, 1962, 449, 396, 449, 449,
+ 450, 451, 452, 453, 454, 455, 456, 450,
+ 451, 452, 453, 454, 455, 456, 449, 449,
+ 449, 449, 449, 449, 394, 1980, 398, 1980,
+ 396, 394, 2465, 398, 2465, 396, 394, 1987,
+ 398, 1987, 396, 394, 1980, 398, 1980, 449,
+ 396, 449, 449, 450, 451, 452, 453, 454,
+ 455, 456, 450, 451, 452, 453, 454, 455,
+ 456, 449, 449, 449, 449, 449, 449, 394,
+ 1999, 398, 1999, 396, 394, 2004, 398, 2004,
+ 396, 394, 1999, 398, 1999, 449, 396, 449,
+ 449, 450, 451, 452, 453, 454, 455, 456,
+ 450, 451, 452, 453, 454, 455, 456, 449,
+ 449, 449, 449, 449, 449, 394, 378, 26,
+ 378, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 2025, 26, 2025, 21, 2466, 26, 2466,
+ 21, 2033, 26, 2033, 21, 2025, 26, 2025,
+ 39, 39, 39, 40, 60, 42, 43, 61,
+ 45, 46, 40, 60, 42, 43, 61, 45,
+ 46, 39, 39, 39, 39, 39, 39, 21,
+ 2046, 26, 2046, 21, 2467, 26, 2467, 21,
+ 2054, 26, 2054, 21, 2046, 26, 2046, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 2064,
+ 26, 2064, 21, 2068, 26, 2068, 21, 2071,
+ 26, 2071, 21, 2064, 26, 2064, 39, 39,
+ 39, 40, 60, 42, 43, 61, 45, 46,
+ 40, 60, 42, 43, 61, 45, 46, 39,
+ 39, 39, 39, 39, 39, 21, 2086, 26,
+ 2086, 21, 2468, 26, 2468, 21, 2094, 26,
+ 2094, 21, 2086, 26, 2086, 39, 39, 39,
+ 40, 60, 42, 43, 61, 45, 46, 40,
+ 60, 42, 43, 61, 45, 46, 39, 39,
+ 39, 39, 39, 39, 21, 2106, 26, 2106,
+ 21, 2111, 26, 2111, 21, 2106, 26, 2106,
+ 39, 39, 39, 40, 60, 42, 43, 61,
+ 45, 46, 40, 60, 42, 43, 61, 45,
+ 46, 39, 39, 39, 39, 39, 39, 21,
+ 186, 26, 186, 39, 39, 39, 40, 60,
+ 42, 43, 61, 45, 46, 40, 60, 42,
+ 43, 61, 45, 46, 39, 39, 39, 39,
+ 39, 39, 21, 2132, 26, 2132, 21, 2136,
+ 26, 2136, 21, 2139, 26, 2139, 21, 2132,
+ 26, 2132, 39, 39, 39, 40, 60, 42,
+ 43, 61, 45, 46, 40, 60, 42, 43,
+ 61, 45, 46, 39, 39, 39, 39, 39,
+ 39, 21, 2155, 26, 2155, 21, 2159, 26,
+ 2159, 21, 2155, 26, 2155, 39, 39, 39,
+ 40, 60, 42, 43, 61, 45, 46, 40,
+ 60, 42, 43, 61, 45, 46, 39, 39,
+ 39, 39, 39, 39, 21, 2176, 26, 2176,
+ 21, 2180, 26, 2180, 21, 2183, 26, 2183,
+ 21, 2187, 398, 2187, 396, 394, 2196, 26,
+ 2196, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 2199, 26, 2199, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 2210, 26, 2210, 21,
+ 2219, 26, 2219, 21, 2224, 26, 2224, 21,
+ 2199, 26, 2199, 21, 2219, 26, 2219, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 2280,
+ 26, 2280, 21, 2284, 26, 2284, 21, 2280,
+ 26, 2280, 39, 39, 39, 40, 60, 42,
+ 43, 61, 45, 46, 40, 60, 42, 43,
+ 61, 45, 46, 39, 39, 39, 39, 39,
+ 39, 21, 2301, 26, 2301, 21, 2305, 26,
+ 2305, 21, 2308, 26, 2308, 21, 2301, 26,
+ 2301, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 2323, 26, 2323, 21, 2469, 26, 2469,
+ 21, 2323, 26, 2323, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 2340, 26, 2340, 21,
+ 2470, 26, 2470, 21, 2340, 26, 2340, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 2354,
+ 26, 2354, 21, 2358, 26, 2358, 21, 2361,
+ 26, 2361, 21, 2354, 26, 2354, 39, 39,
+ 39, 40, 60, 42, 43, 61, 45, 46,
+ 40, 60, 42, 43, 61, 45, 46, 39,
+ 39, 39, 39, 39, 39, 21, 2376, 26,
+ 2376, 21, 2471, 26, 2471, 21, 2376, 26,
+ 2376, 39, 39, 39, 40, 60, 42, 43,
+ 61, 45, 46, 40, 60, 42, 43, 61,
+ 45, 46, 39, 39, 39, 39, 39, 39,
+ 21, 2392, 26, 2392, 21, 2397, 26, 2397,
+ 21, 2392, 26, 2392, 39, 39, 39, 40,
+ 60, 42, 43, 61, 45, 46, 40, 60,
+ 42, 43, 61, 45, 46, 39, 39, 39,
+ 39, 39, 39, 21, 2176, 26, 2176, 39,
+ 39, 39, 40, 60, 42, 43, 61, 45,
+ 46, 40, 60, 42, 43, 61, 45, 46,
+ 39, 39, 39, 39, 39, 39, 21, 2416,
+ 26, 2416, 21, 2420, 26, 2420, 21, 2423,
+ 26, 2423, 21, 2427, 204, 2427, 202, 200,
+ 2416, 26, 2416, 39, 39, 39, 40, 60,
+ 42, 43, 61, 45, 46, 40, 60, 42,
+ 43, 61, 45, 46, 39, 39, 39, 39,
+ 39, 39, 21, 0
+};
+
+static const short _thttp_machine_parser_header_WWW_Authenticate_trans_targs[] = {
+ 2, 0, 1736, 3, 4, 5, 6, 7,
+ 8, 9, 10, 11, 12, 13, 14, 15,
+ 16, 17, 18, 19, 20, 21, 23, 1734,
+ 26, 1728, 22, 1738, 24, 1739, 25, 27,
+ 28, 29, 30, 31, 32, 31, 32, 34,
+ 41, 1536, 56, 110, 1712, 147, 165, 1740,
+ 33, 35, 42, 34, 38, 44, 35, 36,
+ 38, 1741, 37, 39, 43, 129, 1742, 40,
+ 1520, 1743, 1505, 45, 73, 49, 74, 1744,
+ 46, 47, 1745, 48, 50, 51, 206, 1746,
+ 52, 55, 52, 53, 1747, 54, 1748, 57,
+ 58, 59, 60, 61, 109, 64, 61, 62,
+ 1749, 63, 64, 65, 69, 1750, 66, 67,
+ 1751, 68, 69, 70, 71, 72, 1752, 52,
+ 55, 38, 75, 108, 76, 79, 77, 78,
+ 80, 95, 81, 93, 82, 83, 91, 84,
+ 85, 89, 86, 87, 88, 90, 92, 94,
+ 96, 104, 97, 100, 98, 99, 101, 102,
+ 103, 105, 106, 107, 1753, 111, 112, 113,
+ 114, 115, 116, 128, 119, 116, 117, 1754,
+ 118, 119, 120, 124, 1755, 121, 122, 1756,
+ 123, 124, 125, 126, 127, 1757, 52, 55,
+ 38, 1758, 130, 131, 132, 1504, 135, 132,
+ 133, 1759, 134, 136, 140, 1760, 137, 138,
+ 1761, 139, 141, 142, 184, 144, 185, 141,
+ 142, 184, 144, 185, 143, 1762, 144, 145,
+ 1763, 146, 55, 148, 149, 150, 151, 152,
+ 164, 155, 152, 153, 1764, 154, 155, 156,
+ 160, 1765, 157, 158, 1766, 159, 160, 161,
+ 162, 163, 1767, 52, 55, 38, 1768, 166,
+ 167, 168, 169, 170, 183, 173, 170, 171,
+ 1769, 172, 174, 176, 181, 1770, 175, 177,
+ 178, 179, 180, 52, 55, 38, 182, 1771,
+ 1772, 186, 186, 187, 191, 1773, 188, 189,
+ 1774, 190, 192, 194, 244, 261, 1429, 1443,
+ 1458, 1471, 1485, 1775, 193, 195, 243, 194,
+ 191, 198, 195, 196, 1776, 197, 199, 207,
+ 203, 208, 1777, 200, 201, 1778, 202, 204,
+ 189, 204, 205, 1779, 209, 242, 210, 213,
+ 211, 212, 214, 229, 215, 227, 216, 217,
+ 225, 218, 219, 223, 220, 221, 222, 224,
+ 226, 228, 230, 238, 231, 234, 232, 233,
+ 235, 236, 237, 239, 240, 241, 1780, 245,
+ 246, 247, 248, 249, 250, 251, 252, 253,
+ 260, 256, 253, 254, 1781, 255, 257, 259,
+ 1782, 258, 204, 189, 259, 191, 1783, 262,
+ 263, 264, 265, 266, 267, 1428, 270, 267,
+ 268, 1784, 269, 271, 275, 1785, 272, 273,
+ 1786, 274, 276, 277, 281, 297, 144, 284,
+ 280, 276, 277, 279, 144, 280, 278, 1787,
+ 1788, 186, 281, 282, 284, 1789, 283, 285,
+ 287, 1324, 1341, 1354, 1368, 1383, 1395, 1409,
+ 1790, 286, 288, 1323, 287, 284, 291, 288,
+ 289, 1791, 290, 292, 296, 1287, 1792, 293,
+ 294, 1793, 295, 281, 297, 1794, 299, 306,
+ 298, 302, 308, 299, 300, 302, 1795, 301,
+ 303, 298, 305, 307, 318, 917, 968, 984,
+ 998, 1796, 304, 1271, 1797, 1259, 309, 313,
+ 931, 1798, 310, 311, 1799, 312, 314, 317,
+ 314, 315, 1800, 316, 1801, 319, 320, 321,
+ 322, 323, 1258, 326, 323, 324, 1802, 325,
+ 326, 327, 331, 1803, 328, 329, 1804, 330,
+ 331, 331, 332, 336, 1805, 333, 334, 1806,
+ 335, 337, 339, 389, 406, 422, 437, 1211,
+ 1224, 1239, 1807, 338, 340, 388, 339, 336,
+ 343, 340, 341, 1808, 342, 344, 349, 348,
+ 352, 1809, 345, 346, 1810, 347, 204, 189,
+ 191, 350, 334, 350, 351, 1811, 353, 387,
+ 354, 357, 367, 355, 356, 358, 374, 359,
+ 372, 360, 361, 370, 362, 363, 368, 364,
+ 365, 366, 369, 371, 373, 375, 383, 376,
+ 379, 377, 378, 380, 381, 382, 384, 385,
+ 386, 1812, 390, 391, 392, 393, 394, 395,
+ 396, 397, 398, 405, 401, 398, 399, 1813,
+ 400, 402, 404, 1814, 403, 350, 334, 404,
+ 336, 1815, 407, 408, 409, 410, 411, 412,
+ 421, 415, 412, 413, 1816, 414, 416, 420,
+ 1817, 417, 418, 1818, 419, 281, 297, 284,
+ 1819, 423, 424, 425, 426, 427, 436, 430,
+ 427, 428, 1820, 429, 430, 431, 435, 1821,
+ 432, 433, 1822, 434, 435, 350, 334, 336,
+ 1823, 438, 439, 440, 441, 442, 443, 1210,
+ 446, 443, 444, 1824, 445, 446, 447, 451,
+ 1825, 448, 449, 1826, 450, 451, 452, 469,
+ 455, 452, 453, 455, 1827, 454, 456, 458,
+ 507, 524, 540, 555, 571, 1176, 1191, 1828,
+ 457, 459, 506, 458, 455, 462, 459, 460,
+ 1829, 461, 463, 468, 467, 470, 1830, 464,
+ 465, 1831, 466, 204, 189, 191, 452, 469,
+ 1832, 471, 505, 472, 475, 485, 473, 474,
+ 476, 492, 477, 490, 478, 479, 488, 480,
+ 481, 486, 482, 483, 484, 487, 489, 491,
+ 493, 501, 494, 497, 495, 496, 498, 499,
+ 500, 502, 503, 504, 1833, 508, 509, 510,
+ 511, 512, 513, 514, 515, 516, 523, 519,
+ 516, 517, 1834, 518, 520, 522, 1835, 521,
+ 452, 469, 522, 455, 1836, 525, 526, 527,
+ 528, 529, 530, 539, 533, 530, 531, 1837,
+ 532, 534, 538, 1838, 535, 536, 1839, 537,
+ 281, 297, 284, 1840, 541, 542, 543, 544,
+ 545, 554, 548, 545, 546, 1841, 547, 548,
+ 549, 553, 1842, 550, 551, 1843, 552, 553,
+ 350, 334, 336, 1844, 556, 557, 558, 559,
+ 560, 561, 570, 564, 561, 562, 1845, 563,
+ 564, 565, 569, 1846, 566, 567, 1847, 568,
+ 569, 452, 469, 455, 1848, 572, 573, 574,
+ 1175, 577, 574, 575, 1849, 576, 578, 582,
+ 1850, 579, 580, 1851, 581, 583, 599, 586,
+ 583, 584, 586, 1852, 585, 587, 589, 1071,
+ 1088, 1103, 1117, 1132, 1142, 1156, 1853, 588,
+ 590, 1070, 589, 586, 593, 590, 591, 1854,
+ 592, 594, 598, 1034, 1855, 595, 596, 1856,
+ 597, 583, 599, 1857, 601, 608, 600, 604,
+ 610, 601, 602, 604, 1858, 603, 605, 600,
+ 607, 609, 620, 670, 688, 698, 881, 1859,
+ 606, 1018, 1860, 900, 611, 615, 633, 1861,
+ 612, 613, 1862, 614, 616, 619, 616, 617,
+ 1863, 618, 1864, 621, 622, 623, 624, 625,
+ 669, 628, 625, 626, 1865, 627, 628, 629,
+ 331, 1866, 630, 631, 1867, 632, 331, 634,
+ 668, 635, 638, 648, 636, 637, 639, 655,
+ 640, 653, 641, 642, 651, 643, 644, 649,
+ 645, 646, 647, 650, 652, 654, 656, 664,
+ 657, 660, 658, 659, 661, 662, 663, 665,
+ 666, 667, 1868, 671, 672, 673, 674, 675,
+ 676, 687, 679, 676, 677, 1869, 678, 679,
+ 680, 684, 1870, 681, 682, 1871, 683, 684,
+ 684, 685, 1872, 686, 469, 1873, 689, 690,
+ 691, 697, 694, 691, 692, 1874, 693, 695,
+ 1875, 696, 1876, 699, 700, 701, 702, 703,
+ 880, 706, 703, 704, 1877, 705, 706, 707,
+ 711, 1878, 708, 709, 1879, 710, 711, 711,
+ 712, 716, 1880, 713, 714, 1881, 715, 717,
+ 719, 769, 786, 802, 817, 833, 846, 861,
+ 1882, 718, 720, 768, 719, 716, 723, 720,
+ 721, 1883, 722, 724, 729, 728, 732, 1884,
+ 725, 726, 1885, 727, 204, 189, 191, 730,
+ 714, 730, 731, 1886, 733, 767, 734, 737,
+ 747, 735, 736, 738, 754, 739, 752, 740,
+ 741, 750, 742, 743, 748, 744, 745, 746,
+ 749, 751, 753, 755, 763, 756, 759, 757,
+ 758, 760, 761, 762, 764, 765, 766, 1887,
+ 770, 771, 772, 773, 774, 775, 776, 777,
+ 778, 785, 781, 778, 779, 1888, 780, 782,
+ 784, 1889, 783, 730, 714, 784, 716, 1890,
+ 787, 788, 789, 790, 791, 792, 801, 795,
+ 792, 793, 1891, 794, 796, 800, 1892, 797,
+ 798, 1893, 799, 281, 297, 284, 1894, 803,
+ 804, 805, 806, 807, 816, 810, 807, 808,
+ 1895, 809, 810, 811, 815, 1896, 812, 813,
+ 1897, 814, 815, 350, 334, 336, 1898, 818,
+ 819, 820, 821, 822, 823, 832, 826, 823,
+ 824, 1899, 825, 826, 827, 831, 1900, 828,
+ 829, 1901, 830, 831, 452, 469, 455, 1902,
+ 834, 835, 836, 845, 839, 836, 837, 1903,
+ 838, 840, 844, 1904, 841, 842, 1905, 843,
+ 583, 599, 586, 1906, 847, 848, 849, 850,
+ 851, 860, 854, 851, 852, 1907, 853, 854,
+ 855, 859, 1908, 856, 857, 1909, 858, 859,
+ 730, 714, 716, 1910, 862, 863, 864, 865,
+ 866, 879, 869, 866, 867, 1911, 868, 870,
+ 872, 877, 1912, 871, 873, 874, 875, 876,
+ 730, 714, 716, 878, 1913, 1914, 882, 883,
+ 884, 885, 886, 899, 889, 886, 887, 1915,
+ 888, 890, 892, 897, 1916, 891, 893, 894,
+ 895, 896, 616, 619, 604, 898, 1917, 901,
+ 902, 903, 904, 905, 1017, 908, 905, 906,
+ 1918, 907, 909, 913, 1919, 910, 911, 1920,
+ 912, 914, 915, 284, 914, 915, 1921, 916,
+ 297, 918, 919, 920, 921, 922, 923, 967,
+ 926, 923, 924, 1922, 925, 926, 927, 684,
+ 1923, 928, 929, 1924, 930, 684, 932, 966,
+ 933, 936, 946, 934, 935, 937, 953, 938,
+ 951, 939, 940, 949, 941, 942, 947, 943,
+ 944, 945, 948, 950, 952, 954, 962, 955,
+ 958, 956, 957, 959, 960, 961, 963, 964,
+ 965, 1925, 969, 970, 971, 983, 974, 971,
+ 972, 1926, 973, 975, 979, 1927, 976, 977,
+ 1928, 978, 980, 981, 586, 980, 981, 1929,
+ 982, 599, 1930, 985, 986, 987, 988, 989,
+ 997, 992, 989, 990, 1931, 991, 992, 993,
+ 711, 1932, 994, 995, 1933, 996, 711, 1934,
+ 999, 1000, 1001, 1002, 1003, 1016, 1006, 1003,
+ 1004, 1935, 1005, 1007, 1009, 1014, 1936, 1008,
+ 1010, 1011, 1012, 1013, 314, 317, 302, 1015,
+ 1937, 1938, 1019, 1020, 1021, 1022, 1023, 1024,
+ 1025, 1026, 1033, 1029, 1026, 1027, 1939, 1028,
+ 1030, 1032, 1940, 1031, 616, 619, 1032, 604,
+ 1941, 1035, 1069, 1036, 1039, 1049, 1037, 1038,
+ 1040, 1056, 1041, 1054, 1042, 1043, 1052, 1044,
+ 1045, 1050, 1046, 1047, 1048, 1051, 1053, 1055,
+ 1057, 1065, 1058, 1061, 1059, 1060, 1062, 1063,
+ 1064, 1066, 1067, 1068, 1942, 1072, 1073, 1074,
+ 1075, 1076, 1077, 1078, 1079, 1080, 1087, 1083,
+ 1080, 1081, 1943, 1082, 1084, 1086, 1944, 1085,
+ 583, 599, 1086, 586, 1945, 1089, 1090, 1091,
+ 1092, 1093, 1094, 1102, 1097, 1094, 1095, 1946,
+ 1096, 1098, 1947, 1099, 1100, 1948, 1101, 1949,
+ 1104, 1105, 1106, 1107, 1108, 1116, 1111, 1108,
+ 1109, 1950, 1110, 1111, 1112, 1951, 1113, 1114,
+ 1952, 1115, 1953, 1118, 1119, 1120, 1121, 1122,
+ 1123, 1131, 1126, 1123, 1124, 1954, 1125, 1126,
+ 1127, 1955, 1128, 1129, 1956, 1130, 1957, 1133,
+ 1134, 1135, 1141, 1138, 1135, 1136, 1958, 1137,
+ 1139, 1959, 1140, 1960, 1143, 1144, 1145, 1146,
+ 1147, 1155, 1150, 1147, 1148, 1961, 1149, 1150,
+ 1151, 1962, 1152, 1153, 1963, 1154, 1964, 1157,
+ 1158, 1159, 1160, 1161, 1174, 1164, 1161, 1162,
+ 1965, 1163, 1165, 1167, 1172, 1966, 1166, 1168,
+ 1169, 1170, 1171, 583, 599, 586, 1173, 1967,
+ 1968, 1177, 1178, 1179, 1180, 1181, 1190, 1184,
+ 1181, 1182, 1969, 1183, 1184, 1185, 1189, 1970,
+ 1186, 1187, 1971, 1188, 1189, 730, 714, 716,
+ 1972, 1192, 1193, 1194, 1195, 1196, 1209, 1199,
+ 1196, 1197, 1973, 1198, 1200, 1202, 1207, 1974,
+ 1201, 1203, 1204, 1205, 1206, 452, 469, 455,
+ 1208, 1975, 1976, 1212, 1213, 1214, 1223, 1217,
+ 1214, 1215, 1977, 1216, 1218, 1222, 1978, 1219,
+ 1220, 1979, 1221, 583, 599, 586, 1980, 1225,
+ 1226, 1227, 1228, 1229, 1238, 1232, 1229, 1230,
+ 1981, 1231, 1232, 1233, 1237, 1982, 1234, 1235,
+ 1983, 1236, 1237, 730, 714, 716, 1984, 1240,
+ 1241, 1242, 1243, 1244, 1257, 1247, 1244, 1245,
+ 1985, 1246, 1248, 1250, 1255, 1986, 1249, 1251,
+ 1252, 1253, 1254, 350, 334, 336, 1256, 1987,
+ 1988, 1260, 1261, 1262, 1263, 1264, 1270, 1267,
+ 1264, 1265, 1989, 1266, 1268, 1990, 1269, 1991,
+ 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279,
+ 1286, 1282, 1279, 1280, 1992, 1281, 1283, 1285,
+ 1993, 1284, 314, 317, 1285, 302, 1994, 1288,
+ 1322, 1289, 1292, 1302, 1290, 1291, 1293, 1309,
+ 1294, 1307, 1295, 1296, 1305, 1297, 1298, 1303,
+ 1299, 1300, 1301, 1304, 1306, 1308, 1310, 1318,
+ 1311, 1314, 1312, 1313, 1315, 1316, 1317, 1319,
+ 1320, 1321, 1995, 1325, 1326, 1327, 1328, 1329,
+ 1330, 1331, 1332, 1333, 1340, 1336, 1333, 1334,
+ 1996, 1335, 1337, 1339, 1997, 1338, 281, 297,
+ 1339, 284, 1998, 1342, 1343, 1344, 1345, 1346,
+ 1347, 1353, 1350, 1347, 1348, 1999, 1349, 1351,
+ 2000, 1352, 2001, 1355, 1356, 1357, 1358, 1359,
+ 1367, 1362, 1359, 1360, 2002, 1361, 1362, 1363,
+ 2003, 1364, 1365, 2004, 1366, 2005, 1369, 1370,
+ 1371, 1372, 1373, 1374, 1382, 1377, 1374, 1375,
+ 2006, 1376, 1377, 1378, 2007, 1379, 1380, 2008,
+ 1381, 2009, 1384, 1385, 1386, 1394, 1389, 1386,
+ 1387, 2010, 1388, 1390, 2011, 1391, 1392, 2012,
+ 1393, 2013, 1396, 1397, 1398, 1399, 1400, 1408,
+ 1403, 1400, 1401, 2014, 1402, 1403, 1404, 2015,
+ 1405, 1406, 2016, 1407, 2017, 1410, 1411, 1412,
+ 1413, 1414, 1427, 1417, 1414, 1415, 2018, 1416,
+ 1418, 1420, 1425, 2019, 1419, 1421, 1422, 1423,
+ 1424, 281, 297, 284, 1426, 2020, 2021, 1430,
+ 1431, 1432, 1433, 1434, 1442, 1437, 1434, 1435,
+ 2022, 1436, 1437, 1438, 367, 2023, 1439, 1440,
+ 2024, 1441, 2025, 1444, 1445, 1446, 1447, 1448,
+ 1449, 1457, 1452, 1449, 1450, 2026, 1451, 1452,
+ 1453, 485, 2027, 1454, 1455, 2028, 1456, 2029,
+ 1459, 1460, 1461, 1470, 1464, 1461, 1462, 2030,
+ 1463, 1465, 1469, 2031, 1466, 1467, 2032, 1468,
+ 583, 599, 586, 2033, 1472, 1473, 1474, 1475,
+ 1476, 1484, 1479, 1476, 1477, 2034, 1478, 1479,
+ 1480, 747, 2035, 1481, 1482, 2036, 1483, 2037,
+ 1486, 1487, 1488, 1489, 1490, 1503, 1493, 1490,
+ 1491, 2038, 1492, 1494, 1496, 1501, 2039, 1495,
+ 1497, 1498, 1499, 1500, 204, 189, 191, 1502,
+ 2040, 2041, 1506, 1507, 1508, 1509, 1510, 1519,
+ 1513, 1510, 1511, 2042, 1512, 1514, 1518, 2043,
+ 1515, 1516, 2044, 1517, 279, 2045, 1521, 1522,
+ 1523, 1524, 1525, 1526, 1527, 1528, 1535, 1531,
+ 1528, 1529, 2046, 1530, 1532, 1534, 2047, 1533,
+ 52, 55, 1534, 38, 2048, 1537, 1538, 1539,
+ 1540, 1541, 1542, 1711, 1545, 1542, 1543, 2049,
+ 1544, 1546, 1550, 2050, 1547, 1548, 2051, 1549,
+ 1551, 1552, 1553, 1551, 1552, 1553, 2052, 1554,
+ 1554, 1555, 1559, 2053, 1556, 1557, 2054, 1558,
+ 1560, 1562, 1609, 1626, 1642, 1654, 1667, 1680,
+ 1692, 2055, 1561, 1563, 1608, 1562, 1559, 1566,
+ 1563, 1564, 2056, 1565, 1567, 1569, 1572, 2057,
+ 1568, 1570, 1557, 1570, 1571, 2058, 1573, 1607,
+ 1574, 1577, 1587, 1575, 1576, 1578, 1594, 1579,
+ 1592, 1580, 1581, 1590, 1582, 1583, 1588, 1584,
+ 1585, 1586, 1589, 1591, 1593, 1595, 1603, 1596,
+ 1599, 1597, 1598, 1600, 1601, 1602, 1604, 1605,
+ 1606, 2059, 1610, 1611, 1612, 1613, 1614, 1615,
+ 1616, 1617, 1618, 1625, 1621, 1618, 1619, 2060,
+ 1620, 1622, 1624, 2061, 1623, 1570, 1557, 1624,
+ 1559, 2062, 1627, 1628, 1629, 1630, 1631, 1632,
+ 1641, 1635, 1632, 1633, 2063, 1634, 1636, 1640,
+ 2064, 1637, 1638, 2065, 1639, 281, 297, 284,
+ 2066, 1643, 1644, 1645, 1646, 1647, 1653, 1650,
+ 1647, 1648, 2067, 1649, 1650, 1651, 2068, 1652,
+ 2069, 1655, 1656, 1657, 1658, 1659, 1660, 1666,
+ 1663, 1660, 1661, 2070, 1662, 1663, 1664, 2071,
+ 1665, 2072, 1668, 1669, 1670, 1679, 1673, 1670,
+ 1671, 2073, 1672, 1674, 1678, 2074, 1675, 1676,
+ 2075, 1677, 583, 599, 586, 2076, 1681, 1682,
+ 1683, 1684, 1685, 1691, 1688, 1685, 1686, 2077,
+ 1687, 1688, 1689, 2078, 1690, 2079, 1693, 1694,
+ 1695, 1696, 1697, 1710, 1700, 1697, 1698, 2080,
+ 1699, 1701, 1703, 1708, 2081, 1702, 1704, 1705,
+ 1706, 1707, 1570, 1557, 1559, 1709, 2082, 2083,
+ 1713, 1714, 1715, 1727, 1718, 1715, 1716, 2084,
+ 1717, 1719, 1723, 2085, 1720, 1721, 2086, 1722,
+ 1724, 1725, 1726, 1724, 1725, 1726, 2087, 1554,
+ 2088, 1729, 1730, 1731, 1732, 1733, 31, 32,
+ 1735, 1737, 66, 121, 157, 328, 432, 448,
+ 550, 566, 630, 681, 708, 812, 828, 856,
+ 928, 994, 1113, 1128, 1152, 1186, 1234, 1364,
+ 1379, 1405, 1439, 1454, 1481, 1652, 1665, 1690
+};
+
+static const char _thttp_machine_parser_header_WWW_Authenticate_trans_actions[] = {
+ 9, 0, 7, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 27, 0, 27, 0, 0,
+ 0, 0, 0, 5, 5, 0, 0, 1,
+ 1, 1, 1, 1, 1, 1, 1, 27,
+ 0, 25, 25, 0, 25, 0, 0, 0,
+ 0, 27, 0, 0, 1, 1, 27, 0,
+ 0, 27, 0, 0, 0, 0, 0, 27,
+ 0, 0, 27, 0, 0, 0, 0, 27,
+ 25, 25, 0, 0, 27, 0, 27, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 1, 1, 1, 27, 1, 1,
+ 27, 0, 0, 0, 0, 0, 27, 15,
+ 15, 15, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 27, 0, 0, 0,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 1, 1, 1, 27, 1, 1, 27,
+ 0, 0, 0, 0, 0, 27, 17, 17,
+ 17, 27, 0, 0, 25, 25, 0, 0,
+ 0, 27, 0, 0, 0, 27, 0, 0,
+ 27, 0, 1, 1, 1, 38, 1, 0,
+ 0, 0, 23, 0, 0, 27, 0, 0,
+ 27, 0, 0, 0, 0, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 1, 1,
+ 1, 27, 1, 1, 27, 0, 0, 0,
+ 0, 0, 27, 11, 11, 11, 27, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 0, 1, 1, 27, 0, 0,
+ 0, 0, 0, 19, 19, 19, 0, 27,
+ 27, 23, 0, 0, 0, 27, 0, 0,
+ 27, 0, 0, 1, 1, 1, 1, 1,
+ 1, 1, 1, 27, 0, 25, 25, 0,
+ 25, 0, 0, 0, 27, 0, 0, 0,
+ 0, 0, 27, 0, 0, 27, 0, 25,
+ 25, 0, 0, 27, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 27, 0,
+ 0, 0, 0, 0, 0, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 0, 1,
+ 27, 0, 21, 21, 0, 21, 27, 0,
+ 0, 0, 0, 0, 25, 25, 0, 0,
+ 0, 27, 0, 0, 0, 27, 0, 0,
+ 27, 0, 1, 1, 41, 41, 29, 41,
+ 1, 0, 0, 0, 13, 0, 0, 27,
+ 27, 13, 0, 0, 0, 27, 0, 0,
+ 1, 1, 1, 1, 1, 1, 1, 1,
+ 27, 0, 25, 25, 0, 25, 0, 0,
+ 0, 27, 0, 0, 0, 0, 27, 0,
+ 0, 27, 0, 25, 25, 27, 25, 25,
+ 0, 25, 0, 0, 0, 0, 27, 0,
+ 0, 1, 1, 1, 1, 1, 1, 1,
+ 1, 27, 0, 0, 27, 0, 0, 0,
+ 0, 27, 0, 0, 27, 0, 25, 25,
+ 0, 0, 27, 0, 27, 0, 0, 0,
+ 0, 25, 25, 0, 0, 0, 27, 0,
+ 1, 1, 47, 27, 1, 1, 27, 0,
+ 13, 0, 0, 0, 27, 0, 0, 27,
+ 0, 0, 1, 1, 1, 1, 1, 1,
+ 1, 1, 27, 0, 25, 25, 0, 25,
+ 0, 0, 0, 27, 0, 0, 0, 0,
+ 0, 27, 0, 0, 27, 0, 15, 15,
+ 15, 25, 25, 0, 0, 27, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 27, 0, 0, 0, 0, 0, 0,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 1, 27, 0, 21, 21, 0,
+ 21, 27, 0, 0, 0, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 0, 0,
+ 27, 0, 0, 27, 0, 32, 32, 32,
+ 27, 0, 0, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 1, 1, 1, 27,
+ 1, 1, 27, 0, 0, 15, 15, 15,
+ 27, 0, 0, 0, 0, 0, 25, 25,
+ 0, 0, 0, 27, 0, 1, 1, 1,
+ 27, 1, 1, 27, 0, 0, 15, 15,
+ 15, 0, 0, 0, 27, 0, 0, 1,
+ 1, 1, 1, 1, 1, 1, 1, 27,
+ 0, 25, 25, 0, 25, 0, 0, 0,
+ 27, 0, 0, 0, 0, 0, 27, 0,
+ 0, 27, 0, 17, 17, 17, 25, 25,
+ 27, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 27, 0, 0, 0,
+ 0, 0, 0, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 0, 1, 27, 0,
+ 21, 21, 0, 21, 27, 0, 0, 0,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 0, 27, 0, 0, 27, 0,
+ 35, 35, 35, 27, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 1,
+ 1, 1, 27, 1, 1, 27, 0, 0,
+ 17, 17, 17, 27, 0, 0, 0, 0,
+ 0, 25, 25, 0, 0, 0, 27, 0,
+ 1, 1, 1, 27, 1, 1, 27, 0,
+ 0, 17, 17, 17, 27, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 0, 0,
+ 27, 0, 0, 27, 0, 53, 53, 53,
+ 0, 0, 0, 27, 0, 0, 1, 1,
+ 1, 1, 1, 1, 1, 1, 27, 0,
+ 25, 25, 0, 25, 0, 0, 0, 27,
+ 0, 0, 0, 0, 27, 0, 0, 27,
+ 0, 25, 25, 27, 25, 25, 0, 25,
+ 0, 0, 0, 0, 27, 0, 0, 1,
+ 1, 1, 1, 1, 1, 1, 1, 27,
+ 0, 0, 27, 0, 0, 0, 0, 27,
+ 0, 0, 27, 0, 25, 25, 0, 0,
+ 27, 0, 27, 0, 0, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 1, 1,
+ 38, 27, 1, 1, 27, 0, 23, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 27, 0, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 1,
+ 1, 38, 27, 1, 1, 27, 0, 23,
+ 0, 0, 27, 0, 0, 27, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 0,
+ 27, 0, 27, 0, 0, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 1, 1,
+ 38, 27, 1, 1, 27, 0, 23, 0,
+ 0, 0, 27, 0, 0, 27, 0, 0,
+ 1, 1, 1, 1, 1, 1, 1, 1,
+ 27, 0, 25, 25, 0, 25, 0, 0,
+ 0, 27, 0, 0, 0, 0, 0, 27,
+ 0, 0, 27, 0, 11, 11, 11, 25,
+ 25, 0, 0, 27, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 27,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 0,
+ 1, 27, 0, 21, 21, 0, 21, 27,
+ 0, 0, 0, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 0, 0, 27, 0,
+ 0, 27, 0, 44, 44, 44, 27, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 1, 1, 1, 27, 1, 1,
+ 27, 0, 0, 11, 11, 11, 27, 0,
+ 0, 0, 0, 0, 25, 25, 0, 0,
+ 0, 27, 0, 1, 1, 1, 27, 1,
+ 1, 27, 0, 0, 11, 11, 11, 27,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 0, 27, 0, 0, 27, 0,
+ 44, 44, 44, 27, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 1,
+ 1, 1, 27, 1, 1, 27, 0, 0,
+ 11, 11, 11, 27, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 0,
+ 1, 1, 27, 0, 0, 0, 0, 0,
+ 19, 19, 19, 0, 27, 27, 0, 0,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 1, 1, 27, 0, 0, 0,
+ 0, 0, 19, 19, 19, 0, 27, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 0, 23, 27, 0, 0, 27,
+ 0, 1, 1, 1, 0, 0, 27, 0,
+ 0, 0, 0, 0, 0, 0, 25, 25,
+ 0, 0, 0, 27, 0, 1, 1, 47,
+ 27, 1, 1, 27, 0, 13, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 27, 0, 0, 25, 25, 0, 0,
+ 0, 27, 0, 0, 13, 27, 0, 0,
+ 27, 0, 1, 1, 1, 0, 0, 27,
+ 0, 0, 27, 0, 0, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 1, 1,
+ 29, 27, 1, 1, 27, 0, 13, 27,
+ 0, 0, 0, 0, 25, 25, 0, 0,
+ 0, 27, 0, 0, 1, 1, 27, 0,
+ 0, 0, 0, 0, 19, 19, 19, 0,
+ 27, 27, 0, 0, 0, 0, 0, 0,
+ 0, 25, 25, 0, 0, 0, 27, 0,
+ 0, 1, 27, 0, 21, 21, 0, 21,
+ 27, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 27, 0, 0, 0,
+ 0, 0, 0, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 0, 1, 27, 0,
+ 21, 21, 0, 21, 27, 0, 0, 0,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 27, 0, 0, 27, 0, 27,
+ 0, 0, 0, 0, 25, 25, 0, 0,
+ 0, 27, 0, 1, 1, 27, 1, 1,
+ 27, 0, 27, 0, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 1,
+ 1, 27, 1, 1, 27, 0, 27, 0,
+ 0, 25, 25, 0, 0, 0, 27, 0,
+ 0, 27, 0, 27, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 1,
+ 1, 27, 1, 1, 27, 0, 27, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 0, 1, 1, 27, 0, 0,
+ 0, 0, 0, 19, 19, 19, 0, 27,
+ 27, 0, 0, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 1, 1, 1, 27,
+ 1, 1, 27, 0, 0, 17, 17, 17,
+ 27, 0, 0, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 0, 1, 1, 27,
+ 0, 0, 0, 0, 0, 19, 19, 19,
+ 0, 27, 27, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 0, 0, 27, 0,
+ 0, 27, 0, 50, 50, 50, 27, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 1, 1, 1, 27, 1, 1,
+ 27, 0, 0, 15, 15, 15, 27, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 0, 1, 1, 27, 0, 0,
+ 0, 0, 0, 19, 19, 19, 0, 27,
+ 27, 0, 0, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 0, 27, 0, 27,
+ 0, 0, 0, 0, 0, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 0, 1,
+ 27, 0, 21, 21, 0, 21, 27, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 27, 0, 0, 0, 0, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 0, 1, 27, 0, 21, 21,
+ 0, 21, 27, 0, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 0,
+ 27, 0, 27, 0, 0, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 1, 1,
+ 27, 1, 1, 27, 0, 27, 0, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 1, 1, 27, 1, 1, 27,
+ 0, 27, 0, 0, 25, 25, 0, 0,
+ 0, 27, 0, 0, 27, 0, 0, 27,
+ 0, 27, 0, 0, 0, 0, 25, 25,
+ 0, 0, 0, 27, 0, 1, 1, 27,
+ 1, 1, 27, 0, 27, 0, 0, 0,
+ 0, 25, 25, 0, 0, 0, 27, 0,
+ 0, 1, 1, 27, 0, 0, 0, 0,
+ 0, 19, 19, 19, 0, 27, 27, 0,
+ 0, 0, 0, 25, 25, 0, 0, 0,
+ 27, 0, 1, 1, 1, 27, 1, 1,
+ 27, 0, 27, 0, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 1,
+ 1, 1, 27, 1, 1, 27, 0, 27,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 0, 27, 0, 0, 27, 0,
+ 41, 41, 41, 27, 0, 0, 0, 0,
+ 25, 25, 0, 0, 0, 27, 0, 1,
+ 1, 1, 27, 1, 1, 27, 0, 27,
+ 0, 0, 0, 0, 25, 25, 0, 0,
+ 0, 27, 0, 0, 1, 1, 27, 0,
+ 0, 0, 0, 0, 19, 19, 19, 0,
+ 27, 27, 0, 0, 0, 0, 25, 25,
+ 0, 0, 0, 27, 0, 0, 0, 27,
+ 0, 0, 27, 0, 1, 27, 0, 0,
+ 0, 0, 0, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 0, 1, 27, 0,
+ 21, 21, 0, 21, 27, 0, 0, 0,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 0, 27, 0, 0, 27, 0,
+ 1, 1, 1, 0, 0, 0, 27, 13,
+ 0, 0, 0, 27, 0, 0, 27, 0,
+ 0, 1, 1, 1, 1, 1, 1, 1,
+ 1, 27, 0, 25, 25, 0, 25, 0,
+ 0, 0, 27, 0, 0, 0, 0, 27,
+ 0, 25, 25, 0, 0, 27, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 27, 0, 0, 0, 0, 0, 0,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 1, 27, 0, 21, 21, 0,
+ 21, 27, 0, 0, 0, 0, 0, 25,
+ 25, 0, 0, 0, 27, 0, 0, 0,
+ 27, 0, 0, 27, 0, 56, 56, 56,
+ 27, 0, 0, 0, 0, 25, 25, 0,
+ 0, 0, 27, 0, 1, 1, 27, 1,
+ 27, 0, 0, 0, 0, 0, 25, 25,
+ 0, 0, 0, 27, 0, 1, 1, 27,
+ 1, 27, 0, 0, 25, 25, 0, 0,
+ 0, 27, 0, 0, 0, 27, 0, 0,
+ 27, 0, 56, 56, 56, 27, 0, 0,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 1, 1, 27, 1, 27, 0, 0,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 1, 1, 27, 0, 0, 0,
+ 0, 0, 19, 19, 19, 0, 27, 27,
+ 0, 0, 25, 25, 0, 0, 0, 27,
+ 0, 0, 0, 27, 0, 0, 27, 0,
+ 1, 1, 1, 0, 0, 0, 27, 23,
+ 27, 0, 0, 0, 0, 0, 3, 3,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0
+};
+
+static const int thttp_machine_parser_header_WWW_Authenticate_start = 1;
+static const int thttp_machine_parser_header_WWW_Authenticate_first_final = 1738;
+static const int thttp_machine_parser_header_WWW_Authenticate_error = 0;
+
+static const int thttp_machine_parser_header_WWW_Authenticate_en_main = 1;
+
+
+/* #line 189 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_header_WWW_Authenticate_first_final);
+ (void)(thttp_machine_parser_header_WWW_Authenticate_error);
+ (void)(thttp_machine_parser_header_WWW_Authenticate_en_main);
+
+/* #line 8068 "./src/headers/thttp_header_WWW_Authenticate.c" */
+ {
+ cs = thttp_machine_parser_header_WWW_Authenticate_start;
+ }
+
+/* #line 194 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+
+/* #line 8075 "./src/headers/thttp_header_WWW_Authenticate.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_header_WWW_Authenticate_trans_keys + _thttp_machine_parser_header_WWW_Authenticate_key_offsets[cs];
+ _trans = _thttp_machine_parser_header_WWW_Authenticate_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_header_WWW_Authenticate_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_header_WWW_Authenticate_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_header_WWW_Authenticate_indicies[_trans];
+ cs = _thttp_machine_parser_header_WWW_Authenticate_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_header_WWW_Authenticate_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_header_WWW_Authenticate_actions + _thttp_machine_parser_header_WWW_Authenticate_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 48 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ tag_start = p;
+ }
+ break;
+ case 1:
+/* #line 52 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ hdr_WWW_Authenticate->scheme = tsk_strdup("Digest");
+ }
+ break;
+ case 2:
+/* #line 56 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ hdr_WWW_Authenticate->scheme = tsk_strdup("Basic");
+ }
+ break;
+ case 3:
+/* #line 60 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ THTTP_HEADER(hdr_WWW_Authenticate)->type = thttp_htype_WWW_Authenticate;
+ }
+ break;
+ case 4:
+/* #line 64 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ THTTP_HEADER(hdr_WWW_Authenticate)->type = thttp_htype_Proxy_Authenticate;
+ }
+ break;
+ case 5:
+/* #line 68 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->realm);
+ tsk_strunquote(&hdr_WWW_Authenticate->realm);
+ }
+ break;
+ case 6:
+/* #line 73 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->domain);
+ //tsk_strunquote(&hdr_WWW_Authenticate->domain);
+ }
+ break;
+ case 7:
+/* #line 78 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->nonce);
+ tsk_strunquote(&hdr_WWW_Authenticate->nonce);
+ }
+ break;
+ case 8:
+/* #line 83 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->opaque);
+ tsk_strunquote(&hdr_WWW_Authenticate->opaque);
+ }
+ break;
+ case 9:
+/* #line 88 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ hdr_WWW_Authenticate->stale = tsk_strniequals(tag_start, "true", 4);
+ }
+ break;
+ case 10:
+/* #line 92 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->algorithm);
+ }
+ break;
+ case 11:
+/* #line 96 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ TSK_PARSER_SET_STRING(hdr_WWW_Authenticate->qop);
+ //tsk_strunquote(&hdr_WWW_Authenticate->qop);
+ }
+ break;
+ case 12:
+/* #line 101 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ TSK_PARSER_ADD_PARAM(THTTP_HEADER_PARAMS(hdr_WWW_Authenticate));
+ }
+ break;
+ case 13:
+/* #line 109 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ {
+ }
+ break;
+/* #line 8237 "./src/headers/thttp_header_WWW_Authenticate.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 195 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 8254 "./src/headers/thttp_header_WWW_Authenticate.c" */
+1738
+/* #line 197 "./ragel/thttp_parser_header_WWW_Authenticate.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse WWW-Authenticate header.");
+ TSK_OBJECT_SAFE_FREE(hdr_WWW_Authenticate);
+ }
+
+ return hdr_WWW_Authenticate;
+}
+
+thttp_header_Proxy_Authenticate_t *thttp_header_Proxy_Authenticate_parse(const char *data, tsk_size_t size)
+{
+ return thttp_header_WWW_Authenticate_parse(data, size);
+}
+
+
+
+
+
+//========================================================
+// WWW_Authenticate header object definition
+//
+
+static tsk_object_t* thttp_header_WWW_Authenticate_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_header_WWW_Authenticate_t *WWW_Authenticate = self;
+ if(WWW_Authenticate){
+ THTTP_HEADER(WWW_Authenticate)->type = thttp_htype_WWW_Authenticate;
+ THTTP_HEADER(WWW_Authenticate)->tostring = thttp_header_WWW_Authenticate_tostring;
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new WWW_Authenticate header.");
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_header_WWW_Authenticate_dtor(tsk_object_t *self)
+{
+ thttp_header_WWW_Authenticate_t *WWW_Authenticate = self;
+ if(WWW_Authenticate){
+ TSK_FREE(WWW_Authenticate->scheme);
+ TSK_FREE(WWW_Authenticate->realm);
+ TSK_FREE(WWW_Authenticate->domain);
+ TSK_FREE(WWW_Authenticate->nonce);
+ TSK_FREE(WWW_Authenticate->opaque);
+ TSK_FREE(WWW_Authenticate->algorithm);
+ TSK_FREE(WWW_Authenticate->qop);
+
+ TSK_OBJECT_SAFE_FREE(THTTP_HEADER_PARAMS(WWW_Authenticate));
+ }
+ else{
+ TSK_DEBUG_ERROR("Null WWW_Authenticate header.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_header_WWW_Authenticate_def_s =
+{
+ sizeof(thttp_header_WWW_Authenticate_t),
+ thttp_header_WWW_Authenticate_ctor,
+ thttp_header_WWW_Authenticate_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_header_WWW_Authenticate_def_t = &thttp_header_WWW_Authenticate_def_s;
diff --git a/tinyHTTP/src/makefile b/tinyHTTP/src/makefile
new file mode 100644
index 0000000..9d41283
--- /dev/null
+++ b/tinyHTTP/src/makefile
@@ -0,0 +1,49 @@
+APP := lib$(PROJECT).so
+
+INSTALL_DIR = /system/lib
+
+CFLAGS := $(CFLAGS) -I$(DOUBANGO_HOME)/tinySAK/src -I$(DOUBANGO_HOME)/tinyNET/src -I$(DOUBANGO_HOME)/$(PROJECT)/include
+LDFLAGS := $(LDFLAGS) -Wl,-soname,lib$(PROJECT).so,-Bsymbolic,-shared,--whole-archive -ltinySAK -ltinyNET
+
+all: $(APP)
+
+OBJS = \
+ thttp.o\
+ thttp_message.o\
+ thttp_operation.o\
+ thttp_transport.o\
+ thttp_url.o
+ ###################
+ ## auth
+ ###################
+OBJS += auth/thttp_auth.o
+ ###################
+ ## headers
+ ###################
+OBJS += headers/thttp_header.o\
+ headers/thttp_header_Authorization.o\
+ headers/thttp_header_Content_Length.o\
+ headers/thttp_header_Content_Type.o\
+ headers/thttp_header_Dummy.o\
+ headers/thttp_header_Proxy_Authenticate.o\
+ headers/thttp_header_WWW_Authenticate.o
+ ###################
+ ## parsers
+ ###################
+OBJS += parsers/thttp_parser_header.o\
+ parsers/thttp_parser_message.o\
+ parsers/thttp_parser_url.o
+
+$(APP): $(OBJS)
+ $(CPP) $(LDFLAGS) -o $@ $^
+
+%.o: %.c
+ $(CC) -c $(INCLUDE) $(CFLAGS) $< -o $@
+
+install: $(APP)
+ $(ANDROID_SDK_ROOT)/tools/adb remount
+ $(ANDROID_SDK_ROOT)/tools/adb push $(APP) $(INSTALL_DIR)/$(APP)
+ $(ANDROID_SDK_ROOT)/tools/adb shell chmod 777 $(INSTALL_DIR)/$(APP)
+
+clean:
+ @rm -f $(OBJS) $(APP) \ No newline at end of file
diff --git a/tinyHTTP/src/parsers/thttp_parser_header.c b/tinyHTTP/src/parsers/thttp_parser_header.c
new file mode 100644
index 0000000..bae4812
--- /dev/null
+++ b/tinyHTTP/src/parsers/thttp_parser_header.c
@@ -0,0 +1,2846 @@
+
+/* #line 1 "./ragel/thttp_parser_header.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_parser_header.c
+ * @brief HTTP headers parser.
+ */
+#include "tinyhttp/parsers/thttp_parser_header.h"
+
+//#include "tinyhttp/headers/thttp_header_Allow.h"
+//#include "tinyhttp/headers/thttp_header_Allow_Events.h"
+#include "tinyhttp/headers/thttp_header_Authorization.h"
+//#include "tinyhttp/headers/thttp_header_Call_ID.h"
+//#include "tinyhttp/headers/thttp_header_Contact.h"
+//#include "tinyhttp/headers/thttp_header_CSeq.h"
+#include "tinyhttp/headers/thttp_header_Dummy.h"
+#include "tinyhttp/headers/thttp_header_ETag.h"
+//#include "tinyhttp/headers/thttp_header_Expires.h"
+//#include "tinyhttp/headers/thttp_header_From.h"
+//#include "tinyhttp/headers/thttp_header_Max_Forwards.h"
+//#include "tinyhttp/headers/thttp_header_Min_Expires.h"
+//#include "tinyhttp/headers/thttp_header_Path.h"
+//#include "tinyhttp/headers/thttp_header_P_Access_Network_Info.h"
+//#include "tinyhttp/headers/thttp_header_P_Preferred_Identity.h"
+//#include "tinyhttp/headers/thttp_header_Privacy.h"
+//#include "tinyhttp/headers/thttp_header_Proxy_Authenticate.h"
+//#include "tinyhttp/headers/thttp_header_Proxy_Authorization.h"
+//#include "tinyhttp/headers/thttp_header_Record_Route.h"
+//#include "tinyhttp/headers/thttp_header_Require.h"
+//#include "tinyhttp/headers/thttp_header_Route.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Accept.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Key.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Protocol.h"
+#include "tinyhttp/headers/thttp_header_Sec_WebSocket_Version.h"
+//#include "tinyhttp/headers/thttp_header_Service_Route.h"
+//#include "tinyhttp/headers/thttp_header_Supported.h"
+#include "tinyhttp/headers/thttp_header_Transfer_Encoding.h"
+//#include "tinyhttp/headers/thttp_header_User_Agent.h"
+//#include "tinyhttp/headers/thttp_header_Via.h"
+#include "tinyhttp/headers/thttp_header_WWW_Authenticate.h"
+
+#include "tsk_debug.h"
+
+#undef ADD_HEADERS
+#undef ADD_HEADER
+
+#define ADD_HEADERS(headers)\
+ if(headers)\
+ {\
+ tsk_list_item_t *item;\
+ tsk_list_foreach(item, headers)\
+ {\
+ thttp_header_t *hdr = tsk_object_ref(item->data);\
+ tsk_list_push_back_data(message->headers, ((void**) &hdr));\
+ }\
+ \
+ TSK_OBJECT_SAFE_FREE(headers);\
+ }
+#define ADD_HEADER(header)\
+ if(header)\
+ {\
+ tsk_list_push_back_data(message->headers, ((void**) &header));\
+ }
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 502 "./ragel/thttp_parser_header.rl" */
+
+
+int thttp_header_parse(tsk_ragel_state_t *state, thttp_message_t *message)
+{
+ int cs = 0;
+ const char *p = state->tag_start;
+ const char *pe = state->tag_end;
+ const char *eof = pe;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 100 "./src/parsers/thttp_parser_header.c" */
+static const char _thttp_machine_parser_headers_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2, 1,
+ 3, 1, 4, 1, 5, 1, 6, 1,
+ 7, 1, 8, 1, 9, 1, 10, 1,
+ 11, 1, 12, 1, 13, 1, 14, 1,
+ 15, 1, 16, 1, 17, 1, 18, 1,
+ 19, 1, 20, 1, 21, 1, 22, 1,
+ 23, 1, 24, 1, 25, 1, 26, 1,
+ 27, 1, 28, 1, 29, 1, 30, 1,
+ 31, 1, 32, 1, 33, 1, 34, 1,
+ 35, 1, 36, 1, 37, 1, 38, 1,
+ 39, 1, 40, 1, 41, 1, 42, 1,
+ 43, 1, 44, 1, 45
+};
+
+static const short _thttp_machine_parser_headers_key_offsets[] = {
+ 0, 0, 46, 63, 66, 69, 70, 71,
+ 72, 74, 97, 116, 135, 154, 173, 190,
+ 193, 196, 197, 198, 199, 201, 224, 243,
+ 262, 281, 300, 319, 338, 355, 358, 361,
+ 362, 363, 364, 366, 385, 404, 423, 442,
+ 461, 480, 499, 516, 519, 522, 523, 524,
+ 525, 527, 546, 565, 584, 603, 622, 641,
+ 660, 677, 680, 683, 684, 685, 686, 688,
+ 707, 726, 745, 762, 765, 768, 769, 770,
+ 771, 773, 792, 811, 830, 849, 868, 887,
+ 906, 925, 944, 963, 982, 999, 1002, 1005,
+ 1006, 1007, 1008, 1010, 1031, 1050, 1069, 1088,
+ 1105, 1124, 1143, 1162, 1181, 1200, 1219, 1238,
+ 1255, 1258, 1261, 1262, 1263, 1264, 1266, 1285,
+ 1306, 1325, 1344, 1363, 1382, 1401, 1420, 1437,
+ 1440, 1443, 1444, 1445, 1446, 1448, 1467, 1486,
+ 1505, 1522, 1549, 1568, 1587, 1606, 1625, 1644,
+ 1663, 1682, 1699, 1702, 1705, 1706, 1707, 1708,
+ 1710, 1733, 1752, 1771, 1790, 1809, 1828, 1847,
+ 1864, 1867, 1870, 1871, 1872, 1873, 1875, 1894,
+ 1913, 1932, 1951, 1968, 1971, 1974, 1975, 1976,
+ 1977, 1979, 1998, 2017, 2036, 2055, 2074, 2093,
+ 2110, 2113, 2116, 2117, 2118, 2119, 2121, 2140,
+ 2158, 2175, 2178, 2181, 2182, 2183, 2184, 2186,
+ 2205, 2224, 2243, 2262, 2279, 2282, 2285, 2286,
+ 2287, 2288, 2290, 2309, 2328, 2347, 2364, 2367,
+ 2370, 2371, 2372, 2373, 2375, 2394, 2413, 2432,
+ 2449, 2452, 2455, 2456, 2457, 2458, 2460, 2481,
+ 2500, 2519, 2536, 2539, 2542, 2543, 2544, 2545,
+ 2547, 2566, 2587, 2606, 2625, 2642, 2645, 2648,
+ 2649, 2650, 2651, 2653, 2672, 2691, 2710, 2727,
+ 2730, 2733, 2734, 2735, 2736, 2738, 2757, 2776,
+ 2795, 2812, 2815, 2818, 2819, 2820, 2821, 2823,
+ 2842, 2861, 2880, 2897, 2900, 2903, 2904, 2905,
+ 2906, 2908, 2927, 2944, 2969, 2990, 3009, 3028,
+ 3047, 3064, 3067, 3070, 3071, 3072, 3073, 3075,
+ 3094, 3113, 3132, 3151, 3170, 3189, 3206, 3225,
+ 3244, 3263, 3282, 3301, 3318, 3321, 3324, 3325,
+ 3326, 3327, 3329, 3348, 3367, 3386, 3403, 3422,
+ 3441, 3460, 3479, 3498, 3515, 3518, 3521, 3522,
+ 3523, 3524, 3526, 3545, 3564, 3583, 3602, 3619,
+ 3622, 3625, 3626, 3627, 3628, 3630, 3649, 3668,
+ 3687, 3706, 3725, 3744, 3763, 3782, 3801, 3818,
+ 3837, 3856, 3875, 3894, 3913, 3930, 3933, 3936,
+ 3937, 3938, 3939, 3941, 3960, 3979, 3998, 4015,
+ 4034, 4053, 4072, 4091, 4110, 4129, 4148, 4167,
+ 4184, 4187, 4190, 4191, 4192, 4193, 4195, 4214,
+ 4233, 4250, 4269, 4288, 4307, 4326, 4345, 4364,
+ 4383, 4402, 4419, 4422, 4425, 4426, 4427, 4428,
+ 4430, 4449, 4470, 4489, 4508, 4527, 4544, 4547,
+ 4550, 4551, 4552, 4553, 4555, 4574, 4593, 4610,
+ 4629, 4648, 4667, 4686, 4707, 4726, 4745, 4764,
+ 4783, 4802, 4821, 4840, 4857, 4860, 4863, 4864,
+ 4865, 4866, 4868, 4887, 4906, 4925, 4944, 4963,
+ 4982, 5001, 5020, 5037, 5040, 5043, 5044, 5045,
+ 5046, 5048, 5069, 5088, 5107, 5126, 5143, 5146,
+ 5149, 5150, 5151, 5152, 5154, 5173, 5192, 5211,
+ 5230, 5249, 5266, 5269, 5272, 5273, 5274, 5275,
+ 5277, 5296, 5315, 5332, 5351, 5370, 5389, 5408,
+ 5427, 5446, 5465, 5484, 5503, 5520, 5545, 5564,
+ 5583, 5602, 5621, 5640, 5657, 5660, 5663, 5664,
+ 5665, 5666, 5668, 5687, 5706, 5723, 5726, 5729,
+ 5730, 5731, 5732, 5734, 5753, 5772, 5791, 5810,
+ 5829, 5848, 5867, 5884, 5887, 5890, 5891, 5892,
+ 5893, 5895, 5914, 5933, 5952, 5971, 5990, 6009,
+ 6026, 6029, 6032, 6033, 6034, 6035, 6037, 6058,
+ 6075, 6078, 6081, 6082, 6083, 6084, 6086, 6105,
+ 6126, 6145, 6164, 6183, 6200, 6203, 6206, 6207,
+ 6208, 6209, 6211, 6230, 6249, 6268, 6287, 6304,
+ 6323, 6342, 6361, 6380, 6399, 6418, 6437, 6456,
+ 6473, 6476, 6479, 6480, 6481, 6482, 6484, 6505,
+ 6524, 6543, 6562, 6581, 6600, 6617, 6620, 6623,
+ 6624, 6625, 6626, 6628, 6647, 6666, 6683, 6702,
+ 6721, 6740, 6759, 6778, 6795, 6798, 6801, 6802,
+ 6803, 6804, 6806, 6825, 6844, 6861, 6864, 6867,
+ 6868, 6869, 6870, 6872, 6893, 6912, 6931, 6950,
+ 6969, 6988, 7005, 7008, 7011, 7012, 7013, 7014,
+ 7016, 7035, 7052, 7071, 7090, 7109, 7128, 7147,
+ 7166, 7185, 7204, 7223, 7242, 7261, 7280, 7297,
+ 7300, 7303, 7304, 7305, 7306, 7308, 7329, 7350
+};
+
+static const char _thttp_machine_parser_headers_trans_keys[] = {
+ 33, 37, 39, 65, 67, 68, 69, 70,
+ 72, 73, 76, 77, 80, 82, 83, 84,
+ 85, 86, 87, 97, 99, 100, 101, 102,
+ 104, 105, 108, 109, 112, 114, 115, 116,
+ 117, 118, 119, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 58, 9, 13, 32, 13, 10, 10,
+ 9, 32, 9, 32, 33, 37, 39, 58,
+ 67, 76, 85, 99, 108, 117, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 67,
+ 99, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 69, 101, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 80, 112, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 84, 116, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 45, 46, 58, 126, 42, 43,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 58, 9, 13, 32, 13, 10, 10, 9,
+ 32, 9, 32, 33, 37, 39, 58, 67,
+ 69, 76, 99, 101, 108, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 72, 104,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 65, 97, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 82, 114, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 83,
+ 115, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 69, 101, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 84, 116, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 58, 9, 13,
+ 32, 13, 10, 10, 9, 32, 9, 32,
+ 33, 37, 39, 58, 78, 110, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 67,
+ 99, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 79, 111, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 68, 100, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 73, 105, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 78, 110, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 71, 103,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 58, 9,
+ 13, 32, 13, 10, 10, 9, 32, 9,
+ 32, 33, 37, 39, 58, 65, 97, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 78, 110, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 71, 103, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 85, 117,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 65, 97, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 71, 103, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 69,
+ 101, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 58,
+ 9, 13, 32, 13, 10, 10, 9, 32,
+ 9, 32, 33, 37, 39, 58, 76, 108,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 79, 111, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 87, 119, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 58, 9, 13, 32,
+ 13, 10, 10, 9, 32, 9, 32, 33,
+ 37, 39, 58, 84, 116, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 72, 104,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 79, 111, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 82, 114, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 73,
+ 105, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 90, 122, 126, 42, 43, 45,
+ 46, 48, 57, 65, 89, 95, 121, 9,
+ 32, 33, 37, 39, 58, 65, 97, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 84, 116, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 73, 105, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 79, 111,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 78, 110, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 58, 9, 13, 32, 13, 10, 10,
+ 9, 32, 9, 32, 33, 37, 39, 58,
+ 65, 79, 97, 111, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 67, 99, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 72, 104, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 69, 101, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 45, 46, 58,
+ 126, 42, 43, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 67,
+ 99, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 79, 111, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 78, 110, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 84, 116, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 82, 114, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 79, 111,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 76, 108, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 58, 9, 13, 32, 13, 10, 10,
+ 9, 32, 9, 32, 33, 37, 39, 58,
+ 78, 110, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 78, 84, 110, 116, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 69, 101, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 67, 99, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 84, 116,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 73, 105, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 79, 111, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 78,
+ 110, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 58,
+ 9, 13, 32, 13, 10, 10, 9, 32,
+ 9, 32, 33, 37, 39, 58, 69, 101,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 78, 110, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 84, 116, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 45, 46,
+ 58, 126, 42, 43, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 69, 76, 77, 82, 84, 101, 108, 109,
+ 114, 116, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 78, 110, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 67, 99,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 79, 111, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 68, 100, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 73,
+ 105, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 78, 110, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 71, 103, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 58, 9, 13,
+ 32, 13, 10, 10, 9, 32, 9, 32,
+ 33, 37, 39, 58, 65, 69, 79, 97,
+ 101, 111, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 78, 110, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 71, 103,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 85, 117, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 65, 97, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 71,
+ 103, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 69, 101, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 58, 9, 13, 32, 13, 10,
+ 10, 9, 32, 9, 32, 33, 37, 39,
+ 58, 78, 110, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 71, 103, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 84,
+ 116, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 72, 104, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 58, 9, 13, 32, 13, 10,
+ 10, 9, 32, 9, 32, 33, 37, 39,
+ 58, 67, 99, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 65, 97, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 84,
+ 116, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 73, 105, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 79, 111, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 78, 110, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 58, 9, 13, 32, 13, 10, 10, 9,
+ 32, 9, 32, 33, 37, 39, 58, 68,
+ 100, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 53, 58, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 58, 9, 13, 32, 13, 10, 10,
+ 9, 32, 9, 32, 33, 37, 39, 58,
+ 65, 97, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 78, 110, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 71, 103,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 69, 101, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 58, 9, 13, 32, 13, 10, 10,
+ 9, 32, 9, 32, 33, 37, 39, 58,
+ 89, 121, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 80, 112, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 69, 101,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 58, 9,
+ 13, 32, 13, 10, 10, 9, 32, 9,
+ 32, 33, 37, 39, 58, 65, 97, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 84, 116, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 69, 101, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 58, 9, 13, 32, 13,
+ 10, 10, 9, 32, 9, 32, 33, 37,
+ 39, 58, 84, 88, 116, 120, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 65,
+ 97, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 71, 103, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 58, 9, 13, 32, 13, 10,
+ 10, 9, 32, 9, 32, 33, 37, 39,
+ 58, 80, 112, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 69, 73, 101, 105,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 67, 99, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 84, 116, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 58, 9, 13, 32,
+ 13, 10, 10, 9, 32, 9, 32, 33,
+ 37, 39, 58, 82, 114, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 69, 101,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 83, 115, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 58, 9, 13, 32, 13, 10, 10,
+ 9, 32, 9, 32, 33, 37, 39, 58,
+ 82, 114, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 79, 111, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 77, 109,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 58, 9,
+ 13, 32, 13, 10, 10, 9, 32, 9,
+ 32, 33, 37, 39, 58, 79, 111, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 83, 115, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 84, 116, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 58, 9, 13, 32, 13,
+ 10, 10, 9, 32, 9, 32, 33, 37,
+ 39, 58, 70, 102, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 45, 46, 58, 126,
+ 42, 43, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 77, 78,
+ 82, 85, 109, 110, 114, 117, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 65,
+ 79, 97, 111, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 84, 116, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 67,
+ 99, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 72, 104, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 58, 9, 13, 32, 13, 10,
+ 10, 9, 32, 9, 32, 33, 37, 39,
+ 58, 68, 100, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 73, 105, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 70,
+ 102, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 73, 105, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 69, 101, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 68, 100, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 45, 46, 58, 126, 42, 43,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 83, 115, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 73,
+ 105, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 78, 110, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 67, 99, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 69, 101, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 58, 9, 13, 32, 13, 10, 10, 9,
+ 32, 9, 32, 33, 37, 39, 58, 79,
+ 111, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 78, 110, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 69, 101, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 45,
+ 46, 58, 126, 42, 43, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 77, 109, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 65, 97, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 84,
+ 116, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 67, 99, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 72, 104, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 58, 9, 13,
+ 32, 13, 10, 10, 9, 32, 9, 32,
+ 33, 37, 39, 58, 65, 97, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 78,
+ 110, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 71, 103, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 69, 101, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 58, 9, 13,
+ 32, 13, 10, 10, 9, 32, 9, 32,
+ 33, 37, 39, 58, 78, 110, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 77,
+ 109, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 79, 111, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 68, 100, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 73, 105, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 70, 102, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 73, 105,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 69, 101, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 68, 100, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 45, 46,
+ 58, 126, 42, 43, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 83, 115, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 73, 105, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 78, 110,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 67, 99, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 69, 101, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 58, 9, 13, 32,
+ 13, 10, 10, 9, 32, 9, 32, 33,
+ 37, 39, 58, 65, 97, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 83, 115,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 84, 116, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 45, 46, 58, 126, 42,
+ 43, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 77, 109, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 79, 111, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 68, 100, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 73, 105,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 70, 102, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 73, 105, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 69,
+ 101, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 68, 100, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 58, 9, 13, 32, 13, 10,
+ 10, 9, 32, 9, 32, 33, 37, 39,
+ 58, 65, 97, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 88, 120, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 45, 46,
+ 58, 126, 42, 43, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 70, 102, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 79, 111, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 82, 114,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 87, 119, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 65, 97, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 82,
+ 114, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 68, 100, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 83, 115, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 58, 9, 13,
+ 32, 13, 10, 10, 9, 32, 9, 32,
+ 33, 37, 39, 58, 82, 114, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 65,
+ 79, 97, 111, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 71, 103, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 77,
+ 109, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 65, 97, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 58, 9, 13, 32, 13, 10,
+ 10, 9, 32, 9, 32, 33, 37, 39,
+ 58, 88, 120, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 89, 121, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 45, 46,
+ 58, 126, 42, 43, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 65, 97, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 85, 117, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 84, 116,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 72, 104, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 69, 79, 101, 111,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 78, 110, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 84, 116, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 73,
+ 105, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 67, 99, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 65, 97, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 84, 116, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 69, 101, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 58, 9, 13, 32, 13,
+ 10, 10, 9, 32, 9, 32, 33, 37,
+ 39, 58, 82, 114, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 73, 105, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 90, 122, 126, 42, 43, 45, 46, 48,
+ 57, 65, 89, 95, 121, 9, 32, 33,
+ 37, 39, 58, 65, 97, 126, 42, 43,
+ 45, 46, 48, 57, 66, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 84, 116,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 73, 105, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 79, 111, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 78,
+ 110, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 58,
+ 9, 13, 32, 13, 10, 10, 9, 32,
+ 9, 32, 33, 37, 39, 58, 65, 69,
+ 97, 101, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 78, 110, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 71, 103,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 69, 101, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 58, 9, 13, 32, 13, 10, 10,
+ 9, 32, 9, 32, 33, 37, 39, 58,
+ 70, 102, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 69, 101, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 82, 114,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 69, 101, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 82, 114, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 58, 9, 13, 32,
+ 13, 10, 10, 9, 32, 9, 32, 33,
+ 37, 39, 58, 69, 101, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 67, 99,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 45, 46, 58, 126, 42, 43, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 87, 119, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 69, 101, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 66, 98, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 83, 115, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 79, 111,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 67, 99, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 75, 107, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 69,
+ 101, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 84, 116, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 45, 46, 58, 126,
+ 42, 43, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 65, 75,
+ 80, 86, 97, 107, 112, 118, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 67,
+ 99, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 67, 99, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 69, 101, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 80, 112, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 84, 116, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 58, 9, 13, 32, 13,
+ 10, 10, 9, 32, 9, 32, 33, 37,
+ 39, 58, 69, 101, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 89, 121, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 58, 9, 13,
+ 32, 13, 10, 10, 9, 32, 9, 32,
+ 33, 37, 39, 58, 82, 114, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 79,
+ 111, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 84, 116, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 79, 111, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 67, 99, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 79, 111, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 76, 108,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 58, 9,
+ 13, 32, 13, 10, 10, 9, 32, 9,
+ 32, 33, 37, 39, 58, 69, 101, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 82, 114, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 83, 115, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 73, 105,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 79, 111, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 78, 110, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 58, 9, 13, 32,
+ 13, 10, 10, 9, 32, 9, 32, 33,
+ 37, 39, 58, 69, 82, 101, 114, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 58, 9, 13,
+ 32, 13, 10, 10, 9, 32, 9, 32,
+ 33, 37, 39, 58, 65, 97, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 73,
+ 78, 105, 110, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 76, 108, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 69,
+ 101, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 82, 114, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 58, 9, 13, 32, 13, 10,
+ 10, 9, 32, 9, 32, 33, 37, 39,
+ 58, 83, 115, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 70, 102, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 69,
+ 101, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 82, 114, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 45, 46, 58, 126,
+ 42, 43, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 69, 101,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 78, 110, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 67, 99, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 79,
+ 111, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 68, 100, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 73, 105, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 78, 110, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 71, 103, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 58, 9, 13, 32, 13,
+ 10, 10, 9, 32, 9, 32, 33, 37,
+ 39, 58, 80, 83, 112, 115, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 71,
+ 103, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 82, 114, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 65, 97, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 68, 100, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 69, 101, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 58, 9, 13, 32, 13,
+ 10, 10, 9, 32, 9, 32, 33, 37,
+ 39, 58, 69, 101, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 82, 114, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 45,
+ 46, 58, 126, 42, 43, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 65, 97, 126, 42, 43, 45, 46,
+ 48, 57, 66, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 71, 103, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 69,
+ 101, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 78, 110, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 84, 116, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 58, 9, 13,
+ 32, 13, 10, 10, 9, 32, 9, 32,
+ 33, 37, 39, 58, 73, 105, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 65,
+ 97, 126, 42, 43, 45, 46, 48, 57,
+ 66, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 58,
+ 9, 13, 32, 13, 10, 10, 9, 32,
+ 9, 32, 33, 37, 39, 58, 65, 87,
+ 97, 119, 126, 42, 43, 45, 46, 48,
+ 57, 66, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 82, 114, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 78, 110,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 73, 105, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 78, 110, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 71,
+ 103, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 58,
+ 9, 13, 32, 13, 10, 10, 9, 32,
+ 9, 32, 33, 37, 39, 58, 87, 119,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 45, 46, 58, 126, 42, 43, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 65, 97, 126, 42, 43, 45,
+ 46, 48, 57, 66, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 85, 117, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 84, 116, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 72, 104, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 69, 101,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 9, 32, 33, 37, 39,
+ 58, 78, 110, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 9, 32,
+ 33, 37, 39, 58, 84, 116, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 73,
+ 105, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 9, 32, 33, 37,
+ 39, 58, 67, 99, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 9,
+ 32, 33, 37, 39, 58, 65, 97, 126,
+ 42, 43, 45, 46, 48, 57, 66, 90,
+ 95, 122, 9, 32, 33, 37, 39, 58,
+ 84, 116, 126, 42, 43, 45, 46, 48,
+ 57, 65, 90, 95, 122, 9, 32, 33,
+ 37, 39, 58, 69, 101, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 9, 32, 33, 37, 39, 58, 126, 42,
+ 43, 45, 46, 48, 57, 65, 90, 95,
+ 122, 9, 32, 58, 9, 13, 32, 13,
+ 10, 10, 9, 32, 9, 32, 33, 37,
+ 39, 58, 65, 79, 97, 111, 126, 42,
+ 43, 45, 46, 48, 57, 66, 90, 95,
+ 122, 9, 32, 33, 37, 39, 58, 84,
+ 88, 116, 120, 126, 42, 43, 45, 46,
+ 48, 57, 65, 90, 95, 122, 0
+};
+
+static const char _thttp_machine_parser_headers_single_lengths[] = {
+ 0, 36, 7, 3, 3, 1, 1, 1,
+ 2, 13, 9, 9, 9, 9, 9, 3,
+ 3, 1, 1, 1, 2, 13, 9, 9,
+ 9, 9, 9, 9, 7, 3, 3, 1,
+ 1, 1, 2, 9, 9, 9, 9, 9,
+ 9, 9, 7, 3, 3, 1, 1, 1,
+ 2, 9, 9, 9, 9, 9, 9, 9,
+ 7, 3, 3, 1, 1, 1, 2, 9,
+ 9, 9, 7, 3, 3, 1, 1, 1,
+ 2, 9, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 9, 7, 3, 3, 1,
+ 1, 1, 2, 11, 9, 9, 9, 9,
+ 9, 9, 9, 9, 9, 9, 9, 7,
+ 3, 3, 1, 1, 1, 2, 9, 11,
+ 9, 9, 9, 9, 9, 9, 7, 3,
+ 3, 1, 1, 1, 2, 9, 9, 9,
+ 9, 17, 9, 9, 9, 9, 9, 9,
+ 9, 7, 3, 3, 1, 1, 1, 2,
+ 13, 9, 9, 9, 9, 9, 9, 7,
+ 3, 3, 1, 1, 1, 2, 9, 9,
+ 9, 9, 7, 3, 3, 1, 1, 1,
+ 2, 9, 9, 9, 9, 9, 9, 7,
+ 3, 3, 1, 1, 1, 2, 9, 8,
+ 7, 3, 3, 1, 1, 1, 2, 9,
+ 9, 9, 9, 7, 3, 3, 1, 1,
+ 1, 2, 9, 9, 9, 7, 3, 3,
+ 1, 1, 1, 2, 9, 9, 9, 7,
+ 3, 3, 1, 1, 1, 2, 11, 9,
+ 9, 7, 3, 3, 1, 1, 1, 2,
+ 9, 11, 9, 9, 7, 3, 3, 1,
+ 1, 1, 2, 9, 9, 9, 7, 3,
+ 3, 1, 1, 1, 2, 9, 9, 9,
+ 7, 3, 3, 1, 1, 1, 2, 9,
+ 9, 9, 7, 3, 3, 1, 1, 1,
+ 2, 9, 9, 15, 11, 9, 9, 9,
+ 7, 3, 3, 1, 1, 1, 2, 9,
+ 9, 9, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 7, 3, 3, 1, 1,
+ 1, 2, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 7, 3, 3, 1, 1,
+ 1, 2, 9, 9, 9, 9, 7, 3,
+ 3, 1, 1, 1, 2, 9, 9, 9,
+ 9, 9, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 9, 7, 3, 3, 1,
+ 1, 1, 2, 9, 9, 9, 9, 9,
+ 9, 9, 9, 9, 9, 9, 9, 7,
+ 3, 3, 1, 1, 1, 2, 9, 9,
+ 9, 9, 9, 9, 9, 9, 9, 9,
+ 9, 7, 3, 3, 1, 1, 1, 2,
+ 9, 11, 9, 9, 9, 7, 3, 3,
+ 1, 1, 1, 2, 9, 9, 9, 9,
+ 9, 9, 9, 11, 9, 9, 9, 9,
+ 9, 9, 9, 7, 3, 3, 1, 1,
+ 1, 2, 9, 9, 9, 9, 9, 9,
+ 9, 9, 7, 3, 3, 1, 1, 1,
+ 2, 11, 9, 9, 9, 7, 3, 3,
+ 1, 1, 1, 2, 9, 9, 9, 9,
+ 9, 7, 3, 3, 1, 1, 1, 2,
+ 9, 9, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 9, 9, 15, 9, 9,
+ 9, 9, 9, 7, 3, 3, 1, 1,
+ 1, 2, 9, 9, 7, 3, 3, 1,
+ 1, 1, 2, 9, 9, 9, 9, 9,
+ 9, 9, 7, 3, 3, 1, 1, 1,
+ 2, 9, 9, 9, 9, 9, 9, 7,
+ 3, 3, 1, 1, 1, 2, 11, 7,
+ 3, 3, 1, 1, 1, 2, 9, 11,
+ 9, 9, 9, 7, 3, 3, 1, 1,
+ 1, 2, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 9, 9, 9, 9, 7,
+ 3, 3, 1, 1, 1, 2, 11, 9,
+ 9, 9, 9, 9, 7, 3, 3, 1,
+ 1, 1, 2, 9, 9, 9, 9, 9,
+ 9, 9, 9, 7, 3, 3, 1, 1,
+ 1, 2, 9, 9, 7, 3, 3, 1,
+ 1, 1, 2, 11, 9, 9, 9, 9,
+ 9, 7, 3, 3, 1, 1, 1, 2,
+ 9, 9, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 9, 9, 9, 7, 3,
+ 3, 1, 1, 1, 2, 11, 11, 0
+};
+
+static const char _thttp_machine_parser_headers_range_lengths[] = {
+ 0, 5, 5, 0, 0, 0, 0, 0,
+ 0, 5, 5, 5, 5, 5, 4, 0,
+ 0, 0, 0, 0, 0, 5, 5, 5,
+ 5, 5, 5, 5, 5, 0, 0, 0,
+ 0, 0, 0, 5, 5, 5, 5, 5,
+ 5, 5, 5, 0, 0, 0, 0, 0,
+ 0, 5, 5, 5, 5, 5, 5, 5,
+ 5, 0, 0, 0, 0, 0, 0, 5,
+ 5, 5, 5, 0, 0, 0, 0, 0,
+ 0, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 0, 0, 0,
+ 0, 0, 0, 5, 5, 5, 5, 4,
+ 5, 5, 5, 5, 5, 5, 5, 5,
+ 0, 0, 0, 0, 0, 0, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 0,
+ 0, 0, 0, 0, 0, 5, 5, 5,
+ 4, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 0, 0, 0, 0, 0, 0,
+ 5, 5, 5, 5, 5, 5, 5, 5,
+ 0, 0, 0, 0, 0, 0, 5, 5,
+ 5, 5, 5, 0, 0, 0, 0, 0,
+ 0, 5, 5, 5, 5, 5, 5, 5,
+ 0, 0, 0, 0, 0, 0, 5, 5,
+ 5, 0, 0, 0, 0, 0, 0, 5,
+ 5, 5, 5, 5, 0, 0, 0, 0,
+ 0, 0, 5, 5, 5, 5, 0, 0,
+ 0, 0, 0, 0, 5, 5, 5, 5,
+ 0, 0, 0, 0, 0, 0, 5, 5,
+ 5, 5, 0, 0, 0, 0, 0, 0,
+ 5, 5, 5, 5, 5, 0, 0, 0,
+ 0, 0, 0, 5, 5, 5, 5, 0,
+ 0, 0, 0, 0, 0, 5, 5, 5,
+ 5, 0, 0, 0, 0, 0, 0, 5,
+ 5, 5, 5, 0, 0, 0, 0, 0,
+ 0, 5, 4, 5, 5, 5, 5, 5,
+ 5, 0, 0, 0, 0, 0, 0, 5,
+ 5, 5, 5, 5, 5, 4, 5, 5,
+ 5, 5, 5, 5, 0, 0, 0, 0,
+ 0, 0, 5, 5, 5, 4, 5, 5,
+ 5, 5, 5, 5, 0, 0, 0, 0,
+ 0, 0, 5, 5, 5, 5, 5, 0,
+ 0, 0, 0, 0, 0, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 4, 5,
+ 5, 5, 5, 5, 5, 0, 0, 0,
+ 0, 0, 0, 5, 5, 5, 4, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5,
+ 0, 0, 0, 0, 0, 0, 5, 5,
+ 4, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 0, 0, 0, 0, 0, 0,
+ 5, 5, 5, 5, 5, 5, 0, 0,
+ 0, 0, 0, 0, 5, 5, 4, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 0, 0, 0, 0,
+ 0, 0, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 0, 0, 0, 0, 0,
+ 0, 5, 5, 5, 5, 5, 0, 0,
+ 0, 0, 0, 0, 5, 5, 5, 5,
+ 5, 5, 0, 0, 0, 0, 0, 0,
+ 5, 5, 4, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 4, 5, 5, 5,
+ 5, 5, 5, 5, 0, 0, 0, 0,
+ 0, 0, 5, 5, 5, 0, 0, 0,
+ 0, 0, 0, 5, 5, 5, 5, 5,
+ 5, 5, 5, 0, 0, 0, 0, 0,
+ 0, 5, 5, 5, 5, 5, 5, 5,
+ 0, 0, 0, 0, 0, 0, 5, 5,
+ 0, 0, 0, 0, 0, 0, 5, 5,
+ 5, 5, 5, 5, 0, 0, 0, 0,
+ 0, 0, 5, 5, 5, 5, 4, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5,
+ 0, 0, 0, 0, 0, 0, 5, 5,
+ 5, 5, 5, 5, 5, 0, 0, 0,
+ 0, 0, 0, 5, 5, 4, 5, 5,
+ 5, 5, 5, 5, 0, 0, 0, 0,
+ 0, 0, 5, 5, 5, 0, 0, 0,
+ 0, 0, 0, 5, 5, 5, 5, 5,
+ 5, 5, 0, 0, 0, 0, 0, 0,
+ 5, 4, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 0,
+ 0, 0, 0, 0, 0, 5, 5, 0
+};
+
+static const short _thttp_machine_parser_headers_index_offsets[] = {
+ 0, 0, 42, 55, 59, 63, 65, 67,
+ 69, 72, 91, 106, 121, 136, 151, 165,
+ 169, 173, 175, 177, 179, 182, 201, 216,
+ 231, 246, 261, 276, 291, 304, 308, 312,
+ 314, 316, 318, 321, 336, 351, 366, 381,
+ 396, 411, 426, 439, 443, 447, 449, 451,
+ 453, 456, 471, 486, 501, 516, 531, 546,
+ 561, 574, 578, 582, 584, 586, 588, 591,
+ 606, 621, 636, 649, 653, 657, 659, 661,
+ 663, 666, 681, 696, 711, 726, 741, 756,
+ 771, 786, 801, 816, 831, 844, 848, 852,
+ 854, 856, 858, 861, 878, 893, 908, 923,
+ 937, 952, 967, 982, 997, 1012, 1027, 1042,
+ 1055, 1059, 1063, 1065, 1067, 1069, 1072, 1087,
+ 1104, 1119, 1134, 1149, 1164, 1179, 1194, 1207,
+ 1211, 1215, 1217, 1219, 1221, 1224, 1239, 1254,
+ 1269, 1283, 1306, 1321, 1336, 1351, 1366, 1381,
+ 1396, 1411, 1424, 1428, 1432, 1434, 1436, 1438,
+ 1441, 1460, 1475, 1490, 1505, 1520, 1535, 1550,
+ 1563, 1567, 1571, 1573, 1575, 1577, 1580, 1595,
+ 1610, 1625, 1640, 1653, 1657, 1661, 1663, 1665,
+ 1667, 1670, 1685, 1700, 1715, 1730, 1745, 1760,
+ 1773, 1777, 1781, 1783, 1785, 1787, 1790, 1805,
+ 1819, 1832, 1836, 1840, 1842, 1844, 1846, 1849,
+ 1864, 1879, 1894, 1909, 1922, 1926, 1930, 1932,
+ 1934, 1936, 1939, 1954, 1969, 1984, 1997, 2001,
+ 2005, 2007, 2009, 2011, 2014, 2029, 2044, 2059,
+ 2072, 2076, 2080, 2082, 2084, 2086, 2089, 2106,
+ 2121, 2136, 2149, 2153, 2157, 2159, 2161, 2163,
+ 2166, 2181, 2198, 2213, 2228, 2241, 2245, 2249,
+ 2251, 2253, 2255, 2258, 2273, 2288, 2303, 2316,
+ 2320, 2324, 2326, 2328, 2330, 2333, 2348, 2363,
+ 2378, 2391, 2395, 2399, 2401, 2403, 2405, 2408,
+ 2423, 2438, 2453, 2466, 2470, 2474, 2476, 2478,
+ 2480, 2483, 2498, 2512, 2533, 2550, 2565, 2580,
+ 2595, 2608, 2612, 2616, 2618, 2620, 2622, 2625,
+ 2640, 2655, 2670, 2685, 2700, 2715, 2729, 2744,
+ 2759, 2774, 2789, 2804, 2817, 2821, 2825, 2827,
+ 2829, 2831, 2834, 2849, 2864, 2879, 2893, 2908,
+ 2923, 2938, 2953, 2968, 2981, 2985, 2989, 2991,
+ 2993, 2995, 2998, 3013, 3028, 3043, 3058, 3071,
+ 3075, 3079, 3081, 3083, 3085, 3088, 3103, 3118,
+ 3133, 3148, 3163, 3178, 3193, 3208, 3223, 3237,
+ 3252, 3267, 3282, 3297, 3312, 3325, 3329, 3333,
+ 3335, 3337, 3339, 3342, 3357, 3372, 3387, 3401,
+ 3416, 3431, 3446, 3461, 3476, 3491, 3506, 3521,
+ 3534, 3538, 3542, 3544, 3546, 3548, 3551, 3566,
+ 3581, 3595, 3610, 3625, 3640, 3655, 3670, 3685,
+ 3700, 3715, 3728, 3732, 3736, 3738, 3740, 3742,
+ 3745, 3760, 3777, 3792, 3807, 3822, 3835, 3839,
+ 3843, 3845, 3847, 3849, 3852, 3867, 3882, 3896,
+ 3911, 3926, 3941, 3956, 3973, 3988, 4003, 4018,
+ 4033, 4048, 4063, 4078, 4091, 4095, 4099, 4101,
+ 4103, 4105, 4108, 4123, 4138, 4153, 4168, 4183,
+ 4198, 4213, 4228, 4241, 4245, 4249, 4251, 4253,
+ 4255, 4258, 4275, 4290, 4305, 4320, 4333, 4337,
+ 4341, 4343, 4345, 4347, 4350, 4365, 4380, 4395,
+ 4410, 4425, 4438, 4442, 4446, 4448, 4450, 4452,
+ 4455, 4470, 4485, 4499, 4514, 4529, 4544, 4559,
+ 4574, 4589, 4604, 4619, 4634, 4648, 4669, 4684,
+ 4699, 4714, 4729, 4744, 4757, 4761, 4765, 4767,
+ 4769, 4771, 4774, 4789, 4804, 4817, 4821, 4825,
+ 4827, 4829, 4831, 4834, 4849, 4864, 4879, 4894,
+ 4909, 4924, 4939, 4952, 4956, 4960, 4962, 4964,
+ 4966, 4969, 4984, 4999, 5014, 5029, 5044, 5059,
+ 5072, 5076, 5080, 5082, 5084, 5086, 5089, 5106,
+ 5119, 5123, 5127, 5129, 5131, 5133, 5136, 5151,
+ 5168, 5183, 5198, 5213, 5226, 5230, 5234, 5236,
+ 5238, 5240, 5243, 5258, 5273, 5288, 5303, 5317,
+ 5332, 5347, 5362, 5377, 5392, 5407, 5422, 5437,
+ 5450, 5454, 5458, 5460, 5462, 5464, 5467, 5484,
+ 5499, 5514, 5529, 5544, 5559, 5572, 5576, 5580,
+ 5582, 5584, 5586, 5589, 5604, 5619, 5633, 5648,
+ 5663, 5678, 5693, 5708, 5721, 5725, 5729, 5731,
+ 5733, 5735, 5738, 5753, 5768, 5781, 5785, 5789,
+ 5791, 5793, 5795, 5798, 5815, 5830, 5845, 5860,
+ 5875, 5890, 5903, 5907, 5911, 5913, 5915, 5917,
+ 5920, 5935, 5949, 5964, 5979, 5994, 6009, 6024,
+ 6039, 6054, 6069, 6084, 6099, 6114, 6129, 6142,
+ 6146, 6150, 6152, 6154, 6156, 6159, 6176, 6193
+};
+
+static const short _thttp_machine_parser_headers_indicies[] = {
+ 0, 0, 0, 2, 3, 4, 5, 6,
+ 7, 8, 9, 10, 11, 12, 13, 14,
+ 15, 16, 17, 2, 18, 4, 19, 6,
+ 7, 8, 9, 10, 11, 12, 13, 14,
+ 15, 16, 17, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 21, 1, 21, 23, 21, 22, 24,
+ 22, 25, 1, 26, 1, 22, 22, 1,
+ 20, 20, 0, 0, 0, 21, 27, 28,
+ 29, 27, 28, 29, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 30, 30, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 31, 31, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 32,
+ 32, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 33, 33,
+ 0, 0, 0, 0, 0, 0, 1, 34,
+ 34, 0, 0, 0, 35, 0, 36, 0,
+ 0, 0, 0, 0, 1, 34, 34, 36,
+ 1, 36, 38, 36, 37, 39, 37, 40,
+ 1, 41, 1, 37, 37, 1, 20, 20,
+ 0, 0, 0, 21, 42, 43, 44, 42,
+ 43, 44, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 45,
+ 45, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 46, 46,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 47, 47, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 48, 48, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 49, 49, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 50, 50, 0, 0, 0, 0,
+ 0, 0, 1, 51, 51, 0, 0, 0,
+ 52, 0, 0, 0, 0, 0, 0, 1,
+ 51, 51, 52, 1, 52, 54, 52, 53,
+ 55, 53, 56, 1, 57, 1, 53, 53,
+ 1, 20, 20, 0, 0, 0, 21, 58,
+ 58, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 59, 59,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 60, 60, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 61, 61, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 62, 62, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 63, 63, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 64, 64, 0, 0, 0, 0, 0,
+ 0, 1, 65, 65, 0, 0, 0, 66,
+ 0, 0, 0, 0, 0, 0, 1, 65,
+ 65, 66, 1, 66, 68, 66, 67, 69,
+ 67, 70, 1, 71, 1, 67, 67, 1,
+ 20, 20, 0, 0, 0, 21, 72, 72,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 73, 73, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 74, 74, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 75, 75, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 76, 76, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 77, 77, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 78, 78, 0, 0, 0, 0, 0, 0,
+ 1, 79, 79, 0, 0, 0, 80, 0,
+ 0, 0, 0, 0, 0, 1, 79, 79,
+ 80, 1, 80, 82, 80, 81, 83, 81,
+ 84, 1, 85, 1, 81, 81, 1, 20,
+ 20, 0, 0, 0, 21, 86, 86, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 87, 87, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 88, 88, 0, 0, 0,
+ 0, 0, 0, 1, 89, 89, 0, 0,
+ 0, 90, 0, 0, 0, 0, 0, 0,
+ 1, 89, 89, 90, 1, 90, 92, 90,
+ 91, 93, 91, 94, 1, 95, 1, 91,
+ 91, 1, 20, 20, 0, 0, 0, 21,
+ 96, 96, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 97,
+ 97, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 98, 98,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 99, 99, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 100, 100, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 101, 101, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 102, 102, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 103, 103, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 104, 104, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 105,
+ 105, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 106, 106,
+ 0, 0, 0, 0, 0, 0, 1, 107,
+ 107, 0, 0, 0, 108, 0, 0, 0,
+ 0, 0, 0, 1, 107, 107, 108, 1,
+ 108, 110, 108, 109, 111, 109, 112, 1,
+ 113, 1, 109, 109, 1, 20, 20, 0,
+ 0, 0, 21, 114, 115, 114, 115, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 116, 116, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 117, 117, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 118, 118, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 119, 0, 21, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 120,
+ 120, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 121, 121,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 122, 122, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 123, 123, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 124, 124, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 125, 125, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 126, 126, 0, 0, 0, 0, 0,
+ 0, 1, 127, 127, 0, 0, 0, 128,
+ 0, 0, 0, 0, 0, 0, 1, 127,
+ 127, 128, 1, 128, 130, 128, 129, 131,
+ 129, 132, 1, 133, 1, 129, 129, 1,
+ 20, 20, 0, 0, 0, 21, 134, 134,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 135, 136, 135,
+ 136, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 137, 137,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 138, 138, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 139, 139, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 140, 140, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 141, 141, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 142, 142, 0, 0, 0, 0, 0,
+ 0, 1, 143, 143, 0, 0, 0, 144,
+ 0, 0, 0, 0, 0, 0, 1, 143,
+ 143, 144, 1, 144, 146, 144, 145, 147,
+ 145, 148, 1, 149, 1, 145, 145, 1,
+ 20, 20, 0, 0, 0, 21, 150, 150,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 151, 151, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 152, 152, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 153, 0, 21, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 154, 155, 156, 157, 158, 154, 155,
+ 156, 157, 158, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 159, 159, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 160,
+ 160, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 161, 161,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 162, 162, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 163, 163, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 164, 164, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 165, 165, 0, 0, 0, 0,
+ 0, 0, 1, 166, 166, 0, 0, 0,
+ 167, 0, 0, 0, 0, 0, 0, 1,
+ 166, 166, 167, 1, 167, 169, 167, 168,
+ 170, 168, 171, 1, 172, 1, 168, 168,
+ 1, 20, 20, 0, 0, 0, 21, 173,
+ 174, 175, 173, 174, 175, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 176, 176, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 177, 177, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 178, 178, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 179,
+ 179, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 180, 180,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 181, 181, 0,
+ 0, 0, 0, 0, 0, 1, 182, 182,
+ 0, 0, 0, 183, 0, 0, 0, 0,
+ 0, 0, 1, 182, 182, 183, 1, 183,
+ 185, 183, 184, 186, 184, 187, 1, 188,
+ 1, 184, 184, 1, 20, 20, 0, 0,
+ 0, 21, 189, 189, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 190, 190, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 191, 191, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 192,
+ 192, 0, 0, 0, 0, 0, 0, 1,
+ 193, 193, 0, 0, 0, 194, 0, 0,
+ 0, 0, 0, 0, 1, 193, 193, 194,
+ 1, 194, 196, 194, 195, 197, 195, 198,
+ 1, 199, 1, 195, 195, 1, 20, 20,
+ 0, 0, 0, 21, 200, 200, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 201, 201, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 202, 202, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 203, 203, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 204, 204, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 205,
+ 205, 0, 0, 0, 0, 0, 0, 1,
+ 206, 206, 0, 0, 0, 207, 0, 0,
+ 0, 0, 0, 0, 1, 206, 206, 207,
+ 1, 207, 209, 207, 208, 210, 208, 211,
+ 1, 212, 1, 208, 208, 1, 20, 20,
+ 0, 0, 0, 21, 213, 213, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 214, 21, 0, 0, 0, 0,
+ 0, 0, 1, 215, 215, 0, 0, 0,
+ 216, 0, 0, 0, 0, 0, 0, 1,
+ 215, 215, 216, 1, 216, 218, 216, 217,
+ 219, 217, 220, 1, 221, 1, 217, 217,
+ 1, 20, 20, 0, 0, 0, 21, 222,
+ 222, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 223, 223,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 224, 224, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 225, 225, 0, 0,
+ 0, 0, 0, 0, 1, 226, 226, 0,
+ 0, 0, 227, 0, 0, 0, 0, 0,
+ 0, 1, 226, 226, 227, 1, 227, 229,
+ 227, 228, 230, 228, 231, 1, 232, 1,
+ 228, 228, 1, 20, 20, 0, 0, 0,
+ 21, 233, 233, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 234, 234, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 235,
+ 235, 0, 0, 0, 0, 0, 0, 1,
+ 236, 236, 0, 0, 0, 237, 0, 0,
+ 0, 0, 0, 0, 1, 236, 236, 237,
+ 1, 237, 239, 237, 238, 240, 238, 241,
+ 1, 242, 1, 238, 238, 1, 20, 20,
+ 0, 0, 0, 21, 243, 243, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 244, 244, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 245, 245, 0, 0, 0, 0,
+ 0, 0, 1, 246, 246, 0, 0, 0,
+ 247, 0, 0, 0, 0, 0, 0, 1,
+ 246, 246, 247, 1, 247, 249, 247, 248,
+ 250, 248, 251, 1, 252, 1, 248, 248,
+ 1, 20, 20, 0, 0, 0, 21, 253,
+ 254, 253, 254, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 255, 255, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 256,
+ 256, 0, 0, 0, 0, 0, 0, 1,
+ 257, 257, 0, 0, 0, 258, 0, 0,
+ 0, 0, 0, 0, 1, 257, 257, 258,
+ 1, 258, 260, 258, 259, 261, 259, 262,
+ 1, 263, 1, 259, 259, 1, 20, 20,
+ 0, 0, 0, 21, 264, 264, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 265, 266, 265, 266, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 267, 267, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 268, 268, 0, 0, 0,
+ 0, 0, 0, 1, 269, 269, 0, 0,
+ 0, 270, 0, 0, 0, 0, 0, 0,
+ 1, 269, 269, 270, 1, 270, 272, 270,
+ 271, 273, 271, 274, 1, 275, 1, 271,
+ 271, 1, 20, 20, 0, 0, 0, 21,
+ 276, 276, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 277,
+ 277, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 278, 278,
+ 0, 0, 0, 0, 0, 0, 1, 279,
+ 279, 0, 0, 0, 280, 0, 0, 0,
+ 0, 0, 0, 1, 279, 279, 280, 1,
+ 280, 282, 280, 281, 283, 281, 284, 1,
+ 285, 1, 281, 281, 1, 20, 20, 0,
+ 0, 0, 21, 286, 286, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 287, 287, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 288, 288, 0, 0, 0, 0, 0,
+ 0, 1, 289, 289, 0, 0, 0, 290,
+ 0, 0, 0, 0, 0, 0, 1, 289,
+ 289, 290, 1, 290, 292, 290, 291, 293,
+ 291, 294, 1, 295, 1, 291, 291, 1,
+ 20, 20, 0, 0, 0, 21, 296, 296,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 297, 297, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 298, 298, 0, 0,
+ 0, 0, 0, 0, 1, 299, 299, 0,
+ 0, 0, 300, 0, 0, 0, 0, 0,
+ 0, 1, 299, 299, 300, 1, 300, 302,
+ 300, 301, 303, 301, 304, 1, 305, 1,
+ 301, 301, 1, 20, 20, 0, 0, 0,
+ 21, 306, 306, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 307,
+ 0, 21, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 308, 309,
+ 310, 311, 308, 309, 310, 311, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 312, 313, 312, 313, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 314, 314, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 315, 315, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 316, 316, 0, 0, 0, 0,
+ 0, 0, 1, 317, 317, 0, 0, 0,
+ 318, 0, 0, 0, 0, 0, 0, 1,
+ 317, 317, 318, 1, 318, 320, 318, 319,
+ 321, 319, 322, 1, 323, 1, 319, 319,
+ 1, 20, 20, 0, 0, 0, 21, 324,
+ 324, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 325, 325,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 326, 326, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 327, 327, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 328, 328, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 329, 329, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 330, 0, 21, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 331,
+ 331, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 332, 332,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 333, 333, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 334, 334, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 335, 335, 0, 0, 0,
+ 0, 0, 0, 1, 336, 336, 0, 0,
+ 0, 337, 0, 0, 0, 0, 0, 0,
+ 1, 336, 336, 337, 1, 337, 339, 337,
+ 338, 340, 338, 341, 1, 342, 1, 338,
+ 338, 1, 20, 20, 0, 0, 0, 21,
+ 343, 343, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 344,
+ 344, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 345, 345,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 346, 0, 21, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 347, 347, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 348, 348, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 349, 349, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 350, 350, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 351,
+ 351, 0, 0, 0, 0, 0, 0, 1,
+ 352, 352, 0, 0, 0, 353, 0, 0,
+ 0, 0, 0, 0, 1, 352, 352, 353,
+ 1, 353, 355, 353, 354, 356, 354, 357,
+ 1, 358, 1, 354, 354, 1, 20, 20,
+ 0, 0, 0, 21, 359, 359, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 360, 360, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 361, 361, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 362, 362, 0, 0, 0, 0, 0,
+ 0, 1, 363, 363, 0, 0, 0, 364,
+ 0, 0, 0, 0, 0, 0, 1, 363,
+ 363, 364, 1, 364, 366, 364, 365, 367,
+ 365, 368, 1, 369, 1, 365, 365, 1,
+ 20, 20, 0, 0, 0, 21, 370, 370,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 371, 371, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 372, 372, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 373, 373, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 374, 374, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 375, 375, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 376, 376, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 377,
+ 377, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 378, 378,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 379, 0, 21, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 380, 380, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 381, 381, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 382, 382, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 383, 383, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 384,
+ 384, 0, 0, 0, 0, 0, 0, 1,
+ 385, 385, 0, 0, 0, 386, 0, 0,
+ 0, 0, 0, 0, 1, 385, 385, 386,
+ 1, 386, 388, 386, 387, 389, 387, 390,
+ 1, 391, 1, 387, 387, 1, 20, 20,
+ 0, 0, 0, 21, 392, 392, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 393, 393, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 394, 394, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 395, 0, 21, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 396,
+ 396, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 397, 397,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 398, 398, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 399, 399, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 400, 400, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 401, 401, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 402, 402, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 403, 403, 0, 0, 0, 0, 0, 0,
+ 1, 404, 404, 0, 0, 0, 405, 0,
+ 0, 0, 0, 0, 0, 1, 404, 404,
+ 405, 1, 405, 407, 405, 406, 408, 406,
+ 409, 1, 410, 1, 406, 406, 1, 20,
+ 20, 0, 0, 0, 21, 411, 411, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 412, 412, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 413, 0, 21, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 414, 414, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 415, 415, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 416,
+ 416, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 417, 417,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 418, 418, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 419, 419, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 420, 420, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 421, 421, 0, 0, 0, 0,
+ 0, 0, 1, 422, 422, 0, 0, 0,
+ 423, 0, 0, 0, 0, 0, 0, 1,
+ 422, 422, 423, 1, 423, 425, 423, 424,
+ 426, 424, 427, 1, 428, 1, 424, 424,
+ 1, 20, 20, 0, 0, 0, 21, 429,
+ 429, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 430, 431,
+ 430, 431, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 432,
+ 432, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 433, 433,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 434, 434, 0,
+ 0, 0, 0, 0, 0, 1, 435, 435,
+ 0, 0, 0, 436, 0, 0, 0, 0,
+ 0, 0, 1, 435, 435, 436, 1, 436,
+ 438, 436, 437, 439, 437, 440, 1, 441,
+ 1, 437, 437, 1, 20, 20, 0, 0,
+ 0, 21, 442, 442, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 443, 443, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 444,
+ 0, 21, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 445, 445,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 446, 446, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 447, 447, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 448, 448, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 449, 450, 449, 450, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 451, 451, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 452, 452, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 453, 453, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 454, 454, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 455,
+ 455, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 456, 456,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 457, 457, 0,
+ 0, 0, 0, 0, 0, 1, 458, 458,
+ 0, 0, 0, 459, 0, 0, 0, 0,
+ 0, 0, 1, 458, 458, 459, 1, 459,
+ 461, 459, 460, 462, 460, 463, 1, 464,
+ 1, 460, 460, 1, 20, 20, 0, 0,
+ 0, 21, 465, 465, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 466, 466, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 467, 467, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 468,
+ 468, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 469, 469,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 470, 470, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 471, 471, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 472, 472, 0, 0, 0,
+ 0, 0, 0, 1, 473, 473, 0, 0,
+ 0, 474, 0, 0, 0, 0, 0, 0,
+ 1, 473, 473, 474, 1, 474, 476, 474,
+ 475, 477, 475, 478, 1, 479, 1, 475,
+ 475, 1, 20, 20, 0, 0, 0, 21,
+ 480, 481, 480, 481, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 482, 482, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 483, 483, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 484,
+ 484, 0, 0, 0, 0, 0, 0, 1,
+ 485, 485, 0, 0, 0, 486, 0, 0,
+ 0, 0, 0, 0, 1, 485, 485, 486,
+ 1, 486, 488, 486, 487, 489, 487, 490,
+ 1, 491, 1, 487, 487, 1, 20, 20,
+ 0, 0, 0, 21, 492, 492, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 493, 493, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 494, 494, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 495, 495, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 496, 496, 0, 0, 0, 0, 0, 0,
+ 1, 497, 497, 0, 0, 0, 498, 0,
+ 0, 0, 0, 0, 0, 1, 497, 497,
+ 498, 1, 498, 500, 498, 499, 501, 499,
+ 502, 1, 503, 1, 499, 499, 1, 20,
+ 20, 0, 0, 0, 21, 504, 504, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 505, 505, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 506, 0, 21, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 507, 507, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 508, 508, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 509,
+ 509, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 510, 510,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 511, 511, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 512, 512, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 513, 513, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 514, 514, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 515, 515, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 516,
+ 0, 21, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 517, 518,
+ 519, 520, 517, 518, 519, 520, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 521, 521, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 522, 522, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 523, 523, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 524, 524, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 525,
+ 525, 0, 0, 0, 0, 0, 0, 1,
+ 526, 526, 0, 0, 0, 527, 0, 0,
+ 0, 0, 0, 0, 1, 526, 526, 527,
+ 1, 527, 529, 527, 528, 530, 528, 531,
+ 1, 532, 1, 528, 528, 1, 20, 20,
+ 0, 0, 0, 21, 533, 533, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 534, 534, 0, 0, 0,
+ 0, 0, 0, 1, 535, 535, 0, 0,
+ 0, 536, 0, 0, 0, 0, 0, 0,
+ 1, 535, 535, 536, 1, 536, 538, 536,
+ 537, 539, 537, 540, 1, 541, 1, 537,
+ 537, 1, 20, 20, 0, 0, 0, 21,
+ 542, 542, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 543,
+ 543, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 544, 544,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 545, 545, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 546, 546, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 547, 547, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 548, 548, 0, 0, 0, 0,
+ 0, 0, 1, 549, 549, 0, 0, 0,
+ 550, 0, 0, 0, 0, 0, 0, 1,
+ 549, 549, 550, 1, 550, 552, 550, 551,
+ 553, 551, 554, 1, 555, 1, 551, 551,
+ 1, 20, 20, 0, 0, 0, 21, 556,
+ 556, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 557, 557,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 558, 558, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 559, 559, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 560, 560, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 561, 561, 0, 0, 0, 0,
+ 0, 0, 1, 562, 562, 0, 0, 0,
+ 563, 0, 0, 0, 0, 0, 0, 1,
+ 562, 562, 563, 1, 563, 565, 563, 564,
+ 566, 564, 567, 1, 568, 1, 564, 564,
+ 1, 20, 20, 0, 0, 0, 21, 569,
+ 570, 569, 570, 0, 0, 0, 0, 0,
+ 0, 1, 571, 571, 0, 0, 0, 572,
+ 0, 0, 0, 0, 0, 0, 1, 571,
+ 571, 572, 1, 572, 574, 572, 573, 575,
+ 573, 576, 1, 577, 1, 573, 573, 1,
+ 20, 20, 0, 0, 0, 21, 578, 578,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 579, 580, 579,
+ 580, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 581, 581,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 582, 582, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 583, 583, 0, 0,
+ 0, 0, 0, 0, 1, 584, 584, 0,
+ 0, 0, 585, 0, 0, 0, 0, 0,
+ 0, 1, 584, 584, 585, 1, 585, 587,
+ 585, 586, 588, 586, 589, 1, 590, 1,
+ 586, 586, 1, 20, 20, 0, 0, 0,
+ 21, 591, 591, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 592, 592, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 593,
+ 593, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 594, 594,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 595, 0, 21, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 596, 596, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 597, 597, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 598, 598, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 599, 599, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 600,
+ 600, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 601, 601,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 602, 602, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 603, 603, 0, 0,
+ 0, 0, 0, 0, 1, 604, 604, 0,
+ 0, 0, 605, 0, 0, 0, 0, 0,
+ 0, 1, 604, 604, 605, 1, 605, 607,
+ 605, 606, 608, 606, 609, 1, 610, 1,
+ 606, 606, 1, 20, 20, 0, 0, 0,
+ 21, 611, 612, 611, 612, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 613, 613, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 614, 614, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 615, 615, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 616,
+ 616, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 617, 617,
+ 0, 0, 0, 0, 0, 0, 1, 618,
+ 618, 0, 0, 0, 619, 0, 0, 0,
+ 0, 0, 0, 1, 618, 618, 619, 1,
+ 619, 621, 619, 620, 622, 620, 623, 1,
+ 624, 1, 620, 620, 1, 20, 20, 0,
+ 0, 0, 21, 625, 625, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 626, 626, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 627, 0, 21, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 628,
+ 628, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 629, 629,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 630, 630, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 631, 631, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 632, 632, 0, 0, 0,
+ 0, 0, 0, 1, 633, 633, 0, 0,
+ 0, 634, 0, 0, 0, 0, 0, 0,
+ 1, 633, 633, 634, 1, 634, 636, 634,
+ 635, 637, 635, 638, 1, 639, 1, 635,
+ 635, 1, 20, 20, 0, 0, 0, 21,
+ 640, 640, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 641,
+ 641, 0, 0, 0, 0, 0, 0, 1,
+ 642, 642, 0, 0, 0, 643, 0, 0,
+ 0, 0, 0, 0, 1, 642, 642, 643,
+ 1, 643, 645, 643, 644, 646, 644, 647,
+ 1, 648, 1, 644, 644, 1, 20, 20,
+ 0, 0, 0, 21, 649, 650, 649, 650,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 651, 651, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 652, 652, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 653, 653, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 654, 654, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 655, 655, 0, 0, 0, 0, 0,
+ 0, 1, 656, 656, 0, 0, 0, 657,
+ 0, 0, 0, 0, 0, 0, 1, 656,
+ 656, 657, 1, 657, 659, 657, 658, 660,
+ 658, 661, 1, 662, 1, 658, 658, 1,
+ 20, 20, 0, 0, 0, 21, 663, 663,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 664, 0, 21, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 665, 665, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 666, 666, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 667, 667, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 668, 668, 0, 0, 0, 0, 0, 0,
+ 1, 20, 20, 0, 0, 0, 21, 669,
+ 669, 0, 0, 0, 0, 0, 0, 1,
+ 20, 20, 0, 0, 0, 21, 670, 670,
+ 0, 0, 0, 0, 0, 0, 1, 20,
+ 20, 0, 0, 0, 21, 671, 671, 0,
+ 0, 0, 0, 0, 0, 1, 20, 20,
+ 0, 0, 0, 21, 672, 672, 0, 0,
+ 0, 0, 0, 0, 1, 20, 20, 0,
+ 0, 0, 21, 673, 673, 0, 0, 0,
+ 0, 0, 0, 1, 20, 20, 0, 0,
+ 0, 21, 674, 674, 0, 0, 0, 0,
+ 0, 0, 1, 20, 20, 0, 0, 0,
+ 21, 675, 675, 0, 0, 0, 0, 0,
+ 0, 1, 20, 20, 0, 0, 0, 21,
+ 676, 676, 0, 0, 0, 0, 0, 0,
+ 1, 677, 677, 0, 0, 0, 678, 0,
+ 0, 0, 0, 0, 0, 1, 677, 677,
+ 678, 1, 678, 680, 678, 679, 681, 679,
+ 682, 1, 683, 1, 679, 679, 1, 236,
+ 236, 0, 0, 0, 237, 114, 115, 114,
+ 115, 0, 0, 0, 0, 0, 0, 1,
+ 166, 166, 0, 0, 0, 167, 253, 254,
+ 253, 254, 0, 0, 0, 0, 0, 0,
+ 1, 1, 0
+};
+
+static const short _thttp_machine_parser_headers_trans_targs[] = {
+ 2, 0, 9, 91, 212, 222, 253, 263,
+ 273, 355, 374, 392, 441, 464, 526, 566,
+ 594, 603, 637, 638, 3, 4, 5, 7,
+ 6, 639, 8, 10, 63, 73, 11, 12,
+ 13, 14, 15, 21, 16, 17, 19, 18,
+ 639, 20, 22, 35, 49, 23, 24, 25,
+ 26, 27, 28, 29, 30, 31, 33, 32,
+ 639, 34, 36, 37, 38, 39, 40, 41,
+ 42, 43, 44, 45, 47, 46, 639, 48,
+ 50, 51, 52, 53, 54, 55, 56, 57,
+ 58, 59, 61, 60, 639, 62, 64, 65,
+ 66, 67, 68, 69, 71, 70, 639, 72,
+ 74, 75, 76, 77, 78, 79, 80, 81,
+ 82, 83, 84, 85, 86, 87, 89, 88,
+ 639, 90, 92, 110, 93, 94, 95, 96,
+ 97, 98, 99, 100, 101, 102, 103, 104,
+ 105, 106, 108, 107, 639, 109, 111, 112,
+ 125, 113, 114, 115, 116, 117, 118, 119,
+ 120, 121, 123, 122, 639, 124, 126, 127,
+ 128, 129, 130, 144, 182, 191, 202, 131,
+ 132, 133, 134, 135, 136, 137, 138, 139,
+ 140, 142, 141, 639, 143, 145, 158, 169,
+ 146, 147, 148, 149, 150, 151, 152, 153,
+ 154, 156, 155, 639, 157, 159, 160, 161,
+ 162, 163, 164, 165, 167, 166, 639, 168,
+ 170, 171, 172, 173, 174, 175, 176, 177,
+ 178, 180, 179, 639, 181, 183, 184, 185,
+ 186, 187, 189, 188, 639, 190, 192, 193,
+ 194, 195, 196, 197, 198, 200, 199, 639,
+ 201, 203, 204, 205, 206, 207, 208, 210,
+ 209, 639, 211, 213, 214, 215, 216, 217,
+ 218, 220, 219, 639, 221, 223, 232, 224,
+ 225, 226, 227, 228, 230, 229, 639, 231,
+ 233, 234, 243, 235, 236, 237, 238, 239,
+ 241, 240, 639, 242, 244, 245, 246, 247,
+ 248, 249, 251, 250, 639, 252, 254, 255,
+ 256, 257, 258, 259, 261, 260, 639, 262,
+ 264, 265, 266, 267, 268, 269, 271, 270,
+ 639, 272, 274, 275, 276, 306, 322, 333,
+ 277, 287, 278, 279, 280, 281, 282, 283,
+ 285, 284, 639, 286, 288, 289, 290, 291,
+ 292, 293, 294, 295, 296, 297, 298, 299,
+ 300, 301, 302, 304, 303, 639, 305, 307,
+ 308, 309, 310, 311, 312, 313, 314, 315,
+ 316, 317, 318, 320, 319, 639, 321, 323,
+ 324, 325, 326, 327, 328, 329, 331, 330,
+ 639, 332, 334, 335, 336, 337, 338, 339,
+ 340, 341, 342, 343, 344, 345, 346, 347,
+ 348, 349, 350, 351, 353, 352, 639, 354,
+ 356, 357, 358, 359, 360, 361, 362, 363,
+ 364, 365, 366, 367, 368, 369, 370, 372,
+ 371, 639, 373, 375, 376, 377, 378, 379,
+ 380, 381, 382, 383, 384, 385, 386, 387,
+ 388, 390, 389, 639, 391, 393, 394, 404,
+ 395, 396, 397, 398, 399, 400, 402, 401,
+ 639, 403, 405, 406, 407, 408, 409, 410,
+ 411, 412, 426, 413, 414, 415, 416, 417,
+ 418, 419, 420, 421, 422, 424, 423, 639,
+ 425, 427, 428, 429, 430, 431, 432, 433,
+ 434, 435, 436, 437, 439, 438, 639, 440,
+ 442, 452, 443, 444, 445, 446, 447, 448,
+ 450, 449, 639, 451, 453, 454, 455, 456,
+ 457, 458, 459, 460, 462, 461, 639, 463,
+ 465, 466, 467, 468, 469, 470, 471, 472,
+ 473, 474, 475, 476, 477, 478, 490, 499,
+ 513, 479, 480, 481, 482, 483, 484, 485,
+ 486, 488, 487, 639, 489, 491, 492, 493,
+ 494, 495, 497, 496, 639, 498, 500, 501,
+ 502, 503, 504, 505, 506, 507, 508, 509,
+ 511, 510, 639, 512, 514, 515, 516, 517,
+ 518, 519, 520, 521, 522, 524, 523, 639,
+ 525, 527, 534, 528, 529, 530, 532, 531,
+ 639, 533, 535, 536, 546, 537, 538, 539,
+ 540, 541, 542, 544, 543, 639, 545, 547,
+ 548, 549, 550, 551, 552, 553, 554, 555,
+ 556, 557, 558, 559, 560, 561, 562, 564,
+ 563, 639, 565, 567, 579, 568, 569, 570,
+ 571, 572, 573, 574, 575, 577, 576, 639,
+ 578, 580, 581, 582, 583, 584, 585, 586,
+ 587, 588, 589, 590, 592, 591, 639, 593,
+ 595, 596, 597, 598, 599, 601, 600, 639,
+ 602, 604, 616, 605, 606, 607, 608, 609,
+ 610, 611, 612, 614, 613, 639, 615, 617,
+ 618, 619, 620, 621, 622, 623, 624, 625,
+ 626, 627, 628, 629, 630, 631, 632, 633,
+ 635, 634, 639, 636
+};
+
+static const char _thttp_machine_parser_headers_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 91, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 1, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 3, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 5, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 7, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 9, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 11, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 13, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 15, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 17, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 19, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 21, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 23, 0, 0, 0, 0,
+ 0, 0, 0, 0, 25, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 27,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 29, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 31, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 33, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 35, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 37, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 39, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 41, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 43, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 45, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 47, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 49, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 51, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 53, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 55, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 57, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 59,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 61, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 63, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 65, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 67, 0, 0, 0, 0,
+ 0, 0, 0, 0, 69, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 71, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 73,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 75, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 77, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 79, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 81,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 83, 0,
+ 0, 0, 0, 0, 0, 0, 0, 85,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 87, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 89, 0
+};
+
+static const int thttp_machine_parser_headers_start = 1;
+static const int thttp_machine_parser_headers_first_final = 639;
+static const int thttp_machine_parser_headers_error = 0;
+
+static const int thttp_machine_parser_headers_en_main = 1;
+
+
+/* #line 513 "./ragel/thttp_parser_header.rl" */
+ (void)(eof);
+ (void)(thttp_machine_parser_headers_first_final);
+ (void)(thttp_machine_parser_headers_error);
+ (void)(thttp_machine_parser_headers_en_main);
+
+/* #line 2339 "./src/parsers/thttp_parser_header.c" */
+ {
+ cs = thttp_machine_parser_headers_start;
+ }
+
+/* #line 518 "./ragel/thttp_parser_header.rl" */
+
+/* #line 2346 "./src/parsers/thttp_parser_header.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_headers_trans_keys + _thttp_machine_parser_headers_key_offsets[cs];
+ _trans = _thttp_machine_parser_headers_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_headers_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_headers_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_headers_indicies[_trans];
+ cs = _thttp_machine_parser_headers_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_headers_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_headers_actions + _thttp_machine_parser_headers_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 90 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Accept NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 1:
+/* #line 99 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Accept_Charset NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 2:
+/* #line 108 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Accept_Encoding NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 3:
+/* #line 117 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Accept_Language NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 4:
+/* #line 126 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Allow NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 5:
+/* #line 135 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Authorization_t *header = thttp_header_Authorization_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+ break;
+ case 6:
+/* #line 142 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Cache_Control NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 7:
+/* #line 151 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Connection NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 8:
+/* #line 160 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_Encoding NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 9:
+/* #line 169 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_Language NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 10:
+/* #line 178 "./ragel/thttp_parser_header.rl" */
+ {
+ if(!message->Content_Length){
+ message->Content_Length = thttp_header_Content_Length_parse(state->tag_start, (state->tag_end-state->tag_start));
+ }
+ else{
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ //TSK_DEBUG_WARN("The message already have 'Content-Length' header.");
+ }
+ }
+ break;
+ case 11:
+/* #line 191 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_Location NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 12:
+/* #line 200 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_MD5 NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 13:
+/* #line 209 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Content_Range NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 14:
+/* #line 218 "./ragel/thttp_parser_header.rl" */
+ {
+ if(!message->Content_Type){
+ message->Content_Type = thttp_header_Content_Type_parse(state->tag_start, (state->tag_end-state->tag_start));
+ }
+ else{
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ //TSK_DEBUG_WARN("The message already have 'Content-Type' header.");
+ }
+ }
+ break;
+ case 15:
+/* #line 231 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Date NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 16:
+/* #line 240 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_ETag_t *header = thttp_header_ETag_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Expires NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 17:
+/* #line 249 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Expect NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 18:
+/* #line 258 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Expires NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 19:
+/* #line 267 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_From NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 20:
+/* #line 276 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Host NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 21:
+/* #line 285 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_Match NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 22:
+/* #line 294 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_Modified_Since NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 23:
+/* #line 303 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_None_Match NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 24:
+/* #line 312 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_Range NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 25:
+/* #line 321 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_If_Unmodified_Since NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 26:
+/* #line 330 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Last_Modified NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 27:
+/* #line 339 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Max_Forwards NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 28:
+/* #line 348 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Pragma NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 29:
+/* #line 357 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Proxy_Authenticate_t *header = thttp_header_Proxy_Authenticate_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+ break;
+ case 30:
+/* #line 364 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Proxy_Authorization_t *header = thttp_header_Proxy_Authorization_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+ break;
+ case 31:
+/* #line 371 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Range NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 32:
+/* #line 380 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Referer NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 33:
+/* #line 389 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Sec_WebSocket_Accept_t* header = thttp_header_Sec_WebSocket_Accept_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+ break;
+ case 34:
+/* #line 396 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Sec_WebSocket_Key_t* header = thttp_header_Sec_WebSocket_Key_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+ break;
+ case 35:
+/* #line 403 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Sec_WebSocket_Protocol_t* header = thttp_header_Sec_WebSocket_Protocol_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+ break;
+ case 36:
+/* #line 411 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Sec_WebSocket_Version_t* header = thttp_header_Sec_WebSocket_Version_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+ break;
+ case 37:
+/* #line 418 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_TE NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 38:
+/* #line 427 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Trailer NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 39:
+/* #line 436 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Transfer_Encoding_t *header = thttp_header_Transfer_Encoding_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Trailer NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 40:
+/* #line 445 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Upgrade NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 41:
+/* #line 454 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_User_Agent NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 42:
+/* #line 463 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Via NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 43:
+/* #line 472 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_Warning NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+ case 44:
+/* #line 481 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_WWW_Authenticate_t *header = thttp_header_WWW_Authenticate_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+ }
+ break;
+ case 45:
+/* #line 488 "./ragel/thttp_parser_header.rl" */
+ {
+ thttp_header_Dummy_t *header = thttp_header_Dummy_parse(state->tag_start, (state->tag_end-state->tag_start));
+ ADD_HEADER(header);
+
+ //TSK_DEBUG_WARN("parse_header_extension_header NOT IMPLEMENTED. Will be added as Dummy header.");
+ }
+ break;
+/* #line 2826 "./src/parsers/thttp_parser_header.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 519 "./ragel/thttp_parser_header.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ return ( cs >=
+/* #line 2843 "./src/parsers/thttp_parser_header.c" */
+639
+/* #line 521 "./ragel/thttp_parser_header.rl" */
+ ) ? 0 : -1;
+}
diff --git a/tinyHTTP/src/parsers/thttp_parser_message.c b/tinyHTTP/src/parsers/thttp_parser_message.c
new file mode 100644
index 0000000..2b6568d
--- /dev/null
+++ b/tinyHTTP/src/parsers/thttp_parser_message.c
@@ -0,0 +1,464 @@
+
+/* #line 1 "./ragel/thttp_parser_message.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_parser_message.c
+ * @brief HTTP parser.
+ *
+ */
+#include "tinyhttp/parsers/thttp_parser_message.h"
+#include "tinyhttp/parsers/thttp_parser_header.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+
+static void thttp_message_parser_execute(tsk_ragel_state_t *state, thttp_message_t *message, tsk_bool_t extract_content);
+static void thttp_message_parser_init(tsk_ragel_state_t *state);
+static void thttp_message_parser_eoh(tsk_ragel_state_t *state, thttp_message_t *message, tsk_bool_t extract_content);
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 159 "./ragel/thttp_parser_message.rl" */
+
+
+
+TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+/* Regel data */
+
+/* #line 50 "./src/parsers/thttp_parser_message.c" */
+static const char _thttp_machine_parser_message_actions[] = {
+ 0, 1, 0, 1, 1, 1, 2, 1,
+ 3, 1, 4, 1, 5, 1, 6, 1,
+ 7, 2, 0, 5, 2, 6, 0
+};
+
+static const unsigned char _thttp_machine_parser_message_key_offsets[] = {
+ 0, 0, 16, 31, 31, 32, 34, 36,
+ 38, 40, 41, 43, 46, 48, 51, 52,
+ 53, 54, 55, 56, 57, 74, 91, 108,
+ 122, 124, 127, 129, 132, 134, 136, 138,
+ 139, 155, 171, 177, 183
+};
+
+static const char _thttp_machine_parser_message_trans_keys[] = {
+ 33, 37, 39, 72, 104, 126, 42, 43,
+ 45, 46, 48, 57, 65, 90, 95, 122,
+ 32, 33, 37, 39, 126, 42, 43, 45,
+ 46, 48, 57, 65, 90, 95, 122, 32,
+ 72, 104, 84, 116, 84, 116, 80, 112,
+ 47, 48, 57, 46, 48, 57, 48, 57,
+ 13, 48, 57, 10, 13, 13, 10, 13,
+ 10, 32, 33, 37, 39, 84, 116, 126,
+ 42, 43, 45, 46, 48, 57, 65, 90,
+ 95, 122, 32, 33, 37, 39, 84, 116,
+ 126, 42, 43, 45, 46, 48, 57, 65,
+ 90, 95, 122, 32, 33, 37, 39, 80,
+ 112, 126, 42, 43, 45, 46, 48, 57,
+ 65, 90, 95, 122, 32, 33, 37, 39,
+ 47, 126, 42, 43, 45, 57, 65, 90,
+ 95, 122, 48, 57, 46, 48, 57, 48,
+ 57, 32, 48, 57, 48, 57, 48, 57,
+ 48, 57, 32, 13, 37, 60, 62, 96,
+ 127, 0, 8, 10, 31, 34, 35, 91,
+ 94, 123, 125, 13, 37, 60, 62, 96,
+ 127, 0, 8, 10, 31, 34, 35, 91,
+ 94, 123, 125, 48, 57, 65, 70, 97,
+ 102, 48, 57, 65, 70, 97, 102, 0
+};
+
+static const char _thttp_machine_parser_message_single_lengths[] = {
+ 0, 6, 5, 0, 1, 2, 2, 2,
+ 2, 1, 0, 1, 0, 1, 1, 1,
+ 1, 1, 1, 1, 7, 7, 7, 6,
+ 0, 1, 0, 1, 0, 0, 0, 1,
+ 6, 6, 0, 0, 0
+};
+
+static const char _thttp_machine_parser_message_range_lengths[] = {
+ 0, 5, 5, 0, 0, 0, 0, 0,
+ 0, 0, 1, 1, 1, 1, 0, 0,
+ 0, 0, 0, 0, 5, 5, 5, 4,
+ 1, 1, 1, 1, 1, 1, 1, 0,
+ 5, 5, 3, 3, 0
+};
+
+static const unsigned char _thttp_machine_parser_message_index_offsets[] = {
+ 0, 0, 12, 23, 24, 26, 29, 32,
+ 35, 38, 40, 42, 45, 47, 50, 52,
+ 54, 56, 58, 60, 62, 75, 88, 101,
+ 112, 114, 117, 119, 122, 124, 126, 128,
+ 130, 142, 154, 158, 162
+};
+
+static const char _thttp_machine_parser_message_indicies[] = {
+ 0, 0, 0, 2, 2, 0, 0, 0,
+ 0, 0, 0, 1, 3, 4, 4, 4,
+ 4, 4, 4, 4, 4, 4, 1, 5,
+ 7, 6, 8, 8, 1, 9, 9, 1,
+ 10, 10, 1, 11, 11, 1, 12, 1,
+ 13, 1, 14, 13, 1, 15, 1, 16,
+ 15, 1, 17, 1, 19, 18, 21, 20,
+ 22, 1, 24, 23, 25, 1, 3, 4,
+ 4, 4, 26, 26, 4, 4, 4, 4,
+ 4, 4, 1, 3, 4, 4, 4, 27,
+ 27, 4, 4, 4, 4, 4, 4, 1,
+ 3, 4, 4, 4, 28, 28, 4, 4,
+ 4, 4, 4, 4, 1, 3, 4, 4,
+ 4, 29, 4, 4, 4, 4, 4, 1,
+ 30, 1, 31, 30, 1, 32, 1, 33,
+ 32, 1, 34, 1, 35, 1, 36, 1,
+ 37, 1, 39, 40, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 38, 42, 43,
+ 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 41, 44, 44, 44, 1, 41, 41,
+ 41, 1, 45, 0
+};
+
+static const char _thttp_machine_parser_message_trans_targs[] = {
+ 2, 0, 20, 3, 2, 4, 4, 5,
+ 6, 7, 8, 9, 10, 11, 12, 13,
+ 14, 15, 16, 19, 16, 17, 18, 16,
+ 19, 36, 21, 22, 23, 24, 25, 26,
+ 27, 28, 29, 30, 31, 32, 33, 14,
+ 34, 33, 14, 34, 35, 36
+};
+
+static const char _thttp_machine_parser_message_trans_actions[] = {
+ 1, 0, 1, 3, 0, 1, 0, 5,
+ 1, 0, 0, 0, 0, 0, 0, 0,
+ 7, 0, 1, 0, 0, 0, 0, 20,
+ 13, 15, 0, 0, 0, 0, 0, 0,
+ 0, 7, 1, 0, 0, 9, 1, 17,
+ 1, 0, 11, 0, 0, 0
+};
+
+static const int thttp_machine_parser_message_start = 1;
+static const int thttp_machine_parser_message_first_final = 36;
+static const int thttp_machine_parser_message_error = 0;
+
+static const int thttp_machine_parser_message_en_main = 1;
+
+
+/* #line 165 "./ragel/thttp_parser_message.rl" */
+TSK_RAGEL_DISABLE_WARNINGS_END()
+
+/** Parses raw HTTP buffer.
+ *
+ * @param state Ragel state containing the buffer references.
+ * @param result @ref thttp_message_t object representing the raw buffer.
+ * @param extract_content Indicates wheteher to parse the message content or not. If set to true, then
+ * only headers will be parsed.
+ *
+ * @retval Zero if succeed and non-zero error code otherwise.
+**/
+int thttp_message_parse(tsk_ragel_state_t *state, thttp_message_t **result, tsk_bool_t extract_content)
+{
+ if(!state || state->pe <= state->p){
+ return -1;
+ }
+
+ if(!*result){
+ *result = thttp_message_create();
+ }
+
+ /* Ragel init */
+ thttp_message_parser_init(state);
+
+ /*
+ * State mechine execution.
+ */
+ thttp_message_parser_execute(state, *result, extract_content);
+
+ /* Check result */
+
+ if( state->cs <
+/* #line 197 "./src/parsers/thttp_parser_message.c" */
+36
+/* #line 196 "./ragel/thttp_parser_message.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse HTTP message.");
+ TSK_OBJECT_SAFE_FREE(*result);
+ return -2;
+ }
+ return 0;
+}
+
+
+static void thttp_message_parser_init(tsk_ragel_state_t *state)
+{
+ int cs = 0;
+
+ /* Regel machine initialization. */
+
+/* #line 215 "./src/parsers/thttp_parser_message.c" */
+ {
+ cs = thttp_machine_parser_message_start;
+ }
+
+/* #line 211 "./ragel/thttp_parser_message.rl" */
+
+ state->cs = cs;
+}
+
+static void thttp_message_parser_execute(tsk_ragel_state_t *state, thttp_message_t *message, tsk_bool_t extract_content)
+{
+ int cs = state->cs;
+ const char *p = state->p;
+ const char *pe = state->pe;
+ const char *eof = state->eof;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 234 "./src/parsers/thttp_parser_message.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_message_trans_keys + _thttp_machine_parser_message_key_offsets[cs];
+ _trans = _thttp_machine_parser_message_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_message_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_message_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_message_indicies[_trans];
+ cs = _thttp_machine_parser_message_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_message_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_message_actions + _thttp_machine_parser_message_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 43 "./ragel/thttp_parser_message.rl" */
+ {
+ state->tag_start = p;
+ }
+ break;
+ case 1:
+/* #line 48 "./ragel/thttp_parser_message.rl" */
+ {
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(message->type == thttp_unknown){
+ message->type = thttp_request;
+ if(!message->line.request.method){
+ message->line.request.method = tsk_calloc(1, len+1);
+ memcpy(message->line.request.method, state->tag_start, len);
+ }
+ }
+ else{
+ state->cs = thttp_machine_parser_message_error;
+ }
+ }
+ break;
+ case 2:
+/* #line 66 "./ragel/thttp_parser_message.rl" */
+ {
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(!message->line.request.url){
+ message->line.request.url = thttp_url_parse(state->tag_start, (tsk_size_t)len);
+ }
+ }
+ break;
+ case 3:
+/* #line 77 "./ragel/thttp_parser_message.rl" */
+ {
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(!message->http_version){
+ message->http_version = tsk_calloc(1, len+1);
+ memcpy(message->http_version, state->tag_start, len);
+ }
+ }
+ break;
+ case 4:
+/* #line 89 "./ragel/thttp_parser_message.rl" */
+ {
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(message->type == thttp_unknown){
+ message->type = thttp_response;
+ message->line.response.status_code = atoi(state->tag_start);
+ }
+ else{
+ state->cs = thttp_machine_parser_message_error;
+ }
+ }
+ break;
+ case 5:
+/* #line 104 "./ragel/thttp_parser_message.rl" */
+ {
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(!message->line.response.reason_phrase){
+ message->line.response.reason_phrase = tsk_calloc(1, len+1);
+ memcpy(message->line.response.reason_phrase, state->tag_start, len);
+ }
+ }
+ break;
+ case 6:
+/* #line 116 "./ragel/thttp_parser_message.rl" */
+ {
+ int len;
+ state->tag_end = p;
+ len = (int)(state->tag_end - state->tag_start);
+
+ if(thttp_header_parse(state, message)){
+ TSK_DEBUG_ERROR("Failed to parse header - %s", state->tag_start);
+ }
+ else{
+ //TSK_DEBUG_INFO("THTTP_MESSAGE_PARSER::PARSE_HEADER len=%d state=%d", len, state->cs);
+ }
+ }
+ break;
+ case 7:
+/* #line 139 "./ragel/thttp_parser_message.rl" */
+ {
+ state->cs = cs;
+ state->p = p;
+ state->pe = pe;
+ state->eof = eof;
+
+ thttp_message_parser_eoh(state, message, extract_content);
+
+ cs = state->cs;
+ p = state->p;
+ pe = state->pe;
+ eof = state->eof;
+ }
+ break;
+/* #line 418 "./src/parsers/thttp_parser_message.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ _out: {}
+ }
+
+/* #line 224 "./ragel/thttp_parser_message.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ state->cs = cs;
+ state->p = p;
+ state->pe = pe;
+ state->eof = eof;
+}
+
+static void thttp_message_parser_eoh(tsk_ragel_state_t *state, thttp_message_t *message, tsk_bool_t extract_content)
+{
+ int cs = state->cs;
+ const char *p = state->p;
+ const char *pe = state->pe;
+ const char *eof = state->eof;
+
+ if(extract_content && message){
+ uint32_t clen = THTTP_MESSAGE_CONTENT_LENGTH(message);
+ if(clen){
+ if((p + clen)<pe && !message->Content){
+ message->Content = tsk_buffer_create((p+1), clen);
+ p = (p + clen);
+ }
+ else{
+ p = (pe - 1);
+ }
+ }
+ }
+ //%%write eof;
+
+ state->cs = cs;
+ state->p = p;
+ state->pe = pe;
+ state->eof = eof;
+}
diff --git a/tinyHTTP/src/parsers/thttp_parser_url.c b/tinyHTTP/src/parsers/thttp_parser_url.c
new file mode 100644
index 0000000..c45d0d2
--- /dev/null
+++ b/tinyHTTP/src/parsers/thttp_parser_url.c
@@ -0,0 +1,500 @@
+
+/* #line 1 "./ragel/thttp_parser_url.rl" */
+/*
+* Copyright (C) 2010-2015 Mamadou Diop.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp_parser_url.c
+ * @brief HTTP/HTTPS URL parser.
+ */
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_string.h"
+#include "tsk_memory.h"
+#include "tsk_debug.h"
+
+/***********************************
+* Ragel state machine.
+*/
+
+/* #line 82 "./ragel/thttp_parser_url.rl" */
+
+
+/**@ingroup thttp_url_group
+* Parses a HTTP/HTTPS url.
+* @param urlstring A pointer to a valid url string. If the port is missing, then it's default value will be 443 if
+* the scheme is 'https' and 80 otherwise.<br>
+* @param length The length of the url string.
+* @retval A well-defined object representing the url string.
+*
+* @code
+* thttp_url_t* url = thttp_url_parse("http://www.google.com", tsk_strlen("http://www.google.com"));
+* @endcode
+*
+* @sa @ref thttp_url_tostring<br>@ref thttp_url_serialize
+**/
+thttp_url_t *thttp_url_parse(const char *urlstring, tsk_size_t length)
+{
+ tsk_bool_t have_port = tsk_false;
+ int cs = 0;
+ const char *p = urlstring;
+ const char *pe = p + length;
+ const char *eof = pe;
+
+ const char *ts = 0, *te = 0;
+ int act =0;
+
+ thttp_url_t *url = thttp_url_create(thttp_url_unknown);
+
+ const char *tag_start = 0;
+
+ TSK_RAGEL_DISABLE_WARNINGS_BEGIN()
+
+/* #line 69 "./src/parsers/thttp_parser_url.c" */
+static const char _thttp_machine_parser_url_actions[] = {
+ 0, 1, 1, 1, 2, 1, 6, 1,
+ 7, 1, 8, 1, 9, 1, 10, 2,
+ 0, 4, 2, 0, 8, 2, 0, 9,
+ 2, 0, 10, 2, 6, 10, 2, 7,
+ 10, 2, 8, 10, 3, 0, 3, 5,
+ 3, 0, 5, 10, 3, 0, 8, 10
+
+};
+
+static const short _thttp_machine_parser_url_key_offsets[] = {
+ 0, 0, 8, 15, 23, 29, 36, 38,
+ 44, 52, 58, 66, 72, 80, 88, 96,
+ 104, 112, 120, 123, 124, 131, 139, 147,
+ 155, 157, 164, 173, 175, 178, 180, 183,
+ 185, 188, 191, 192, 195, 196, 199, 200,
+ 209, 218, 226, 234, 242, 250, 252, 258,
+ 267, 276, 285, 287, 290, 293, 294, 295,
+ 298, 308, 309, 310, 310, 310, 320, 328,
+ 331, 341, 351, 361, 373, 385, 397, 409,
+ 417, 419
+};
+
+static const char _thttp_machine_parser_url_trans_keys[] = {
+ 45, 46, 48, 57, 65, 90, 97, 122,
+ 45, 48, 57, 65, 90, 97, 122, 45,
+ 46, 48, 57, 65, 90, 97, 122, 48,
+ 57, 65, 90, 97, 122, 45, 48, 57,
+ 65, 90, 97, 122, 48, 57, 48, 57,
+ 65, 90, 97, 122, 45, 46, 48, 57,
+ 65, 90, 97, 122, 48, 57, 65, 90,
+ 97, 122, 45, 46, 48, 57, 65, 90,
+ 97, 122, 48, 57, 65, 90, 97, 122,
+ 45, 46, 48, 57, 65, 90, 97, 122,
+ 45, 46, 48, 57, 65, 90, 97, 122,
+ 45, 46, 48, 57, 65, 90, 97, 122,
+ 45, 46, 48, 57, 65, 90, 97, 122,
+ 45, 46, 48, 57, 65, 90, 97, 122,
+ 45, 46, 48, 57, 65, 90, 97, 122,
+ 47, 48, 57, 47, 58, 48, 57, 65,
+ 70, 97, 102, 58, 93, 48, 57, 65,
+ 70, 97, 102, 58, 93, 48, 57, 65,
+ 70, 97, 102, 58, 93, 48, 57, 65,
+ 70, 97, 102, 58, 93, 58, 48, 57,
+ 65, 70, 97, 102, 46, 58, 93, 48,
+ 57, 65, 70, 97, 102, 48, 57, 46,
+ 48, 57, 48, 57, 46, 48, 57, 48,
+ 57, 93, 48, 57, 93, 48, 57, 93,
+ 46, 48, 57, 46, 46, 48, 57, 46,
+ 46, 58, 93, 48, 57, 65, 70, 97,
+ 102, 46, 58, 93, 48, 57, 65, 70,
+ 97, 102, 58, 93, 48, 57, 65, 70,
+ 97, 102, 58, 93, 48, 57, 65, 70,
+ 97, 102, 58, 93, 48, 57, 65, 70,
+ 97, 102, 58, 93, 48, 57, 65, 70,
+ 97, 102, 58, 93, 48, 57, 65, 70,
+ 97, 102, 46, 58, 93, 48, 57, 65,
+ 70, 97, 102, 46, 58, 93, 48, 57,
+ 65, 70, 97, 102, 46, 58, 93, 48,
+ 57, 65, 70, 97, 102, 48, 57, 46,
+ 48, 57, 46, 48, 57, 46, 58, 47,
+ 48, 57, 47, 72, 91, 104, 48, 57,
+ 65, 90, 97, 122, 63, 63, 45, 46,
+ 47, 58, 48, 57, 65, 90, 97, 122,
+ 47, 58, 48, 57, 65, 90, 97, 122,
+ 47, 48, 57, 45, 46, 47, 58, 48,
+ 57, 65, 90, 97, 122, 45, 46, 47,
+ 58, 48, 57, 65, 90, 97, 122, 45,
+ 46, 47, 58, 48, 57, 65, 90, 97,
+ 122, 45, 46, 47, 58, 84, 116, 48,
+ 57, 65, 90, 97, 122, 45, 46, 47,
+ 58, 84, 116, 48, 57, 65, 90, 97,
+ 122, 45, 46, 47, 58, 80, 112, 48,
+ 57, 65, 90, 97, 122, 45, 46, 47,
+ 58, 83, 115, 48, 57, 65, 90, 97,
+ 122, 47, 91, 48, 57, 65, 90, 97,
+ 122, 47, 58, 45, 46, 47, 58, 48,
+ 57, 65, 90, 97, 122, 0
+};
+
+static const char _thttp_machine_parser_url_single_lengths[] = {
+ 0, 2, 1, 2, 0, 1, 0, 0,
+ 2, 0, 2, 0, 2, 2, 2, 2,
+ 2, 2, 1, 1, 1, 2, 2, 2,
+ 2, 1, 3, 0, 1, 0, 1, 0,
+ 1, 1, 1, 1, 1, 1, 1, 3,
+ 3, 2, 2, 2, 2, 2, 0, 3,
+ 3, 3, 0, 1, 1, 1, 1, 1,
+ 4, 1, 1, 0, 0, 4, 2, 1,
+ 4, 4, 4, 6, 6, 6, 6, 2,
+ 2, 4
+};
+
+static const char _thttp_machine_parser_url_range_lengths[] = {
+ 0, 3, 3, 3, 3, 3, 1, 3,
+ 3, 3, 3, 3, 3, 3, 3, 3,
+ 3, 3, 1, 0, 3, 3, 3, 3,
+ 0, 3, 3, 1, 1, 1, 1, 1,
+ 1, 1, 0, 1, 0, 1, 0, 3,
+ 3, 3, 3, 3, 3, 0, 3, 3,
+ 3, 3, 1, 1, 1, 0, 0, 1,
+ 3, 0, 0, 0, 0, 3, 3, 1,
+ 3, 3, 3, 3, 3, 3, 3, 3,
+ 0, 3
+};
+
+static const short _thttp_machine_parser_url_index_offsets[] = {
+ 0, 0, 6, 11, 17, 21, 26, 28,
+ 32, 38, 42, 48, 52, 58, 64, 70,
+ 76, 82, 88, 91, 93, 98, 104, 110,
+ 116, 119, 124, 131, 133, 136, 138, 141,
+ 143, 146, 149, 151, 154, 156, 159, 161,
+ 168, 175, 181, 187, 193, 199, 202, 206,
+ 213, 220, 227, 229, 232, 235, 237, 239,
+ 242, 250, 252, 254, 255, 256, 264, 270,
+ 273, 281, 289, 297, 307, 317, 327, 337,
+ 343, 346
+};
+
+static const char _thttp_machine_parser_url_indicies[] = {
+ 0, 2, 3, 4, 4, 1, 0, 4,
+ 4, 4, 1, 0, 5, 4, 4, 4,
+ 1, 4, 6, 6, 1, 7, 6, 6,
+ 6, 1, 8, 1, 9, 6, 6, 1,
+ 0, 10, 11, 4, 4, 1, 12, 6,
+ 6, 1, 0, 13, 14, 4, 4, 1,
+ 15, 6, 6, 1, 0, 13, 16, 4,
+ 4, 1, 0, 13, 4, 4, 4, 1,
+ 0, 10, 17, 4, 4, 1, 0, 10,
+ 4, 4, 4, 1, 0, 2, 18, 4,
+ 4, 1, 0, 2, 4, 4, 4, 1,
+ 19, 8, 1, 20, 1, 22, 21, 21,
+ 21, 1, 24, 25, 23, 23, 23, 1,
+ 24, 25, 26, 26, 26, 1, 24, 25,
+ 27, 27, 27, 1, 24, 25, 1, 29,
+ 28, 21, 21, 1, 30, 24, 25, 31,
+ 23, 23, 1, 32, 1, 33, 34, 1,
+ 35, 1, 36, 37, 1, 38, 1, 25,
+ 39, 1, 25, 40, 1, 25, 1, 36,
+ 41, 1, 36, 1, 33, 42, 1, 33,
+ 1, 30, 24, 25, 43, 26, 26, 1,
+ 30, 24, 25, 27, 27, 27, 1, 45,
+ 25, 44, 44, 44, 1, 47, 25, 46,
+ 46, 46, 1, 47, 25, 48, 48, 48,
+ 1, 47, 25, 49, 49, 49, 1, 47,
+ 25, 1, 50, 44, 44, 1, 30, 47,
+ 25, 51, 46, 46, 1, 30, 47, 25,
+ 52, 48, 48, 1, 30, 47, 25, 49,
+ 49, 49, 1, 53, 1, 30, 54, 1,
+ 30, 55, 1, 30, 1, 29, 1, 56,
+ 8, 1, 57, 60, 61, 60, 58, 59,
+ 59, 1, 63, 62, 65, 64, 66, 67,
+ 7, 68, 69, 70, 6, 6, 6, 1,
+ 69, 70, 4, 6, 6, 1, 71, 72,
+ 1, 0, 5, 69, 70, 73, 4, 4,
+ 1, 0, 5, 69, 70, 74, 4, 4,
+ 1, 0, 5, 69, 70, 4, 4, 4,
+ 1, 7, 68, 69, 70, 75, 75, 6,
+ 6, 6, 1, 7, 68, 69, 70, 76,
+ 76, 6, 6, 6, 1, 7, 68, 69,
+ 70, 77, 77, 6, 6, 6, 1, 7,
+ 68, 69, 78, 79, 79, 6, 6, 6,
+ 1, 57, 61, 58, 59, 59, 1, 69,
+ 70, 1, 7, 68, 69, 80, 6, 6,
+ 6, 1, 0
+};
+
+static const char _thttp_machine_parser_url_trans_targs[] = {
+ 2, 0, 7, 16, 3, 4, 61, 5,
+ 63, 8, 9, 14, 10, 11, 12, 64,
+ 13, 15, 17, 19, 71, 21, 54, 22,
+ 25, 72, 23, 24, 26, 41, 27, 39,
+ 28, 29, 37, 30, 31, 35, 32, 33,
+ 34, 36, 38, 40, 42, 50, 43, 46,
+ 44, 45, 47, 48, 49, 51, 52, 53,
+ 19, 57, 1, 61, 67, 20, 58, 59,
+ 58, 59, 60, 60, 62, 57, 6, 57,
+ 63, 65, 66, 68, 69, 70, 18, 73,
+ 55
+};
+
+static const char _thttp_machine_parser_url_trans_actions[] = {
+ 0, 0, 0, 0, 0, 0, 13, 0,
+ 24, 0, 0, 0, 0, 0, 0, 13,
+ 0, 0, 0, 1, 13, 0, 0, 0,
+ 0, 13, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 3, 13, 36, 40, 40, 15, 24, 44,
+ 13, 33, 24, 13, 13, 27, 5, 30,
+ 13, 13, 13, 13, 13, 13, 5, 13,
+ 5
+};
+
+static const char _thttp_machine_parser_url_eof_actions[] = {
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 18, 9, 21, 11, 5, 5, 7,
+ 5, 5, 5, 5, 5, 5, 5, 0,
+ 5, 5
+};
+
+static const int thttp_machine_parser_url_start = 56;
+static const int thttp_machine_parser_url_first_final = 56;
+static const int thttp_machine_parser_url_error = 0;
+
+static const int thttp_machine_parser_url_en_main = 56;
+
+
+/* #line 114 "./ragel/thttp_parser_url.rl" */
+ (void)(ts);
+ (void)(te);
+ (void)(act);
+ (void)(eof);
+ (void)(thttp_machine_parser_url_first_final);
+ (void)(thttp_machine_parser_url_error);
+ (void)(thttp_machine_parser_url_en_main);
+
+/* #line 294 "./src/parsers/thttp_parser_url.c" */
+ {
+ cs = thttp_machine_parser_url_start;
+ }
+
+/* #line 122 "./ragel/thttp_parser_url.rl" */
+
+/* #line 301 "./src/parsers/thttp_parser_url.c" */
+ {
+ int _klen;
+ unsigned int _trans;
+ const char *_acts;
+ unsigned int _nacts;
+ const char *_keys;
+
+ if ( p == pe )
+ goto _test_eof;
+ if ( cs == 0 )
+ goto _out;
+_resume:
+ _keys = _thttp_machine_parser_url_trans_keys + _thttp_machine_parser_url_key_offsets[cs];
+ _trans = _thttp_machine_parser_url_index_offsets[cs];
+
+ _klen = _thttp_machine_parser_url_single_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + _klen - 1;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + ((_upper-_lower) >> 1);
+ if ( (*p) < *_mid )
+ _upper = _mid - 1;
+ else if ( (*p) > *_mid )
+ _lower = _mid + 1;
+ else {
+ _trans += (_mid - _keys);
+ goto _match;
+ }
+ }
+ _keys += _klen;
+ _trans += _klen;
+ }
+
+ _klen = _thttp_machine_parser_url_range_lengths[cs];
+ if ( _klen > 0 ) {
+ const char *_lower = _keys;
+ const char *_mid;
+ const char *_upper = _keys + (_klen<<1) - 2;
+ while (1) {
+ if ( _upper < _lower )
+ break;
+
+ _mid = _lower + (((_upper-_lower) >> 1) & ~1);
+ if ( (*p) < _mid[0] )
+ _upper = _mid - 2;
+ else if ( (*p) > _mid[1] )
+ _lower = _mid + 2;
+ else {
+ _trans += ((_mid - _keys)>>1);
+ goto _match;
+ }
+ }
+ _trans += _klen;
+ }
+
+_match:
+ _trans = _thttp_machine_parser_url_indicies[_trans];
+ cs = _thttp_machine_parser_url_trans_targs[_trans];
+
+ if ( _thttp_machine_parser_url_trans_actions[_trans] == 0 )
+ goto _again;
+
+ _acts = _thttp_machine_parser_url_actions + _thttp_machine_parser_url_trans_actions[_trans];
+ _nacts = (unsigned int) *_acts++;
+ while ( _nacts-- > 0 )
+ {
+ switch ( *_acts++ )
+ {
+ case 0:
+/* #line 38 "./ragel/thttp_parser_url.rl" */
+ {
+ tag_start = p;
+ }
+ break;
+ case 1:
+/* #line 43 "./ragel/thttp_parser_url.rl" */
+ { url->scheme = tsk_strdup("http"), url->type = thttp_url_http; }
+ break;
+ case 2:
+/* #line 44 "./ragel/thttp_parser_url.rl" */
+ { url->scheme = tsk_strdup("https"), url->type = thttp_url_https; }
+ break;
+ case 3:
+/* #line 47 "./ragel/thttp_parser_url.rl" */
+ { url->host_type = url->host_type = thttp_host_ipv4; }
+ break;
+ case 4:
+/* #line 48 "./ragel/thttp_parser_url.rl" */
+ { url->host_type = url->host_type = thttp_host_ipv6; }
+ break;
+ case 5:
+/* #line 49 "./ragel/thttp_parser_url.rl" */
+ { url->host_type = url->host_type = thttp_host_hostname; }
+ break;
+ case 6:
+/* #line 51 "./ragel/thttp_parser_url.rl" */
+ {
+ TSK_PARSER_SET_STRING(url->host);
+ }
+ break;
+ case 7:
+/* #line 55 "./ragel/thttp_parser_url.rl" */
+ {
+ have_port = 1;
+ TSK_PARSER_SET_INT(url->port);
+ }
+ break;
+ case 8:
+/* #line 60 "./ragel/thttp_parser_url.rl" */
+ {
+ TSK_PARSER_SET_STRING(url->hpath);
+ }
+ break;
+ case 10:
+/* #line 68 "./ragel/thttp_parser_url.rl" */
+ {
+ }
+ break;
+/* #line 425 "./src/parsers/thttp_parser_url.c" */
+ }
+ }
+
+_again:
+ if ( cs == 0 )
+ goto _out;
+ if ( ++p != pe )
+ goto _resume;
+ _test_eof: {}
+ if ( p == eof )
+ {
+ const char *__acts = _thttp_machine_parser_url_actions + _thttp_machine_parser_url_eof_actions[cs];
+ unsigned int __nacts = (unsigned int) *__acts++;
+ while ( __nacts-- > 0 ) {
+ switch ( *__acts++ ) {
+ case 0:
+/* #line 38 "./ragel/thttp_parser_url.rl" */
+ {
+ tag_start = p;
+ }
+ break;
+ case 6:
+/* #line 51 "./ragel/thttp_parser_url.rl" */
+ {
+ TSK_PARSER_SET_STRING(url->host);
+ }
+ break;
+ case 7:
+/* #line 55 "./ragel/thttp_parser_url.rl" */
+ {
+ have_port = 1;
+ TSK_PARSER_SET_INT(url->port);
+ }
+ break;
+ case 8:
+/* #line 60 "./ragel/thttp_parser_url.rl" */
+ {
+ TSK_PARSER_SET_STRING(url->hpath);
+ }
+ break;
+ case 9:
+/* #line 64 "./ragel/thttp_parser_url.rl" */
+ {
+ TSK_PARSER_SET_STRING(url->search);
+ }
+ break;
+/* #line 472 "./src/parsers/thttp_parser_url.c" */
+ }
+ }
+ }
+
+ _out: {}
+ }
+
+/* #line 123 "./ragel/thttp_parser_url.rl" */
+ TSK_RAGEL_DISABLE_WARNINGS_END()
+
+ if( cs <
+/* #line 484 "./src/parsers/thttp_parser_url.c" */
+56
+/* #line 125 "./ragel/thttp_parser_url.rl" */
+ ){
+ TSK_DEBUG_ERROR("Failed to parse HTTP/HTTPS URL: '%.*s'", length, urlstring);
+ TSK_OBJECT_SAFE_FREE(url);
+ }
+ else if(!have_port){
+ if(url->type == thttp_url_https){
+ url->port = 443;
+ }
+ else{
+ url->port = 80;
+ }
+ }
+
+ return url;
+}
diff --git a/tinyHTTP/src/thttp.c b/tinyHTTP/src/thttp.c
new file mode 100644
index 0000000..4cdbf1a
--- /dev/null
+++ b/tinyHTTP/src/thttp.c
@@ -0,0 +1,812 @@
+/*
+* Copyright (C) 2010-2015 Mamadou DIOP.
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+/**@file thttp.c
+ * @brief HTTP (RFC 2616) and HTTP basic/digest authetication (RFC 2617) implementations.
+ */
+#include "thttp.h"
+
+#include "tinyhttp/thttp_action.h"
+#include "tinyhttp/thttp_event.h"
+
+#include "tinyhttp/thttp_message.h"
+#include "tinyhttp/parsers/thttp_parser_message.h"
+
+#include "tinyhttp/headers/thttp_header_Transfer_Encoding.h"
+
+#include "tinyhttp/thttp_dialog.h"
+
+#include "tinyhttp/thttp_proxy_node_plugin.h"
+
+#include "tnet.h"
+#include "tnet_proxy_plugin.h"
+
+#include "tsk_runnable.h"
+#include "tsk_time.h"
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+#include "tsk_string.h"
+
+
+/** @mainpage TinyHTTP API Overview
+* <h1>15 HTTP/HTTPS</h1>
+* <p>
+* The HTTP/HTTPS stack is a basic thread-safe client API and is used in conjunction with the XCAP protocol.
+* Almost all HTTP methods such as OPTIONS, HEAD, GET, DELETE, POST, CONNET, TRACE or PUT … are supported for outgoing requests. Only response messages will be correctly handled by the stack. Requests will be passed to the application layer “as is” and no new connection will be opened.
+* </p>
+* <p>
+* Both IPv4 and IPv6 are supported. If the host name (FQDN) resolution leads to both IPv4 and IPv6 results, then IPv4 will be used by default.
+* </p>
+* <p>
+* When HTTPS is used, then both end-user and mutual authentication modes are supported. For mutual authentication the TLS/SSL certificate files MUST be sets by using @ref THTTP_STACK_SET_TLS_CERTS(CA_FILE_STR, PUB_FILE_STR, PRIV_FILE_STR).
+* </p>
+*
+*
+*
+*
+* <h2>15.1 Initialization</h2>
+* <p>
+* As the HTTP/HTTPS stack depends on the network library (tinyNET), you MUST call @ref tnet_startup() before using any HTTP/Network function (thttp_*).
+* @ref tnet_cleanup() is used to terminate use of network functions.
+* </p>
+*
+*
+* <h2> Create and start the stack</h2>
+* <p>
+* Before starting to used the stack you must create and instance of @ref thttp_stack_handle_t and start the stack.
+* The example below demonstrates how to create and start a HTTP/HTTPS stack.
+* </p>
+*
+* @code
+int ret;
+
+// Callback function used for test
+int test_stack_callback(const thttp_event_t *httpevent)
+{
+ thttp_session_id_t id = thttp_session_get_id(httpevent->session);
+ switch(httpevent->type){
+ case thttp_event_message: // New HTTP message
+ {
+ TSK_DEBUG_INFO("sid=%llu", id);
+ if(THTTP_MESSAGE_IS_RESPONSE(httpevent->message)){
+ const thttp_header_ETag_t* etag;
+ TSK_DEBUG_INFO("=== %d ==> %s", THTTP_RESPONSE_CODE(httpevent->message), THTTP_MESSAGE_CONTENT(httpevent->message));
+ // You can use
+ if((etag = (const thttp_header_ETag_t*)thttp_message_get_header(httpevent->message, thttp_htype_ETag))){
+ TSK_DEBUG_INFO("Etag=%s", etag->value);
+ }
+ }
+ break;
+ }
+
+ case thttp_event_auth_failed:
+ {
+ TSK_DEBUG_INFO("auth failed sid=%llu", id);
+ break;
+ }
+
+ case thttp_event_closed: // HTTP connection closed (informational)
+ {
+ TSK_DEBUG_INFO("closed sid=%llu", id);
+ break;
+ }
+
+ case thttp_event_transport_error: // HTTP connection closed (informational)
+ {
+ TSK_DEBUG_INFO("Transport sid=%llu", id);
+ break;
+ }
+ }
+
+ return 0;
+}
+
+// Creates the HTTP/HTTPS stacks
+thttp_stack_handle_t* stack = thttp_stack_create(test_stack_callback,
+ // TLS certificates (not mandatory) to show how parameters are passed to the stack
+ THTTP_STACK_SET_TLS_CERTS("C:\\tls\\ca.pki-crt.pem", "C:\\tls\\pub-crt.pem", "C:\\tls\\pub-key.pem"),
+ THTTP_STACK_SET_NULL() // MUST always be present
+ );
+
+// Starts the HTTP stack
+if((ret = thttp_stack_start(stack))){
+ TSK_DEBUG_ERROR("Failed to start the HTTP/HTTPS stack.");
+ goto bail;
+}
+* @endcode
+*
+* A stack is a well-defined object and must be destroyed by using @a TSK_OBJECT_SAFE_FREE() macro.
+*
+*
+*
+*<h2>15.2 Sessions</h2>
+* <p>
+* A session could be seen as a peer2peer persistent connection and will be maintained by the stack as long as you wish to keep the network connection opened (not explicitly destroyed). <br>
+* If the connection is closed by the remote peer, then the stack will automatically reopen it when you try to send a new HTTP/HTTP request. <br>
+* The network connection will be definitely closed when the session is destroyed.
+* </p>
+* <p>
+* As the connection is persistent, then you can send multiple requests without waiting for each response. This mode is called “Pipelining” and is defined as per RFC 2616 section 8.1.2.2.
+* </p>
+* <p>
+* You should not pipeline requests using non-idempotent methods or non-idempotent sequences of methods. This means that you can safely pipeline GET or HEAD methods but should not with PUT or POST requests. Only HTTP version 1.1(or later) requests should be pipelined.<br>
+* </p>
+* <p>
+* To avoid pipelining, you must use a session object (@ref thttp_session_handle_t*) only once to send a single request.
+* </p>
+* <p>
+* The example below shows how to create and configure a session.
+* </p>
+*
+* @code
+
+// creates session
+thttp_session_handle_t * session = thttp_session_create(stack,
+ // session-level credentials
+THTTP_SESSION_SET_CRED("ali baba", "open sesame"),
+
+ // session-level options
+ THTTP_SESSION_SET_OPTION(THTTP_SESSION_OPTION_TIMEOUT, "6000"),
+
+ // session-level headers
+ THTTP_SESSION_SET_HEADER("Pragma", "No-Cache"),
+ THTTP_SESSION_SET_HEADER("Connection", "Keep-Alive"),
+ THTTP_SESSION_SET_HEADER("User-Agent", "doubango 1.0"),
+
+ THTTP_SESSION_SET_NULL());// MUST always be present
+
+* @endcode
+*
+* A session is a well-defined object and must be destroyed by using @a TSK_OBJECT_SAFE_FREE() macro.
+*
+*
+*
+* <h3>15.2.1 Credentials</h3>
+* <p>
+* Both HTTP digest and Basic authentication (RFC 2617) are supported in this version (1.0). The credentials (username and password) should be set when the session is created (@ref thttp_session_create()) or later, by using @ref thttp_session_set(). As credentials are configured at session level, you can use one stack to authenticate against multiple HTTP servers with different domains.
+* </p>
+* <p>
+* The stack will automatically add authorizations (as per RFC 2617) when it is challenged (401/407 responses), this is why you should set credentials before sending any requests which is susceptible to be challenged.
+* </p>
+*
+*
+*
+* <h3>15.2.2 Options</h3>
+* <p>
+* All options shall be set by using @ref THTTP_SESSION_SET_OPTION(id, value) macro. Session-level options will be applied to all underlying requests, unless the request redefines this option.
+* </p>
+*
+*
+*
+* <h3>15.2.3 Headers</h3>
+* <p>
+* All headers shall be set by using @ref THTTP_SESSION_SET_HEADER(name, value) macro. Session-level headers will be added to all underlying requests even if a request redefines this header. This means that if both the request and the session have the same header, then it will be duplicated.<br>
+* <i>Host</i> and <i>Content-Length</i> headers are automatically added by the stack.
+* </p>
+* <p>
+* @ref THTTP_SESSION_UNSET_HEADER() and @ref THTTP_SESSION_SET_HEADER() macros are used to remove or update a previously added session-level header, respectively.
+* </p>
+*
+* <h2>15.3 Requests</h2>
+* <p>
+* A HTTP request is referred to as an “action” and is always associated to a session. There are nine well-know actions you can perform: <b>CONNET</b>, <b>DELETE</b>, <b>GET</b>, <b>HEAD</b>, <b>OPTIONS</b>, <b>PATCH</b>, <b>POST</b>, <b>PUT</b> and <b>TRACE</b>. You can use @ref thttp_action_perform(session, url, method, …) function to send a custom request. All <i>thttp_action_*()</i> functions are non-blocking.<br>
+* </p>
+* <p>
+* All requests are sent in an asynchronous manner and the result (HTTP messages, errors, time out …) will be passed to the callback function.
+* </p>
+*
+* The code below shows how to send HTTP <b>PUT</b> request.
+*
+* @code
+int ret = thttp_action_PUT(session, "http://www.doubango.org",
+ // action-level options
+ THTTP_ACTION_SET_OPTION(THTTP_ACTION_OPTION_TIMEOUT, "2500"),
+
+ // payload
+ THTTP_ACTION_SET_PAYLOAD("Comment allez-vous?", tsk_strlen("Comment allez-vous?")),
+
+ // action-level headers
+ THTTP_ACTION_SET_HEADER("Content-Type", "text/plain"),
+ THTTP_ACTION_SET_HEADER("Expect", "100-continue"),
+
+ THTTP_ACTION_SET_NULL());
+
+* @endcode
+
+* The code below uses HTTP <b>GET</b> request to connect to an IPv6 website
+*
+* @code
+int ret = thttp_action_GET(session, "http://ipv6.google.com",
+ // action-level options
+ THTTP_ACTION_SET_OPTION(THTTP_ACTION_OPTION_TIMEOUT, "4500"),
+
+ THTTP_ACTION_SET_NULL());
+
+* @endcode
+*
+* You can notice that, there is nothing special to do in order to connect to an IPv6 website.
+*
+*
+*
+* <h3>15.3.1 Options</h3>
+* <p>
+* All options shall be set by using @ref THTTP_ACTION_SET_OPTION(id, value) macro.
+* Action-level options and headers are only applied to the current request.
+* In the code, the timeout previously defined by the session has been redefined (from 6000ms to 2500ms).
+* </p>
+*
+* For more information, please visit the website.
+*
+*
+*
+* <h3>15.3.2 Headers</h3>
+* <p>
+* All headers shall be set by using @ref THTTP_ACTION_SET_HEADER(name, value) macro.
+* Action-level headers will only be added to the current request. <i>Host</i> and <i>Content-Length</i> headers are automatically added by the stack.
+* </p>
+
+*/
+
+// KeepAlive : http://www.io.com/~maus/HttpKeepAlive.html
+
+
+/**@defgroup thttp_stack_group HTTP/HTTPS stack
+*/
+
+static tsk_bool_t __thttp_started = tsk_false;
+
+int thttp_startup()
+{
+ int ret = tnet_startup();
+ if (ret != 0) {
+ return ret;
+ }
+ if (!__thttp_started) {
+ if ((ret = tnet_proxy_node_plugin_register(thttp_proxy_node_plugin_def_t)) != 0) {
+ return ret;
+ }
+ }
+ __thttp_started = (ret == 0) ? tsk_true : tsk_false;
+ return ret;
+}
+
+int thttp_cleanup()
+{
+ if (__thttp_started) {
+ tnet_proxy_node_plugin_unregister(thttp_proxy_node_plugin_def_t);
+ __thttp_started = tsk_false;
+ }
+ return 0;
+}
+
+/* min size of a stream chunck to form a valid HTTP message */
+#define THTTP_MIN_STREAM_CHUNCK_SIZE 0x32
+
+/** Callback function used by the transport layer to alert the stack when new messages come. */
+static int thttp_transport_layer_stream_cb(const tnet_transport_event_t* e)
+{
+ int ret = -1;
+ tsk_ragel_state_t state;
+ thttp_message_t *message = tsk_null;
+ int endOfheaders = -1;
+ const thttp_stack_t *stack = e->callback_data;
+ thttp_dialog_t* dialog = tsk_null;
+ thttp_session_t* session = tsk_null;
+ tsk_bool_t have_all_content = tsk_false;
+
+ tsk_safeobj_lock(stack);
+
+ switch(e->type){
+ case event_data: {
+ break;
+ }
+ case event_closed:
+ // alert all dialogs
+ if((session = thttp_session_get_by_fd(stack->sessions, e->local_fd))){
+ ret = thttp_session_signal_closed(session);
+ }
+ goto bail;
+
+ case event_error:
+ // alert all dialogs
+ if((session = thttp_session_get_by_fd(stack->sessions, e->local_fd))){
+ ret = thttp_session_signal_error(session);
+ }
+ goto bail;
+ case event_connected:
+ default:{
+ tsk_safeobj_unlock(stack);
+ return 0;
+ }
+ }
+
+ /* Gets the associated dialog */
+ if(!(session = thttp_session_get_by_fd(stack->sessions, e->local_fd))){
+ if ((stack->mode & thttp_stack_mode_server)) {
+ // server mode -> add new session
+ session = thttp_session_create(stack,
+ THTTP_SESSION_SET_HEADER("User-Agent", "doubango 2.0"),
+ THTTP_SESSION_SET_NULL());
+ if (!session) {
+ TSK_DEBUG_ERROR("Failed to create new session.");
+ ret = -5;
+ goto bail;
+ }
+ }
+ else {
+ // client mode -> session *must* exist
+ TSK_DEBUG_ERROR("Failed to found associated session.");
+ ret = -4;
+ goto bail;
+ }
+ }
+
+ // Get dialog associated to this session
+ if(!(dialog = thttp_dialog_get_oldest(session->dialogs))){
+ TSK_DEBUG_ERROR("Failed to found associated dialog.");
+ ret = -5;
+ goto bail;
+ }
+
+ /* Check if buffer is too big to be valid (have we missed some chuncks?) */
+ //if(TSK_BUFFER_SIZE(buf) >= THTTP_MAX_CONTENT_SIZE){
+ // tsk_buffer_cleanup(dialog->buf);
+ //}
+
+ /* Append new content. */
+ tsk_buffer_append(dialog->buf, e->data, e->size);
+
+ /* Check if we have all HTTP headers. */
+parse_buffer:
+ if((endOfheaders = tsk_strindexOf(TSK_BUFFER_DATA(dialog->buf), TSK_BUFFER_SIZE(dialog->buf), "\r\n\r\n"/*2CRLF*/)) < 0){
+ TSK_DEBUG_INFO("No all HTTP headers in the TCP buffer.");
+ goto bail;
+ }
+
+ /* If we are here this mean that we have all HTTP headers.
+ * ==> Parse the HTTP message without the content.
+ */
+ tsk_ragel_state_init(&state, TSK_BUFFER_DATA(dialog->buf), endOfheaders + 4/*2CRLF*/);
+ if(!(ret = thttp_message_parse(&state, &message, tsk_false/* do not extract the content */))){
+ const thttp_header_Transfer_Encoding_t* transfer_Encoding;
+
+ /* chunked? */
+ if((transfer_Encoding = (const thttp_header_Transfer_Encoding_t*)thttp_message_get_header(message, thttp_htype_Transfer_Encoding)) && tsk_striequals(transfer_Encoding->encoding, "chunked")){
+ const char* start = (const char*)(TSK_BUFFER_TO_U8(dialog->buf) + (endOfheaders + 4/*2CRLF*/));
+ const char* end = (const char*)(TSK_BUFFER_TO_U8(dialog->buf) + TSK_BUFFER_SIZE(dialog->buf));
+ int index;
+
+ TSK_DEBUG_INFO("CHUNKED transfer.");
+ while(start < end){
+ /* RFC 2616 - 19.4.6 Introduction of Transfer-Encoding */
+ // read chunk-size, chunk-extension (if any) and CRLF
+ tsk_size_t chunk_size = (tsk_size_t)tsk_atox(start);
+ if((index = tsk_strindexOf(start, (tsk_size_t)(end-start), "\r\n")) >=0){
+ start += index + 2/*CRLF*/;
+ }
+ else{
+ TSK_DEBUG_INFO("Parsing chunked data has failed.");
+ break;
+ }
+
+ if(chunk_size == 0 && ((start + 2) <= end) && *start == '\r' && *(start+ 1) == '\n'){
+ int parsed_len = (int)(start - (const char*)(TSK_BUFFER_TO_U8(dialog->buf))) + 2/*CRLF*/;
+ tsk_buffer_remove(dialog->buf, 0, parsed_len);
+ have_all_content = tsk_true;
+ break;
+ }
+
+ thttp_message_append_content(message, start, chunk_size);
+ start += chunk_size + 2/*CRLF*/;
+ }
+ }
+ else{
+ tsk_size_t clen = THTTP_MESSAGE_CONTENT_LENGTH(message); /* MUST have content-length header. */
+ if(clen == 0){ /* No content */
+ tsk_buffer_remove(dialog->buf, 0, (endOfheaders + 4/*2CRLF*/)); /* Remove HTTP headers and CRLF ==> must never happen */
+ have_all_content = tsk_true;
+ }
+ else{ /* There is a content */
+ if((endOfheaders + 4/*2CRLF*/ + clen) > TSK_BUFFER_SIZE(dialog->buf)){ /* There is content but not all the content. */
+ TSK_DEBUG_INFO("No all HTTP content in the TCP buffer.");
+ goto bail;
+ }
+ else{
+ /* Add the content to the message. */
+ thttp_message_add_content(message, tsk_null, TSK_BUFFER_TO_U8(dialog->buf) + endOfheaders + 4/*2CRLF*/, clen);
+ /* Remove HTTP headers, CRLF and the content. */
+ tsk_buffer_remove(dialog->buf, 0, (endOfheaders + 4/*2CRLF*/ + clen));
+ have_all_content = tsk_true;
+ }
+ }
+ }
+ }
+
+ /* Alert the dialog (FSM) */
+ if(message){
+ if(have_all_content){ /* only if we have all data */
+ ret = thttp_dialog_fsm_act(dialog, thttp_atype_i_message, message, tsk_null);
+ /* Parse next chunck */
+ if(TSK_BUFFER_SIZE(dialog->buf) >= THTTP_MIN_STREAM_CHUNCK_SIZE){
+ TSK_OBJECT_SAFE_FREE(message);
+ goto parse_buffer;
+ }
+ }
+ }
+
+bail:
+ TSK_OBJECT_SAFE_FREE(dialog);
+ TSK_OBJECT_SAFE_FREE(session);
+ TSK_OBJECT_SAFE_FREE(message);
+
+ tsk_safeobj_unlock(stack);
+
+ return ret;
+}
+
+/** Internal function used to set values.
+*/
+int __thttp_stack_set(thttp_stack_t *self, va_list* app)
+{
+ thttp_stack_param_type_t curr;
+
+ while((curr = va_arg(*app, thttp_stack_param_type_t)) != thttp_pname_null)
+ {
+ switch(curr)
+ {
+ //
+ // Network
+ //
+ case thttp_pname_local_ip:
+ { /* STR */
+ tsk_strupdate(&self->local_ip, va_arg(*app, const char*));
+ break;
+ }
+ case thttp_pname_local_port:
+ { /* INT */
+ self->local_port = va_arg(*app, int);
+ break;
+ }
+ case thttp_pname_proxy:
+ { /* (const char*)IP_STR, (int)PORT_INT */
+ tsk_strupdate(&self->proxy_ip, va_arg(*app, const char*));
+ self->proxy_port = va_arg(*app, int);
+ break;
+ }
+
+
+ //
+ // Modes
+ //
+ case thttp_pname_mode_client:
+ { /* VOID */
+ self->mode = thttp_stack_mode_client;
+ break;
+ }
+ case thttp_pname_mode_server:
+ { /* VOID */
+ self->mode = thttp_stack_mode_server;
+ break;
+ }
+
+ //
+ // TLS
+ //
+ case thttp_pname_tls_enabled:
+ { /* (tsk_bool_t)ENABLED_BOOL */
+ self->tls.enabled = va_arg(*app, tsk_bool_t);
+ break;
+ }
+ case thttp_pname_tls_certs_verify:
+ { /* (tsk_bool_t)CERTS_VERIFY_BOOL */
+ self->tls.verify = va_arg(*app, tsk_bool_t);
+ break;
+ }
+ case thttp_pname_tls_certs:
+ { /* A_FILE_STR, PUB_FILE_STR, PRIV_FILE_STR */
+ tsk_strupdate(&self->tls.ca, va_arg(*app, const char*));
+ tsk_strupdate(&self->tls.pbk, va_arg(*app, const char*));
+ tsk_strupdate(&self->tls.pvk, va_arg(*app, const char*));
+ break;
+ }
+
+ //
+ // Userdata
+ //
+ case thttp_pname_userdata:
+ { /* (const void*)USERDATA_PTR */
+ self->userdata = va_arg(*app, const void*);
+ break;
+ }
+
+ default:
+ {
+ TSK_DEBUG_WARN("Found unknown pname.");
+ goto bail;
+ }
+
+ }/* switch */
+ }/* while */
+ return 0;
+
+bail:
+ return -2;
+}
+
+/**@ingroup thttp_stack_group
+* Creates new HTTP/HTTPS stack.
+* @param callback Pointer to the callback function to call when new messages come to the transport layer.
+* Can be set to Null if you don't want to be alerted.
+* @param ... Configuration parameters. You must use @a THTTP_STACK_SET_*() macros to set these parameters.
+* The list of parameters must end with @ref THTTP_STACK_SET_NULL() even if there is no parameter to pass to the stack.<br>
+* @retval A Pointer to the newly created stack if succeed and @a Null otherwise.
+* A stack is a well-defined object.
+*
+* @code
+* thttp_stack_create(callback,
+* THTTP_STACK_SET_*(),
+* THTTP_STACK_SET_NULL());
+* @endcode
+*
+* @sa @ref thttp_stack_set
+*/
+thttp_stack_handle_t *thttp_stack_create(thttp_stack_callback_f callback, ...)
+{
+ thttp_stack_t* stack = tsk_null;
+ va_list ap;
+
+ if(!(stack = tsk_object_new(thttp_stack_def_t))){ /* should never happen */
+ TSK_DEBUG_ERROR("Failed to create new HTTP/HTTPS stack.");
+ return tsk_null;
+ }
+ stack->local_ip = TNET_SOCKET_HOST_ANY;
+ stack->local_port = TNET_SOCKET_PORT_ANY;
+ stack->mode = thttp_stack_mode_client; // default mode
+
+ stack->callback = callback;
+ va_start(ap, callback);
+ if(__thttp_stack_set(stack, &ap)){
+ TSK_DEBUG_ERROR("Failed to set user's parameters.");
+ TSK_OBJECT_SAFE_FREE(stack);
+ }
+ va_end(ap);
+
+ return stack;
+}
+
+/**@ingroup thttp_stack_group
+* Starts the stack.
+* @param self A pointer to the stack to start. The stack shall be created using @ref thttp_stack_create().
+* @retval Zero if succeed and non-zero error code otherwise.
+* @sa @ref thttp_stack_stop
+*/
+int thttp_stack_start(thttp_stack_handle_t *self)
+{
+ int ret = -1;
+ thttp_stack_t *stack = self;
+
+ if(!stack){
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return ret;
+ }
+
+ if(stack->started){
+ TSK_DEBUG_WARN("Stack already started");
+ return ret;
+ }
+
+ if(!stack->transport){
+ const char* transport_desc = stack->tls.enabled ? "HTTPS transport" : "HTTP transport";
+ tnet_socket_type_t transport_type = stack->tls.enabled ? tnet_socket_type_tls_ipv46 : tnet_socket_type_tcp_ipv46;
+ stack->transport = tnet_transport_create(stack->local_ip, stack->local_port, transport_type, transport_desc);
+ tnet_transport_set_callback(stack->transport, TNET_TRANSPORT_CB_F(thttp_transport_layer_stream_cb), self);
+ }
+
+ // Sets TLS certificates
+ if((ret = tnet_transport_tls_set_certs(stack->transport, stack->tls.ca, stack->tls.pbk, stack->tls.pvk, stack->tls.verify))){
+ goto bail;
+ }
+
+ if((ret = tnet_transport_start(stack->transport))){
+ goto bail;
+ }
+
+ stack->started = tsk_true;
+
+bail:
+ if(ret){
+ TSK_OBJECT_SAFE_FREE(stack->transport);
+ }
+
+ return ret;
+}
+
+/**@ingroup thttp_stack_group
+* Sets the configuration parameters.
+* @param self A pointer to the stack to start. The stack must be create using @ref thttp_stack_create.
+* @param ... Configuration parameters. You must use @a THTTP_STACK_SET_* macros to set these parameters.
+* The list of parameters must end with @ref THTTP_STACK_SET_NULL() even if there is no parameter.<br>
+* @retval A Pointer to the newly created stack if succeed and @a Null otherwise.
+*
+* @code
+* thttp_stack_set(stack,
+* THTTP_STACK_SET_*(),
+* THTTP_STACK_SET_NULL());
+* @endcode
+*/
+int thttp_stack_set(thttp_stack_handle_t *self, ...)
+{
+ if(self){
+ int ret;
+ thttp_stack_t *stack = self;
+
+ va_list ap;
+ va_start(ap, self);
+ ret = __thttp_stack_set(stack, &ap);
+ va_end(ap);
+ return ret;
+ }
+ else{
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return -1;
+ }
+}
+
+/**@ingroup thttp_stack_group
+*/
+const void* thttp_stack_get_userdata(thttp_stack_handle_t *self)
+{
+ thttp_stack_t *stack = self;
+ if(stack){
+ return stack->userdata;
+ }
+ else{
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return tsk_null;
+ }
+}
+
+/**@ingroup thttp_stack_group
+* Stops the stack. The stack must already be started.
+* @param self A pointer to the stack to stop. The stack shall be created using @ref thttp_stack_create.
+* @retval Zero if succeed and non-zero error code otherwise.
+* @sa @ref thttp_stack_start
+*/
+int thttp_stack_stop(thttp_stack_handle_t *self)
+{
+ int ret;
+ thttp_stack_t *stack = self;
+
+ if(!stack){
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return -1;
+ }
+
+ if(!stack->started){
+ TSK_DEBUG_WARN("Stack already stopped");
+ return -2;
+ }
+
+ // FIXME: stop = destroy transport
+ if(1){
+ tsk_list_item_t* item;
+ tsk_list_foreach(item, stack->sessions){
+ thttp_session_closefd((thttp_session_handle_t*)item->data);
+ }
+
+ TSK_OBJECT_SAFE_FREE(stack->transport);
+ stack->started = tsk_false;
+ }
+ else{
+ if(!(ret = tnet_transport_shutdown(stack->transport))){
+ stack->started = tsk_false;
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to stop the stack");
+ }
+ }
+ return 0;
+}
+
+/** Alerts the user.
+*/
+int thttp_stack_alert(const thttp_stack_t *self, const thttp_event_t* e)
+{
+ if(!self || !e){
+ return -1;
+ }
+
+ if(self->callback){
+ return self->callback(e);
+ }
+ else{
+ return 0;
+ }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+//========================================================
+// HTTP stack object definition
+//
+static tsk_object_t* thttp_stack_ctor(tsk_object_t * self, va_list * app)
+{
+ thttp_stack_t *stack = self;
+ if(stack){
+ tsk_safeobj_init(stack);
+
+ stack->sessions = tsk_list_create();
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_stack_dtor(tsk_object_t * self)
+{
+ thttp_stack_t *stack = self;
+ if(stack){
+ /* TLS */
+ TSK_FREE(stack->tls.ca);
+ TSK_FREE(stack->tls.pbk);
+ TSK_FREE(stack->tls.pvk);
+
+ /* Sessions */
+ tsk_safeobj_lock(stack);
+ TSK_OBJECT_SAFE_FREE(stack->sessions);
+ tsk_safeobj_unlock(stack);
+
+ /* Network */
+ TSK_FREE(stack->local_ip);
+ TSK_FREE(stack->proxy_ip);
+ TSK_OBJECT_SAFE_FREE(stack->transport);
+
+ tsk_safeobj_deinit(stack);
+ }
+ return self;
+}
+
+static const tsk_object_def_t thttp_stack_def_s =
+{
+ sizeof(thttp_stack_t),
+ thttp_stack_ctor,
+ thttp_stack_dtor,
+ tsk_null,
+};
+const tsk_object_def_t *thttp_stack_def_t = &thttp_stack_def_s;
diff --git a/tinyHTTP/src/thttp_action.c b/tinyHTTP/src/thttp_action.c
new file mode 100644
index 0000000..014a6b9
--- /dev/null
+++ b/tinyHTTP/src/thttp_action.c
@@ -0,0 +1,187 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_action.h
+ * @brief HTTP action.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#include "tinyhttp/thttp_action.h"
+
+#include "thttp.h"
+
+#include "tsk_debug.h"
+
+/**@defgroup thttp_action_group Sending Requests
+*/
+
+thttp_action_t* thttp_action_create(thttp_action_type_t type, const char* urlstring, const char* method, va_list* app)
+{
+ return tsk_object_new(thttp_action_def_t, type, urlstring, method, app);
+}
+
+
+/**@ingroup thttp_action_group
+* Sends a custom HTTP/HTTPS request.
+* @param session The @a session (or connection) to use.
+* @param urlstring The Request-URI. If the url scheme is 'https', then the default port will be 443, otherwise the port value will be 80.
+* @param method The method to use for the HTTP request (e.g. GET, PUT, DELETE, POST ...).
+* @retval Zero if succeed and non-zero error code otherwise.
+*
+* @code
+thttp_action_perform(session, "http://www.google.com", "GET"
+ // request-level parameters
+ THTTP_ACTION_SET_PARAM("timeout", "6000"),
+
+ // request-level headers
+ THTTP_ACTION_SET_HEADER("Pragma", "No-Cache"),
+ THTTP_ACTION_SET_HEADER("Connection", "Keep-Alive"),
+
+ // close parameters
+ THTTP_ACTION_SET_NULL());
+* @endcode
+* @sa @ref thttp_action_CONNECT<br>@ref thttp_action_DELETE<br>@ref thttp_action_GET<br>@ref thttp_action_HEAD<br>@ref thttp_action_OPTIONS<br>
+* @ref thttp_action_PATCH<br>@ref thttp_action_POST<br>@ref thttp_action_PUT<br>@ref thttp_action_TRACE
+*/
+int thttp_action_perform(thttp_session_handle_t *session, const char* urlstring, const char* method, ...)
+{
+ thttp_session_t* sess = session;
+ va_list ap;
+ thttp_action_t* action;
+ thttp_dialog_t* dialog;
+ int ret = -1;
+
+ if(!sess || !sess->stack || !urlstring || !method){
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return ret;
+ }
+
+ va_start(ap, method);
+ if((action = thttp_action_create(thttp_atype_o_request, urlstring, method, &ap))){
+ if((dialog = thttp_dialog_new(sess))){
+ ret = thttp_dialog_fsm_act(dialog, action->type, tsk_null, action);
+
+ tsk_object_unref(dialog);
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new HTTP/HTTPS dialog.");
+ ret = -2;
+ }
+ TSK_OBJECT_SAFE_FREE(action);
+ }
+ va_end(ap);
+
+ return ret;
+}
+
+
+
+
+//=================================================================================================
+// HTTP action object definition
+//
+static tsk_object_t* thttp_action_ctor(tsk_object_t * self, va_list * app)
+{
+ thttp_action_t *action = self;
+ if(action){
+ va_list* app_2;
+ thttp_action_param_type_t curr;
+
+ action->type = va_arg(*app, thttp_action_type_t);
+ action->url = tsk_strdup(va_arg(*app, const char*));
+ action->method = tsk_strdup(va_arg(*app, const char*));
+ app_2 = va_arg(*app, va_list*);
+
+ action->options = tsk_list_create();
+ action->headers = tsk_list_create();
+
+ if(!app_2){ /* XCAP stack will pass null va_list */
+ goto bail;
+ }
+
+ while((curr = va_arg(*app_2, thttp_action_param_type_t)) != thttp_aptype_null){
+ switch(curr){
+ case thttp_aptype_option:
+ { /* (thttp_action_option_t)ID_ENUM, (const char*)VALUE_STR */
+ thttp_action_option_t id = va_arg(*app_2, thttp_action_option_t);
+ const char* value = va_arg(*app_2, const char *);
+ tsk_options_add_option(&action->options, id, value);
+ break;
+ }
+
+ case thttp_aptype_header:
+ { /* (const char*)NAME_STR, (const char*)VALUE_STR */
+ const char* name = va_arg(*app_2, const char *);
+ const char* value = va_arg(*app_2, const char *);
+ tsk_params_add_param(&action->headers, name, value);
+ break;
+ }
+
+ case thttp_aptype_payload:
+ { /* (const void*)PAY_PTR, (tsk_size_t)PAY_SIZE */
+ const void* payload = va_arg(*app_2, const void *);
+ tsk_size_t size = va_arg(*app_2, tsk_size_t);
+ if(payload && size){
+ TSK_OBJECT_SAFE_FREE(action->payload);
+ action->payload = tsk_buffer_create(payload, size);
+ }
+ break;
+ }
+
+ default:
+ { /* va_list will be unsafe ==> exit */
+ TSK_DEBUG_ERROR("NOT SUPPORTED.");
+ goto bail;
+ }
+ } /* switch */
+ } /* while */
+ }
+bail:
+ return self;
+}
+
+static tsk_object_t* thttp_action_dtor(tsk_object_t * self)
+{
+ thttp_action_t *action = self;
+ if(action){
+ TSK_FREE(action->url);
+ TSK_FREE(action->method);
+
+ TSK_OBJECT_SAFE_FREE(action->options);
+ TSK_OBJECT_SAFE_FREE(action->headers);
+ TSK_OBJECT_SAFE_FREE(action->payload);
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_action_def_s =
+{
+ sizeof(thttp_action_t),
+ thttp_action_ctor,
+ thttp_action_dtor,
+ tsk_null,
+};
+const tsk_object_def_t *thttp_action_def_t = &thttp_action_def_s;
+
diff --git a/tinyHTTP/src/thttp_dialog.c b/tinyHTTP/src/thttp_dialog.c
new file mode 100644
index 0000000..1387293
--- /dev/null
+++ b/tinyHTTP/src/thttp_dialog.c
@@ -0,0 +1,540 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_dialog.c
+ * @brief HTTP Dialog.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#include "tinyhttp/thttp_dialog.h"
+
+#include "thttp.h"
+
+#include "tinyhttp/thttp_action.h"
+#include "tinyhttp/thttp_session.h"
+#include "tinyhttp/thttp_url.h"
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tinyhttp/headers/thttp_header_Dummy.h"
+
+#include "tnet_utils.h"
+
+#include "tsk_debug.h"
+
+#define DEBUG_STATE_MACHINE 1
+#define THTTP_MESSAGE_DESCRIPTION(message) \
+ THTTP_MESSAGE_IS_RESPONSE(message) ? THTTP_RESPONSE_PHRASE(message) : THTTP_REQUEST_METHOD(message)
+
+#define THTTP_DIALOG_TRANSPORT_ERROR_CODE -0xFF
+
+/* ======================== internal functions ======================== */
+int thttp_dialog_send_request(thttp_dialog_t *self);
+int thttp_dialog_update_timestamp(thttp_dialog_t *self);
+int thttp_dialog_OnTerminated(thttp_dialog_t *self);
+
+///* ======================== external functions ======================== */
+extern int thttp_stack_alert(const thttp_stack_t *self, const thttp_event_t* e);
+
+/* ======================== transitions ======================== */
+int thttp_dialog_Started_2_Transfering_X_request(va_list *app);
+int thttp_dialog_Transfering_2_Transfering_X_401_407(va_list *app);
+int thttp_dialog_Transfering_2_Transfering_X_1xx(va_list *app);
+int thttp_dialog_Transfering_2_Terminated_X_message(va_list *app); /* Any other HTTP message except 401/407 */
+int thttp_dialog_Any_2_Terminated_X_timedout(va_list *app);
+int thttp_dialog_Any_2_Terminated_X_closed(va_list *app);
+int thttp_dialog_Any_2_Terminated_X_Error(va_list *app);
+
+/* ======================== conds ======================== */
+tsk_bool_t _fsm_cond_i_401_407(thttp_dialog_t* self, thttp_message_t* message)
+{
+ return (THTTP_RESPONSE_CODE(message) == 401 || THTTP_RESPONSE_CODE(message) == 407);
+}
+tsk_bool_t _fsm_cond_i_1xx(thttp_dialog_t* self, thttp_message_t* message)
+{
+ return THTTP_RESPONSE_IS_1XX(message);
+}
+/* ======================== actions ======================== */
+typedef enum _fsm_action_e
+{
+ _fsm_action_request = thttp_atype_o_request,
+ _fsm_action_close = thttp_atype_close,
+ _fsm_action_message = thttp_atype_i_message,
+ _fsm_action_closed = thttp_thttp_atype_closed,
+ _fsm_action_error = thttp_atype_error, // Transport error and not HTTP message error (e.g. 409)
+ _fsm_action_timedout = thttp_atype_timedout,
+
+ /* _fsm_action_any_other = 0xFF */
+}
+_fsm_action_t;
+
+/* ======================== states ======================== */
+typedef enum _fsm_state_e
+{
+ _fsm_state_Started,
+ _fsm_state_Transfering,
+ _fsm_state_Terminated
+}
+_fsm_state_t;
+
+
+
+
+thttp_dialog_t* thttp_dialog_create(struct thttp_session_s* session)
+{
+ return tsk_object_new(thttp_dialog_def_t, session);
+}
+
+
+
+
+//--------------------------------------------------------
+// == STATE MACHINE BEGIN ==
+//--------------------------------------------------------
+
+/* Started -> (request) -> Transfering */
+int thttp_dialog_Started_2_Transfering_X_request(va_list *app)
+{
+ thttp_dialog_t *self;
+ const thttp_action_t* action;
+ thttp_event_t* e;
+
+ self = va_arg(*app, thttp_dialog_t *);
+ va_arg(*app, const thttp_message_t *);
+ action = va_arg(*app, const thttp_action_t *);
+
+ if(!self->action){
+ self->action = tsk_object_ref((void*)action);
+ }
+
+ // alert the user
+ if((e = thttp_event_create(thttp_event_dialog_started, self->session, "Dialog Started", tsk_null))){
+ /*ret =*/ thttp_stack_alert(self->session->stack, e);
+ TSK_OBJECT_SAFE_FREE(e);
+ }
+
+ return thttp_dialog_send_request(self);
+}
+
+/* Transfering -> (401/407) -> Transfering */
+int thttp_dialog_Transfering_2_Transfering_X_401_407(va_list *app)
+{
+ int ret;
+ thttp_dialog_t *self;
+ const thttp_response_t* response;
+
+ self = va_arg(*app, thttp_dialog_t*);
+ response = va_arg(*app, const thttp_response_t *);
+ // will use the current action parameters
+
+ if((ret = thttp_session_update_challenges(self->session, response, self->answered))){
+ thttp_event_t* e = tsk_null;
+ TSK_DEBUG_ERROR("HTTP authentication failed.");
+
+ if((e = thttp_event_create(thttp_event_auth_failed, self->session, THTTP_MESSAGE_DESCRIPTION(response), response))){
+ thttp_stack_alert(self->session->stack, e);
+ TSK_OBJECT_SAFE_FREE(e);
+ }
+
+ return ret;
+ }
+
+ self->answered = tsk_true;
+
+ /* Retry with creadentials. */
+ ret = thttp_dialog_send_request(self);
+
+ /* very important: do not break the state machine for transport error events
+ * => let the transport layer do it for us (throught tnet_transport_error event).
+ * => transport_error event will be queued and sent after this event (i_message)
+ */
+ if(ret == THTTP_DIALOG_TRANSPORT_ERROR_CODE){
+ return 0;
+ }
+ else{
+ return ret;
+ }
+}
+
+/* Transfering -> (1xx) -> Transfering */
+int thttp_dialog_Transfering_2_Transfering_X_1xx(va_list *app)
+{
+ // reset timer?
+ return 0;
+}
+
+/* Transfering -> (message) -> Terminated */
+int thttp_dialog_Transfering_2_Terminated_X_message(va_list *app)
+{
+ thttp_dialog_t *self = va_arg(*app, thttp_dialog_t*);
+ const thttp_message_t *message = va_arg(*app, const thttp_message_t *);
+ thttp_event_t* e = tsk_null;
+ int ret = -2;
+
+ // alert the user
+ if((e = thttp_event_create(thttp_event_message, self->session, THTTP_MESSAGE_DESCRIPTION(message), message))){
+ ret = thttp_stack_alert(self->session->stack, e);
+ TSK_OBJECT_SAFE_FREE(e);
+ }
+
+ return ret;
+}
+
+/* Any -> (closed) -> Terminated */
+int thttp_dialog_Any_2_Terminated_X_closed(va_list *app)
+{
+ int ret = -2;
+ thttp_dialog_t *self = va_arg(*app, thttp_dialog_t *);
+ thttp_event_t* e;
+ //self->fd = TNET_INVALID_FD; // to avoid close(fd) in the destructor
+
+ // alert the user
+ if((e = thttp_event_create(thttp_event_closed, self->session, "Connection closed", tsk_null))){
+ ret = thttp_stack_alert(self->session->stack, e);
+ TSK_OBJECT_SAFE_FREE(e);
+ }
+
+ return 0;
+}
+
+/* Any -> (error) -> Terminated */
+int thttp_dialog_Any_2_Terminated_X_Error(va_list *app)
+{
+ int ret = -2;
+ thttp_dialog_t *self = va_arg(*app, thttp_dialog_t *);
+ thttp_event_t* e;
+
+ // alert the user
+ if((e = thttp_event_create(thttp_event_transport_error, self->session, "Transport error", tsk_null))){
+ ret = thttp_stack_alert(self->session->stack, e);
+ TSK_OBJECT_SAFE_FREE(e);
+ }
+
+ return 0;
+}
+
+//++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+// == STATE MACHINE END ==
+//++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+/** Execute action (moves the FSM).
+*/
+int thttp_dialog_fsm_act(thttp_dialog_t* self, tsk_fsm_action_id action_id, const thttp_message_t* message, const thttp_action_t* action)
+{
+ if(!self || !self->fsm){
+ return -1;
+ }
+ return tsk_fsm_act(self->fsm, action_id, self, message, self, message, action);
+}
+
+// create new dialog and add it to the stack's list of dialogs
+// you must free the returned object
+thttp_dialog_t* thttp_dialog_new(thttp_session_t* session)
+{
+ thttp_dialog_t* ret = tsk_null;
+ thttp_dialog_t* dialog;
+ if(session && session->stack){
+ if((dialog = thttp_dialog_create(session))){
+ ret = tsk_object_ref(dialog);
+ tsk_list_push_back_data(session->dialogs, (void**)&dialog);
+ }
+ }
+ return ret;
+}
+
+// Returns the oldest dialog.
+// you must free the returned object
+thttp_dialog_t* thttp_dialog_get_oldest(thttp_dialogs_L_t* dialogs)
+{
+ thttp_dialog_t* ret = tsk_null;
+ thttp_dialog_t* dialog = tsk_null;
+ const tsk_list_item_t *item;
+ if(dialogs){
+ tsk_list_foreach(item, dialogs){
+ if(!dialog || (dialog->timestamp >=((thttp_dialog_t*)item->data)->timestamp)){
+ dialog = (thttp_dialog_t*)item->data;
+ }
+ }
+ ret = tsk_object_ref(dialog);
+ }
+ return ret;
+}
+
+// sends a request.
+int thttp_dialog_send_request(thttp_dialog_t *self)
+{
+ int ret = -1;
+ const tsk_list_item_t* item;
+ thttp_request_t* request = tsk_null;
+ tsk_buffer_t* output = tsk_null;
+ thttp_url_t* url;
+ tnet_socket_type_t type;
+ int timeout = TNET_CONNECT_TIMEOUT, _timeout = -1;
+
+ if(!self || !self->session || !self->action){
+ return -1;
+ }
+
+ if(!self->action->method || !self->action->url){
+ TSK_DEBUG_ERROR("Invlaid parameter");
+ return -2;
+ }
+
+ if((url = thttp_url_parse(self->action->url, tsk_strlen(self->action->url)))){
+ request = thttp_request_create(self->action->method, url);
+ TSK_OBJECT_SAFE_FREE(url);
+ }
+ else{
+ TSK_DEBUG_ERROR("%s is an invalid HTTP/HTTPS URL.", self->action->url);
+ ret = -3;
+ goto bail;
+ }
+
+ /* ==Add headers, options, ... associated to the SESSION== */
+ tsk_list_foreach(item, self->session->headers){
+ THTTP_MESSAGE_ADD_HEADER(request, THTTP_HEADER_DUMMY_VA_ARGS(TSK_PARAM(item->data)->name, TSK_PARAM(item->data)->value));
+ }
+ if(self->session->options){
+ if((_timeout = tsk_options_get_option_value_as_int(self->session->options, THTTP_ACTION_OPTION_TIMEOUT)) > 0){
+ timeout = _timeout; //could be updated by the action
+ }
+ }
+
+ /* ==Add headers, options, and content associated to the ACTION== */
+ if(self->action){
+ if(self->action->payload){
+ thttp_message_add_content(request, tsk_null, self->action->payload->data, self->action->payload->size);
+ }
+ if(self->action->options){
+ if((_timeout = tsk_options_get_option_value_as_int(self->action->options, THTTP_ACTION_OPTION_TIMEOUT)) > 0){
+ timeout = _timeout;
+ }
+ }
+ tsk_list_foreach(item, self->action->headers){
+ THTTP_MESSAGE_ADD_HEADER(request, THTTP_HEADER_DUMMY_VA_ARGS(TSK_PARAM(item->data)->name, TSK_PARAM(item->data)->value));
+ }
+ }
+
+ /* ==Add creadentials== */
+ if(!TSK_LIST_IS_EMPTY(self->session->challenges))
+ {
+ thttp_challenge_t *challenge;
+ thttp_header_t* auth_hdr;
+ tsk_list_foreach(item, self->session->challenges){
+ challenge = item->data;
+ if((auth_hdr = thttp_challenge_create_header_authorization(challenge, self->session->cred.usename, self->session->cred.password, request))){
+ thttp_message_add_header(request, auth_hdr);
+ tsk_object_unref(auth_hdr), auth_hdr = tsk_null;
+ }
+ }
+ }
+
+ /* ==Sends the request== */
+ output = tsk_buffer_create_null();
+ type = tnet_transport_get_type(self->session->stack->transport);
+
+ /* Serialize the message and send it */
+ if((ret = thttp_message_serialize(request, output))){
+ TSK_DEBUG_ERROR("Failed to serialize the HTTP request.");
+ goto bail;
+ }
+ else{
+ if(request->line.request.url->type == thttp_url_https){
+ TNET_SOCKET_TYPE_SET_TLS(type);
+ }
+ else{
+ TNET_SOCKET_TYPE_SET_TCP(type);
+ }
+ }
+
+ /* connect to the server not already done */
+ if(self->session->fd == TNET_INVALID_FD){
+ const char* host = request->line.request.url->host;
+ uint16_t port = request->line.request.url->port;
+ if (!tsk_strnullORempty(self->session->stack->proxy_ip) && self->session->stack->proxy_port) {
+ host = self->session->stack->proxy_ip;
+ port = self->session->stack->proxy_port;
+ }
+ if ((self->session->fd = tnet_transport_connectto(self->session->stack->transport, host, port, type)) == TNET_INVALID_FD) {
+ TSK_DEBUG_ERROR("Failed to connect to %s:%d.", host, port);
+ ret = -3;
+ goto bail;
+ }
+
+ if ((ret = tnet_sockfd_waitUntilWritable(self->session->fd, timeout))) {
+ TSK_DEBUG_ERROR("%d milliseconds elapsed and the socket is still not connected.", timeout);
+ if(tnet_transport_remove_socket(self->session->stack->transport, &self->session->fd)){
+ tnet_sockfd_close(&self->session->fd);
+ }
+ goto bail;
+ }
+ }
+ if (tnet_transport_send(self->session->stack->transport, self->session->fd, output->data, output->size)) {
+ TSK_DEBUG_INFO("HTTP/HTTPS message successfully sent.");
+ thttp_dialog_update_timestamp(self);
+ ret = 0;
+ }
+ else {
+ TSK_DEBUG_INFO("Failed to sent HTTP/HTTPS message.");
+ ret = THTTP_DIALOG_TRANSPORT_ERROR_CODE;
+ }
+
+bail:
+ TSK_OBJECT_SAFE_FREE(request);
+ TSK_OBJECT_SAFE_FREE(output);
+
+ return ret;
+}
+
+/** Update timestamp (used to match requests with responses)
+*/
+int thttp_dialog_update_timestamp(thttp_dialog_t *self)
+{
+ static uint64_t timestamp = 0;
+ if(self){
+ self->timestamp = timestamp++;
+ return 0;
+ }
+ return -1;
+}
+
+/** Called by the FSM manager when the dialog enters in the terminal state.
+*/
+int thttp_dialog_OnTerminated(thttp_dialog_t *self)
+{
+ TSK_DEBUG_INFO("=== HTTP/HTTPS Dialog terminated ===");
+
+ /* removes the dialog from the session */
+ if(self->session){
+ thttp_event_t* e;
+ // alert the user
+ if((e = thttp_event_create(thttp_event_dialog_terminated, self->session, "Dialog Terminated", tsk_null))){
+ /*ret =*/ thttp_stack_alert(self->session->stack, e);
+ TSK_OBJECT_SAFE_FREE(e);
+ }
+
+ tsk_list_remove_item_by_data(self->session->dialogs, self);
+ return 0;
+ }
+
+ return -1;
+}
+
+
+
+
+
+
+
+
+//=================================================================================================
+// HTTP Dialog object definition
+//
+static tsk_object_t* thttp_dialog_ctor(tsk_object_t * self, va_list * app)
+{
+ thttp_dialog_t *dialog = self;
+ static thttp_dialog_id_t unique_id = 0;
+ if(dialog){
+ dialog->id = ++unique_id;
+ if (!(dialog->buf = tsk_buffer_create_null())) {
+ return tsk_null;
+ }
+ dialog->session = tsk_object_ref(va_arg(*app, thttp_session_t*));
+
+ /* create and init FSM */
+ dialog->fsm = tsk_fsm_create(_fsm_state_Started, _fsm_state_Terminated);
+ dialog->fsm->debug = DEBUG_STATE_MACHINE;
+ tsk_fsm_set_callback_terminated(dialog->fsm, TSK_FSM_ONTERMINATED_F(thttp_dialog_OnTerminated), dialog);
+ tsk_fsm_set(dialog->fsm,
+
+ /*=======================
+ * === Started ===
+ */
+ // Started -> (request) -> Transfering
+ TSK_FSM_ADD_ALWAYS(_fsm_state_Started, _fsm_action_request, _fsm_state_Transfering, thttp_dialog_Started_2_Transfering_X_request, "thttp_dialog_Started_2_Transfering_X_request"),
+ // Started -> (Any) -> Started
+ TSK_FSM_ADD_ALWAYS_NOTHING(_fsm_state_Started, "thttp_dialog_Started_2_Started_X_any"),
+
+
+ /*=======================
+ * === Transfering ===
+ */
+ // Transfering -> (401/407) -> Transfering
+ TSK_FSM_ADD(_fsm_state_Transfering, _fsm_action_message, _fsm_cond_i_401_407, _fsm_state_Transfering, thttp_dialog_Transfering_2_Transfering_X_401_407, "thttp_dialog_Transfering_2_Transfering_X_401_407"),
+ // Transfering -> (1xx) -> Transfering
+ TSK_FSM_ADD(_fsm_state_Transfering, _fsm_action_message, _fsm_cond_i_1xx, _fsm_state_Transfering, thttp_dialog_Transfering_2_Transfering_X_1xx, "thttp_dialog_Transfering_2_Transfering_X_1xx"),
+ // Transfering -> (any other response) -> Terminated
+ TSK_FSM_ADD_ALWAYS(_fsm_state_Transfering, _fsm_action_message, _fsm_state_Terminated, thttp_dialog_Transfering_2_Terminated_X_message, "thttp_dialog_Transfering_2_Terminated_X_message"),
+ /*=======================
+ * === Any ===
+ */
+
+ // Any -> (closed) -> Terminated
+ TSK_FSM_ADD_ALWAYS(tsk_fsm_state_any, _fsm_action_closed, _fsm_state_Terminated, thttp_dialog_Any_2_Terminated_X_closed, "thttp_dialog_Any_2_Terminated_X_closed"),
+ // Any -> (error) -> Terminated
+ TSK_FSM_ADD_ALWAYS(tsk_fsm_state_any, _fsm_action_error, _fsm_state_Terminated, thttp_dialog_Any_2_Terminated_X_Error, "thttp_dialog_Any_2_Terminated_X_Error"),
+
+ TSK_FSM_ADD_NULL());
+
+ thttp_dialog_update_timestamp(self);
+ }
+ return self;
+}
+
+static tsk_object_t* thttp_dialog_dtor(tsk_object_t * self)
+{
+ thttp_dialog_t *dialog = self;
+ if(dialog){
+ TSK_DEBUG_INFO("*** HTTP/HTTPS Dialog destroyed ***");
+
+ TSK_OBJECT_SAFE_FREE(dialog->fsm);
+
+ TSK_OBJECT_SAFE_FREE(dialog->session);
+ TSK_OBJECT_SAFE_FREE(dialog->action);
+
+ TSK_OBJECT_SAFE_FREE(dialog->buf);
+ }
+
+ return self;
+}
+
+static int thttp_dialog_cmp(const tsk_object_t *_d1, const tsk_object_t *_d2)
+{
+ const thttp_dialog_t *d1 = _d1;
+ const thttp_dialog_t *d2 = _d2;
+
+ if(d1 && d2){
+ return (int)(d1->id-d2->id);
+ }
+ return -1;
+}
+
+static const tsk_object_def_t thttp_dialog_def_s =
+{
+ sizeof(thttp_dialog_t),
+ thttp_dialog_ctor,
+ thttp_dialog_dtor,
+ thttp_dialog_cmp,
+};
+const tsk_object_def_t *thttp_dialog_def_t = &thttp_dialog_def_s;
+
diff --git a/tinyHTTP/src/thttp_event.c b/tinyHTTP/src/thttp_event.c
new file mode 100644
index 0000000..dadc9f0
--- /dev/null
+++ b/tinyHTTP/src/thttp_event.c
@@ -0,0 +1,81 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_event.c
+ * @brief HTTP/HTTPS event.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#include "tinyhttp/thttp_event.h"
+#include "tinyhttp/thttp_message.h"
+
+#include "tsk_string.h"
+
+
+
+
+thttp_event_t* thttp_event_create(thttp_event_type_t type, const thttp_session_handle_t* session, const char* description, const thttp_message_t* message)
+{
+ return tsk_object_new(thttp_event_def_t, type, session, description, message);
+}
+
+
+
+
+
+
+
+//========================================================
+// HTTP event object definition
+//
+static void* thttp_event_ctor(void * self, va_list * app)
+{
+ thttp_event_t *httpevent = self;
+ if(httpevent){
+ httpevent->type = va_arg(*app, thttp_event_type_t);
+ httpevent->session = va_arg(*app, const thttp_session_handle_t*);
+ httpevent->description = tsk_strdup( va_arg(*app, const char *) );
+ httpevent->message = tsk_object_ref((void*)va_arg(*app, thttp_message_t *));
+ }
+ return self;
+}
+
+static void* thttp_event_dtor(void * self)
+{
+ thttp_event_t *httpevent = self;
+ if(httpevent){
+ TSK_FREE(httpevent->description);
+ TSK_OBJECT_SAFE_FREE(httpevent->message);
+ }
+ return self;
+}
+
+static const tsk_object_def_t thttp_event_def_s =
+{
+ sizeof(thttp_event_t),
+ thttp_event_ctor,
+ thttp_event_dtor,
+ tsk_null,
+};
+const void *thttp_event_def_t = &thttp_event_def_s;
diff --git a/tinyHTTP/src/thttp_message.c b/tinyHTTP/src/thttp_message.c
new file mode 100644
index 0000000..619576e
--- /dev/null
+++ b/tinyHTTP/src/thttp_message.c
@@ -0,0 +1,530 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_message.c
+ * @brief Represents a HTTP message. A HTTP message is either a request from a client to a server, or a
+ * response from a server to a client.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#include "tinyhttp/thttp_message.h"
+
+#include "tsk_debug.h"
+
+/**@defgroup thttp_message_group HTTP Message
+*/
+
+static int pred_find_string_by_value(const tsk_list_item_t *item, const void *stringVal)
+{
+ if(item && item->data)
+ {
+ tsk_string_t *string = item->data;
+ return tsk_stricmp(string->value, stringVal);
+ }
+ return -1;
+}
+
+/*== Predicate function to find thttp_header_t object by type. */
+static int pred_find_header_by_type(const tsk_list_item_t *item, const void *thttp_htype)
+{
+ if(item && item->data)
+ {
+ thttp_header_t *header = item->data;
+ thttp_header_type_t htype = *((thttp_header_type_t*)thttp_htype);
+ return (header->type - htype);
+ }
+ return -1;
+}
+
+/*== Predicate function to find thttp_header_t object by name. */
+static int pred_find_header_by_name(const tsk_list_item_t *item, const void *name)
+{
+ if(item && item->data)
+ {
+ thttp_header_t *header = item->data;
+ return tsk_stricmp(thttp_header_get_nameex(header), name);
+ }
+ return -1;
+}
+
+
+/**@ingroup thttp_message_group
+* Creates new HTTP message. Could be either a request or a response.
+* @retval @ref thttp_message_t object.
+* @sa @ref thttp_request_create()<br>@ref thttp_response_create()
+*/
+thttp_message_t* thttp_message_create()
+{
+ return tsk_object_new(thttp_message_def_t, thttp_unknown);
+}
+
+/**@ingroup thttp_message_group
+* Creates new HTTP request.
+* @param method The method (const char*). e.g. GET, POST, HEAD ...
+* @param url The url (@ref thttp_url_t).
+* @retval @ref thttp_request_t object.
+*
+* @code
+// example
+thttp_url_t* url;
+thttp_request_t* request;
+if((url = thttp_url_parse("http://www.google.com", tsk_strlen("http://www.google.com")))){
+ request = thttp_request_create("GET", url);
+ // ...
+ TSK_OBJECT_SAFE_FREE(url);
+ TSK_OBJECT_SAFE_FREE(request);
+}
+* @endcode
+*/
+thttp_request_t* thttp_request_create(const char* method, const thttp_url_t* url)
+{
+ return tsk_object_new(thttp_message_def_t, thttp_request, method, url);
+}
+
+
+
+/**@ingroup thttp_message_group
+* Creates a HTTP response.
+* @param request The request (@ref thttp_request_t) from which to create the response.
+* @param status_code The status code (short).
+* @param reason_phrase The reason phrase (const char*).
+* @retval @ref thttp_response_t object.
+*
+* @code
+// example
+//thttp_request_t* request;
+thttp_response_t* response;
+if((response = thttp_response_create(request, 200, "OK"))){
+ TSK_OBJECT_SAFE_FREE(response);
+}
+* @endcode
+*/
+thttp_response_t* thttp_response_create(const thttp_request_t* request, short status_code, const char* reason_phrase)
+{
+ return tsk_object_new(thttp_message_def_t, thttp_response, request, status_code, reason_phrase);
+}
+
+
+/**@ingroup thttp_message_group
+*/
+int thttp_message_add_header(thttp_message_t *self, const thttp_header_t *hdr)
+{
+ #define ADD_HEADER(type, field) \
+ case thttp_htype_##type: \
+ { \
+ if(!self->field) \
+ { \
+ self->field = (thttp_header_##type##_t*)header; \
+ return 0; \
+ } \
+ break; \
+ }
+
+ if(self && hdr)
+ {
+ thttp_header_t *header = tsk_object_ref((void*)hdr);
+
+ switch(header->type)
+ {
+ ADD_HEADER(Content_Type, Content_Type);
+ ADD_HEADER(Content_Length, Content_Length);
+
+ default: break;
+ }
+
+ tsk_list_push_back_data(self->headers, (void**)&header);
+
+ return 0;
+ }
+ return -1;
+}
+
+/**@ingroup thttp_message_group
+*/
+int thttp_message_add_headers(thttp_message_t *self, const thttp_headers_L_t *headers)
+{
+ tsk_list_item_t *item = 0;
+ if(self)
+ {
+ tsk_list_foreach(item, headers){
+ thttp_message_add_header(self, item->data);
+ }
+ return 0;
+ }
+ return -1;
+}
+
+int thttp_message_add_headers_2(thttp_message_t *self, ...)
+{
+ const tsk_object_def_t* objdef;
+ thttp_header_t *header;
+ va_list ap;
+
+ if(!self){
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return -1;
+ }
+
+ va_start(ap, self);
+ while((objdef = va_arg(ap, const tsk_object_def_t*))){
+ if((header = tsk_object_new_2(objdef, &ap))){
+ thttp_message_add_header(self, header);
+ TSK_OBJECT_SAFE_FREE(header);
+ }
+ }
+ va_end(ap);
+
+ return 0;
+}
+
+/**@ingroup thttp_message_group
+*/
+int thttp_message_add_content(thttp_message_t *self, const char* content_type, const void* content, tsk_size_t size)
+{
+ if(self && content && size)
+ {
+ if(content_type){
+ TSK_OBJECT_SAFE_FREE(self->Content_Type);
+ }
+ TSK_OBJECT_SAFE_FREE(self->Content_Length);
+ TSK_OBJECT_SAFE_FREE(self->Content);
+
+ if(content_type){
+ THTTP_MESSAGE_ADD_HEADER(self, THTTP_HEADER_CONTENT_TYPE_VA_ARGS(content_type));
+ }
+ THTTP_MESSAGE_ADD_HEADER(self, THTTP_HEADER_CONTENT_LENGTH_VA_ARGS(size));
+ self->Content = tsk_buffer_create(content, size);
+
+ return 0;
+ }
+ return -1;
+}
+
+/**@ingroup thttp_message_group
+*/
+int thttp_message_append_content(thttp_message_t *self, const void* content, tsk_size_t size)
+{
+ if(self && content && size){
+ if(!self->Content){
+ self->Content = tsk_buffer_create(content, size);
+ }
+ else{
+ tsk_buffer_append(self->Content, content, size);
+ }
+
+ if(!self->Content_Length){
+ THTTP_MESSAGE_ADD_HEADER(self, THTTP_HEADER_CONTENT_LENGTH_VA_ARGS(size));
+ }
+ else{
+ self->Content_Length->length += (uint32_t)size;
+ }
+ return 0;
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_message_group
+*/
+const thttp_header_t *thttp_message_get_headerAt(const thttp_message_t *self, thttp_header_type_t type, tsk_size_t index)
+{
+ tsk_size_t pos = 0;
+ tsk_list_item_t *item;
+ const thttp_header_t* hdr = tsk_null;
+
+ if(self)
+ {
+ switch(type)
+ {
+ case thttp_htype_Content_Type:
+ if(index == 0){
+ hdr = (const thttp_header_t*)self->Content_Type;
+ goto bail;
+ }else pos++; break;
+ case thttp_htype_Content_Length:
+ if(index == 0){
+ hdr = (const thttp_header_t*)self->Content_Length;
+ goto bail;
+ }else pos++; break;
+ default:
+ break;
+ }
+
+ tsk_list_foreach(item, self->headers)
+ {
+ if(!pred_find_header_by_type(item, &type))
+ {
+ if(pos++ >= index)
+ {
+ hdr = item->data;
+ break;
+ }
+ }
+ }
+ }
+
+bail:
+ return hdr;
+}
+
+/**@ingroup thttp_message_group
+*/
+const thttp_header_t *thttp_message_get_header(const thttp_message_t *self, thttp_header_type_t type)
+{
+ return thttp_message_get_headerAt(self, type, 0);
+}
+
+/**@ingroup thttp_message_group
+*/
+const thttp_header_t *thttp_message_get_headerByName(const thttp_message_t *self, const char* name)
+{
+ //tsk_size_t pos = 0;
+ tsk_list_item_t *item;
+ const thttp_header_t* hdr = tsk_null;
+
+ if(self)
+ {
+ if(tsk_striequals(name, "Content-Type")){
+ hdr = (const thttp_header_t*)self->Content_Type;
+ goto bail;
+ }
+
+ if(tsk_striequals(name, "Content-Length")){
+ hdr = (const thttp_header_t*)self->Content_Length;
+ goto bail;
+ }
+
+ tsk_list_foreach(item, self->headers)
+ {
+ if(!pred_find_header_by_name(item, name))
+ {
+ hdr = item->data;
+ break;
+ }
+ }
+ }
+
+bail:
+ return hdr;
+}
+
+/**@ingroup thttp_message_group
+*/
+int thttp_message_serialize(const thttp_message_t *self, tsk_buffer_t *output)
+{
+ if(!self || !output){
+ return -1;
+ }
+
+ if(THTTP_MESSAGE_IS_REQUEST(self)){
+ /*Method SP Request-URI SP HTTP-Version CRLF*/
+ /* Method */
+ tsk_buffer_append_2(output, "%s ", self->line.request.method);
+ /* Request URI: hpath?search */
+ if(self->line.request.url){
+ tsk_buffer_append_2(output, "/%s%s%s ",
+ self->line.request.url->hpath ? self->line.request.url->hpath : "",
+ self->line.request.url->search ? "?" : "",
+ self->line.request.url->search ? self->line.request.url->search : ""
+ );
+ }
+ /* HTTP VERSION */
+ tsk_buffer_append_2(output, "%s\r\n", THTTP_MESSAGE_VERSION_DEFAULT);
+ /* HOST */
+ if(self->line.request.url && self->line.request.url->host && self->line.request.url->port){
+ tsk_buffer_append_2(output, "Host: %s:%u\r\n", self->line.request.url->host, self->line.request.url->port);
+ }
+ }
+ else{
+ /*HTTP-Version SP Status-Code SP Reason-Phrase CRLF*/
+ tsk_buffer_append_2(output, "%s %hi %s\r\n", THTTP_MESSAGE_VERSION_DEFAULT, THTTP_RESPONSE_CODE(self), THTTP_RESPONSE_PHRASE(self));
+ }
+
+ /* Content-Type */
+ if(self->Content_Type){
+ thttp_header_serialize(THTTP_HEADER(self->Content_Type), output);
+ }
+ /* Content-Length*/
+ if(self->Content_Length){
+ thttp_header_serialize(THTTP_HEADER(self->Content_Length), output);
+ }
+
+ /* All other headers */
+ {
+ tsk_list_item_t *item;
+ tsk_list_foreach(item, self->headers)
+ {
+ thttp_header_t *hdr = item->data;
+ thttp_header_serialize(hdr, output);
+ }
+ }
+
+ /* EMPTY LINE */
+ tsk_buffer_append(output, "\r\n", 2);
+
+ /* CONTENT */
+ if(THTTP_MESSAGE_HAS_CONTENT(self)){
+ tsk_buffer_append(output, TSK_BUFFER_TO_STRING(self->Content), TSK_BUFFER_SIZE(self->Content));
+ }
+
+ return 0;
+}
+
+/**@ingroup thttp_message_group
+*/
+char* thttp_message_tostring(const thttp_message_t *self)
+{
+ char* ret = tsk_null;
+ tsk_buffer_t* output = tsk_buffer_create_null();
+
+ if(!thttp_message_serialize(self, output)){
+ ret = tsk_strndup(output->data, output->size);
+ }
+
+ TSK_OBJECT_SAFE_FREE(output);
+ return ret;
+}
+
+/**@ingroup thttp_message_group
+*/
+thttp_request_t *thttp_request_new(const char* method, const thttp_url_t *request_url)
+{
+ thttp_request_t* request = 0;
+
+ if((request = thttp_request_create(method, request_url))){
+ THTTP_MESSAGE_ADD_HEADER(request, THTTP_HEADER_CONTENT_LENGTH_VA_ARGS(0));
+ }
+ return request;
+}
+
+/**@ingroup thttp_message_group
+*/
+thttp_response_t *thttp_response_new(short status_code, const char* reason_phrase, const thttp_request_t *request)
+{
+ thttp_response_t *response = 0;
+
+ if(request){
+ response = thttp_response_create(request, status_code, reason_phrase);
+ THTTP_MESSAGE_ADD_HEADER(response, THTTP_HEADER_CONTENT_LENGTH_VA_ARGS(0));
+ /*
+ Copy other headers
+ */
+ }
+
+ return response;
+}
+
+
+
+
+
+
+
+
+
+//========================================================
+// HTTP message object definition
+//
+
+/**@ingroup thttp_message_group
+*/
+static tsk_object_t* thttp_message_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_message_t *message = self;
+ if(message)
+ {
+ message->type = va_arg(*app, thttp_message_type_t);
+ message->headers = tsk_list_create();
+
+ switch(message->type)
+ {
+ case thttp_unknown:
+ {
+ break;
+ }
+
+ case thttp_request:
+ {
+ message->line.request.method = tsk_strdup(va_arg(*app, const char*));
+ message->line.request.url = tsk_object_ref((void*)va_arg(*app, const thttp_url_t*));
+ break;
+ }
+
+ case thttp_response:
+ {
+ /*const thttp_request_t* request =*/ va_arg(*app, const thttp_request_t*);
+#if defined(__GNUC__)
+ message->line.response.status_code = (short)va_arg(*app, int);
+#else
+ message->line.response.status_code = va_arg(*app, short);
+#endif
+ message->line.response.reason_phrase = tsk_strdup(va_arg(*app, const char*));
+ break;
+ }
+ }
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new http message.");
+ }
+ return self;
+}
+
+/**@ingroup thttp_message_group
+*/
+static tsk_object_t* thttp_message_dtor(tsk_object_t *self)
+{
+ thttp_message_t *message = self;
+ if(message){
+ if(THTTP_MESSAGE_IS_REQUEST(message)){
+ TSK_FREE(message->line.request.method);
+ TSK_OBJECT_SAFE_FREE(message->line.request.url);
+ }
+ else if(THTTP_MESSAGE_IS_RESPONSE(message)){
+ TSK_FREE(message->line.response.reason_phrase);
+ }
+
+ TSK_FREE(message->http_version);
+
+ TSK_OBJECT_SAFE_FREE(message->Content_Length);
+ TSK_OBJECT_SAFE_FREE(message->Content_Type);
+
+ TSK_OBJECT_SAFE_FREE(message->Content);
+
+ TSK_OBJECT_SAFE_FREE(message->headers);
+ }
+ else{
+ TSK_DEBUG_ERROR("Null HTTP message.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_message_def_s =
+{
+ sizeof(thttp_message_t),
+ thttp_message_ctor,
+ thttp_message_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_message_def_t = &thttp_message_def_s;
diff --git a/tinyHTTP/src/thttp_proxy_node_plugin.c b/tinyHTTP/src/thttp_proxy_node_plugin.c
new file mode 100644
index 0000000..431016b
--- /dev/null
+++ b/tinyHTTP/src/thttp_proxy_node_plugin.c
@@ -0,0 +1,877 @@
+/*
+ * Copyright (C) 2010-2015 Mamadou DIOP.
+ * Copyright (C) 2015 Doubango Telecom.
+ *
+ * This file is part of Open Source Doubango Framework.
+ *
+ * DOUBANGO is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * DOUBANGO is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with DOUBANGO.
+ *
+ */
+
+#include "tinyhttp/thttp_proxy_node_plugin.h"
+#include "tinyhttp/thttp_message.h"
+
+#include "tinyhttp/parsers/thttp_parser_message.h"
+
+#include "tinyhttp/auth/thttp_challenge.h"
+
+#include "tinyhttp/headers/thttp_header_Authorization.h"
+#include "tinyhttp/headers/thttp_header_WWW_Authenticate.h"
+#include "tinyhttp/headers/thttp_header_Transfer_Encoding.h"
+#include "tinyhttp/headers/thttp_header_Dummy.h"
+
+#include "tnet_proxy_plugin.h"
+
+#include "tsk_safeobj.h"
+#include "tsk_buffer.h"
+#include "tsk_memory.h"
+#include "tsk_string.h"
+#include "tsk_debug.h"
+
+#define ONE_CRLF "\r\n"
+#define ONE_CRLF_LEN 2
+#define TWO_CRLF ONE_CRLF ONE_CRLF
+#define TWO_CRLF_LEN 4
+#define CONNECT_METHOD_NAME "CONNECT"
+#define END_OF_ADD_HEADERS() tsk_null
+#define BUILD_USING_PARSE 1
+
+#if !defined(THTTP_PROXY_AUTH_CACHE)
+# define THTTP_PROXY_AUTH_CACHE 0
+#endif
+
+// Without closing CRLF
+#define HTTP_CONNECT_FORMAT "CONNECT %s:%d HTTP/1.0\r\n" \
+"User-Agent: Doubango Telecom\r\n"\
+"Host: %s:%d\r\n" \
+"Content-Length: 0\r\n"\
+"Proxy-Connection: keep-Alive\r\n" \
+"Pragma: no-cache\r\n"
+
+typedef struct thttp_proxy_node_plugin_s
+{
+ TNET_DECLARE_PROXY_NONE;
+
+ struct {
+ tsk_bool_t completed;
+ tsk_bool_t started;
+ void* pending_data_ptr;
+ int pending_data_len;
+ thttp_request_t *req_connect;
+ tsk_buffer_t* buff;
+ tsk_bool_t chanllenge_answered;
+ thttp_challenge_t *challenge;
+#if THTTP_PROXY_AUTH_CACHE
+ struct thttp_proxy_auth_cache_s* proxy_auth_cache;
+#endif
+ } handshacking;
+
+ TSK_DECLARE_SAFEOBJ;
+}
+thttp_proxy_node_plugin_t;
+
+#if THTTP_PROXY_AUTH_CACHE
+
+struct thttp_proxy_auth_cache_s;
+
+static thttp_challenge_t* _thttp_proxy_auth_cache_challenge_get(struct thttp_proxy_auth_cache_s* self, const char* proxy_host, tnet_port_t proxy_port, const char* scheme, const char* realm, const char* nonce, const char* opaque, const char* algorithm, const char* qop);
+static thttp_challenge_t* _thttp_proxy_auth_cache_challenge_get_2(struct thttp_proxy_auth_cache_s* self, const char* proxy_host, tnet_port_t proxy_port);
+static thttp_header_t * _thttp_proxy_auth_cache_create_header_authorization(struct thttp_proxy_auth_cache_s* self, const char* proxy_host, tnet_port_t proxy_port, const char* username, const char* password, const char* uristring);
+static struct thttp_proxy_auth_cache_s* _thttp_proxy_auth_cache_get_ref();
+static int _thttp_proxy_auth_cache_lock(struct thttp_proxy_auth_cache_s* self);
+static int _thttp_proxy_auth_cache_unlock(struct thttp_proxy_auth_cache_s* self);
+
+#endif /* THTTP_PROXY_AUTH_CACHE */
+
+static int _thttp_proxy_node_plugin_update_challenge(thttp_proxy_node_plugin_t *self, const thttp_response_t* response, tsk_bool_t answered);
+
+
+static int _thttp_proxy_node_plugin_configure(tnet_proxy_node_t* self, ...)
+{
+ va_list ap;
+ int ret = 0;
+ thttp_proxy_node_plugin_t* node = (thttp_proxy_node_plugin_t*)self;
+ // input parameters already checked by the caller
+
+ va_start(ap, self);
+ tsk_safeobj_lock(node);
+ ret = tnet_proxy_node_configure_2(self, &ap);
+ tsk_safeobj_unlock(node);
+ va_end(ap);
+ return ret;
+}
+
+static int _thttp_proxy_node_plugin_start_handshaking(tnet_proxy_node_t* self)
+{
+ thttp_proxy_node_plugin_t* node = (thttp_proxy_node_plugin_t*)self;
+ int ret = 0;
+#define kConnectContentData tsk_null
+ // input parameters already checked by the caller
+
+ if (tsk_strnullORempty(self->dst_host) || !self->dst_port) {
+ TSK_DEBUG_ERROR("Invalid destination address for HTTP proxy node: %s:%d", self->dst_host, self->dst_port);
+ return -1;
+ }
+
+ tsk_safeobj_lock(node);
+ if (node->handshacking.started) {
+ TSK_DEBUG_ERROR("handshaking already started");
+ goto bail;
+ }
+
+ TSK_OBJECT_SAFE_FREE(node->handshacking.req_connect);
+ TSK_FREE(node->handshacking.pending_data_ptr);
+ node->handshacking.pending_data_len = 0;
+
+ /* Build the HTTP(S) CONNECT Request */
+#if BUILD_USING_PARSE
+ {
+ tsk_ragel_state_t state;
+ thttp_header_t* auth_hdr = tsk_null;
+ char* uristring = tsk_null;
+ tsk_sprintf((char**)&node->handshacking.pending_data_ptr, HTTP_CONNECT_FORMAT, self->dst_host, self->dst_port, self->dst_host, self->dst_port);
+# if THTTP_PROXY_AUTH_CACHE
+ tsk_sprintf(&uristring, "%s:%d", self->dst_host, self->dst_port);
+ auth_hdr = _thttp_proxy_auth_cache_create_header_authorization(node->handshacking.proxy_auth_cache, self->proxy_host, self->proxy_port, self->login, self->password, uristring);
+ TSK_FREE(uristring);
+# endif
+ if (auth_hdr) {
+ char *auth_hdr_string = tsk_null;
+ if (auth_hdr && (auth_hdr_string = thttp_header_tostring(THTTP_HEADER(auth_hdr)))) {
+ tsk_strcat((char**)&node->handshacking.pending_data_ptr, auth_hdr_string);
+ TSK_FREE(auth_hdr_string);
+ }
+ TSK_OBJECT_SAFE_FREE(auth_hdr);
+ }
+ tsk_strcat((char**)&node->handshacking.pending_data_ptr, ONE_CRLF);
+
+ node->handshacking.pending_data_len = (int)tsk_strlen(node->handshacking.pending_data_ptr);
+ tsk_ragel_state_init(&state, node->handshacking.pending_data_ptr, node->handshacking.pending_data_len);
+ if ((ret = thttp_message_parse(&state, &node->handshacking.req_connect, tsk_false/* do not extract the content */)) != 0) {
+ TSK_DEBUG_ERROR("Failed to parse HTTP CONNECT message: %.*s", node->handshacking.pending_data_len, (const char*)node->handshacking.pending_data_ptr);
+ TSK_FREE(node->handshacking.pending_data_ptr);
+ node->handshacking.pending_data_len = 0;
+ ret = -4;
+ goto bail;
+ }
+ }
+#else
+ {
+ thttp_url_t* url_connect = tsk_null;
+ thttp_header_t* auth_hdr = tsk_null;
+ char* uristring = tsk_null;
+ if (!(url_connect = thttp_url_create(self->type == tnet_proxy_type_http ? thttp_url_http : thttp_url_https))) {
+ TSK_DEBUG_ERROR("Failed to create HTTP(S) URL");
+ ret = -2;
+ goto bail;
+ }
+ tsk_strupdate(&url_connect->host, self->dst_host);
+ url_connect->port = self->dst_port;
+ if (!(node->handshacking.req_connect = thttp_message_create(CONNECT_METHOD_NAME, url_connect))) {
+ TSK_DEBUG_ERROR("Failed to create HTTP(S) message");
+ TSK_OBJECT_SAFE_FREE(url_connect);
+ ret = -3;
+ goto bail;
+ }
+ TSK_OBJECT_SAFE_FREE(url_connect);
+ ret = thttp_message_add_headers_2(node->handshacking.req_connect,
+ THTTP_HEADER_DUMMY_VA_ARGS("User-Agent", "Doubango Telecom"),
+ // Host header will be added by serialize()
+ THTTP_HEADER_CONTENT_LENGTH_VA_ARGS(0),
+ THTTP_HEADER_DUMMY_VA_ARGS("Proxy-Connection", "keep-Alive"),
+ THTTP_HEADER_DUMMY_VA_ARGS("Connection", "keep-Alive"),
+ THTTP_HEADER_DUMMY_VA_ARGS("Pragma", "no-cache"),
+ END_OF_ADD_HEADERS()
+ );
+# if THTTP_PROXY_AUTH_CACHE
+ tsk_sprintf(&uristring, "%s:%d", self->dst_host, self->dst_port);
+ auth_hdr = _thttp_proxy_auth_cache_create_header_authorization(node->handshacking.proxy_auth_cache, self->proxy_host, self->proxy_port, self->login, self->password, uristring);
+ TSK_FREE(uristring);
+# endif
+ if (auth_hdr) {
+ thttp_message_add_header(node->handshacking.req_connect, auth_hdr);
+ TSK_OBJECT_SAFE_FREE(auth_hdr);
+ }
+ if (ret != 0) {
+ TSK_OBJECT_SAFE_FREE(node->handshacking.req_connect);
+ TSK_DEBUG_ERROR("Failed to add HTTP(S) headers");
+ goto bail;
+ }
+ }
+#endif
+
+ /* Parse the connect method */
+ if (!node->handshacking.pending_data_ptr) { // see "BUILD_USING_PARSE"
+ node->handshacking.pending_data_ptr = thttp_message_tostring(node->handshacking.req_connect);
+ node->handshacking.pending_data_len = (int)tsk_strlen((const char*)node->handshacking.pending_data_ptr);
+ }
+
+ if (!(node->handshacking.started = (node->handshacking.pending_data_len > 0))) {
+ TSK_DEBUG_ERROR("Failed to parse HTTP connect data");
+ ret = -3;
+ goto bail;
+ }
+
+bail:
+ tsk_safeobj_unlock(node);
+ return ret;
+}
+
+static int _thttp_proxy_node_plugin_set_handshaking_data(tnet_proxy_node_t* self, const void* data_ptr, tsk_size_t data_size)
+{
+ int ret = 0, endOfheaders = -1;
+ tsk_ragel_state_t state;
+ thttp_message_t *message = tsk_null;
+ tsk_bool_t have_all_content = tsk_false;
+ thttp_proxy_node_plugin_t* node = (thttp_proxy_node_plugin_t*)self;
+
+ // input parameters already checked by the caller
+
+ TSK_DEBUG_INFO("HTTP(s) incoming proxy handshaking data:%.*s", (int)data_size, data_ptr);
+
+ tsk_safeobj_lock(node);
+
+ if (!node->handshacking.started) {
+ TSK_DEBUG_ERROR("handshaking not started");
+ ret = -3;
+ goto bail;
+ }
+
+ if (!node->handshacking.buff) {
+ if (!(node->handshacking.buff = tsk_buffer_create(data_ptr, data_size))) {
+ ret = -2;
+ goto bail;
+ }
+ }
+ else {
+ if ((ret = tsk_buffer_append(node->handshacking.buff, data_ptr, data_size)) != 0) {
+ goto bail;
+ }
+ }
+
+ /* Check if we have all HTTP headers. */
+parse_buffer:
+ if ((endOfheaders = tsk_strindexOf(TSK_BUFFER_DATA(node->handshacking.buff), TSK_BUFFER_SIZE(node->handshacking.buff), TWO_CRLF)) < 0) {
+ TSK_DEBUG_INFO("No all HTTP headers in the TCP buffer.");
+ goto bail;
+ }
+
+ /* If we are here this mean that we have all HTTP headers.
+ * ==> Parse the HTTP message without the content.
+ */
+ tsk_ragel_state_init(&state, TSK_BUFFER_DATA(node->handshacking.buff), endOfheaders + TWO_CRLF_LEN);
+ if ((ret = thttp_message_parse(&state, &message, tsk_false/* do not extract the content */)) == 0) {
+ const thttp_header_Transfer_Encoding_t* transfer_Encoding;
+
+ /* chunked? */
+ if ((transfer_Encoding = (const thttp_header_Transfer_Encoding_t*)thttp_message_get_header(message, thttp_htype_Transfer_Encoding)) && tsk_striequals(transfer_Encoding->encoding, "chunked")) {
+ const char* start = (const char*)(TSK_BUFFER_TO_U8(node->handshacking.buff) + (endOfheaders + TWO_CRLF_LEN));
+ const char* end = (const char*)(TSK_BUFFER_TO_U8(node->handshacking.buff) + TSK_BUFFER_SIZE(node->handshacking.buff));
+ int index;
+
+ TSK_DEBUG_INFO("CHUNKED transfer.");
+ while (start < end) {
+ /* RFC 2616 - 19.4.6 Introduction of Transfer-Encoding */
+ // read chunk-size, chunk-extension (if any) and CRLF
+ tsk_size_t chunk_size = (tsk_size_t)tsk_atox(start);
+ if ((index = tsk_strindexOf(start, (tsk_size_t)(end-start), ONE_CRLF)) >=0) {
+ start += index + ONE_CRLF_LEN;
+ }
+ else {
+ TSK_DEBUG_ERROR("Parsing chunked data has failed.");
+ break;
+ }
+
+ if (chunk_size == 0 && ((start + 2) <= end) && *start == '\r' && *(start+ 1) == '\n') {
+ int parsed_len = (int)(start - (const char*)(TSK_BUFFER_TO_U8(node->handshacking.buff))) + TWO_CRLF_LEN;
+ tsk_buffer_remove(node->handshacking.buff, 0, parsed_len);
+ have_all_content = tsk_true;
+ break;
+ }
+
+ thttp_message_append_content(message, start, chunk_size);
+ start += chunk_size + ONE_CRLF_LEN;
+ }
+ }
+ else {
+ tsk_size_t clen = THTTP_MESSAGE_CONTENT_LENGTH(message); /* MUST have content-length header. */
+ if (clen == 0) { /* No content */
+ tsk_buffer_remove(node->handshacking.buff, 0, (endOfheaders + TWO_CRLF_LEN)); /* Remove HTTP headers and CRLF ==> must never happen */
+ have_all_content = tsk_true;
+ }
+ else { /* There is a content */
+ if ((endOfheaders + TWO_CRLF_LEN + clen) > TSK_BUFFER_SIZE(node->handshacking.buff)) { /* There is content but not all the content. */
+ TSK_DEBUG_INFO("No all HTTP content in the TCP buffer.");
+ goto bail;
+ }
+ else {
+ /* Add the content to the message. */
+ thttp_message_add_content(message, tsk_null, TSK_BUFFER_TO_U8(node->handshacking.buff) + endOfheaders + TWO_CRLF_LEN, clen);
+ /* Remove HTTP headers, CRLF and the content. */
+ tsk_buffer_remove(node->handshacking.buff, 0, (endOfheaders + TWO_CRLF_LEN + clen));
+ have_all_content = tsk_true;
+ }
+ }
+ }
+ }
+
+ /* Alert the dialog (FSM) */
+ if (message) {
+ if (have_all_content) { /* only if we have all data */
+ // CHECK MESSAGE HERE
+ if (THTTP_MESSAGE_IS_RESPONSE(message)) {
+ if (THTTP_RESPONSE_IS_1XX(message)) {
+ // nothing to do...ignore provisional responses
+ }
+ else if (THTTP_RESPONSE_IS_2XX(message)) {
+ node->handshacking.completed = tsk_true;
+ ret = 0;
+ }
+ else if (message->line.response.status_code == 407 || message->line.response.status_code == 401) {
+ ret = _thttp_proxy_node_plugin_update_challenge(node, (const thttp_response_t*)message, node->handshacking.chanllenge_answered);
+ if (ret != 0) {
+ TSK_DEBUG_ERROR("Breaking HTTP(s) handshaking process (failed to update challenges)");
+ goto bail;
+ }
+ // Add creadentials to the CONNECT request
+ if (node->handshacking.req_connect && node->handshacking.challenge) {
+ thttp_header_t* auth_hdr;
+#if BUILD_USING_PARSE
+ char* auth_hdr_string = tsk_null, *uristring = tsk_null;
+#endif /* BUILD_USING_PARSE */
+ TSK_FREE(node->handshacking.pending_data_ptr);
+ node->handshacking.pending_data_len = 0;
+#if BUILD_USING_PARSE
+ node->handshacking.pending_data_len = tsk_sprintf((char**)&node->handshacking.pending_data_ptr, HTTP_CONNECT_FORMAT, self->dst_host, self->dst_port, self->dst_host, self->dst_port);
+#endif /* BUILD_USING_PARSE */
+ tsk_sprintf(&uristring, "%s:%d", self->dst_host, self->dst_port);
+# if THTTP_PROXY_AUTH_CACHE
+ auth_hdr = _thttp_proxy_auth_cache_create_header_authorization(node->handshacking.proxy_auth_cache, self->proxy_host, self->proxy_port, self->login, self->password, uristring);
+# else
+ auth_hdr = thttp_challenge_create_header_authorization_2(node->handshacking.challenge, self->login, self->password, "CONNECT", uristring, kConnectContentData);
+# endif /* THTTP_PROXY_AUTH_CACHE */
+ if (auth_hdr) {
+#if BUILD_USING_PARSE
+ if ((auth_hdr_string = thttp_header_tostring(THTTP_HEADER(auth_hdr)))) {
+ tsk_strcat((char**)&node->handshacking.pending_data_ptr, auth_hdr_string);
+ TSK_FREE(auth_hdr_string);
+ }
+#else
+ thttp_message_add_header(node->handshacking.req_connect, auth_hdr);
+#endif /* BUILD_USING_PARSE */
+ tsk_object_unref(auth_hdr), auth_hdr = tsk_null;
+ }
+ TSK_FREE(uristring);
+
+#if BUILD_USING_PARSE
+ tsk_strcat((char**)&node->handshacking.pending_data_ptr, ONE_CRLF);
+#endif /* BUILD_USING_PARSE */
+
+ // update pending handshaking data
+ if (!node->handshacking.pending_data_ptr && !(node->handshacking.pending_data_ptr = thttp_message_tostring(node->handshacking.req_connect))) {
+ TSK_DEBUG_ERROR("Breaking HTTP(s) handshaking process (failed to parse request)");
+ ret = -4;
+ goto bail;
+ }
+ node->handshacking.pending_data_len = (int)tsk_strlen((const char*)node->handshacking.pending_data_ptr);
+ node->handshacking.chanllenge_answered = (node->handshacking.pending_data_len > 0);
+ }
+ }
+ else {
+ // any other error must break the handshaking process
+ TSK_DEBUG_ERROR("Breaking HTTP(s) handshaking process (status code = %hu)", message->line.response.status_code);
+ ret = -5;
+ goto bail;
+ }
+ }
+ else {
+ TSK_DEBUG_ERROR("Incoming HTTP request not expected from the proxy");
+ ret = -4;
+ goto bail;
+ }
+
+ /* Parse next chunck */
+ if (TSK_BUFFER_SIZE(node->handshacking.buff) > 0) {
+ TSK_OBJECT_SAFE_FREE(message);
+ goto parse_buffer;
+ }
+ }
+ }
+
+bail:
+ tsk_safeobj_unlock(node);
+ TSK_OBJECT_SAFE_FREE(message);
+ return ret;
+}
+
+static int _thttp_proxy_node_plugin_get_handshaking_pending_data(tnet_proxy_node_t* self, void** data_pptr, tsk_size_t* data_psize)
+{
+ thttp_proxy_node_plugin_t* node = (thttp_proxy_node_plugin_t*)self;
+ int ret = -1;
+
+ // input parameters already checked by the caller
+ tsk_safeobj_lock(node);
+
+ if (node->handshacking.pending_data_ptr && node->handshacking.pending_data_len > 0) {
+ if ((*data_pptr = tsk_realloc(*data_pptr, node->handshacking.pending_data_len))) {
+ memcpy(*data_pptr, node->handshacking.pending_data_ptr, (tsk_size_t) node->handshacking.pending_data_len);
+ *data_psize = (tsk_size_t) node->handshacking.pending_data_len;
+ ret = 0;
+ }
+ // reset the pending data. Up to the caller to hold the returned data and send it as many as required (e.g. when using unreliable transport)
+ TSK_FREE(node->handshacking.pending_data_ptr);
+ node->handshacking.pending_data_len = 0;
+ }
+
+ tsk_safeobj_unlock(node);
+ return ret;
+}
+
+static int _thttp_proxy_node_plugin_get_handshaking_completed(tnet_proxy_node_t* self, tsk_bool_t* completed)
+{
+ thttp_proxy_node_plugin_t* node = (thttp_proxy_node_plugin_t*)self;
+
+ tsk_safeobj_lock(node);
+ *completed = node->handshacking.completed;
+ tsk_safeobj_unlock(node);
+
+ return 0;
+}
+
+
+static int _thttp_proxy_node_plugin_update_challenge(thttp_proxy_node_plugin_t *self, const thttp_response_t* response, tsk_bool_t answered)
+{
+#if THTTP_PROXY_AUTH_CACHE
+ tnet_proxy_node_t *base = (tnet_proxy_node_t *)self;
+#endif
+ int ret = 0;
+ const thttp_header_Proxy_Authenticate_t *Proxy_Authenticate;
+
+ if (!self) {
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return -1;
+ }
+#define kIsProxyYes tsk_true
+
+ tsk_safeobj_lock(self);
+#if THTTP_PROXY_AUTH_CACHE
+ _thttp_proxy_auth_cache_lock(self->handshacking.proxy_auth_cache);
+#endif
+
+ /* RFC 2617 - Digest Operation
+
+ * (A) The client response to a WWW-Authenticate challenge for a protection
+ space starts an authentication session with that protection space.
+ The authentication session lasts until the client receives another
+ WWW-Authenticate challenge from any server in the protection space.
+
+ (B) The server may return a 401 response with a new nonce value, causing the client
+ to retry the request; by specifying stale=TRUE with this response,
+ the server tells the client to retry with the new nonce, but without
+ prompting for a new username and password.
+ */
+ /* RFC 2617 - 1.2 Access Authentication Framework
+ The realm directive (case-insensitive) is required for all authentication schemes that issue a challenge.
+ */
+ Proxy_Authenticate = (const thttp_header_Proxy_Authenticate_t*)thttp_message_get_headerAt(response, thttp_htype_Proxy_Authenticate, 0);
+ if (Proxy_Authenticate) {
+ if (self->handshacking.challenge) {
+ if (tsk_striequals(self->handshacking.challenge->realm, Proxy_Authenticate->realm) && (Proxy_Authenticate->stale || !answered)) {
+#if THTTP_PROXY_AUTH_CACHE
+ TSK_OBJECT_SAFE_FREE(self->handshacking.challenge);
+ self->handshacking.challenge = _thttp_proxy_auth_cache_challenge_get(self->handshacking.proxy_auth_cache,
+ base->proxy_host,
+ base->proxy_port,
+ Proxy_Authenticate->scheme,
+ Proxy_Authenticate->realm,
+ Proxy_Authenticate->nonce,
+ Proxy_Authenticate->opaque,
+ Proxy_Authenticate->algorithm,
+ Proxy_Authenticate->qop);
+#else
+ ret = thttp_challenge_update(self->handshacking.challenge,
+ Proxy_Authenticate->scheme,
+ Proxy_Authenticate->realm,
+ Proxy_Authenticate->nonce,
+ Proxy_Authenticate->opaque,
+ Proxy_Authenticate->algorithm,
+ Proxy_Authenticate->qop);
+#endif
+ if (ret != 0) {
+ goto bail;
+ }
+ }
+ else {
+ TSK_DEBUG_ERROR("Authentication failed");
+ ret = -1;
+ goto bail;
+ }
+ }
+ else {
+#if THTTP_PROXY_AUTH_CACHE
+ self->handshacking.challenge = _thttp_proxy_auth_cache_challenge_get(self->handshacking.proxy_auth_cache,
+ base->proxy_host,
+ base->proxy_port,
+ Proxy_Authenticate->scheme,
+ Proxy_Authenticate->realm,
+ Proxy_Authenticate->nonce,
+ Proxy_Authenticate->opaque,
+ Proxy_Authenticate->algorithm,
+ Proxy_Authenticate->qop);
+#else
+ self->handshacking.challenge = thttp_challenge_create(kIsProxyYes,
+ Proxy_Authenticate->scheme,
+ Proxy_Authenticate->realm,
+ Proxy_Authenticate->nonce,
+ Proxy_Authenticate->opaque,
+ Proxy_Authenticate->algorithm,
+ Proxy_Authenticate->qop);
+#endif /* THTTP_PROXY_AUTH_CACHE */
+ if (!self->handshacking.challenge) {
+ ret = -1;
+ goto bail;
+ }
+ }
+ }
+ else {
+ TSK_DEBUG_ERROR("Proxy-Authenticate header is missing");
+ ret = -1;
+ goto bail;
+ }
+
+bail:
+#if THTTP_PROXY_AUTH_CACHE
+ _thttp_proxy_auth_cache_unlock(self->handshacking.proxy_auth_cache);
+#endif
+ tsk_safeobj_unlock(self);
+ return ret;
+
+}
+
+
+/* constructor */
+static tsk_object_t* thttp_proxy_node_plugin_ctor(tsk_object_t * self, va_list * app)
+{
+ thttp_proxy_node_plugin_t *node = self;
+ if (node) {
+ /* init base */
+ tnet_proxy_node_init(TNET_PROXY_NODE(node));
+ /* init self */
+#if THTTP_PROXY_AUTH_CACHE
+ node->handshacking.proxy_auth_cache = _thttp_proxy_auth_cache_get_ref();
+#endif
+ tsk_safeobj_init(node);
+ TSK_DEBUG_INFO("Create HTTP(s) proxy node");
+ }
+ return self;
+}
+/* destructor */
+static tsk_object_t* thttp_proxy_node_plugin_dtor(tsk_object_t * self)
+{
+ thttp_proxy_node_plugin_t *node = self;
+ if (node) {
+ /* deinit base */
+ tnet_proxy_node_deinit(TNET_PROXY_NODE(node));
+ /* deinit self */
+ TSK_OBJECT_SAFE_FREE(node->handshacking.buff);
+ TSK_FREE(node->handshacking.pending_data_ptr);
+ TSK_OBJECT_SAFE_FREE(node->handshacking.req_connect);
+ TSK_OBJECT_SAFE_FREE(node->handshacking.challenge);
+#if THTTP_PROXY_AUTH_CACHE
+ TSK_OBJECT_SAFE_FREE(node->handshacking.proxy_auth_cache);
+#endif
+
+ tsk_safeobj_deinit(node);
+
+ TSK_DEBUG_INFO("*** HTTP proxy node destroyed ***");
+ }
+ return self;
+}
+
+/* object definition */
+static const tsk_object_def_t thttp_proxy_node_def_s =
+{
+ sizeof(thttp_proxy_node_plugin_t),
+ thttp_proxy_node_plugin_ctor,
+ thttp_proxy_node_plugin_dtor,
+ tsk_null,
+};
+/* plugin definition*/
+static const struct tnet_proxy_node_plugin_def_s thttp_proxy_node_plugin_def_s =
+{
+ &thttp_proxy_node_def_s,
+
+ tnet_proxy_type_http | tnet_proxy_type_https,
+
+ "HTTP(s) proxy node plugin",
+
+ _thttp_proxy_node_plugin_configure,
+ _thttp_proxy_node_plugin_start_handshaking,
+ _thttp_proxy_node_plugin_set_handshaking_data,
+ _thttp_proxy_node_plugin_get_handshaking_pending_data,
+ _thttp_proxy_node_plugin_get_handshaking_completed
+};
+const struct tnet_proxy_node_plugin_def_s *thttp_proxy_node_plugin_def_t = &thttp_proxy_node_plugin_def_s;
+
+
+
+#if THTTP_PROXY_AUTH_CACHE
+
+extern const tsk_object_def_t* thttp_proxy_auth_cache_def_t;
+extern const tsk_object_def_t* thttp_proxy_auth_def_t;
+
+typedef struct thttp_proxy_auth_s {
+ TSK_DECLARE_OBJECT;
+
+ char* hostname;
+ tnet_port_t port;
+ struct {
+ char* scheme;
+ char* realm;
+ char* nonce;
+ char* opaque;
+ char* algorithm;
+ char* qop;
+ unsigned nc;
+ tsk_md5string_t cnonce;
+ tsk_bool_t is_active;
+ } challenge;
+}
+thttp_proxy_auth_t;
+typedef tsk_list_t thttp_proxy_auths_L_t;
+
+typedef struct thttp_proxy_auth_cache_s {
+ TSK_DECLARE_OBJECT;
+
+ thttp_proxy_auths_L_t* auths_list;
+ TSK_DECLARE_SAFEOBJ;
+}
+thttp_proxy_auth_cache_t;
+
+static const thttp_proxy_auth_t* _thttp_proxy_auth_find(thttp_proxy_auths_L_t* list, const char* hostname, tnet_port_t port);
+static const thttp_proxy_auth_t* _thttp_proxy_auth_add(thttp_proxy_auths_L_t* list, const char* hostname, tnet_port_t port);
+static int _thttp_proxy_auth_set_nc(thttp_proxy_auth_t* self, unsigned nc);
+
+static thttp_proxy_auth_cache_t* _thttp_proxy_auth_cache_get_ref()
+{
+ static thttp_proxy_auth_cache_t* instance = tsk_null;
+ if (!instance) {
+ instance = tsk_object_new(thttp_proxy_auth_cache_def_t);
+ return instance; // to have refcount = 1
+ }
+ return (thttp_proxy_auth_cache_t*)tsk_object_ref(instance);
+}
+
+static int _thttp_proxy_auth_cache_lock(thttp_proxy_auth_cache_t* self)
+{
+ if (!self) {
+ TSK_DEBUG_ERROR("Invalid parameter")
+ return -1;
+ }
+ tsk_safeobj_lock(self);
+ return 0;
+}
+
+static int _thttp_proxy_auth_cache_unlock(thttp_proxy_auth_cache_t* self)
+{
+ if (!self) {
+ TSK_DEBUG_ERROR("Invalid parameter")
+ return -1;
+ }
+ tsk_safeobj_unlock(self);
+ return 0;
+}
+
+static thttp_challenge_t* _thttp_proxy_auth_cache_challenge_get(thttp_proxy_auth_cache_t* self, const char* proxy_host, tnet_port_t proxy_port, const char* scheme, const char* realm, const char* nonce, const char* opaque, const char* algorithm, const char* qop)
+{
+ if (self) {
+ const thttp_proxy_auth_t* proxy_auth = _thttp_proxy_auth_add(self->auths_list, proxy_host, proxy_port);
+ if (proxy_auth) {
+ if (!proxy_auth->challenge.is_active || !tsk_striequals((proxy_auth)->challenge.nonce, nonce)) {
+ tsk_istr_t istr;
+ TSK_DEBUG_INFO("HTTP proxy auth cache (%s:%d) reset with nonce = %s", proxy_host, proxy_port, nonce);
+ tsk_strupdate(&((thttp_proxy_auth_t*)proxy_auth)->challenge.scheme, scheme);
+ tsk_strupdate(&((thttp_proxy_auth_t*)proxy_auth)->challenge.realm, realm);
+ tsk_strupdate(&((thttp_proxy_auth_t*)proxy_auth)->challenge.nonce, nonce);
+ tsk_strupdate(&((thttp_proxy_auth_t*)proxy_auth)->challenge.opaque, opaque);
+ tsk_strupdate(&((thttp_proxy_auth_t*)proxy_auth)->challenge.algorithm, algorithm);
+ tsk_strupdate(&((thttp_proxy_auth_t*)proxy_auth)->challenge.qop, qop);
+ ((thttp_proxy_auth_t*)proxy_auth)->challenge.nc = 1;
+ tsk_strrandom(&istr);
+ tsk_md5compute(istr, tsk_strlen(istr), &((thttp_proxy_auth_t*)proxy_auth)->challenge.cnonce);
+
+ ((thttp_proxy_auth_t*)proxy_auth)->challenge.is_active = tsk_true;
+ }
+ }
+#define kIsProxyYes tsk_true
+ return thttp_challenge_create(kIsProxyYes, scheme, realm, nonce, opaque, algorithm, qop);
+ }
+ return tsk_null;
+}
+
+static thttp_challenge_t* _thttp_proxy_auth_cache_challenge_get_2(thttp_proxy_auth_cache_t* self, const char* proxy_host, tnet_port_t proxy_port)
+{
+ if (self) {
+ const thttp_proxy_auth_t* proxy_auth = _thttp_proxy_auth_find(self->auths_list, proxy_host, proxy_port);
+ if (proxy_auth && proxy_auth->challenge.is_active) {
+#define kIsProxyYes tsk_true
+ return thttp_challenge_create(kIsProxyYes, proxy_auth->challenge.scheme, proxy_auth->challenge.realm, proxy_auth->challenge.nonce, proxy_auth->challenge.opaque, proxy_auth->challenge.algorithm, proxy_auth->challenge.qop);
+ }
+ }
+ return tsk_null;
+}
+
+static thttp_header_t * _thttp_proxy_auth_cache_create_header_authorization(struct thttp_proxy_auth_cache_s* self, const char* proxy_host, tnet_port_t proxy_port, const char* username, const char* password, const char* uristring)
+{
+ thttp_challenge_t* challenge = tsk_null;
+ thttp_header_t * header = tsk_null;
+
+ if (!self || !uristring) {
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return tsk_null;
+ }
+ challenge = _thttp_proxy_auth_cache_challenge_get_2(self, proxy_host, proxy_port);
+ if (challenge) {
+#define kNullContentData tsk_null
+ const thttp_proxy_auth_t* proxy_auth = _thttp_proxy_auth_find(self->auths_list, proxy_host, proxy_port);
+ if (!proxy_auth) {
+ TSK_DEBUG_ERROR("Cannot find cached info for proxy (%s: %d)", proxy_host, proxy_port);
+ }
+ else {
+ challenge->nc = proxy_auth->challenge.nc;
+ memcpy(challenge->cnonce, proxy_auth->challenge.cnonce, sizeof(tsk_md5string_t));
+ header = thttp_challenge_create_header_authorization_2(challenge, username, password, "CONNECT", uristring, kNullContentData);
+ if (header) {
+ _thttp_proxy_auth_set_nc((thttp_proxy_auth_t*)proxy_auth, challenge->nc);
+ }
+ }
+ }
+ TSK_OBJECT_SAFE_FREE(challenge);
+ return header;
+}
+
+static int _thttp_proxy_auth_set_nc(thttp_proxy_auth_t* self, unsigned nc)
+{
+ if (!self) {
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return -1;
+ }
+ self->challenge.nc = nc;
+ return 0;
+}
+
+static const thttp_proxy_auth_t* _thttp_proxy_auth_add(thttp_proxy_auths_L_t* list, const char* hostname, tnet_port_t port)
+{
+ const thttp_proxy_auth_t* old = _thttp_proxy_auth_find(list, hostname, port);
+ if (!old) {
+ thttp_proxy_auth_t* new = tsk_object_new(thttp_proxy_auth_def_t);
+ if (new) {
+ const thttp_proxy_auth_t* newptr = new; // saveptr
+ new->hostname = tsk_strdup(hostname);
+ new->port = port;
+ tsk_list_push_back_data(list, (void**)&new);
+ TSK_OBJECT_SAFE_FREE(new);
+ return newptr;
+ }
+ }
+ return old;
+}
+
+static const thttp_proxy_auth_t* _thttp_proxy_auth_find(thttp_proxy_auths_L_t* list, const char* hostname, tnet_port_t port)
+{
+ if (list) {
+ const tsk_list_item_t* item;
+ tsk_list_foreach(item, list) {
+ const thttp_proxy_auth_t* auth = (thttp_proxy_auth_t*)item->data;
+ if (auth->port == port && tsk_striequals(auth->hostname, hostname)) {
+ return auth;
+ }
+ }
+ }
+ return tsk_null;
+}
+
+static const tsk_bool_t _thttp_proxy_auth_exists(thttp_proxy_auths_L_t* list, const char* hostname, tnet_port_t port)
+{
+ return _thttp_proxy_auth_find(list, hostname, port) ? tsk_true : tsk_false;
+}
+
+static tsk_object_t* _thttp_proxy_auth_cache_ctor(tsk_object_t * self, va_list * app)
+{
+ thttp_proxy_auth_cache_t *cache = (thttp_proxy_auth_cache_t *)self;
+ if (cache) {
+ if (!(cache->auths_list = tsk_list_create())) {
+ return tsk_null;
+ }
+ tsk_safeobj_init(cache);
+ }
+ return self;
+}
+static tsk_object_t* _thttp_proxy_auth_cache_dtor(tsk_object_t * self)
+{
+ thttp_proxy_auth_cache_t *cache = (thttp_proxy_auth_cache_t *)self;
+ if (cache) {
+ TSK_OBJECT_SAFE_FREE(cache->auths_list);
+ tsk_safeobj_deinit(cache);
+ }
+
+ return self;
+}
+static const tsk_object_def_t thttp_proxy_auth_cache_def_s =
+{
+ sizeof(thttp_proxy_auth_cache_t),
+ _thttp_proxy_auth_cache_ctor,
+ _thttp_proxy_auth_cache_dtor,
+ tsk_null,
+};
+const tsk_object_def_t* thttp_proxy_auth_cache_def_t = &thttp_proxy_auth_cache_def_s;
+
+
+
+
+
+static tsk_object_t* _thttp_proxy_auth_ctor(tsk_object_t * self, va_list * app)
+{
+ thttp_proxy_auth_t *auth = (thttp_proxy_auth_t *)self;
+ if (auth) {
+
+ }
+ return self;
+}
+static tsk_object_t* _thttp_proxy_auth_dtor(tsk_object_t * self)
+{
+ thttp_proxy_auth_t *auth = (thttp_proxy_auth_t *)self;
+ if (auth) {
+ TSK_FREE(auth->challenge.scheme);
+ TSK_FREE(auth->challenge.realm);
+ TSK_FREE(auth->challenge.nonce);
+ TSK_FREE(auth->challenge.opaque);
+ TSK_FREE(auth->challenge.algorithm);
+ TSK_FREE(auth->challenge.qop);
+ TSK_FREE(auth->hostname);
+ }
+
+ return self;
+}
+static const tsk_object_def_t thttp_proxy_auth_def_s =
+{
+ sizeof(thttp_proxy_auth_t),
+ _thttp_proxy_auth_ctor,
+ _thttp_proxy_auth_dtor,
+ tsk_null,
+};
+const tsk_object_def_t* thttp_proxy_auth_def_t = &thttp_proxy_auth_def_s;
+
+
+#endif /* HTTP_AUTH_CACHE */
diff --git a/tinyHTTP/src/thttp_session.c b/tinyHTTP/src/thttp_session.c
new file mode 100644
index 0000000..206865f
--- /dev/null
+++ b/tinyHTTP/src/thttp_session.c
@@ -0,0 +1,518 @@
+/*
+ * Copyright (C) 2010-2015 Mamadou DIOP.
+ *
+ *
+ * This file is part of Open Source Doubango Framework.
+ *
+ * DOUBANGO is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * DOUBANGO is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with DOUBANGO.
+ *
+ */
+
+/**@file thttp_session.c
+ * @brief HTTP/HTTPS session.
+ *
+ */
+#include "tinyhttp/thttp_session.h"
+
+#include "thttp.h"
+#include "tinyhttp/thttp_action.h"
+
+#include "tinyhttp/headers/thttp_header_Dummy.h"
+#include "tinyhttp/headers/thttp_header_WWW_Authenticate.h"
+
+#include "tsk_debug.h"
+
+/**@defgroup thttp_session_group HTTP Session
+ */
+
+int thttp_session_signal(thttp_session_t *self, thttp_action_type_t atype);
+
+/**Sets parameters.
+ */
+int __thttp_session_set(thttp_session_t *self, va_list* app)
+{
+ thttp_session_param_type_t curr;
+
+ if(!self){
+ return -1;
+ }
+
+ while((curr=va_arg(*app, thttp_session_param_type_t)) != httpp_null){
+ switch(curr){
+ case httpp_option:
+ { /* (thttp_session_option_t)ID_ENUM, (const char*)VALUE_STR */
+ thttp_session_option_t id = va_arg(*app, thttp_session_option_t);
+ const char* value = va_arg(*app, const char *);
+ tsk_options_add_option(&self->options, id, value);
+ break;
+ }
+
+ case httpp_header:
+ { /* (const char*)NAME_STR, (const char*)VALUE_STR */
+ const char* name = va_arg(*app, const char *);
+ const char* value = va_arg(*app, const char *);
+ if(value == ((const char*)-1)){ /* UNSET */
+ tsk_params_remove_param(self->headers, name);
+ }
+ else{ /* SET */
+ tsk_params_add_param(&self->headers, name, value);
+ }
+ break;
+ }
+
+ case httpp_cred:
+ { /* (const char*)USERNAME_STR, (const char*)PASSWORD_STR */
+ tsk_strupdate(&self->cred.usename, va_arg(*app, const char *));
+ tsk_strupdate(&self->cred.password, va_arg(*app, const char *));
+ break;
+ }
+
+ case httpp_userdata:
+ { /* (const void*)USERDATA_PTR */
+ self->userdata = va_arg(*app, const void *);
+ break;
+ }
+
+ default:
+ { /* va_list will be unsafe => exit */
+ TSK_DEBUG_ERROR("NOT SUPPORTED.");
+ goto bail;
+ }
+ } /* sxitch */
+ } /* while */
+ return 0;
+
+bail:
+ return -2;
+}
+
+/**@ingroup thttp_session_group
+ * Creates new session.
+ * @param stack The HTTP/HTTPS @a stack to use. The @a stack shall be created using @ref thttp_stack_create.
+ * @param ... Any @b THTTP_SESSION_SET_*() macros. MUST ends with @ref THTTP_SESSION_SET_NULL().
+ * @retval A pointer to the newly created session.
+ * A session is a well-defined object.
+ *
+ * @code
+ thttp_session_handle_t * session = thttp_session_create(stack,
+ // session-level parameters
+ THTTP_SESSION_SET_PARAM("timeout", "6000"),
+
+ // session-level headers
+ THTTP_SESSION_SET_HEADER("Pragma", "No-Cache"),
+ THTTP_SESSION_SET_HEADER("Connection", "Keep-Alive"),
+ THTTP_SESSION_SET_HEADER("User-Agent", "doubango 1.0"),
+
+ THTTP_SESSION_SET_NULL());
+ * @endcode
+ *
+ * @sa @ref thttp_session_set
+ */
+thttp_session_handle_t* thttp_session_create(const thttp_stack_handle_t* stack, ...)
+{
+ thttp_session_handle_t* ret = tsk_null;
+
+ if((ret = tsk_object_new(thttp_session_def_t, stack))){
+ va_list ap;
+ va_start(ap, stack);
+ if(__thttp_session_set(ret, &ap)){
+ TSK_OBJECT_SAFE_FREE(ret);
+ }
+ va_end(ap);
+ }
+ else{
+ TSK_DEBUG_ERROR("failed to create new HTTP/HTTPS session.");
+ }
+ return ret;
+}
+
+/**@ingroup thttp_session_group
+ * Updates the session parameters.
+ * @param self The session to update. The session shall be created using @ref thttp_session_create().
+ * @param ... Any @b THTTP_SESSION_SET_*() macros. MUST ends with @ref THTTP_SESSION_SET_NULL().
+ * @retval Zero if succeed and non zero error code otherwise.
+ *
+ * @code
+ int ret = thttp_session_set(session,
+ // session-level parameters
+ THTTP_SESSION_SET_OPTION(THTTP_SESSION_OPTION_TIMEOUT, "6000"),
+
+ // session-level headers
+ THTTP_SESSION_SET_HEADER("Pragma", "No-Cache"),
+ THTTP_SESSION_SET_HEADER("Connection", "Keep-Alive"),
+ THTTP_SESSION_SET_HEADER("User-Agent", "doubango 1.0"),
+
+ THTTP_SESSION_SET_NULL());
+ * @endcode
+ *
+ * @sa @ref thttp_session_create
+ */
+int thttp_session_set(thttp_session_handle_t *self, ...)
+{
+ if(self){
+ int ret;
+ va_list ap;
+
+ thttp_session_t *session = self;
+
+ if(session->id == THTTP_SESSION_INVALID_ID){
+ TSK_DEBUG_ERROR("Using invalid session.");
+ return -2;
+ }
+
+ va_start(ap, self);
+ ret = __thttp_session_set(session, &ap);
+ va_end(ap);
+ return ret;
+ }
+
+ return -1;
+}
+
+/**@ingroup thttp_session_group
+ * Gets the session id.
+ * @param self The session for which to get the id.
+ * @retval The id of the session.
+ */
+thttp_session_id_t thttp_session_get_id(const thttp_session_handle_t *self)
+{
+ const thttp_session_t *session = self;
+ if(session){
+ return session->id;
+ }
+ return THTTP_SESSION_INVALID_ID;
+}
+
+/**@ingroup thttp_session_group
+ * Gets the user context (user/application data).
+ * @param self A pointer to the session from which to get the context.
+ * @retval A pointer to the context. Previously defined by using @ref THTTP_SESSION_SET_USERDATA() macro.
+ * @sa @ref THTTP_SESSION_SET_USERDATA()
+ */
+const void* thttp_session_get_userdata(const thttp_session_handle_t *self)
+{
+ if(self){
+ return ((const thttp_session_t*)self)->userdata;
+ }
+ return tsk_null;
+}
+
+int thttp_session_closefd(thttp_session_handle_t *_self)
+{
+ int ret = 0;
+ thttp_session_t* self = _self;
+
+ if(self->fd != TNET_INVALID_FD){
+ if((ret = tnet_transport_remove_socket(self->stack->transport, &self->fd))){
+ ret = tnet_sockfd_close(&self->fd);
+ }
+ }
+
+ return ret;
+}
+
+/** Updates authentications headers.
+ */
+int thttp_session_update_challenges(thttp_session_t *self, const thttp_response_t* response, tsk_bool_t answered)
+{
+ int ret = 0;
+ tsk_size_t i;
+
+ tsk_list_item_t *item;
+
+ thttp_challenge_t *challenge;
+
+ const thttp_header_WWW_Authenticate_t *WWW_Authenticate;
+ const thttp_header_Proxy_Authenticate_t *Proxy_Authenticate;
+
+ tsk_safeobj_lock(self);
+
+ /* RFC 2617 - Digest Operation
+
+ * (A) The client response to a WWW-Authenticate challenge for a protection
+ space starts an authentication session with that protection space.
+ The authentication session lasts until the client receives another
+ WWW-Authenticate challenge from any server in the protection space.
+
+ (B) The server may return a 401 response with a new nonce value, causing the client
+ to retry the request; by specifying stale=TRUE with this response,
+ the server tells the client to retry with the new nonce, but without
+ prompting for a new username and password.
+ */
+ /* RFC 2617 - 1.2 Access Authentication Framework
+ The realm directive (case-insensitive) is required for all authentication schemes that issue a challenge.
+ */
+
+ /* FIXME: As we perform the same task ==> Use only one loop.
+ */
+
+ for(i =0; (WWW_Authenticate = (const thttp_header_WWW_Authenticate_t*)thttp_message_get_headerAt(response, thttp_htype_WWW_Authenticate, i)); i++)
+ {
+ tsk_bool_t isnew = tsk_true;
+
+ tsk_list_foreach(item, self->challenges)
+ {
+ challenge = item->data;
+ if(challenge->isproxy){
+ continue;
+ }
+
+ if(tsk_striequals(challenge->realm, WWW_Authenticate->realm) && (WWW_Authenticate->stale || !answered)){
+ /*== (B) ==*/
+ if ((ret = thttp_challenge_update(challenge,
+ WWW_Authenticate->scheme,
+ WWW_Authenticate->realm,
+ WWW_Authenticate->nonce,
+ WWW_Authenticate->opaque,
+ WWW_Authenticate->algorithm,
+ WWW_Authenticate->qop)) != 0) {
+ goto bail;
+ }
+ else{
+ isnew = tsk_false;
+ continue;
+ }
+ }
+ else{
+ ret = -1;
+ goto bail;
+ }
+ }
+
+ if(isnew){
+ if((challenge = thttp_challenge_create(tsk_false, /* Not proxy */
+ WWW_Authenticate->scheme,
+ WWW_Authenticate->realm,
+ WWW_Authenticate->nonce,
+ WWW_Authenticate->opaque,
+ WWW_Authenticate->algorithm,
+ WWW_Authenticate->qop))){
+ tsk_list_push_back_data(self->challenges, (void**)&challenge);
+ }
+ else{
+ ret = -1;
+ goto bail;
+ }
+ }
+ }
+
+ for(i=0; (Proxy_Authenticate = (const thttp_header_Proxy_Authenticate_t*)thttp_message_get_headerAt(response, thttp_htype_Proxy_Authenticate, i)); i++)
+ {
+ tsk_bool_t isnew = tsk_true;
+
+ tsk_list_foreach(item, self->challenges){
+ challenge = item->data;
+ if(!challenge->isproxy){
+ continue;
+ }
+
+ if(tsk_striequals(challenge->realm, Proxy_Authenticate->realm) && (Proxy_Authenticate->stale || !answered)){
+ /*== (B) ==*/
+ if ((ret = thttp_challenge_update(challenge,
+ Proxy_Authenticate->scheme,
+ Proxy_Authenticate->realm,
+ Proxy_Authenticate->nonce,
+ Proxy_Authenticate->opaque,
+ Proxy_Authenticate->algorithm,
+ Proxy_Authenticate->qop)) != 0)
+ {
+ goto bail;
+ }
+ else{
+ isnew = tsk_false;
+ continue;
+ }
+ }
+ else{
+ ret = -1;
+ goto bail;
+ }
+ }
+
+ if(isnew){
+ if((challenge = thttp_challenge_create(tsk_true, /* Proxy */
+ Proxy_Authenticate->scheme,
+ Proxy_Authenticate->realm,
+ Proxy_Authenticate->nonce,
+ Proxy_Authenticate->opaque,
+ Proxy_Authenticate->algorithm,
+ Proxy_Authenticate->qop)))
+ {
+ tsk_list_push_back_data(self->challenges, (void**)&challenge);
+ }
+ else{
+ ret = -1;
+ goto bail;
+ }
+ }
+ }
+
+bail:
+ tsk_safeobj_unlock(self);
+ return ret;
+
+}
+
+/* internal function */
+int thttp_session_signal(thttp_session_t *self, thttp_action_type_t atype)
+{
+ tsk_list_item_t *item;
+
+ if(!self){
+ TSK_DEBUG_ERROR("Invalid parameter");
+ return -1;
+ }
+
+ tsk_safeobj_lock(self);
+again:
+ tsk_list_foreach(item, self->dialogs){
+ item = tsk_object_ref(item);
+ thttp_dialog_fsm_act((thttp_dialog_t*)item->data, atype, tsk_null, tsk_null);
+ /* As the above action could terminate the dialog (which means change the content of self->dialogs)
+ * => list becomes unsafe */
+ if(!(item = tsk_object_unref(item))){
+ goto again;
+ }
+ }
+
+ switch(atype){
+ case thttp_thttp_atype_closed:
+ self->fd = TNET_INVALID_FD;
+ break;
+ default:
+ break;
+ }
+
+ tsk_safeobj_unlock(self);
+
+ return 0;
+}
+
+/** Signals to all dialogs that the connection have been closed. */
+int thttp_session_signal_closed(thttp_session_t *self)
+{
+ return thttp_session_signal(self, thttp_thttp_atype_closed);
+}
+
+/** Signals to all dialogss that we got an error */
+int thttp_session_signal_error(thttp_session_t *self)
+{
+ return thttp_session_signal(self, thttp_atype_error);
+}
+
+
+/** Retrieves a session by fd */
+thttp_session_t* thttp_session_get_by_fd(thttp_sessions_L_t* sessions, tnet_fd_t fd)
+{
+ thttp_session_t* ret = tsk_null;
+ const tsk_list_item_t *item;
+
+ if(!sessions){
+ goto bail;
+ }
+
+ tsk_list_foreach(item, sessions){
+ if(((thttp_session_t*)item->data)->fd == fd){
+ ret = tsk_object_ref(item->data);
+ goto bail;
+ }
+ }
+
+bail:
+ return ret;
+}
+
+
+
+
+//========================================================
+// HTTP SESSION object definition
+//
+static tsk_object_t* _thttp_session_create(tsk_object_t * self, va_list * app)
+{
+ thttp_session_t *session = self;
+ static thttp_session_id_t unique_id = THTTP_SESSION_INVALID_ID;
+ if(session){
+ tsk_safeobj_init(session);
+
+ session->stack = va_arg(*app, const thttp_stack_handle_t*);
+ session->options = tsk_list_create();
+ session->headers = tsk_list_create();
+ session->challenges = tsk_list_create();
+ session->dialogs = tsk_list_create();
+ session->fd = TNET_INVALID_FD;
+
+ session->id = THTTP_SESSION_INVALID_ID;
+
+ /* add the session to the stack */
+ if(session->stack){
+ session->id = ++unique_id;
+ tsk_list_push_back_data(session->stack->sessions, (void**)&session);
+ }
+ }
+
+ return self;
+}
+
+static tsk_object_t* thttp_session_destroy(tsk_object_t * self)
+{
+ thttp_session_t *session = self;
+ if(session){
+ TSK_DEBUG_INFO("*** HTTP/HTTPS Session destroyed ***");
+
+ /* remove from the stack */
+ if(session->stack){
+ tsk_list_remove_item_by_data(session->stack->sessions, session);
+ }
+
+ TSK_OBJECT_SAFE_FREE(session->options);
+ TSK_OBJECT_SAFE_FREE(session->headers);
+ TSK_OBJECT_SAFE_FREE(session->challenges);
+ TSK_OBJECT_SAFE_FREE(session->dialogs);
+
+ // cred
+ TSK_FREE(session->cred.usename);
+ TSK_FREE(session->cred.password);
+
+ // fd
+ if(session->fd != TNET_INVALID_FD){
+ if(tnet_transport_remove_socket(session->stack->transport, &session->fd)){
+ tnet_sockfd_close(&session->fd);
+ }
+ }
+
+ tsk_safeobj_deinit(session);
+ }
+ return self;
+}
+
+static int thttp_session_cmp(const tsk_object_t *_session1, const tsk_object_t *_session2)
+{
+ const thttp_session_t *session1 = _session1;
+ const thttp_session_t *session2 = _session2;
+
+ if(session1 && session2){
+ return (int)(session1->id-session2->id);
+ }
+ return -1;
+}
+
+static const tsk_object_def_t thttp_session_def_s =
+{
+ sizeof(thttp_session_t),
+ _thttp_session_create,
+ thttp_session_destroy,
+ thttp_session_cmp,
+};
+const tsk_object_def_t *thttp_session_def_t = &thttp_session_def_s;
diff --git a/tinyHTTP/src/thttp_url.c b/tinyHTTP/src/thttp_url.c
new file mode 100644
index 0000000..84647ff
--- /dev/null
+++ b/tinyHTTP/src/thttp_url.c
@@ -0,0 +1,174 @@
+/*
+* Copyright (C) 2010-2011 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+/**@file thttp_url.c
+ * @brief HTTP URL.
+ *
+ * @author Mamadou Diop <diopmamadou(at)doubango[dot]org>
+ *
+
+ */
+#include "tinyhttp/thttp_url.h"
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+#include "tsk_debug.h"
+#include "tsk_memory.h"
+#include "tsk_string.h"
+
+#include <string.h>
+
+/**@defgroup thttp_url_group HTTP/HTTPS URL
+*/
+
+/**@ingroup thttp_url_group
+* @param type The type of the url to create.
+* Creates new HTTP/HTTPS url.
+*/
+thttp_url_t* thttp_url_create(thttp_url_type_t type)
+{
+ return tsk_object_new(thttp_url_def_t, type);
+}
+
+/**@ingroup thttp_url_group
+*/
+int thttp_url_serialize(const thttp_url_t *url, tsk_buffer_t *output)
+{
+ /* RFC 1738: "http://" hostport [ "/" hpath [ "?" search ]] */
+ return tsk_buffer_append_2(output, "%s://%s:%u%s%s%s%s",
+
+ url->scheme,
+ url->host,
+ url->port,
+
+ url->hpath ? "/" : "",
+ url->hpath ? url->hpath : "",
+
+ url->search ? "?" : "",
+ url->search ? url->search : ""
+ );
+}
+
+/**@ingroup thttp_url_group
+*/
+char* thttp_url_tostring(const thttp_url_t *url)
+{
+ tsk_buffer_t *output = tsk_buffer_create_null();
+ char* ret = 0;
+
+ if(!thttp_url_serialize(url, output)){
+ ret = tsk_strndup((const char*)output->data, output->size);
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to serialize HTTP URL.");
+ }
+
+ TSK_OBJECT_SAFE_FREE(output);
+ return ret;
+}
+
+/**@ingroup thttp_url_group
+*/
+thttp_url_t *thttp_url_clone(const thttp_url_t *url)
+{
+ thttp_url_t *newurl = 0;
+ tsk_buffer_t *output = tsk_buffer_create_null();
+ thttp_url_serialize(url, output);
+ newurl = thttp_url_parse(output->data, output->size);
+ TSK_OBJECT_SAFE_FREE(output);
+
+ return newurl;
+}
+
+/**@ingroup thttp_url_group
+*/
+tsk_bool_t thttp_url_isvalid(const char* urlstring)
+{
+ thttp_url_t *url;
+ if(!urlstring){
+ return tsk_false;
+ }
+
+ if((url = thttp_url_parse(urlstring, tsk_strlen(urlstring)))){
+ TSK_OBJECT_SAFE_FREE(url);
+ return tsk_true;
+ }
+ else{
+ return tsk_false;
+ }
+}
+
+
+
+
+
+
+//========================================================
+// HTTP/HTTPS URL object definition
+//
+
+/**@ingroup thttp_url_group
+*/
+static tsk_object_t* thttp_url_ctor(tsk_object_t *self, va_list * app)
+{
+ thttp_url_t *url = self;
+ if(url){
+ url->type = va_arg(*app, thttp_url_type_t);
+ if(url->type == thttp_url_https){
+ url->port = 443;
+ }
+ else{
+ url->port = 80;
+ }
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to create new SIP/SIPS/TEL.");
+ }
+ return self;
+}
+
+/**@ingroup thttp_url_group
+*/
+static tsk_object_t* thttp_url_dtor(tsk_object_t *self)
+{
+ thttp_url_t *url = self;
+ if(url){
+ TSK_FREE(url->scheme);
+ TSK_FREE(url->host);
+ TSK_FREE(url->hpath);
+ TSK_FREE(url->search);
+ }
+ else{
+ TSK_DEBUG_ERROR("Null HTTP/HTTPS URL.");
+ }
+
+ return self;
+}
+
+static const tsk_object_def_t thttp_url_def_s =
+{
+ sizeof(thttp_url_t),
+ thttp_url_ctor,
+ thttp_url_dtor,
+ tsk_null
+};
+const tsk_object_def_t *thttp_url_def_t = &thttp_url_def_s;
diff --git a/tinyHTTP/test/droid-makefile b/tinyHTTP/test/droid-makefile
new file mode 100644
index 0000000..7672f38
--- /dev/null
+++ b/tinyHTTP/test/droid-makefile
@@ -0,0 +1,28 @@
+APP := test
+
+CFLAGS := $(CFLAGS_COMMON) -I../include -I../../tinySAK/src -I../../tinyNET/src
+LDFLAGS := $(LDFLAGS_COMMON) -Wl,-Bsymbolic,--whole-archive -l$(PROJECT) -ltinySAK -ltinyNET -Wl,--entry=main
+
+all: $(APP)
+
+OBJS += $(APP).o
+
+$(APP): $(OBJS)
+ $(CC) $(LDFLAGS) -o $@ $^
+
+%.o: %.c
+ $(CC) -c $(INCLUDE) $(CFLAGS) $< -o $@
+
+install: $(APP)
+ $(ANDROID_SDK_ROOT)/tools/adb push $(APP) $(EXEC_DIR)/$(APP)
+ $(ANDROID_SDK_ROOT)/tools/adb shell chmod 777 $(EXEC_DIR)/$(APP)
+
+run:
+ $(ANDROID_SDK_ROOT)/tools/adb shell $(EXEC_DIR)/$(APP)
+
+#dbg:
+# $(MAKE) $(MAKEFILE) DEBUG="-g -DDEBUG"
+# $(MAKE) $(MAKEFILE) install
+
+clean:
+ @rm -f $(OBJS) $(APP) \ No newline at end of file
diff --git a/tinyHTTP/test/stdafx.c b/tinyHTTP/test/stdafx.c
new file mode 100644
index 0000000..e0ce978
--- /dev/null
+++ b/tinyHTTP/test/stdafx.c
@@ -0,0 +1,26 @@
+/*
+* Copyright (C) 2009 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file
diff --git a/tinyHTTP/test/stdafx.h b/tinyHTTP/test/stdafx.h
new file mode 100644
index 0000000..6685bdc
--- /dev/null
+++ b/tinyHTTP/test/stdafx.h
@@ -0,0 +1,35 @@
+/*
+* Copyright (C) 2009 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+
+#ifndef TEST_TINYHTTP_STDAFX_H
+#define TEST_TINYHTTP_STDAFX_H
+
+#include "targetver.h"
+
+#include <stdio.h>
+
+#if (defined(_WIN32) || defined(WIN32) || defined(_WIN32_WCE)) && !defined(__SYMBIAN32__)
+#include <tchar.h>
+#endif
+
+// TODO: reference additional headers your program requires here
+#endif /* TEST_TINYHTTP_STDAFX_H */
diff --git a/tinyHTTP/test/targetver.h b/tinyHTTP/test/targetver.h
new file mode 100644
index 0000000..4d7bde0
--- /dev/null
+++ b/tinyHTTP/test/targetver.h
@@ -0,0 +1,18 @@
+#ifndef _TEST_TINYHTTP_VER
+#define _TEST_TINYHTTP_VER
+
+#if (defined(_WIN32) || defined(WIN32) || defined(_WIN32_WCE)) && !defined(__SYMBIAN32__)
+// The following macros define the minimum required platform. The minimum required platform
+// is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
+// your application. The macros work by enabling all features available on platform versions up to and
+// including the version specified.
+
+// Modify the following defines if you have to target a platform prior to the ones specified below.
+// Refer to MSDN for the latest info on corresponding values for different platforms.
+#ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
+#define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
+#endif
+
+#endif
+
+#endif
diff --git a/tinyHTTP/test/test.c b/tinyHTTP/test/test.c
new file mode 100644
index 0000000..79ff388
--- /dev/null
+++ b/tinyHTTP/test/test.c
@@ -0,0 +1,93 @@
+/*
+* Copyright (C) 2009 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+#include "stdafx.h"
+#include <string.h>
+#include <stdlib.h>
+#include <assert.h>
+
+//#include "tsk.h"
+//#include "tnet.h"
+
+#include "tinyhttp.h"
+
+//#include "thttp.h"
+//#include "tinyHTTP/thttp_message.h"
+//#include "tinyHTTP/auth/thttp_auth.h"
+
+#define LOOP 0
+
+#define RUN_TEST_ALL 0
+#define RUN_TEST_AUTH 0
+#define RUN_TEST_STACK 1
+#define RUN_TEST_URL 0
+#define RUN_TEST_MSGS 0
+#define RUN_TEST_TRANSPORT 0
+
+#include "test_auth.h"
+#include "test_stack.h"
+#include "test_url.h"
+#include "test_messages.h"
+#include "test_transport.h"
+
+
+#ifdef _WIN32_WCE
+int _tmain(int argc, _TCHAR* argv[])
+#else
+int main()
+#endif
+{
+ tnet_startup();
+
+ do{
+ /* Print copyright information */
+ printf("Doubango Project\nCopyright (C) 2009-2013 Mamadou Diop \n\n");
+
+#if RUN_TEST_AUTH || RUN_TEST_ALL
+ test_ws_auth();
+ test_basic_auth();
+ test_digest_auth();
+#endif
+
+#if RUN_TEST_STACK || RUN_TEST_ALL
+ test_stack();
+#endif
+
+#if RUN_TEST_URL || RUN_TEST_ALL
+ test_url();
+#endif
+
+#if RUN_TEST_MSGS || RUN_TEST_ALL
+ test_messages();
+#endif
+
+#if RUN_TEST_TRANSPORT || RUN_TEST_ALL
+ test_transport();
+#endif
+
+ }
+ while(LOOP);
+
+ tnet_cleanup();
+
+ return 0;
+}
+
diff --git a/tinyHTTP/test/test.vcproj b/tinyHTTP/test/test.vcproj
new file mode 100644
index 0000000..79612cf
--- /dev/null
+++ b/tinyHTTP/test/test.vcproj
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="test"
+ ProjectGUID="{BE242939-1E65-4875-A3E7-41D8B77D187F}"
+ RootNamespace="test"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\thirdparties\win32\include;..\..\tinyHTTP\include;..\..\tinySAK\src;..\..\tinyNET\src"
+ PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT 0x0501"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinyHTTP.lib $(OutDir)\tinyNET.lib"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\stdafx.c"
+ >
+ </File>
+ <File
+ RelativePath=".\test.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\stdafx.h"
+ >
+ </File>
+ <File
+ RelativePath=".\targetver.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="tests"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath=".\test_auth.h"
+ >
+ </File>
+ <File
+ RelativePath=".\test_messages.h"
+ >
+ </File>
+ <File
+ RelativePath=".\test_stack.h"
+ >
+ </File>
+ <File
+ RelativePath=".\test_transport.h"
+ >
+ </File>
+ <File
+ RelativePath=".\test_url.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/tinyHTTP/test/test_auth.h b/tinyHTTP/test/test_auth.h
new file mode 100644
index 0000000..4a707f1
--- /dev/null
+++ b/tinyHTTP/test/test_auth.h
@@ -0,0 +1,177 @@
+/*
+* Copyright (C) 2009 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+#ifndef _TEST_AUTH_H_
+#define _TEST_AUTH_H_
+
+struct auth_basic_msg
+{
+ const char* userid;
+ const char* password;
+
+ const char* xres;
+};
+
+struct auth_basic_msg auth_basic_msgs[] =
+{
+ { "Aladdin"/*Ali baba*/, "open sesame", "QWxhZGRpbjpvcGVuIHNlc2FtZQ==" },
+};
+
+void test_basic_auth()
+{
+ char *response = tsk_null;
+ size_t i, size;
+
+ for(i=0; i<sizeof(auth_basic_msgs)/sizeof(struct auth_basic_msg); i++)
+ {
+ size = thttp_auth_basic_response(auth_basic_msgs[i].userid, auth_basic_msgs[i].password, &response);
+ if(tsk_striequals(auth_basic_msgs[i].xres, response)){
+ TSK_DEBUG_INFO("[HTTP_BASIC-%d] ==> OK", i);
+ }
+ else{
+ TSK_DEBUG_INFO("[HTTP_BASIC-%d] ==> NOK", i);
+ }
+
+ TSK_FREE(response);
+ }
+}
+
+
+//========================================================================
+
+struct auth_ws
+{
+ const char* key;
+ const char* xres;
+};
+
+struct auth_ws auth_ws_msgs[] =
+{
+ { "dGhlIHNhbXBsZSBub25jZQ==", "s3pPLMBiTxaQ9kYGzzhZRbK+xOo=" },
+ { "x3JJHMbDL1EzLkh9GBhXDw==", "HSmrc0sMlYUkAGmm5OPpG2HaGWk=" },
+};
+
+void test_ws_auth()
+{
+ thttp_auth_ws_keystring_t response = {0};
+ size_t i, size;
+
+ for(i=0; i<sizeof(auth_ws_msgs)/sizeof(struct auth_ws); i++)
+ {
+ size = thttp_auth_ws_response(auth_ws_msgs[i].key, &response);
+ if(tsk_striequals(auth_ws_msgs[i].xres, response)){
+ TSK_DEBUG_INFO("[WS_AUTH-%d] ==> OK", i);
+ }
+ else{
+ TSK_DEBUG_INFO("[WS_AUTH-%d] ==> NOK", i);
+ }
+ }
+}
+
+
+
+//========================================================================
+
+
+struct auth_digest_msg
+{
+ const char* username;
+ const char* password;
+ const char* realm;
+ const char* nonce;
+ const char* method;
+ const char* uri;
+ const char* qop;
+ const char* nc;
+ const char* cnonce;
+ const char* opaque;
+ const char* entitybody;
+
+ const char* response;
+};
+
+struct auth_digest_msg auth_digest_msgs[] =
+{
+ {
+ "Mufasa",
+ "Circle Of Life",
+ "testrealm@host.com",
+ "dcd98b7102dd2f0e8b11d0f600bfb0c093",
+ "GET",
+ "/dir/index.html",
+ "auth",
+ "00000001",
+ "0a4f113b",
+ "5ccc069c403ebaf9f0171e9517f40e41",
+ 0,
+
+ "6629fae49393a05397450978507c4ef1"
+ }
+ ,
+
+
+};
+
+void test_digest_auth()
+{
+ tsk_md5string_t response, ha1, ha2;
+ size_t i;
+
+ for(i=0; i<sizeof(auth_digest_msgs)/sizeof(struct auth_digest_msg); i++)
+ {
+ tsk_buffer_t* entitybody;
+ /* HA1 */
+ thttp_auth_digest_HA1(auth_digest_msgs[i].username,
+ auth_digest_msgs[i].realm,
+ auth_digest_msgs[i].password,
+ &ha1);
+
+ /* HA2 */
+ entitybody = tsk_buffer_create(auth_digest_msgs[i].entitybody, strlen(auth_digest_msgs[i].entitybody));
+ thttp_auth_digest_HA2(auth_digest_msgs[i].method,
+ auth_digest_msgs[i].uri,
+ entitybody,
+ auth_digest_msgs[i].qop,
+ &ha2);
+ TSK_OBJECT_SAFE_FREE(entitybody);
+
+ /* RESPONSE */
+ thttp_auth_digest_response(&ha1,
+ auth_digest_msgs[i].nonce,
+ auth_digest_msgs[i].nc,
+ auth_digest_msgs[i].cnonce,
+ auth_digest_msgs[i].qop,
+ &ha2,
+ &response);
+
+ if(tsk_striequals(auth_digest_msgs[i].response, response)){
+ TSK_DEBUG_INFO("[HTTP_DIGEST-%d] ==> OK", i);
+ }
+ else{
+ TSK_DEBUG_INFO("[HTTP_DIGEST-%d] ==> NOK", i);
+ }
+ }
+}
+
+
+
+
+#endif /* _TEST_AUTH_H_ */
diff --git a/tinyHTTP/test/test_messages.h b/tinyHTTP/test/test_messages.h
new file mode 100644
index 0000000..2d2678c
--- /dev/null
+++ b/tinyHTTP/test/test_messages.h
@@ -0,0 +1,139 @@
+/*
+* Copyright (C) 2009 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+#ifndef _TEST_MESSAGES_H_
+#define _TEST_MESSAGES_H_
+
+#define TEST_MSG_200 \
+ "HTTP/1.1 200 OK\r\n" \
+ "Date: Wed, 10 Mar 2010 13:37:13 GMT\r\n" \
+ "Server: Apache\r\n" \
+ "Content-length: 3\r\n" \
+ "Expires: Sat, 07 Aug 2010 13:37:13 +0000\r\n" \
+ "Cache-Control: public\r\n" \
+ "X-Deezer-Cache: HIT\r\n" \
+ "Pragma: \r\n" \
+ "Keep-Alive: timeout=2, max=100\r\n" \
+ "Connection: Keep-Alive\r\n" \
+ "Content-Type: video/flv\r\n" \
+ "\r\n" \
+ "123"
+
+#define TEST_MSG_401 \
+ "HTTP/1.1 401 Unauthorized\r\n" \
+ "Server: Apache-Coyote/1.1\r\n" \
+ "WWW-Authenticate: Digest realm=\"example.com\", qop=\"auth\", nonce=\"f39d20a4dbfbd32d943de9b285d59a30\", opaque=\"c5ad02feb52eb050e464cec3740c0f2e\"\r\n" \
+ "WWW-Authenticate: Basic realm=\"WallyWorld\"\r\n" \
+ "Transfer-Encoding: chunked;test=21;tes7\r\n" \
+ "Date: Wed, 10 Mar 2010 14:20:47 GMT\r\n" \
+ "Etag: W/\"1231-3213213\"\r\n" \
+ "\r\n"
+
+#define TEST_MSG_WS \
+ "Upgrade: websocket\r\n" \
+ "Connection: Upgrade\r\n" \
+ "Host: 192.168.0.11:5060\r\n" \
+ "Origin: null\r\n" \
+ "Sec-WebSocket-Key: Z8DmZQ9jZqK7vJqXbsDlYw==\r\n" \
+ "Sec-WebSocket-Version: 13, 5, 6\r\n" \
+ "Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=\r\n" \
+ "\r\n"
+
+#define TEST_MSG_OPTIONS \
+ "OPTIONS /85 HTTP/1.1\r\n" \
+ "Host: 192.168.0.37:10063\r\n" \
+ "Connection: keep-alive\r\n" \
+ "Access-Control-Request-Method: POST\r\n" \
+ "Origin: null\r\n" \
+ "User-Agent: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17\r\n" \
+ "Access-Control-Request-Headers: connection, origin, content-type\r\n" \
+ "Accept: */*\r\n" \
+ "Accept-Encoding: gzip,deflate,sdch\r\n" \
+ "Accept-Language: en-US,en;q=0.8\r\n" \
+ "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\n" \
+ "\r\n"
+
+#define TEST_MSG TEST_MSG_OPTIONS
+
+
+static void test_messages()
+{
+ thttp_message_t *message = tsk_null;
+ tsk_ragel_state_t state;
+ int ret/*, idx*/;
+
+ const char* msg_start = TEST_MSG_WS;
+ const char* msg_end = msg_start + tsk_strlen(msg_start);
+ //const thttp_header_Sec_WebSocket_Key_t* ws_hdr_key;
+ //const thttp_header_Sec_WebSocket_Version_t* ws_hdr_version;
+ //const thttp_header_Sec_WebSocket_Accept_t* ws_hdr_accept;
+ message = thttp_message_create();
+
+ /*while(msg_start < msg_end){
+ if((idx = tsk_strindexOf(msg_start, (msg_end - msg_start), "\r\n")) <= 2){
+ break;
+ }
+ idx+= 2;
+ tsk_ragel_state_init(&state, msg_start, idx);
+ if((ret = thttp_header_parse(&state, message))){
+ break;
+ }
+ msg_start += idx;
+ }
+
+ if((ws_hdr_key = (const thttp_header_Sec_WebSocket_Key_t*)thttp_message_get_header(message, thttp_htype_Sec_WebSocket_Key))){
+ TSK_DEBUG_INFO("Sec-WebSocket-Key: %s", ws_hdr_key->value);
+ }
+
+ if((ws_hdr_accept = (const thttp_header_Sec_WebSocket_Accept_t*)thttp_message_get_header(message, thttp_htype_Sec_WebSocket_Accept))){
+ TSK_DEBUG_INFO("Sec-WebSocket-Accept: %s", ws_hdr_accept->value);
+ }
+
+ if((ws_hdr_version = (const thttp_header_Sec_WebSocket_Version_t*)thttp_message_get_header(message, thttp_htype_Sec_WebSocket_Version))){
+ const tsk_list_item_t* item;
+ tsk_list_foreach(item, ws_hdr_version->values){
+ TSK_DEBUG_INFO("Sec-WebSocket-Version: %s", TSK_STRING_STR(item->data));
+ }
+ }*/
+
+
+ /* deserialize the message */
+ tsk_ragel_state_init(&state, TEST_MSG, strlen(TEST_MSG));
+ if(!(ret = thttp_message_parse(&state, &message, tsk_true))){
+ tsk_buffer_t *buffer = tsk_buffer_create_null();
+
+ /* serialize the message */
+ thttp_message_serialize(message, buffer);
+ TSK_DEBUG_INFO("HTTP Message=\n%s", TSK_BUFFER_TO_STRING(buffer));
+
+ TSK_OBJECT_SAFE_FREE(buffer);
+ }
+ else{
+ TSK_DEBUG_ERROR("Failed to parse HTTP message.");
+ }
+
+ TSK_OBJECT_SAFE_FREE(message);
+
+ getchar();
+}
+
+#endif /* _TEST_MESSAGES_H_ */
+
diff --git a/tinyHTTP/test/test_stack.h b/tinyHTTP/test/test_stack.h
new file mode 100644
index 0000000..7ae015b
--- /dev/null
+++ b/tinyHTTP/test/test_stack.h
@@ -0,0 +1,233 @@
+/*
+* Copyright (C) 2009 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+#ifndef _TEST_STACK_H_
+#define _TEST_STACK_H_
+
+int test_stack_callback(const thttp_event_t *httpevent)
+{
+ thttp_session_id_t id = thttp_session_get_id(httpevent->session);
+ switch(httpevent->type){
+ case thttp_event_message: /* New HTTP message */
+ {
+ TSK_DEBUG_INFO("sid=%llu", id);
+ if(THTTP_MESSAGE_IS_RESPONSE(httpevent->message)){
+ const thttp_header_ETag_t* etag;
+ TSK_DEBUG_INFO("=== %d ==> %s", THTTP_RESPONSE_CODE(httpevent->message), THTTP_MESSAGE_CONTENT(httpevent->message));
+ // You can use
+ if((etag = (const thttp_header_ETag_t*)thttp_message_get_header(httpevent->message, thttp_htype_ETag))){
+ TSK_DEBUG_INFO("Etag=%s", etag->value);
+ }
+ }
+ else{
+ if(THTTP_MESSAGE_IS_RESPONSE(httpevent->message)){
+ TSK_DEBUG_INFO("=== code ==> %u", THTTP_RESPONSE_CODE(httpevent->message));
+ }
+ }
+ break;
+ }
+
+ case thttp_event_auth_failed:
+ {
+ TSK_DEBUG_INFO("auth failed sid=%llu", id);
+ break;
+ }
+
+ case thttp_event_closed: /* HTTP connection closed (informational) */
+ {
+ TSK_DEBUG_INFO("closed sid=%llu", id);
+ break;
+ }
+
+ case thttp_event_transport_error: /* HTTP connection closed (informational) */
+ {
+ TSK_DEBUG_INFO("Transport sid=%llu", id);
+ break;
+ }
+ }
+
+ return 0;
+}
+
+#define PAYLOAD "<entry uri=\"sip:samba@micromethod.com\" xmlns=\"urn:ietf:params:xml:ns:resource-lists\">" \
+ "<display-name>samba</display-name>" \
+ "</entry>"
+
+void test_stack()
+{
+ thttp_session_handle_t *session = tsk_null;
+ int ret;
+
+ thttp_stack_handle_t* stack = thttp_stack_create(test_stack_callback,
+ THTTP_STACK_SET_TLS_ENABLED(tsk_true),
+ //THTTP_STACK_SET_TLS_CERTS_VERIFY(tsk_false),
+ //THTTP_STACK_SET_LOCAL_IP("0.0.0.0"),
+ //THTTP_STACK_SET_LOCAL_PORT(8080),
+ //THTTP_STACK_SET_PROXY("msp.f-secure.com", 443),
+
+ THTTP_STACK_SET_NULL());
+
+ if((ret = thttp_stack_start(stack))){
+ TSK_DEBUG_ERROR("Failed to start the HTTP/HTTPS stack.");
+ goto bail;
+ }
+
+
+ // http://ipv6.google.com/
+ //op = THTTP_OPERATION_CREATE(stack,
+ // THTTP_OPERATION_SET_PARAM("method", "GET"),
+ // THTTP_OPERATION_SET_PARAM("URL", "http://siptest.doubango.org:8080/services/resource-lists/users/sip:mercuro1@doubango.org/index"),
+ //
+ // THTTP_OPERATION_SET_HEADER("Content-Type", "application/resource-lists+xml"),
+ // THTTP_OPERATION_SET_HEADER("Pragma", "No-Cache"),
+ // THTTP_OPERATION_SET_HEADER("Connection", "Keep-Alive"),
+ // THTTP_OPERATION_SET_HEADER("User-Agent", "XDM-client/OMA1.1"),
+ // THTTP_OPERATION_SET_HEADER("X-3GPP-Intended-Identity", "sip:mercuro1@doubango.org"),
+ //
+ // THTTP_OPERATION_SET_NULL());
+ //thttp_operation_perform(op);
+
+ /* creates session */
+ session = thttp_session_create(stack,
+ // session-level options
+ THTTP_SESSION_SET_OPTION(THTTP_SESSION_OPTION_TIMEOUT, "6000"),
+
+ // session-level headers
+ THTTP_SESSION_SET_HEADER("Pragma", "No-Cache"),
+ THTTP_SESSION_SET_HEADER("Connection", "Keep-Alive"),
+ // THTTP_SESSION_SET_HEADER("Connection", "close"),
+ THTTP_SESSION_SET_HEADER("User-Agent", "doubango 1.0"),
+
+ THTTP_SESSION_SET_NULL()); /* MUST always be present */
+
+ //ret = thttp_action_GET(session, "http://siptest.doubango.org:8080/services/resource-lists/users/sip:mercuro1@doubango.org/index",
+ // THTTP_ACTION_SET_HEADER("Content-Type", "application/resource-lists+xml"),
+ //
+ // tsk_null);
+
+ //getchar();
+
+ //thttp_action_GET(session, "http://siptest.doubango.org:8080/services/resource-lists/users/sip:mercuro1@doubango.org/index",
+ // THTTP_ACTION_SET_HEADER("Content-Type", "application/resource-lists+xml"),
+ //
+ // tsk_null);
+
+ //getchar();
+
+ // HTTPS
+ thttp_action_GET(session, "https://msp.f-secure.com/web-test/common/test.html",
+ // action-level options
+ THTTP_ACTION_SET_OPTION(THTTP_ACTION_OPTION_TIMEOUT, "2500"),
+
+ // action-level headers
+ THTTP_ACTION_SET_HEADER("User-Agent", "Doubango"),
+ THTTP_ACTION_SET_HEADER("Connection", "Keep-Alive"),
+
+ THTTP_ACTION_SET_NULL());
+ getchar();
+
+
+ // IPv6
+ /*thttp_action_GET(session, "http://ipv6.google.com",
+ // action-level options
+ THTTP_ACTION_SET_OPTION(THTTP_ACTION_OPTION_TIMEOUT, "2500"),
+
+ // action-level headers
+ THTTP_ACTION_SET_HEADER("User-Agent", "XDM-client/OMA1.1"),
+ THTTP_ACTION_SET_HEADER("Connection", "Keep-Alive"),
+
+ THTTP_ACTION_SET_NULL());
+ getchar();*/
+
+ /*ret = thttp_action_GET(session, "http://doubango.org",
+ // action-level options
+ THTTP_ACTION_SET_OPTION(THTTP_ACTION_OPTION_TIMEOUT, "2500"),
+
+ THTTP_ACTION_SET_NULL());
+
+ getchar();*/
+
+ //thttp_action_GET(session, "http://www.google.com",
+ //THTTP_ACTION_SET_HEADER("Content-Type", "application/resource-lists+xml"),
+
+ // THTTP_ACTION_SET_NULL());
+
+ //thttp_action_GET(session, "http://www.doubango.org",
+
+ // THTTP_ACTION_SET_NULL());
+
+ /* Gets resource-lists document */
+ /*thttp_action_GET(session, "http://siptest.doubango.org:8080/services/resource-lists/users/sip:mercuro1@doubango.org/index",
+ THTTP_ACTION_SET_HEADER("Content-Type", "application/resource-lists+xml"),
+
+ tsk_null);
+
+ getchar();*/
+
+ //TSK_OBJECT_SAFE_FREE(session);
+
+ //getchar();
+
+ /* Gets xcap-caps document */
+ /*thttp_action_GET(session, "http://siptest.doubango.org:8080/services/xcap-caps/global/index",
+ THTTP_ACTION_SET_HEADER("Content-Type", "application/xcap-caps+xml"),
+
+ tsk_null);
+
+ getchar();*/
+
+ /*thttp_action_GET(session, "http://siptest.doubango.org:8080/services/resource-lists/users/sip:mercuro1@doubango.org/properties-resource-list.xml",
+ THTTP_ACTION_SET_HEADER("Content-Type", "application/resource-lists+xml"),
+
+ tsk_null);
+
+ getchar();*/
+
+ //thttp_operation_perform(op);
+
+/*
+ op = THTTP_OPERATION_CREATE(stack,
+ THTTP_OPERATION_SET_PARAM("method", "GET"),
+ //THTTP_OPERATION_SET_PARAM("URL", "https://msp.f-secure.com/web-test/common/test.html"),
+ THTTP_OPERATION_SET_PARAM("URL", "http://www.doubango.org"),
+
+ THTTP_OPERATION_SET_HEADER("Pragma", "No-Cache"),
+ THTTP_OPERATION_SET_HEADER("Connection", "Keep-Alive"),
+ THTTP_OPERATION_SET_HEADER("User-Agent", "XDM-client/OMA1.1"),
+
+ THTTP_OPERATION_SET_NULL());
+ thttp_operation_perform(op);
+*/
+ /*thttp_operation_set(op,
+ THTTP_OPERATION_SET_PARAM("method", "HEAD"),
+
+ THTTP_OPERATION_SET_NULL());
+ thttp_operation_perform(op);*/
+
+ getchar();
+bail:
+ TSK_OBJECT_SAFE_FREE(session);
+ TSK_OBJECT_SAFE_FREE(stack);
+}
+
+#endif /* _TEST_STACK_H_ */
+
+
diff --git a/tinyHTTP/test/test_transport.h b/tinyHTTP/test/test_transport.h
new file mode 100644
index 0000000..dec9920
--- /dev/null
+++ b/tinyHTTP/test/test_transport.h
@@ -0,0 +1,371 @@
+#ifndef _TEST_HTTP_TRANSPORT_H_
+#define _TEST_HTTP_TRANSPORT_H_
+
+#define TEST_HTTP_CAT_(A, B) A ## B
+#define TEST_HTTP_CAT(A, B) TEST_HTTP_CAT_(A, B)
+#define TEST_HTTP_STRING_(A) #A
+#define TEST_HTTP_STRING(A) TEST_HTTP_STRING_(A)
+
+#define TEST_HTTP_LOCAL_IP "0.0.0.0"
+#define TEST_HTTP_LOCAL_PORT 8080
+#define TEST_HTTP_REMOTE_IP "google.com"
+#define TEST_HTTP_REMOTE_PORT 80
+#define TEST_HTTP_MIN_STREAM_CHUNCK_SIZE 0x32
+#define TEST_HTTP_GET "GET / HTTP/1.1\r\n" \
+ "Host: " TEST_HTTP_REMOTE_IP ":" TEST_HTTP_STRING(TEST_HTTP_REMOTE_PORT) "\r\n" \
+ "Connection: keep-alive\r\n" \
+ "Cache-Control: max-age=0\r\n" \
+ "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\n" \
+ "User-Agent: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko)\r\n" \
+ "Doubango 2.0\r\n" \
+ "Accept-Encoding: gzip,deflate,sdch\r\n" \
+ "Accept-Language: en-US,en;q=0.8\r\n" \
+ "\r\n" \
+
+static int test_http_transport_callback(const tnet_transport_event_t* e);
+
+/************************************************
+* test_http_peer_t
+************************************************/
+typedef struct test_http_peer_s
+{
+ TSK_DECLARE_OBJECT;
+ tnet_fd_t fd;
+ tsk_buffer_t* buff;
+}
+test_http_peer_t;
+typedef tsk_list_t test_http_peers_L_t;
+
+static tsk_object_t* test_http_peer_ctor(tsk_object_t * self, va_list * app) { return self; }
+static tsk_object_t* test_http_peer_dtor(tsk_object_t * self)
+{
+ test_http_peer_t *peer = self;
+ if (peer) {
+ TSK_OBJECT_SAFE_FREE(peer->buff);
+ }
+
+ return self;
+}
+static const tsk_object_def_t test_http_peer_def_s =
+{
+ sizeof(test_http_peer_t),
+ test_http_peer_ctor,
+ test_http_peer_dtor,
+ tsk_null,
+};
+
+static test_http_peer_t* test_http_peer_create(tnet_fd_t fd)
+{
+ test_http_peer_t* peer = tsk_object_new(&test_http_peer_def_s);
+ peer->fd = fd;
+ peer->buff = tsk_buffer_create_null();
+ return peer;
+}
+
+static int test_http_peer_pred_fd_cmp(const tsk_list_item_t* item, const void* data)
+{
+ return ((test_http_peer_t*)item->data)->fd - *((const tnet_fd_t*)data);
+}
+
+
+/************************************************
+* test_http_transport_t
+************************************************/
+typedef struct test_http_transport_s
+{
+ TSK_DECLARE_OBJECT;
+
+ test_http_peers_L_t* peers;
+ tnet_transport_handle_t* handle;
+}
+test_http_transport_t;
+
+static tsk_object_t* test_http_transport_ctor(tsk_object_t * self, va_list * app)
+{
+ test_http_transport_t *transport = self;
+ if (transport) {
+ }
+ return self;
+}
+static tsk_object_t* test_http_transport_dtor(tsk_object_t * self)
+{
+ test_http_transport_t *transport = self;
+ if(transport){
+ TSK_OBJECT_SAFE_FREE(transport->handle);
+ TSK_OBJECT_SAFE_FREE(transport->peers);
+ }
+
+ return self;
+}
+static const tsk_object_def_t test_http_transport_def_s =
+{
+ sizeof(test_http_transport_t),
+ test_http_transport_ctor,
+ test_http_transport_dtor,
+ tsk_null,
+};
+
+static test_http_transport_t* test_http_transport_create(const char* local_ip, tnet_port_t local_port, enum tnet_socket_type_e socket_type)
+{
+ test_http_transport_t *transport = tsk_object_new(&test_http_transport_def_s);
+ if (transport) {
+ transport->peers = tsk_list_create();
+ transport->handle = tnet_transport_create(local_ip, local_port, socket_type, "HTTP Transport");
+ if (!transport->handle) {
+ TSK_OBJECT_SAFE_FREE(transport);
+ return tsk_null;
+ }
+ tnet_transport_set_callback(transport->handle, test_http_transport_callback, transport);
+ }
+ return transport;
+}
+
+static int test_http_transport_start(test_http_transport_t* self)
+{
+ if (self) {
+ return tnet_transport_start(self->handle);
+ }
+ return -1;
+}
+
+// Up to the caller to free the returned object using TSK_OBJECT_SAFREE(peer)
+static test_http_peer_t* test_http_transport_connect_to(test_http_transport_t* self, const char* dst_host, tnet_port_t dst_port)
+{
+ tnet_fd_t fd = tnet_transport_connectto_2(self->handle, dst_host, dst_port);
+ if (fd > 0) {
+ return test_http_peer_create(fd);
+ }
+ return tsk_null;
+}
+
+static tsk_size_t test_http_transport_send_data(test_http_transport_t* self, tnet_fd_t fd, const void* data_ptr, tsk_size_t data_size)
+{
+ if (self && self->handle && data_ptr && data_size) {
+ return tnet_transport_send(self->handle, fd, data_ptr, data_size);
+ }
+ return 0;
+}
+
+static void test_http_transport_add_peer(test_http_transport_t* self, test_http_peer_t* peer)
+{
+ tsk_list_lock(self->peers);
+ tsk_list_push_back_data(self->peers, &peer);
+ tsk_list_unlock(self->peers);
+}
+
+static void test_http_transport_remove_peer_by_fd(test_http_transport_t* self, tnet_fd_t fd)
+{
+ tsk_list_lock(self->peers);
+ tsk_list_remove_item_by_pred(self->peers, test_http_peer_pred_fd_cmp, &fd);
+ tsk_list_unlock(self->peers);
+}
+
+static const test_http_peer_t* test_http_transport_find_peer_by_fd(test_http_transport_t* self, tnet_fd_t fd)
+{
+ const tsk_list_item_t* item;
+ tsk_list_lock(self->peers);
+ item = tsk_list_find_item_by_pred(self->peers, test_http_peer_pred_fd_cmp, &fd);
+ tsk_list_unlock(self->peers);
+ if (item) {
+ return (const test_http_peer_t*)item->data;
+ }
+ return tsk_null;
+}
+
+static void test_http_transport_process_incoming_msg(test_http_transport_t* self, const thttp_message_t* msg, tnet_fd_t fd)
+{
+ if (THTTP_MESSAGE_IS_REQUEST(msg)) {
+ if (tsk_striequals(msg->line.request.method, "GET")) {
+ char* result = tsk_null;
+ const char* content = "<html><body>Hello world!</body></html>";
+ int len = tsk_sprintf(
+ (char**)&result,
+ "HTTP/1.1 %u %s\r\n"
+ "Server: My test server \r\n"
+ "Access-Control-Allow-Origin: *\r\n"
+ "Content-Length: %u\r\n"
+ "Content-Type: text/html\r\n"
+ "Connection: Close\r\n"
+ "\r\n"
+ "%s", 200, "OK", tsk_strlen(content), content);
+ tnet_transport_send(self, fd, result, len);
+ TSK_FREE(result);
+ }
+ }
+}
+
+static int test_http_transport_callback(const tnet_transport_event_t* e)
+{
+ test_http_transport_t* transport = (test_http_transport_t*)e->callback_data;
+ const test_http_peer_t* _peer;
+ thttp_message_t *message = tsk_null;
+ int endOfheaders = -1;
+ tsk_ragel_state_t state;
+ tsk_bool_t have_all_content = tsk_false;
+ int ret;
+ switch (e->type)
+ {
+ case event_closed:
+ {
+ test_http_transport_remove_peer_by_fd(transport, e->local_fd);
+ return 0;
+ }
+
+ case event_connected:
+ case event_accepted:
+ {
+ _peer = test_http_transport_find_peer_by_fd(transport, e->local_fd);
+ if (!_peer) {
+ _peer = test_http_peer_create(e->local_fd);
+ test_http_transport_add_peer(transport, (test_http_peer_t*)_peer);
+ }
+ return 0;
+ }
+
+ case event_data:
+ {
+ TSK_DEBUG_INFO("\n\nRECV: %.*s\n\n", e->size, (const char*)e->data);
+ break;
+ }
+ default:
+ return 0;
+ }
+
+
+ _peer = test_http_transport_find_peer_by_fd(transport, e->local_fd);
+ if(!_peer) {
+ TSK_DEBUG_ERROR("Data event but no peer found!");
+ return -1;
+ }
+
+ /* Append new content. */
+ tsk_buffer_append(_peer->buff, e->data, e->size);
+
+ /* Check if we have all HTTP headers. */
+parse_buffer:
+ if ((endOfheaders = tsk_strindexOf(TSK_BUFFER_DATA(_peer->buff), TSK_BUFFER_SIZE(_peer->buff), "\r\n\r\n"/*2CRLF*/)) < 0) {
+ TSK_DEBUG_INFO("No all HTTP headers in the TCP buffer.");
+ goto bail;
+ }
+
+ /* If we are here this mean that we have all HTTP headers.
+ * ==> Parse the HTTP message without the content.
+ */
+ tsk_ragel_state_init(&state, TSK_BUFFER_DATA(_peer->buff), endOfheaders + 4/*2CRLF*/);
+ if (!(ret = thttp_message_parse(&state, &message, tsk_false/* do not extract the content */))) {
+ const thttp_header_Transfer_Encoding_t* transfer_Encoding;
+
+ /* chunked? */
+ if((transfer_Encoding = (const thttp_header_Transfer_Encoding_t*)thttp_message_get_header(message, thttp_htype_Transfer_Encoding)) && tsk_striequals(transfer_Encoding->encoding, "chunked")){
+ const char* start = (const char*)(TSK_BUFFER_TO_U8(_peer->buff) + (endOfheaders + 4/*2CRLF*/));
+ const char* end = (const char*)(TSK_BUFFER_TO_U8(_peer->buff) + TSK_BUFFER_SIZE(_peer->buff));
+ int index;
+
+ TSK_DEBUG_INFO("CHUNKED transfer.");
+ while(start < end){
+ /* RFC 2616 - 19.4.6 Introduction of Transfer-Encoding */
+ // read chunk-size, chunk-extension (if any) and CRLF
+ tsk_size_t chunk_size = (tsk_size_t)tsk_atox(start);
+ if((index = tsk_strindexOf(start, (end-start), "\r\n")) >=0){
+ start += index + 2/*CRLF*/;
+ }
+ else{
+ TSK_DEBUG_INFO("Parsing chunked data has failed.");
+ break;
+ }
+
+ if(chunk_size == 0 && ((start + 2) <= end) && *start == '\r' && *(start+ 1) == '\n'){
+ int parsed_len = (start - (const char*)(TSK_BUFFER_TO_U8(_peer->buff))) + 2/*CRLF*/;
+ tsk_buffer_remove(_peer->buff, 0, parsed_len);
+ have_all_content = tsk_true;
+ break;
+ }
+
+ thttp_message_append_content(message, start, chunk_size);
+ start += chunk_size + 2/*CRLF*/;
+ }
+ }
+ else{
+ tsk_size_t clen = THTTP_MESSAGE_CONTENT_LENGTH(message); /* MUST have content-length header. */
+ if(clen == 0){ /* No content */
+ tsk_buffer_remove(_peer->buff, 0, (endOfheaders + 4/*2CRLF*/)); /* Remove HTTP headers and CRLF ==> must never happen */
+ have_all_content = tsk_true;
+ }
+ else{ /* There is a content */
+ if((endOfheaders + 4/*2CRLF*/ + clen) > TSK_BUFFER_SIZE(_peer->buff)){ /* There is content but not all the content. */
+ TSK_DEBUG_INFO("No all HTTP content in the TCP buffer.");
+ goto bail;
+ }
+ else{
+ /* Add the content to the message. */
+ thttp_message_add_content(message, tsk_null, TSK_BUFFER_TO_U8(_peer->buff) + endOfheaders + 4/*2CRLF*/, clen);
+ /* Remove HTTP headers, CRLF and the content. */
+ tsk_buffer_remove(_peer->buff, 0, (endOfheaders + 4/*2CRLF*/ + clen));
+ have_all_content = tsk_true;
+ }
+ }
+ }
+ }
+
+ /* Alert the dialog (FSM) */
+ if(message){
+ if (have_all_content) { /* only if we have all data */
+ test_http_transport_process_incoming_msg(transport, message, e->local_fd);
+ /* Parse next chunck */
+ if (TSK_BUFFER_SIZE(_peer->buff) >= TEST_HTTP_MIN_STREAM_CHUNCK_SIZE) {
+ TSK_OBJECT_SAFE_FREE(message);
+ goto parse_buffer;
+ }
+ }
+ }
+
+bail:
+ TSK_OBJECT_SAFE_FREE(message);
+
+ return 0;
+}
+
+
+/************************************************
+* Main
+************************************************/
+static void test_transport()
+{
+ test_http_transport_t* p_transport = tsk_null;
+ test_http_peer_t* peer = tsk_null;
+ int ret;
+ static const char* __get_msg = TEST_HTTP_GET;
+
+ p_transport = test_http_transport_create(TEST_HTTP_LOCAL_IP, TEST_HTTP_LOCAL_PORT, tnet_socket_type_tcp_ipv4);
+ if (!p_transport) {
+ TSK_DEBUG_ERROR("Failed to HTTP transport");
+ goto bail;
+ }
+
+ ret = test_http_transport_start(p_transport);
+ if (ret) {
+ TSK_DEBUG_ERROR("Failed to start HTTP transport with error code = %d", ret);
+ goto bail;
+ }
+
+ getchar();
+
+ // Send data to google.com
+ peer = test_http_transport_connect_to(p_transport, TEST_HTTP_REMOTE_IP, TEST_HTTP_REMOTE_PORT);
+ ret = tnet_sockfd_waitUntilWritable(peer->fd, 1000); // you should use the callback function instead of blocking the process
+ if (ret) {
+ TSK_DEBUG_ERROR("Failed to connect to(%s,%d) with error code = %d", TEST_HTTP_REMOTE_IP, TEST_HTTP_REMOTE_PORT, ret);
+ goto bail;
+ }
+ ret = test_http_transport_send_data(p_transport, peer->fd, __get_msg, tsk_strlen(__get_msg));
+ TSK_DEBUG_INFO("Sent %d bytes", ret);
+
+ getchar();
+
+
+bail:
+ TSK_OBJECT_SAFE_FREE(p_transport); // stop server and free memory
+ TSK_OBJECT_SAFE_FREE(peer);
+}
+
+#endif /* _TEST_HTTP_TRANSPORT_H_ */
diff --git a/tinyHTTP/test/test_url.h b/tinyHTTP/test/test_url.h
new file mode 100644
index 0000000..c533c78
--- /dev/null
+++ b/tinyHTTP/test/test_url.h
@@ -0,0 +1,93 @@
+/*
+* Copyright (C) 2009 Mamadou Diop.
+*
+* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
+*
+* This file is part of Open Source Doubango Framework.
+*
+* DOUBANGO is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* DOUBANGO is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with DOUBANGO.
+*
+*/
+#ifndef _TEST_HTTPURL_H
+#define _TEST_HTTPURL_H
+
+#include "tinyhttp/parsers/thttp_parser_url.h"
+
+const char* urls[] =
+{
+
+ //== HTTP:
+ "http://www.doubango.org",
+ "http://www.doubango.org/?p=1",
+ "http://doubango.org:452/test",
+ "http://doubango.org:45/test?p=452",
+
+ //== HTTPS:
+ "https://www.doubango.org",
+ "https://www.doubango.org/?p=1",
+ "https://doubango.org:452/test",
+ "https://doubango.org:45/test?p=452",
+};
+#include "tsk_string.h"
+
+void test_url_tostring(const thttp_url_t *url)
+{
+ char* ret = thttp_url_tostring(url);
+ TSK_DEBUG_INFO("url_to_string=%s", ret);
+ TSK_FREE(ret);
+}
+
+void test_url_parser()
+{
+ int i;
+
+ for(i=0; i<sizeof(urls)/sizeof(const char*); i++)
+ {
+ thttp_url_t *url = thttp_url_parse(urls[i], strlen(urls[i]));
+
+ printf("\n== Parsing {{ %s }} ==\n\n", urls[i]);
+
+ if(url)
+ {
+ printf("scheme: %s\n", url->scheme);
+ printf("host: %s\n", url->host);
+ printf("port: %u\n", url->port);
+ printf("hpath: %s\n", url->hpath);
+ printf("search: %s\n", url->search);
+ printf("host-type: %s\n", url->host_type == thttp_host_ipv4 ? "IPv4" : (url->host_type == thttp_host_ipv6 ? "IPv6" : (url->host_type == thttp_host_hostname ? "HOSTNAME" : "UNKNOWN")) );
+
+ printf("---PARAMS---\n");
+
+ printf("Is-secure: %s\n", THTTP_URL_IS_SECURE(url) ? "YES" : "NO");
+
+ test_url_tostring(url);
+ }
+ else
+ {
+ printf("INVALID HTTP URL.\n");
+ }
+
+ printf("\n\n");
+ getchar();
+
+ TSK_OBJECT_SAFE_FREE(url);
+ }
+}
+
+void test_url()
+{
+ test_url_parser();
+}
+
+#endif /* _TEST_HTTPURL_H */
diff --git a/tinyHTTP/tinyHTTP.pc.in b/tinyHTTP/tinyHTTP.pc.in
new file mode 100644
index 0000000..85f4636
--- /dev/null
+++ b/tinyHTTP/tinyHTTP.pc.in
@@ -0,0 +1,15 @@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+libdir = @libdir@
+includedir = @includedir@
+
+Name : libtinyHTTP
+Description : Doubango Telecom tinyHTTP (HTTP/HTTPS protocols) library
+Version : @PACKAGE_VERSION@
+Requires:
+Requires.private: tinySAK = @PACKAGE_VERSION@ tinyNET = @PACKAGE_VERSION@
+Conflicts:
+Cflags : -I${includedir}/tinyhttp
+Libs : -L${libdir} -ltinyHTTP
+Libs.private:
+
diff --git a/tinyHTTP/tinyHTTP.sln b/tinyHTTP/tinyHTTP.sln
new file mode 100644
index 0000000..6517f23
--- /dev/null
+++ b/tinyHTTP/tinyHTTP.sln
@@ -0,0 +1,68 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyHTTP", "tinyHTTP.vcproj", "{B3E45009-C7C3-4090-837C-2D30C9058443}"
+ ProjectSection(ProjectDependencies) = postProject
+ {7522A458-92F4-4259-B906-E84C2A65D9F1} = {7522A458-92F4-4259-B906-E84C2A65D9F1}
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA} = {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinySAK", "..\tinySAK\tinySAK.vcproj", "{6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyNET", "..\tinyNET\tinyNET.vcproj", "{7522A458-92F4-4259-B906-E84C2A65D9F1}"
+ ProjectSection(ProjectDependencies) = postProject
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA} = {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{BE242939-1E65-4875-A3E7-41D8B77D187F}"
+ ProjectSection(ProjectDependencies) = postProject
+ {B3E45009-C7C3-4090-837C-2D30C9058443} = {B3E45009-C7C3-4090-837C-2D30C9058443}
+ {7522A458-92F4-4259-B906-E84C2A65D9F1} = {7522A458-92F4-4259-B906-E84C2A65D9F1}
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA} = {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I) = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ Release|Win32 = Release|Win32
+ Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I) = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {B3E45009-C7C3-4090-837C-2D30C9058443}.Debug|Win32.ActiveCfg = Debug|Win32
+ {B3E45009-C7C3-4090-837C-2D30C9058443}.Debug|Win32.Build.0 = Debug|Win32
+ {B3E45009-C7C3-4090-837C-2D30C9058443}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Debug|Win32
+ {B3E45009-C7C3-4090-837C-2D30C9058443}.Release|Win32.ActiveCfg = Release|Win32
+ {B3E45009-C7C3-4090-837C-2D30C9058443}.Release|Win32.Build.0 = Release|Win32
+ {B3E45009-C7C3-4090-837C-2D30C9058443}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release|Win32
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Debug|Win32.Build.0 = Debug|Win32
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Build.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Release|Win32.ActiveCfg = Release|Win32
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Release|Win32.Build.0 = Release|Win32
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Build.0 = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Debug|Win32.ActiveCfg = Debug|Win32
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Debug|Win32.Build.0 = Debug|Win32
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Build.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Release|Win32.ActiveCfg = Release|Win32
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Release|Win32.Build.0 = Release|Win32
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Build.0 = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {7522A458-92F4-4259-B906-E84C2A65D9F1}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
+ {BE242939-1E65-4875-A3E7-41D8B77D187F}.Debug|Win32.ActiveCfg = Debug|Win32
+ {BE242939-1E65-4875-A3E7-41D8B77D187F}.Debug|Win32.Build.0 = Debug|Win32
+ {BE242939-1E65-4875-A3E7-41D8B77D187F}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Debug|Win32
+ {BE242939-1E65-4875-A3E7-41D8B77D187F}.Release|Win32.ActiveCfg = Release|Win32
+ {BE242939-1E65-4875-A3E7-41D8B77D187F}.Release|Win32.Build.0 = Release|Win32
+ {BE242939-1E65-4875-A3E7-41D8B77D187F}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/tinyHTTP/tinyHTTP.tag b/tinyHTTP/tinyHTTP.tag
new file mode 100644
index 0000000..8ca4603
--- /dev/null
+++ b/tinyHTTP/tinyHTTP.tag
@@ -0,0 +1,4501 @@
+<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
+<tagfile>
+ <compound kind="page">
+ <name>index</name>
+ <title>TinyHTTP API Overview</title>
+ <filename>index</filename>
+ </compound>
+ <compound kind="file">
+ <name>thttp.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/</path>
+ <filename>thttp_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__event_8h" name="thttp_event.h" local="yes" imported="no">tinyhttp/thttp_event.h</includes>
+ <includes id="thttp__session_8h" name="thttp_session.h" local="yes" imported="no">tinyhttp/thttp_session.h</includes>
+ <class kind="struct">thttp_stack_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_STACK_SET_NULL</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>aa22aaebb83618128ec0704c0a33ceda1</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_STACK_SET_LOCAL_IP</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>aa39965563df5974669824d7f747616f8</anchor>
+ <arglist>(IP_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_STACK_SET_LOCAL_PORT</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>a8ab31ae73d696f7a288deb807bb932e6</anchor>
+ <arglist>(PORT_INT)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_STACK_SET_TLS_CERTS</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>a2b1708f4a57a4f0f7ce44bf4fae6ebab</anchor>
+ <arglist>(CA_FILE_STR, PUB_FILE_STR, PRIV_FILE_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_STACK_SET_USERDATA</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>a6c61714a8e4f5962412e21022b726aa3</anchor>
+ <arglist>(USERDATA_PTR)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>THTTP_BEGIN_DECLS enum thttp_stack_param_type_e</type>
+ <name>thttp_stack_param_type_t</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>aa43a8bd7d848cc86857c75ea444b47a7</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_stack_s</type>
+ <name>thttp_stack_t</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>a6d44adbd32b3e94b88f726968b5aeb70</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_stack_param_type_e</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>a777ab1dae7d35ae8e00c9440b3fda5d3</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_pname_null</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>a777ab1dae7d35ae8e00c9440b3fda5d3a1d7408231cf27316c82c3ca6665bb560</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_stack_handle_t *</type>
+ <name>thttp_stack_create</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga23f21d510973ba5761fd25286df19eef</anchor>
+ <arglist>(thttp_stack_callback_f callback,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_stack_start</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga53cf350947bec4313d285a3b89df7f31</anchor>
+ <arglist>(thttp_stack_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_stack_set</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga6f67d03e0f023335b97788002fb247a2</anchor>
+ <arglist>(thttp_stack_handle_t *self,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API const void *</type>
+ <name>thttp_stack_get_userdata</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>gacf4a84954ca6c196f357cba4731e3ae3</anchor>
+ <arglist>(thttp_stack_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_stack_stop</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga46ca1b404d575a8b1f6c1bcea9cf9484</anchor>
+ <arglist>(thttp_stack_handle_t *self)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_stack_def_t</name>
+ <anchorfile>thttp_8h.html</anchorfile>
+ <anchor>a95f5e2bebfd52c5688a6d02f77690175</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>tinyhttp.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/</path>
+ <filename>tinyhttp_8h</filename>
+ <includes id="thttp_8h" name="thttp.h" local="yes" imported="no">thttp.h</includes>
+ <includes id="thttp__action_8h" name="thttp_action.h" local="yes" imported="no">tinyhttp/thttp_action.h</includes>
+ <includes id="thttp__parser__message_8h" name="thttp_parser_message.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_message.h</includes>
+ <includes id="thttp__parser__url_8h" name="thttp_parser_url.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_url.h</includes>
+ <includes id="thttp__parser__header_8h" name="thttp_parser_header.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_header.h</includes>
+ <includes id="thttp__header___dummy_8h" name="thttp_header_Dummy.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Dummy.h</includes>
+ <includes id="thttp__header___e_tag_8h" name="thttp_header_ETag.h" local="yes" imported="no">tinyhttp/headers/thttp_header_ETag.h</includes>
+ </compound>
+ <compound kind="file">
+ <name>thttp_auth.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/auth/</path>
+ <filename>thttp__auth_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_NCOUNT_2_STRING</name>
+ <anchorfile>thttp__auth_8h.html</anchorfile>
+ <anchor>a108b41bf1d3e8f255a73f010235de2ea</anchor>
+ <arglist>(nc_int32, nc_string)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API tsk_size_t</type>
+ <name>thttp_auth_basic_response</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>gaf720869992f752dc684f3dc63f228be6</anchor>
+ <arglist>(const char *userid, const char *password, char **response)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_auth_digest_HA1</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>ga512b7e39c4f78e196f225b6e75fc7551</anchor>
+ <arglist>(const char *username, const char *realm, const char *password, tsk_md5string_t *ha1)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_auth_digest_HA1sess</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>ga82bbc1b3b5f7945349db1bf918c2a7cc</anchor>
+ <arglist>(const char *username, const char *realm, const char *password, const char *nonce, const char *cnonce, tsk_md5string_t *ha1sess)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_auth_digest_HA2</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>ga35a96816fa3c4c48468187abc6ed36c3</anchor>
+ <arglist>(const char *method, const char *url, const tsk_buffer_t *entity_body, const char *qop, tsk_md5string_t *ha2)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_auth_digest_response</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>gadfec81e484a75707d0319cbc9d1bb3ec</anchor>
+ <arglist>(const tsk_md5string_t *ha1, const char *nonce, const nonce_count_t noncecount, const char *cnonce, const char *qop, const tsk_md5string_t *ha2, tsk_md5string_t *response)</arglist>
+ </member>
+ <member kind="variable">
+ <type>THTTP_BEGIN_DECLS typedef char</type>
+ <name>nonce_count_t</name>
+ <anchorfile>thttp__auth_8h.html</anchorfile>
+ <anchor>a6f072daaf74ecb5ac2ea368e885741ff</anchor>
+ <arglist>[9]</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_challenge.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/auth/</path>
+ <filename>thttp__challenge_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__message_8h" name="thttp_message.h" local="yes" imported="no">tinyhttp/thttp_message.h</includes>
+ <includes id="thttp__header_8h" name="thttp_header.h" local="yes" imported="no">tinyhttp/headers/thttp_header.h</includes>
+ <includes id="thttp__auth_8h" name="thttp_auth.h" local="yes" imported="no">tinyhttp/auth/thttp_auth.h</includes>
+ <class kind="struct">thttp_challenge_s</class>
+ <member kind="typedef">
+ <type>THTTP_BEGIN_DECLS struct thttp_challenge_s</type>
+ <name>thttp_challenge_t</name>
+ <anchorfile>thttp__challenge_8h.html</anchorfile>
+ <anchor>a18b8f955ae2aa14669f88e8a214687f6</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>tsk_list_t</type>
+ <name>thttp_challenges_L_t</name>
+ <anchorfile>thttp__challenge_8h.html</anchorfile>
+ <anchor>a95d31c3cc8a65c39df80c9e96c7b2df0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_challenge_update</name>
+ <anchorfile>thttp__challenge_8h.html</anchorfile>
+ <anchor>a3dfcdc7a0b7e13d2e1b8f34d85c0aa97</anchor>
+ <arglist>(thttp_challenge_t *self, const char *scheme, const char *realm, const char *nonce, const char *opaque, const char *algorithm, const char *qop)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_t *</type>
+ <name>thttp_challenge_create_header_authorization</name>
+ <anchorfile>thttp__challenge_8h.html</anchorfile>
+ <anchor>af754fbfa7db986e184bba843f946d47b</anchor>
+ <arglist>(thttp_challenge_t *self, const char *username, const char *password, const thttp_request_t *request)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_challenge_t *</type>
+ <name>thttp_challenge_create</name>
+ <anchorfile>thttp__challenge_8h.html</anchorfile>
+ <anchor>a318168bdbcafa58b5c669569df78675d</anchor>
+ <arglist>(tsk_bool_t isproxy, const char *scheme, const char *realm, const char *nonce, const char *opaque, const char *algorithm, const char *qop)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_challenge_def_t</name>
+ <anchorfile>thttp__challenge_8h.html</anchorfile>
+ <anchor>a9b17030a9355e16ee5090751b92fb57f</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/headers/</path>
+ <filename>thttp__header_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <class kind="struct">thttp_header_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_HEADER</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>a868c72981915275b725b056cd8a3f7a7</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_HEADER_PARAMS</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>a6616d5c1b24d815837ec672e4176377a</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_HEADER_VALUE_TOSTRING_F</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>a8a42d2de0768b3671ba15b116082e8fc</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_DECLARE_HEADER</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac340624692d0a7e2eae1aefcd9f563c5</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>int(*</type>
+ <name>thttp_header_value_tostring_f</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>a08d2c90e143aef55226c37aa69c0371f</anchor>
+ <arglist>)(const struct thttp_header_s *header, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_header_type_e</type>
+ <name>thttp_header_type_t</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>a51e8bf92fa5ed1d8f51415ef6f731ca0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_header_s</type>
+ <name>thttp_header_t</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>a9e194bb99d8904bc6df619eb50bda13a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>tsk_list_t</type>
+ <name>thttp_headers_L_t</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>af86b639ed08ea957275dce83d248325e</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_header_type_e</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_htype_Authorization</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3a770b789c54e20fbea69d133bec598384</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_htype_Content_Length</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3a197a21f3a7e3f358a012b6331f0c3472</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_htype_Content_Type</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3a43637319a23a9c01b51715915a41ba8b</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_htype_Dummy</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3ab19a252a14fc57329e6c2ff21e678f66</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_htype_ETag</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3a5fc20e555c17ac3e067c6e39bf9fdffd</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_htype_Proxy_Authenticate</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3a9ac8ce958e6850cca7d9fa4a878a1374</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_htype_Proxy_Authorization</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3a8ae250e4da5f57fca5eb36f227409c44</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_htype_Transfer_Encoding</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3a396cb186e47c23c5e52be304b6a5bd47</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_htype_WWW_Authenticate</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>ac740fe3f373d2a91913437e31e44d4b3a2a2fb50fc02e75f40fd4e36e2d5d68cc</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API const char *</type>
+ <name>thttp_header_get_name</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>a06261a76820856a92828ff8abdc1b756</anchor>
+ <arglist>(thttp_header_type_t type)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API const char *</type>
+ <name>thttp_header_get_nameex</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>a9cc8de7e894d5cea0306c1ebbc807177</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API char</type>
+ <name>thttp_header_get_param_separator</name>
+ <anchorfile>thttp__header_8h.html</anchorfile>
+ <anchor>a4f9bf41358736bdb7d4f0566c68c36f5</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_header_serialize</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga7abd684222ab6096765addca79071561</anchor>
+ <arglist>(const thttp_header_t *self, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API char *</type>
+ <name>thttp_header_tostring</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga2ba34e8e33da57b8af99350c85768099</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API char *</type>
+ <name>thttp_header_value_tostring</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga770293aff5d59b867680f5c099eee323</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Authorization.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/headers/</path>
+ <filename>thttp__header___authorization_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__header_8h" name="thttp_header.h" local="yes" imported="no">tinyhttp/headers/thttp_header.h</includes>
+ <class kind="struct">thttp_header_Authorization_s</class>
+ <member kind="typedef">
+ <type>THTTP_BEGIN_DECLS struct thttp_header_Authorization_s</type>
+ <name>thttp_header_Authorization_t</name>
+ <anchorfile>thttp__header___authorization_8h.html</anchorfile>
+ <anchor>a054e46dd08b3bd0963391b3da50911ac</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>thttp_header_Authorization_t</type>
+ <name>thttp_header_Proxy_Authorization_t</name>
+ <anchorfile>thttp__header___authorization_8h.html</anchorfile>
+ <anchor>a041db7f5305a5d40769d3d1654856b73</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_header_Authorization_t *</type>
+ <name>thttp_header_Authorization_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>gaf62fc4d2fedd30ee7dc84856859e8a4f</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_header_Proxy_Authorization_t *</type>
+ <name>thttp_header_Proxy_Authorization_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga2d423bf012c44446fbadc8f2e9e9c753</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Authorization_t *</type>
+ <name>thttp_header_authorization_create</name>
+ <anchorfile>thttp__header___authorization_8h.html</anchorfile>
+ <anchor>a166164e6a4ed700ef370b5777aecde26</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_header_Authorization_def_t</name>
+ <anchorfile>thttp__header___authorization_8h.html</anchorfile>
+ <anchor>a806d394abc8668dad45d9f49e3d1334e</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Content_Length.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/headers/</path>
+ <filename>thttp__header___content___length_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__header_8h" name="thttp_header.h" local="yes" imported="no">tinyhttp/headers/thttp_header.h</includes>
+ <class kind="struct">thttp_header_Content_Length_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_HEADER_CONTENT_LENGTH_VA_ARGS</name>
+ <anchorfile>thttp__header___content___length_8h.html</anchorfile>
+ <anchor>a22456e388f139ec91728f982c966b147</anchor>
+ <arglist>(length)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_header_Content_Length_s</type>
+ <name>thttp_header_Content_Length_t</name>
+ <anchorfile>thttp__header___content___length_8h.html</anchorfile>
+ <anchor>a1a1e39d3d7b19fc6bc36913069c7f5c8</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Content_Length_t *</type>
+ <name>thttp_header_Content_Length_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga4c9a74cd97da944385e046590fa0c4c1</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_header_Content_Length_def_t</name>
+ <anchorfile>thttp__header___content___length_8h.html</anchorfile>
+ <anchor>afbf282ffb3a90006cc1a20948e93dbb6</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Content_Type.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/headers/</path>
+ <filename>thttp__header___content___type_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__header_8h" name="thttp_header.h" local="yes" imported="no">tinyhttp/headers/thttp_header.h</includes>
+ <class kind="struct">thttp_header_Content_Type_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_HEADER_CONTENT_TYPE_VA_ARGS</name>
+ <anchorfile>thttp__header___content___type_8h.html</anchorfile>
+ <anchor>aa106b22b9f042dec5f93b04bc17ebf10</anchor>
+ <arglist>(type)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_header_Content_Type_s</type>
+ <name>thttp_header_Content_Type_t</name>
+ <anchorfile>thttp__header___content___type_8h.html</anchorfile>
+ <anchor>ae7ac03f008d0057187041e2e8e93bd6b</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Content_Type_t *</type>
+ <name>thttp_header_Content_Type_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga88c3c565650876a99c75c7503333cced</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_header_Content_Type_def_t</name>
+ <anchorfile>thttp__header___content___type_8h.html</anchorfile>
+ <anchor>aae2f5aaccb96719f11770748caa192b6</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Dummy.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/headers/</path>
+ <filename>thttp__header___dummy_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__header_8h" name="thttp_header.h" local="yes" imported="no">tinyhttp/headers/thttp_header.h</includes>
+ <class kind="struct">thttp_header_Dummy_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_HEADER_DUMMY_VA_ARGS</name>
+ <anchorfile>thttp__header___dummy_8h.html</anchorfile>
+ <anchor>ae5f98a8670248c7cd39ec1e889a01912</anchor>
+ <arglist>(name, value)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_header_Dummy_s</type>
+ <name>thttp_header_Dummy_t</name>
+ <anchorfile>thttp__header___dummy_8h.html</anchorfile>
+ <anchor>a5784b5077571d8fcd531790929706ae8</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Dummy_t *</type>
+ <name>thttp_header_Dummy_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>gaa51ce8cbaeba9ffaf24847f4ff6c6c63</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_header_Dummy_def_t</name>
+ <anchorfile>thttp__header___dummy_8h.html</anchorfile>
+ <anchor>a9f358237c9e4f069e59ef43611a70a52</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_ETag.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/headers/</path>
+ <filename>thttp__header___e_tag_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__header_8h" name="thttp_header.h" local="yes" imported="no">tinyhttp/headers/thttp_header.h</includes>
+ <class kind="struct">thttp_header_ETag_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_HEADER_ETAG_VA_ARGS</name>
+ <anchorfile>thttp__header___e_tag_8h.html</anchorfile>
+ <anchor>a039bccad262e308c8b74b2541b6d8304</anchor>
+ <arglist>(value)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_header_ETag_s</type>
+ <name>thttp_header_ETag_t</name>
+ <anchorfile>thttp__header___e_tag_8h.html</anchorfile>
+ <anchor>a9fa8f6c90c1352f4161c632a3c51d228</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_ETag_t *</type>
+ <name>thttp_header_ETag_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga8f80a83c38b4b3c23ef9adca526c2067</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_ETag_t *</type>
+ <name>thttp_header_etag_create</name>
+ <anchorfile>thttp__header___e_tag_8h.html</anchorfile>
+ <anchor>a51972875d3d2702e9bb2d1cad9b45659</anchor>
+ <arglist>(const char *value)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_ETag_t *</type>
+ <name>thttp_header_etag_create_null</name>
+ <anchorfile>thttp__header___e_tag_8h.html</anchorfile>
+ <anchor>ad07c1d52806e9274dc962ec7db01af97</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_header_ETag_def_t</name>
+ <anchorfile>thttp__header___e_tag_8h.html</anchorfile>
+ <anchor>aa6c25aa22c1f30f0bc0d49db495e304b</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Transfer_Encoding.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/headers/</path>
+ <filename>thttp__header___transfer___encoding_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__header_8h" name="thttp_header.h" local="yes" imported="no">tinyhttp/headers/thttp_header.h</includes>
+ <class kind="struct">thttp_header_Transfer_Encoding_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_HEADER_TRANSFER_ENCODING_VA_ARGS</name>
+ <anchorfile>thttp__header___transfer___encoding_8h.html</anchorfile>
+ <anchor>af3d45684db89cc6a76d82e56abf46bd6</anchor>
+ <arglist>(encoding)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_header_Transfer_Encoding_s</type>
+ <name>thttp_header_Transfer_Encoding_t</name>
+ <anchorfile>thttp__header___transfer___encoding_8h.html</anchorfile>
+ <anchor>a819c92eb51b3f91042057b99c1c33a78</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Transfer_Encoding_t *</type>
+ <name>thttp_header_Transfer_Encoding_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga16eb00aaf3ca02295c0c7dcd1f7c808d</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Transfer_Encoding_t *</type>
+ <name>thttp_header_transfer_encoding_create</name>
+ <anchorfile>thttp__header___transfer___encoding_8h.html</anchorfile>
+ <anchor>a153a7a9fd2726478bc543fffaab1bf2b</anchor>
+ <arglist>(const char *encoding)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Transfer_Encoding_t *</type>
+ <name>thttp_header_transfer_encoding_create_null</name>
+ <anchorfile>thttp__header___transfer___encoding_8h.html</anchorfile>
+ <anchor>a660ce9c41e898c7a557faa7e66234f93</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_header_Transfer_Encoding_def_t</name>
+ <anchorfile>thttp__header___transfer___encoding_8h.html</anchorfile>
+ <anchor>a8451162b13619940f0a0b438c840fe61</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_WWW_Authenticate.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/headers/</path>
+ <filename>thttp__header___w_w_w___authenticate_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__header_8h" name="thttp_header.h" local="yes" imported="no">tinyhttp/headers/thttp_header.h</includes>
+ <class kind="struct">thttp_header_WWW_Authenticate_s</class>
+ <member kind="typedef">
+ <type>THTTP_BEGIN_DECLS struct thttp_header_WWW_Authenticate_s</type>
+ <name>thttp_header_WWW_Authenticate_t</name>
+ <anchorfile>thttp__header___w_w_w___authenticate_8h.html</anchorfile>
+ <anchor>aac1441a1db75b97f56be36469d797f7d</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>thttp_header_WWW_Authenticate_t</type>
+ <name>thttp_header_Proxy_Authenticate_t</name>
+ <anchorfile>thttp__header___w_w_w___authenticate_8h.html</anchorfile>
+ <anchor>ac37330aa4d069e45b8a98b10939723df</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_header_WWW_Authenticate_t *</type>
+ <name>thttp_header_WWW_Authenticate_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga6ea6cdaa0f153de0f53b25d02a99778c</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_header_Proxy_Authenticate_t *</type>
+ <name>thttp_header_Proxy_Authenticate_parse</name>
+ <anchorfile>thttp__header___w_w_w___authenticate_8h.html</anchorfile>
+ <anchor>a6f4e9203753aa6bd36d40a677946569a</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_header_WWW_Authenticate_def_t</name>
+ <anchorfile>thttp__header___w_w_w___authenticate_8h.html</anchorfile>
+ <anchor>a036a29510b2ecda5c1da6f664b8cc5b1</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_parser_header.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/parsers/</path>
+ <filename>thttp__parser__header_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__message_8h" name="thttp_message.h" local="yes" imported="no">tinyhttp/thttp_message.h</includes>
+ <member kind="function">
+ <type>THTTP_BEGIN_DECLS int</type>
+ <name>thttp_header_parse</name>
+ <anchorfile>thttp__parser__header_8h.html</anchorfile>
+ <anchor>ab4743228cce981790ac00a1a39fde530</anchor>
+ <arglist>(tsk_ragel_state_t *state, thttp_message_t *message)</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_parser_message.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/parsers/</path>
+ <filename>thttp__parser__message_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__message_8h" name="thttp_message.h" local="yes" imported="no">tinyhttp/thttp_message.h</includes>
+ <member kind="function">
+ <type>THTTP_BEGIN_DECLS TINYHTTP_API int</type>
+ <name>thttp_message_parse</name>
+ <anchorfile>thttp__parser__message_8h.html</anchorfile>
+ <anchor>a568a948c7793fa708ba269a54448581f</anchor>
+ <arglist>(tsk_ragel_state_t *state, thttp_message_t **result, tsk_bool_t extract_content)</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_parser_url.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/parsers/</path>
+ <filename>thttp__parser__url_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__url_8h" name="thttp_url.h" local="yes" imported="no">tinyhttp/thttp_url.h</includes>
+ <member kind="function">
+ <type>THTTP_BEGIN_DECLS TINYHTTP_API thttp_url_t *</type>
+ <name>thttp_url_parse</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga2204b5747836c64bea185be649ce1470</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_action.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/</path>
+ <filename>thttp__action_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__session_8h" name="thttp_session.h" local="yes" imported="no">tinyhttp/thttp_session.h</includes>
+ <class kind="struct">thttp_action_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_INVALID_ID</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>a20d504500fcc14c31fb22fef1e9a1250</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_INVALID_HANDLE</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>a017a0448f203a91d8cf5bcc23bb74848</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_SET_OPTION</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gafddb2b8c342d440cb0be8ae5f55714c0</anchor>
+ <arglist>(ID_ENUM, VALUE_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_SET_HEADER</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga276d6118d0038e4bdab2a02027c53c4e</anchor>
+ <arglist>(NAME_STR, VALUE_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_SET_PAYLOAD</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gab54688c397a0df38f72e19d3e761513c</anchor>
+ <arglist>(PAY_PTR, PAY_SIZE)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_SET_NULL</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga168e5e2a98540e218c15868f86cf494f</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_CONNECT</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gad1a804068d4f970d35b62506405bb1b9</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_DELETE</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gae4dc4de16832e1756213d8f2a60c286d</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_GET</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga25a8af4242b64342c590ef5ee8db56b4</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_HEAD</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga659e821e8419c3046b89480cdd3cdaec</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_OPTIONS</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga6b5adbcce3f8d0bd215ff75f1c9f59cf</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_PATCH</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga95836da9e16ff5bb6ad7e7cea186d760</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_POST</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga34c6edcf5b07069d79ced7d2a99b3a2f</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_PUT</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gaa0ebc1d07393d144d54319044d33911a</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_TRACE</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga99cf9ae9b1e646d8d54dc07f841ae52a</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_action_option_e</type>
+ <name>thttp_action_option_t</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>a6373665289b9c54cd181e81ff55c7243</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_action_type_e</type>
+ <name>thttp_action_type_t</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>a0bd496f956529711c69a4b9b06179c04</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_action_param_type_e</type>
+ <name>thttp_action_param_type_t</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>a14aa9780ca4255c9c506d4c6e5959029</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_action_s</type>
+ <name>thttp_action_t</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ae9349fa0651e1123667a9b3e61ac3dcc</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>void</type>
+ <name>thttp_action_handle_t</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>adb09dac17a8d26456e99473fbdbecd5c</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>tsk_list_t</type>
+ <name>thttp_actions_L_t</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>a2daa7482248c60ac251b34539f206712</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_action_option_e</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ac7e8501a0bc472a5dbb2b0d35bc5fac9</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>THTTP_ACTION_OPTION_TIMEOUT</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ac7e8501a0bc472a5dbb2b0d35bc5fac9ae29bc22ba4b0dbab91762df2498bec75</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_action_type_e</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad6ebb36157ee09773621e943b01ee20d</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_atype_o_request</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad6ebb36157ee09773621e943b01ee20da94dd5a15405a3e9670fd7ec4c9feffe3</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_atype_i_message</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad6ebb36157ee09773621e943b01ee20da1526a13b8d09f2c59bd1c800305b6527</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_thttp_atype_closed</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad6ebb36157ee09773621e943b01ee20dacce4bfb9974aab252afda32c64eb2889</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_atype_error</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad6ebb36157ee09773621e943b01ee20da3cded72460652754f0f3ddd0780f4266</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_atype_close</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad6ebb36157ee09773621e943b01ee20da683a2f2397f380fc974edf986b26b9f9</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_atype_cancel</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad6ebb36157ee09773621e943b01ee20dadeeceaaa38136910d50512d0a514fb40</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_action_param_type_e</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad990d5d648fad6d0d72b341c47d69db1</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_aptype_null</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad990d5d648fad6d0d72b341c47d69db1a5fe2b29cb022f67565f6ed610356e56d</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_aptype_option</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad990d5d648fad6d0d72b341c47d69db1a588f77a0488f3e9389a47636118fd251</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_aptype_header</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad990d5d648fad6d0d72b341c47d69db1aee6021949ec5b5736b201a0b9c0a2546</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_aptype_payload</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>ad990d5d648fad6d0d72b341c47d69db1af479bb13b57cebbc5e59da1c5af89c5e</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_action_perform</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga36b1aa78a24305f56973f370f356236d</anchor>
+ <arglist>(thttp_session_handle_t *session, const char *urlstring, const char *method,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_action_t *</type>
+ <name>thttp_action_create</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>a869d3344724238503662712499e750ea</anchor>
+ <arglist>(thttp_action_type_t type, const char *urlstring, const char *method, va_list *app)</arglist>
+ </member>
+ <member kind="variable">
+ <type>THTTP_BEGIN_DECLS typedef uint64_t</type>
+ <name>thttp_action_id_t</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>a74615a300b43700d75bbf75dbd3fca66</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_action_def_t</name>
+ <anchorfile>thttp__action_8h.html</anchorfile>
+ <anchor>afdd97f7a8f3f6105422357dd67528bec</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_dialog.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/</path>
+ <filename>thttp__dialog_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <class kind="struct">thttp_dialog_s</class>
+ <member kind="typedef">
+ <type>uint64_t</type>
+ <name>thttp_dialog_id_t</name>
+ <anchorfile>thttp__dialog_8h.html</anchorfile>
+ <anchor>a57e73702af9b64aba5c0ff3c05579720</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_dialog_s</type>
+ <name>thttp_dialog_t</name>
+ <anchorfile>thttp__dialog_8h.html</anchorfile>
+ <anchor>a587ed7cde413d761276ff1156ee86c06</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>tsk_list_t</type>
+ <name>thttp_dialogs_L_t</name>
+ <anchorfile>thttp__dialog_8h.html</anchorfile>
+ <anchor>aa7df434225327b7d3e00ee71a14fae5d</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_dialog_fsm_act</name>
+ <anchorfile>thttp__dialog_8h.html</anchorfile>
+ <anchor>a6a81fe7b67b23d5f4c784e3b7584621d</anchor>
+ <arglist>(thttp_dialog_t *self, tsk_fsm_action_id, const struct thttp_message_s *, const struct thttp_action_s *)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_dialog_t *</type>
+ <name>thttp_dialog_new</name>
+ <anchorfile>thttp__dialog_8h.html</anchorfile>
+ <anchor>a9aa550eb12714d4acc51bb40db0cfd35</anchor>
+ <arglist>(struct thttp_session_s *session)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_dialog_t *</type>
+ <name>thttp_dialog_get_oldest</name>
+ <anchorfile>thttp__dialog_8h.html</anchorfile>
+ <anchor>a11a7f172eec35d75c54445562db2733e</anchor>
+ <arglist>(thttp_dialogs_L_t *dialogs)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_dialog_def_t</name>
+ <anchorfile>thttp__dialog_8h.html</anchorfile>
+ <anchor>a8d5cfa0ffc8894fdf08b9ca63ad99693</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_event.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/</path>
+ <filename>thttp__event_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__session_8h" name="thttp_session.h" local="yes" imported="no">tinyhttp/thttp_session.h</includes>
+ <class kind="struct">thttp_event_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_EVENT</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a43116b34b6b0e891dc43f62042f22fc6</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_event_type_e</type>
+ <name>thttp_event_type_t</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a7e3ffc2ecbf1689482b62c4ffe191de6</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_event_s</type>
+ <name>thttp_event_t</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a557fba33080480bef7f571730aef67f3</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>int(*</type>
+ <name>thttp_stack_callback_f</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a6928f5272b66dbe7301b45eae0b53002</anchor>
+ <arglist>)(const thttp_event_t *httpevent)</arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_event_type_e</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a51c721cc0f4d910ee95ddeace0837bf0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_event_message</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a51c721cc0f4d910ee95ddeace0837bf0a2e14763b19bef1bdcdb5822236e27821</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_event_auth_failed</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a51c721cc0f4d910ee95ddeace0837bf0a4d59f64b54e1cf6d0b4fcc0b5c5fc24f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_event_closed</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a51c721cc0f4d910ee95ddeace0837bf0a5b7b35a75468449e47b64012c3b6c7da</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_event_transport_error</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a51c721cc0f4d910ee95ddeace0837bf0aa4d012a82186a348afe99d67ff3bf731</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_event_t *</type>
+ <name>thttp_event_create</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a957893a2f552054a69a7e63ab96ddb04</anchor>
+ <arglist>(thttp_event_type_t type, const thttp_session_handle_t *session, const char *description, const thttp_message_t *message)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const void *</type>
+ <name>thttp_event_def_t</name>
+ <anchorfile>thttp__event_8h.html</anchorfile>
+ <anchor>a5902c37ff7680aecd20346b580f1bb9c</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_message.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/</path>
+ <filename>thttp__message_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__url_8h" name="thttp_url.h" local="yes" imported="no">tinyhttp/thttp_url.h</includes>
+ <includes id="thttp__header___content___length_8h" name="thttp_header_Content_Length.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Content_Length.h</includes>
+ <includes id="thttp__header___content___type_8h" name="thttp_header_Content_Type.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Content_Type.h</includes>
+ <class kind="struct">thttp_message_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_VERSION_10</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga6fccc5ffca4ebf347df8399b2e963209</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_VERSION_11</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga8155bb2f79c1fe2df0e2b2321025d192</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_VERSION_20</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga796b8afa7aea730922da497f01fe1871</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_VERSION_DEFAULT</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gacf15d8ae6e023b950943a9f6b7fd8c9e</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_IS_REQUEST</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gaa9a2544392c121a7ff4e8ae169e8484f</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_IS_RESPONSE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga52f49cde166aaca9f848361cb596f259</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga90c3419edd3fe5e9a628b80f5f35f2a1</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_AS_RESPONSE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gac6f99e8cdc194ef64689b46cb1a35742</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_AS_REQUEST</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gac831236cab706205d058e4428904b113</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_CODE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gaca2eee1f3f53fb4ca5f80250a2cb92df</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_PHRASE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga651d0e661c88033b07a8a29cce10f1be</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_REQUEST_METHOD</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gafee4f7e440362a26739ee31806556213</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_REQUEST_URL</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga3e3bdb1f4760ed4bda3ddeb780c0f653</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_CONTENT_LENGTH</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gab9825bef1b6278ceb242885043b2c177</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_CONTENT</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga57bcc0247fdfdc73b73a1655780a7129</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_HAS_CONTENT</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga365e5ba009877617b1cdf3d183bb1fd9</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_IS</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>ae3b5033d849e708b7a0b97d34952f8fc</anchor>
+ <arglist>(self, code)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_IS_NXX</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a641d321a01174ac61aed91bd50dfec1c</anchor>
+ <arglist>(self, N)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_IS_1XX</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>aacd611cd6935f469dc6c555ec57d959c</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_IS_2XX</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>ad472dd9ace91c5afeedd5be289fcbdd7</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_IS_3XX</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a1bb593c25cdc33073522999490a205b1</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_IS_4XX</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>aab178a4a7270de04c6b0974d101c96bc</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_IS_5XX</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a57ef1489ee218761ab796dab2acfc51f</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_IS_6XX</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>abd83a5ef14e80dcf4ced825c5d78281d</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_IS_23456</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a6af504e12b000e93068c604a91b4a46c</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_ADD_HEADER</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>ad4e69079adee1808caa415e9fdd4b6dd</anchor>
+ <arglist>(self, objdef,...)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_message_type_e</type>
+ <name>thttp_message_type_t</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a843ab805f01eafc2570957d479777c7d</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_message_s</type>
+ <name>thttp_message_t</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>ae1a40b9ad336160d8ae5b510d079c7fb</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>thttp_message_t</type>
+ <name>thttp_request_t</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a57b38051641d423a2cfc011d9b1cbd50</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>thttp_message_t</type>
+ <name>thttp_response_t</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a71eaa24ef161dd63f934792444c9c0f0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_message_type_e</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a47f7887c7582df2ae9e329dc76a126fd</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_unknown</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a47f7887c7582df2ae9e329dc76a126fda3e40a32359a3d8411b70412fb477d1ef</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_request</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a47f7887c7582df2ae9e329dc76a126fda587157828bb70e733106a050499b11d7</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_response</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a47f7887c7582df2ae9e329dc76a126fda39efe54fb19fd003cad37c88e0360eb2</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_message_add_header</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga0067f283164eb98c6850328b39d5ff26</anchor>
+ <arglist>(thttp_message_t *self, const thttp_header_t *hdr)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_message_add_headers</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga9d772552b9a892b718f0fd8aff3b86b2</anchor>
+ <arglist>(thttp_message_t *self, const thttp_headers_L_t *headers)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_message_add_content</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga0fbe5b273002fc7b0bfaa4ce306508af</anchor>
+ <arglist>(thttp_message_t *self, const char *content_type, const void *content, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_message_append_content</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gada8275938d66a7f7c77a18b40dae685e</anchor>
+ <arglist>(thttp_message_t *self, const void *content, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API const thttp_header_t *</type>
+ <name>thttp_message_get_headerAt</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gacc210783cfa8c4f937430dd1f2508611</anchor>
+ <arglist>(const thttp_message_t *self, thttp_header_type_t type, tsk_size_t index)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API const thttp_header_t *</type>
+ <name>thttp_message_get_header</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga423b5655de3f4ddff2a05a259ad7557f</anchor>
+ <arglist>(const thttp_message_t *self, thttp_header_type_t type)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API const thttp_header_t *</type>
+ <name>thttp_message_get_headerByName</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gadbe0434124bf2f50b12fdba10a44fb2b</anchor>
+ <arglist>(const thttp_message_t *self, const char *name)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_message_serialize</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga3f87c7ab7eb5bb730f5b153fcc1dc1c0</anchor>
+ <arglist>(const thttp_message_t *self, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API char *</type>
+ <name>thttp_message_tostring</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga58993e3fc64c1116997758f6c4e468d1</anchor>
+ <arglist>(const thttp_message_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_request_t *</type>
+ <name>thttp_request_new</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga5dcd151de1e0ad4aec5e5212a506b889</anchor>
+ <arglist>(const char *method, const thttp_url_t *request_url)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_response_t *</type>
+ <name>thttp_response_new</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gac011c57f8bd07ed2662bbc71b6e44a62</anchor>
+ <arglist>(short status_code, const char *reason_phrase, const thttp_request_t *request)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_message_t *</type>
+ <name>thttp_message_create</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga3fad120325a24fcdab2c8a1aac655b84</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_request_t *</type>
+ <name>thttp_request_create</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gaa65be3fa6b585652c98594734b64efa8</anchor>
+ <arglist>(const char *method, const thttp_url_t *url)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_message_def_t</name>
+ <anchorfile>thttp__message_8h.html</anchorfile>
+ <anchor>a8040423d31bfcfff0b6988678929f344</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_session.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/</path>
+ <filename>thttp__session_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <includes id="thttp__challenge_8h" name="thttp_challenge.h" local="yes" imported="no">tinyhttp/auth/thttp_challenge.h</includes>
+ <includes id="thttp__message_8h" name="thttp_message.h" local="yes" imported="no">tinyhttp/thttp_message.h</includes>
+ <includes id="thttp__dialog_8h" name="thttp_dialog.h" local="yes" imported="no">tinyhttp/thttp_dialog.h</includes>
+ <class kind="struct">thttp_session_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_INVALID_ID</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>ae558d602903bc13694ee6345de296c76</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_INVALID_HANDLE</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a592226c437d90cc444c3e36058c93192</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_OPTION</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga3b48b30caffdca4b22831e6beb10a196</anchor>
+ <arglist>(ID_ENUM, VALUE_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_CRED</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>gaeeccefade84db508310850d9d0f6d368</anchor>
+ <arglist>(USERNAME_STR, PASSWORD_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_HEADER</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga5ed06de61a21d4c422e4ec5d56ff121d</anchor>
+ <arglist>(NAME_STR, VALUE_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_UNSET_HEADER</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga4c820f1027fb3479cfb4bf5d7dbf56fb</anchor>
+ <arglist>(NAME_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_USERDATA</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga6252a61755fc2f58722844795ee98938</anchor>
+ <arglist>(USERDATA_PTR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_NULL</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>gad00fd2b6fdfc9f0fe5001aee6fbfdff7</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="typedef">
+ <type>uint64_t</type>
+ <name>thttp_session_id_t</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>aa6372f0a6a5f36d90f0b7e10958cfcb0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_session_option_e</type>
+ <name>thttp_session_option_t</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>afca88a535a5b7b953dcdcb54b45f41b0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_session_param_type_e</type>
+ <name>thttp_session_param_type_t</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>acca573689cd64890cc8c9c41f6d53543</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_session_s</type>
+ <name>thttp_session_t</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>acb50bccb108b39f53be974b1e5d89995</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>tsk_list_t</type>
+ <name>thttp_sessions_L_t</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a5454a641989a0b5aefff214ed0a8f41e</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>void</type>
+ <name>thttp_session_handle_t</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a0697a651e7789539f8fa15c2ee3e8565</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>void</type>
+ <name>thttp_stack_handle_t</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a41c8dff11e4abd7d8043716a46db1060</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_session_option_e</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a693a3edc20cb070116e6ca8400b8e337</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>THTTP_SESSION_OPTION_TIMEOUT</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a693a3edc20cb070116e6ca8400b8e337a94cc57900b9735e4313e16c36cfb3416</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_session_param_type_e</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>ac60e1a2d905c79691f843b2ff333c7e3</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>httpp_null</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>ac60e1a2d905c79691f843b2ff333c7e3ad0712c5b56959908ae2d1d5687aaf142</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>httpp_option</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>ac60e1a2d905c79691f843b2ff333c7e3a97698826573c58b30fe72710553c1bb3</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>httpp_cred</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>ac60e1a2d905c79691f843b2ff333c7e3a03d31a322cd2b83a8ca8e0fb87233e62</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>httpp_header</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>ac60e1a2d905c79691f843b2ff333c7e3a895def420a1dcc12fce22e87fa052878</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>httpp_userdata</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>ac60e1a2d905c79691f843b2ff333c7e3a067b4c74eaac026c6a463d4bb0994efc</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_session_handle_t *</type>
+ <name>thttp_session_create</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga4ea39662c02afa5c56439c4f087511e9</anchor>
+ <arglist>(const thttp_stack_handle_t *stack,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_session_set</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>gad32c0f75635447af16a761bdab0b89bc</anchor>
+ <arglist>(thttp_session_handle_t *self,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_session_id_t</type>
+ <name>thttp_session_get_id</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga183dab1dec59d010e2efa1be4809e3c0</anchor>
+ <arglist>(const thttp_session_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API const void *</type>
+ <name>thttp_session_get_userdata</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga0f457e2b4f3d1cc43074230a174cca81</anchor>
+ <arglist>(const thttp_session_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_session_closefd</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a996c48c3c855e394db760a92133644aa</anchor>
+ <arglist>(thttp_session_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_update_challenges</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a91341cd284ebed49ece3d7e0c1ffac75</anchor>
+ <arglist>(thttp_session_t *self, const thttp_response_t *response, tsk_bool_t answered)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_signal_closed</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a00500a6442e130d6f1a0ac29084cfa6e</anchor>
+ <arglist>(thttp_session_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_signal_error</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a8d99c10a76adba8db5ae8a3f5a04ef0c</anchor>
+ <arglist>(thttp_session_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_session_t *</type>
+ <name>thttp_session_get_by_fd</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>a1e988df3ceff34ac789db8845416695a</anchor>
+ <arglist>(thttp_sessions_L_t *sessions, tnet_fd_t fd)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_session_def_t</name>
+ <anchorfile>thttp__session_8h.html</anchorfile>
+ <anchor>aa76ab49cc2bf8b06a8710dd2363dd9bc</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_url.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/tinyhttp/</path>
+ <filename>thttp__url_8h</filename>
+ <includes id="tinyhttp__config_8h" name="tinyhttp_config.h" local="yes" imported="no">tinyhttp_config.h</includes>
+ <class kind="struct">thttp_url_s</class>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_URL_IS_SECURE</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a57cff1b0002ccece844698c368dc6977</anchor>
+ <arglist>(url)</arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_url_type_e</type>
+ <name>thttp_url_type_t</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a945d6b58ceb5915e0ae6599d908fa2f2</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum thttp_host_type_e</type>
+ <name>thttp_host_type_t</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a3f252099597edf09599b4215afbd33ef</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>struct thttp_url_s</type>
+ <name>thttp_url_t</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a952418bd9b2f4a4fe8005cf489de403a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_url_type_e</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>af22b11b0c965c8c7c48f518abc48461e</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_url_unknown</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>af22b11b0c965c8c7c48f518abc48461eac6966438fbdde9d5b4002bbdc272e0e4</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_url_http</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>af22b11b0c965c8c7c48f518abc48461eae00ad6d35614bde9178c62d99d7371b9</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_url_https</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>af22b11b0c965c8c7c48f518abc48461ea7eb154f55d294931bc37ea828a61086c</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>thttp_host_type_e</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a011593e62d5f5598b1b3a4cf772cbef4</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_host_unknown</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a011593e62d5f5598b1b3a4cf772cbef4a7fe650cff2182f4d64de44fb24af16d0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_host_hostname</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a011593e62d5f5598b1b3a4cf772cbef4ad30b915ca257e90c8684fab6b7d26902</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_host_ipv4</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a011593e62d5f5598b1b3a4cf772cbef4a1af01821ee02ff7cf2b5aba5d789c5a9</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>thttp_host_ipv6</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a011593e62d5f5598b1b3a4cf772cbef4abe089701023a2324b0000de5311bd0a3</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API int</type>
+ <name>thttp_url_serialize</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga9b7274dffec6932a2851513b865226b8</anchor>
+ <arglist>(const thttp_url_t *url, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API char *</type>
+ <name>thttp_url_tostring</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>gadc56e46c5df2f68f9a359d65f566904e</anchor>
+ <arglist>(const thttp_url_t *url)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API thttp_url_t *</type>
+ <name>thttp_url_clone</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga164927101cd3c02cd641e1bea51b836a</anchor>
+ <arglist>(const thttp_url_t *url)</arglist>
+ </member>
+ <member kind="function">
+ <type>TINYHTTP_API tsk_bool_t</type>
+ <name>thttp_url_isvalid</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>gabec149e64b6b9adffc609190be8c9c33</anchor>
+ <arglist>(const char *urlstring)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_url_t *</type>
+ <name>thttp_url_create</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga3326c658c6aa66b70472a129190a8f27</anchor>
+ <arglist>(thttp_url_type_t type)</arglist>
+ </member>
+ <member kind="variable">
+ <type>TINYHTTP_GEXTERN const tsk_object_def_t *</type>
+ <name>thttp_url_def_t</name>
+ <anchorfile>thttp__url_8h.html</anchorfile>
+ <anchor>a6eec1868fa5fa2b26b2b837a7450f0f3</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>tinyhttp_config.h</name>
+ <path>C:/Projects/Doubango/tinyHTTP/include/</path>
+ <filename>tinyhttp__config_8h</filename>
+ <member kind="define">
+ <type>#define</type>
+ <name>TINYHTTP_API</name>
+ <anchorfile>tinyhttp__config_8h.html</anchorfile>
+ <anchor>ac042a298e1ceba9c523f9cbea33509b5</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>TINYHTTP_GEXTERN</name>
+ <anchorfile>tinyhttp__config_8h.html</anchorfile>
+ <anchor>ab5292e1e342d7d2dad9961f02e0468ea</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_BEGIN_DECLS</name>
+ <anchorfile>tinyhttp__config_8h.html</anchorfile>
+ <anchor>a8ba9bcf4430a75f1160185b44b401c44</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_END_DECLS</name>
+ <anchorfile>tinyhttp__config_8h.html</anchorfile>
+ <anchor>a49350caf57b39001d75fd5b8e3dd70c8</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_auth.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/auth/</path>
+ <filename>thttp__auth_8c</filename>
+ <includes id="thttp__auth_8h" name="thttp_auth.h" local="yes" imported="no">tinyhttp/auth/thttp_auth.h</includes>
+ <member kind="function">
+ <type>tsk_size_t</type>
+ <name>thttp_auth_basic_response</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>gaf720869992f752dc684f3dc63f228be6</anchor>
+ <arglist>(const char *userid, const char *password, char **response)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_auth_digest_HA1</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>ga512b7e39c4f78e196f225b6e75fc7551</anchor>
+ <arglist>(const char *username, const char *realm, const char *password, tsk_md5string_t *ha1)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_auth_digest_HA1sess</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>ga82bbc1b3b5f7945349db1bf918c2a7cc</anchor>
+ <arglist>(const char *username, const char *realm, const char *password, const char *nonce, const char *cnonce, tsk_md5string_t *ha1sess)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_auth_digest_HA2</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>ga35a96816fa3c4c48468187abc6ed36c3</anchor>
+ <arglist>(const char *method, const char *url, const tsk_buffer_t *entity_body, const char *qop, tsk_md5string_t *ha2)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_auth_digest_response</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>gadfec81e484a75707d0319cbc9d1bb3ec</anchor>
+ <arglist>(const tsk_md5string_t *ha1, const char *nonce, const nonce_count_t noncecount, const char *cnonce, const char *qop, const tsk_md5string_t *ha2, tsk_md5string_t *response)</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_challenge.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/auth/</path>
+ <filename>thttp__challenge_8c</filename>
+ <includes id="thttp__challenge_8h" name="thttp_challenge.h" local="yes" imported="no">tinyhttp/auth/thttp_challenge.h</includes>
+ <includes id="thttp_8h" name="thttp.h" local="yes" imported="no">thttp.h</includes>
+ <includes id="thttp__header___authorization_8h" name="thttp_header_Authorization.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Authorization.h</includes>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_CHALLENGE_IS_DIGEST</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>a17266f53b47c6759209b024cfeec652e</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_CHALLENGE_IS_BASIC</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>affefab655d3dcf05e87102924c3426b9</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_CHALLENGE_IS_AKAv1</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>a17c7cf7ae6a60a7ec4f737534ff78186</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_CHALLENGE_IS_AKAv2</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>ae62785164aa259e6ee525611fe749235</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_AUTH_COPY_VALUES</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>a3bd5133626ec170c6a86d945a95c12aa</anchor>
+ <arglist>(hdr)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_challenge_t *</type>
+ <name>thttp_challenge_create</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>a318168bdbcafa58b5c669569df78675d</anchor>
+ <arglist>(tsk_bool_t isproxy, const char *scheme, const char *realm, const char *nonce, const char *opaque, const char *algorithm, const char *qop)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_challenge_reset_cnonce</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>a9a8e025b746285d9fc92ce1075b98e2d</anchor>
+ <arglist>(thttp_challenge_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_challenge_get_digest_response</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>ade573d9fc358704de4e1e7edb359bc76</anchor>
+ <arglist>(thttp_challenge_t *self, const char *username, const char *password, const char *method, const char *uristring, const tsk_buffer_t *entity_body, char **response)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_challenge_update</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>a3dfcdc7a0b7e13d2e1b8f34d85c0aa97</anchor>
+ <arglist>(thttp_challenge_t *self, const char *scheme, const char *realm, const char *nonce, const char *opaque, const char *algorithm, const char *qop)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_t *</type>
+ <name>thttp_challenge_create_header_authorization</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>af754fbfa7db986e184bba843f946d47b</anchor>
+ <arglist>(thttp_challenge_t *self, const char *username, const char *password, const thttp_request_t *request)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_challenge_def_t</name>
+ <anchorfile>thttp__challenge_8c.html</anchorfile>
+ <anchor>a8de773d49fea958030eaf390c2eac874</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/headers/</path>
+ <filename>thttp__header_8c</filename>
+ <includes id="thttp__header_8h" name="thttp_header.h" local="yes" imported="no">tinyhttp/headers/thttp_header.h</includes>
+ <includes id="thttp__header___dummy_8h" name="thttp_header_Dummy.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Dummy.h</includes>
+ <member kind="function">
+ <type>const char *</type>
+ <name>thttp_header_get_name</name>
+ <anchorfile>thttp__header_8c.html</anchorfile>
+ <anchor>aff5b23d3dee1ac20625a4d6adc2dabd8</anchor>
+ <arglist>(thttp_header_type_t type)</arglist>
+ </member>
+ <member kind="function">
+ <type>const char *</type>
+ <name>thttp_header_get_nameex</name>
+ <anchorfile>thttp__header_8c.html</anchorfile>
+ <anchor>a65a286d7828397c6e1f335edf055b6f7</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>char</type>
+ <name>thttp_header_get_param_separator</name>
+ <anchorfile>thttp__header_8c.html</anchorfile>
+ <anchor>ab427239dde18b3463673e20585534e33</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_serialize</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga7abd684222ab6096765addca79071561</anchor>
+ <arglist>(const thttp_header_t *self, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>char *</type>
+ <name>thttp_header_tostring</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga2ba34e8e33da57b8af99350c85768099</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>char *</type>
+ <name>thttp_header_value_tostring</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga770293aff5d59b867680f5c099eee323</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Authorization.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/headers/</path>
+ <filename>thttp__header___authorization_8c</filename>
+ <includes id="thttp__header___authorization_8h" name="thttp_header_Authorization.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Authorization.h</includes>
+ <includes id="thttp__parser__url_8h" name="thttp_parser_url.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_url.h</includes>
+ <member kind="function">
+ <type>thttp_header_Authorization_t *</type>
+ <name>thttp_header_authorization_create</name>
+ <anchorfile>thttp__header___authorization_8c.html</anchorfile>
+ <anchor>a166164e6a4ed700ef370b5777aecde26</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_Authorization_tostring</name>
+ <anchorfile>thttp__header___authorization_8c.html</anchorfile>
+ <anchor>a7b352d0f3e061b2ba7fbcb8b859e6474</anchor>
+ <arglist>(const thttp_header_t *header, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Authorization_t *</type>
+ <name>thttp_header_Authorization_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>gaf62fc4d2fedd30ee7dc84856859e8a4f</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Proxy_Authorization_t *</type>
+ <name>thttp_header_Proxy_Authorization_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga2d423bf012c44446fbadc8f2e9e9c753</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_header_Authorization_def_t</name>
+ <anchorfile>thttp__header___authorization_8c.html</anchorfile>
+ <anchor>ae199e6ec32d09c9af2eb5885f96c6bb2</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Content_Length.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/headers/</path>
+ <filename>thttp__header___content___length_8c</filename>
+ <includes id="thttp__header___content___length_8h" name="thttp_header_Content_Length.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Content_Length.h</includes>
+ <member kind="function">
+ <type>thttp_header_Content_Length_t *</type>
+ <name>thttp_header_content_length_create</name>
+ <anchorfile>thttp__header___content___length_8c.html</anchorfile>
+ <anchor>a0c695121d4b61386a6ac1e9df931ba8f</anchor>
+ <arglist>(uint32_t length)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_Content_Length_tostring</name>
+ <anchorfile>thttp__header___content___length_8c.html</anchorfile>
+ <anchor>a78fbeaf931b0b78c46944584d40f361c</anchor>
+ <arglist>(const thttp_header_t *header, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Content_Length_t *</type>
+ <name>thttp_header_Content_Length_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga4c9a74cd97da944385e046590fa0c4c1</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_header_Content_Length_def_t</name>
+ <anchorfile>thttp__header___content___length_8c.html</anchorfile>
+ <anchor>a185d9b0e08ccec6ee26850e74e9d7c66</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Content_Type.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/headers/</path>
+ <filename>thttp__header___content___type_8c</filename>
+ <includes id="thttp__header___content___type_8h" name="thttp_header_Content_Type.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Content_Type.h</includes>
+ <member kind="function">
+ <type>thttp_header_Content_Type_t *</type>
+ <name>thttp_header_content_type_create</name>
+ <anchorfile>thttp__header___content___type_8c.html</anchorfile>
+ <anchor>a805b4a1049b3760791cda03c19584c75</anchor>
+ <arglist>(const char *type)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Content_Type_t *</type>
+ <name>thttp_header_content_type_create_null</name>
+ <anchorfile>thttp__header___content___type_8c.html</anchorfile>
+ <anchor>ae8b68771502f79c782af939bfda18b93</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_Content_Type_tostring</name>
+ <anchorfile>thttp__header___content___type_8c.html</anchorfile>
+ <anchor>a0b2beef56edbd1226b5a15411aeb43f4</anchor>
+ <arglist>(const thttp_header_t *header, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Content_Type_t *</type>
+ <name>thttp_header_Content_Type_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga88c3c565650876a99c75c7503333cced</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_header_Content_Type_def_t</name>
+ <anchorfile>thttp__header___content___type_8c.html</anchorfile>
+ <anchor>a911bb4b12f106ad2da6673169f6e37be</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Dummy.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/headers/</path>
+ <filename>thttp__header___dummy_8c</filename>
+ <includes id="thttp__header___dummy_8h" name="thttp_header_Dummy.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Dummy.h</includes>
+ <includes id="thttp__parser__url_8h" name="thttp_parser_url.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_url.h</includes>
+ <member kind="function">
+ <type>thttp_header_Dummy_t *</type>
+ <name>thttp_header_dummy_create</name>
+ <anchorfile>thttp__header___dummy_8c.html</anchorfile>
+ <anchor>a260b69294cde8c14d02fcce86146de63</anchor>
+ <arglist>(const char *name, const char *value)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Dummy_t *</type>
+ <name>thttp_header_dummy_create_null</name>
+ <anchorfile>thttp__header___dummy_8c.html</anchorfile>
+ <anchor>a754efe688f5a1b19dbb715bce8468a9f</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_Dummy_tostring</name>
+ <anchorfile>thttp__header___dummy_8c.html</anchorfile>
+ <anchor>af7f2542fcb0b5e94c55e24ad9a7983ec</anchor>
+ <arglist>(const thttp_header_t *header, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Dummy_t *</type>
+ <name>thttp_header_Dummy_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>gaa51ce8cbaeba9ffaf24847f4ff6c6c63</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_header_Dummy_def_t</name>
+ <anchorfile>thttp__header___dummy_8c.html</anchorfile>
+ <anchor>a7a8a488e2f20e15dc52821d4f7900677</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_ETag.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/headers/</path>
+ <filename>thttp__header___e_tag_8c</filename>
+ <includes id="thttp__header___e_tag_8h" name="thttp_header_ETag.h" local="yes" imported="no">tinyhttp/headers/thttp_header_ETag.h</includes>
+ <includes id="thttp__parser__url_8h" name="thttp_parser_url.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_url.h</includes>
+ <member kind="function">
+ <type>thttp_header_ETag_t *</type>
+ <name>thttp_header_etag_create</name>
+ <anchorfile>thttp__header___e_tag_8c.html</anchorfile>
+ <anchor>a51972875d3d2702e9bb2d1cad9b45659</anchor>
+ <arglist>(const char *value)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_ETag_t *</type>
+ <name>thttp_header_etag_create_null</name>
+ <anchorfile>thttp__header___e_tag_8c.html</anchorfile>
+ <anchor>ad07c1d52806e9274dc962ec7db01af97</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_ETag_tostring</name>
+ <anchorfile>thttp__header___e_tag_8c.html</anchorfile>
+ <anchor>afb4b696e2d9abe37060e161791bb546a</anchor>
+ <arglist>(const thttp_header_t *header, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_ETag_t *</type>
+ <name>thttp_header_ETag_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga8f80a83c38b4b3c23ef9adca526c2067</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_header_ETag_def_t</name>
+ <anchorfile>thttp__header___e_tag_8c.html</anchorfile>
+ <anchor>a6458161bdd34b5aa4035281a50addd8f</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_Transfer_Encoding.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/headers/</path>
+ <filename>thttp__header___transfer___encoding_8c</filename>
+ <includes id="thttp__header___transfer___encoding_8h" name="thttp_header_Transfer_Encoding.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Transfer_Encoding.h</includes>
+ <member kind="function">
+ <type>thttp_header_Transfer_Encoding_t *</type>
+ <name>thttp_header_transfer_encoding_create</name>
+ <anchorfile>thttp__header___transfer___encoding_8c.html</anchorfile>
+ <anchor>aa1db4ca84e99d39bbe1d5a7751c2dbb5</anchor>
+ <arglist>(const char *encoding)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Transfer_Encoding_t *</type>
+ <name>thttp_header_transfer_encoding_create_null</name>
+ <anchorfile>thttp__header___transfer___encoding_8c.html</anchorfile>
+ <anchor>aebce8cb85bbc984054dc55535eff4ef0</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_Transfer_Encoding_tostring</name>
+ <anchorfile>thttp__header___transfer___encoding_8c.html</anchorfile>
+ <anchor>a60865a3a13d8ebf0ac0c37c702ba5cb2</anchor>
+ <arglist>(const thttp_header_t *header, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Transfer_Encoding_t *</type>
+ <name>thttp_header_Transfer_Encoding_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga16eb00aaf3ca02295c0c7dcd1f7c808d</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_header_Transfer_Encoding_def_t</name>
+ <anchorfile>thttp__header___transfer___encoding_8c.html</anchorfile>
+ <anchor>adefb146cda0858b796412ae5af31bb86</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_header_WWW_Authenticate.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/headers/</path>
+ <filename>thttp__header___w_w_w___authenticate_8c</filename>
+ <includes id="thttp__header___w_w_w___authenticate_8h" name="thttp_header_WWW_Authenticate.h" local="yes" imported="no">tinyhttp/headers/thttp_header_WWW_Authenticate.h</includes>
+ <includes id="thttp__parser__url_8h" name="thttp_parser_url.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_url.h</includes>
+ <member kind="define">
+ <type>#define</type>
+ <name>prev_not_comma</name>
+ <anchorfile>thttp__header___w_w_w___authenticate_8c.html</anchorfile>
+ <anchor>a0271fd9cc6bda8b3fde50745215bee42</anchor>
+ <arglist>(p)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_WWW_Authenticate_t *</type>
+ <name>thttp_header_www_authenticate_create</name>
+ <anchorfile>thttp__header___w_w_w___authenticate_8c.html</anchorfile>
+ <anchor>abf3fc1eedfd316305b60c406f2b4a9a1</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_WWW_Authenticate_tostring</name>
+ <anchorfile>thttp__header___w_w_w___authenticate_8c.html</anchorfile>
+ <anchor>a3191f98b29b0c55f0dbd8ee836da9b43</anchor>
+ <arglist>(const thttp_header_t *header, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_WWW_Authenticate_t *</type>
+ <name>thttp_header_WWW_Authenticate_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga6ea6cdaa0f153de0f53b25d02a99778c</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Proxy_Authenticate_t *</type>
+ <name>thttp_header_Proxy_Authenticate_parse</name>
+ <anchorfile>thttp__header___w_w_w___authenticate_8c.html</anchorfile>
+ <anchor>a617438484d983519ec1531e0f1912fce</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_header_WWW_Authenticate_def_t</name>
+ <anchorfile>thttp__header___w_w_w___authenticate_8c.html</anchorfile>
+ <anchor>a59a07c2bac40f845974d43ee9f3f5fe0</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_parser_header.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/parsers/</path>
+ <filename>thttp__parser__header_8c</filename>
+ <includes id="thttp__parser__header_8h" name="thttp_parser_header.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_header.h</includes>
+ <includes id="thttp__header___authorization_8h" name="thttp_header_Authorization.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Authorization.h</includes>
+ <includes id="thttp__header___dummy_8h" name="thttp_header_Dummy.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Dummy.h</includes>
+ <includes id="thttp__header___e_tag_8h" name="thttp_header_ETag.h" local="yes" imported="no">tinyhttp/headers/thttp_header_ETag.h</includes>
+ <includes id="thttp__header___transfer___encoding_8h" name="thttp_header_Transfer_Encoding.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Transfer_Encoding.h</includes>
+ <includes id="thttp__header___w_w_w___authenticate_8h" name="thttp_header_WWW_Authenticate.h" local="yes" imported="no">tinyhttp/headers/thttp_header_WWW_Authenticate.h</includes>
+ <member kind="define">
+ <type>#define</type>
+ <name>ADD_HEADERS</name>
+ <anchorfile>thttp__parser__header_8c.html</anchorfile>
+ <anchor>a27be7662a4a3bc93b2472c1b7123f46c</anchor>
+ <arglist>(headers)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>ADD_HEADER</name>
+ <anchorfile>thttp__parser__header_8c.html</anchorfile>
+ <anchor>a0137efa753e3b9c5c03d459ed14887f7</anchor>
+ <arglist>(header)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_parse</name>
+ <anchorfile>thttp__parser__header_8c.html</anchorfile>
+ <anchor>ae52707f146ca8f1c20d2d170b6bd4e65</anchor>
+ <arglist>(tsk_ragel_state_t *state, thttp_message_t *message)</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_parser_message.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/parsers/</path>
+ <filename>thttp__parser__message_8c</filename>
+ <includes id="thttp__parser__message_8h" name="thttp_parser_message.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_message.h</includes>
+ <includes id="thttp__parser__header_8h" name="thttp_parser_header.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_header.h</includes>
+ <includes id="thttp__parser__url_8h" name="thttp_parser_url.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_url.h</includes>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_parse</name>
+ <anchorfile>thttp__parser__message_8c.html</anchorfile>
+ <anchor>aa58e2b6a672e557389465d5def68802e</anchor>
+ <arglist>(tsk_ragel_state_t *state, thttp_message_t **result, tsk_bool_t extract_content)</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_parser_url.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/parsers/</path>
+ <filename>thttp__parser__url_8c</filename>
+ <includes id="thttp__parser__url_8h" name="thttp_parser_url.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_url.h</includes>
+ <member kind="function">
+ <type>thttp_url_t *</type>
+ <name>thttp_url_parse</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga2204b5747836c64bea185be649ce1470</anchor>
+ <arglist>(const char *urlstring, tsk_size_t length)</arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/</path>
+ <filename>thttp_8c</filename>
+ <includes id="thttp_8h" name="thttp.h" local="yes" imported="no">thttp.h</includes>
+ <includes id="thttp__action_8h" name="thttp_action.h" local="yes" imported="no">tinyhttp/thttp_action.h</includes>
+ <includes id="thttp__event_8h" name="thttp_event.h" local="yes" imported="no">tinyhttp/thttp_event.h</includes>
+ <includes id="thttp__message_8h" name="thttp_message.h" local="yes" imported="no">tinyhttp/thttp_message.h</includes>
+ <includes id="thttp__parser__message_8h" name="thttp_parser_message.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_message.h</includes>
+ <includes id="thttp__header___transfer___encoding_8h" name="thttp_header_Transfer_Encoding.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Transfer_Encoding.h</includes>
+ <includes id="thttp__dialog_8h" name="thttp_dialog.h" local="yes" imported="no">tinyhttp/thttp_dialog.h</includes>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MIN_STREAM_CHUNCK_SIZE</name>
+ <anchorfile>thttp_8c.html</anchorfile>
+ <anchor>a4fe6c3e978f2b8dd596315d8c714675f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>__thttp_stack_set</name>
+ <anchorfile>thttp_8c.html</anchorfile>
+ <anchor>a5094d9b95c2ce4945b1de1b5d6d2260e</anchor>
+ <arglist>(thttp_stack_t *self, va_list *app)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_stack_handle_t *</type>
+ <name>thttp_stack_create</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga23f21d510973ba5761fd25286df19eef</anchor>
+ <arglist>(thttp_stack_callback_f callback,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_stack_start</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga53cf350947bec4313d285a3b89df7f31</anchor>
+ <arglist>(thttp_stack_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_stack_set</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga6f67d03e0f023335b97788002fb247a2</anchor>
+ <arglist>(thttp_stack_handle_t *self,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>const void *</type>
+ <name>thttp_stack_get_userdata</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>gacf4a84954ca6c196f357cba4731e3ae3</anchor>
+ <arglist>(thttp_stack_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_stack_stop</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga46ca1b404d575a8b1f6c1bcea9cf9484</anchor>
+ <arglist>(thttp_stack_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_stack_alert</name>
+ <anchorfile>thttp_8c.html</anchorfile>
+ <anchor>ab532602d492266c03327a604daa7462e</anchor>
+ <arglist>(const thttp_stack_t *self, const thttp_event_t *e)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_stack_def_t</name>
+ <anchorfile>thttp_8c.html</anchorfile>
+ <anchor>ab351f37e2977937fb0040e18630b06a4</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_action.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/</path>
+ <filename>thttp__action_8c</filename>
+ <includes id="thttp__action_8h" name="thttp_action.h" local="yes" imported="no">tinyhttp/thttp_action.h</includes>
+ <includes id="thttp_8h" name="thttp.h" local="yes" imported="no">thttp.h</includes>
+ <member kind="function">
+ <type>thttp_action_t *</type>
+ <name>thttp_action_create</name>
+ <anchorfile>thttp__action_8c.html</anchorfile>
+ <anchor>a73543e652404a6e5f64ff18066468db8</anchor>
+ <arglist>(thttp_action_type_t type, const char *urlstring, const char *method, va_list *app)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_action_perform</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga36b1aa78a24305f56973f370f356236d</anchor>
+ <arglist>(thttp_session_handle_t *session, const char *urlstring, const char *method,...)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_action_def_t</name>
+ <anchorfile>thttp__action_8c.html</anchorfile>
+ <anchor>a3880c0dbf8e3b468c2813cf398e070ad</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_dialog.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/</path>
+ <filename>thttp__dialog_8c</filename>
+ <includes id="thttp__dialog_8h" name="thttp_dialog.h" local="yes" imported="no">tinyhttp/thttp_dialog.h</includes>
+ <includes id="thttp_8h" name="thttp.h" local="yes" imported="no">thttp.h</includes>
+ <includes id="thttp__action_8h" name="thttp_action.h" local="yes" imported="no">tinyhttp/thttp_action.h</includes>
+ <includes id="thttp__session_8h" name="thttp_session.h" local="yes" imported="no">tinyhttp/thttp_session.h</includes>
+ <includes id="thttp__url_8h" name="thttp_url.h" local="yes" imported="no">tinyhttp/thttp_url.h</includes>
+ <includes id="thttp__parser__url_8h" name="thttp_parser_url.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_url.h</includes>
+ <includes id="thttp__header___dummy_8h" name="thttp_header_Dummy.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Dummy.h</includes>
+ <member kind="define">
+ <type>#define</type>
+ <name>DEBUG_STATE_MACHINE</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a81cfaffe67503aea261a80843624919e</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_DESCRIPTION</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a7a8940a5d53df638ec52288b75989fc4</anchor>
+ <arglist>(message)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_DIALOG_TRANSPORT_ERROR_CODE</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>aa32e20ee3bff57d5338833ef141907ac</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum _fsm_action_e</type>
+ <name>_fsm_action_t</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>afe20aca1bd90c447e89dfd4b30661acf</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>enum _fsm_state_e</type>
+ <name>_fsm_state_t</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ac06f5d03925a1287a4f89e0d57f347fe</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>_fsm_action_e</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ad032147dfda9028e630a09a1c3bec61d</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>_fsm_action_request</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ad032147dfda9028e630a09a1c3bec61da2e7bfdefaa441cf97db0f8ccd0efbf43</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>_fsm_action_close</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ad032147dfda9028e630a09a1c3bec61dafa51b123b60fbdfe6b1c2265a912ad1b</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>_fsm_action_message</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ad032147dfda9028e630a09a1c3bec61daa5b7c1cbb6978522d70fcd9daa3c68ab</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>_fsm_action_closed</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ad032147dfda9028e630a09a1c3bec61dae0791cf072837e4754246ba7d8de9ece</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>_fsm_action_error</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ad032147dfda9028e630a09a1c3bec61da8112fd037b6e1e00369c8412688c95ad</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>_fsm_state_e</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a92913a3e734277dfa8b96cdd97a9cbcb</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>_fsm_state_Started</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a92913a3e734277dfa8b96cdd97a9cbcba76034bb262163ff2e14ebbdbe3b3b2ba</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>_fsm_state_Transfering</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a92913a3e734277dfa8b96cdd97a9cbcba07dc0fcb6ff70d5b4480ab3c965e6e55</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>_fsm_state_Terminated</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a92913a3e734277dfa8b96cdd97a9cbcbaeab8f5e66ccc9c9df9e4edd20400e037</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_send_request</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a508502e5b7d170d72fe0fd6572bfe4e7</anchor>
+ <arglist>(thttp_dialog_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_update_timestamp</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a4022253c16e2be6003e1bc212814ffcd</anchor>
+ <arglist>(thttp_dialog_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_OnTerminated</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>acc131be6c5a9a9b9f6580b2a0ca0918d</anchor>
+ <arglist>(thttp_dialog_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_stack_alert</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ab532602d492266c03327a604daa7462e</anchor>
+ <arglist>(const thttp_stack_t *self, const thttp_event_t *e)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_Started_2_Transfering_X_request</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a4fec827477039cd133bb0ba55cd6e1b6</anchor>
+ <arglist>(va_list *app)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_Transfering_2_Transfering_X_401_407</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a00ab51fe52cf9ff43607376dd9b2f663</anchor>
+ <arglist>(va_list *app)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_Transfering_2_Transfering_X_1xx</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ac58361d510dad68eed62a8ccf8e3ba75</anchor>
+ <arglist>(va_list *app)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_Transfering_2_Terminated_X_message</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ab1728da2b2245a6768a00ce40e0861f7</anchor>
+ <arglist>(va_list *app)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_Any_2_Terminated_X_closed</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ae2b2c69ea17d9de8e454f914f94393bf</anchor>
+ <arglist>(va_list *app)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_Any_2_Terminated_X_Error</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a271bc2b8bacb15714584816fb587a8cb</anchor>
+ <arglist>(va_list *app)</arglist>
+ </member>
+ <member kind="function">
+ <type>tsk_bool_t</type>
+ <name>_fsm_cond_i_401_407</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a06b79f19a5f46a36b5b10c3f150dd32a</anchor>
+ <arglist>(thttp_dialog_t *self, thttp_message_t *message)</arglist>
+ </member>
+ <member kind="function">
+ <type>tsk_bool_t</type>
+ <name>_fsm_cond_i_1xx</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a900dbaa94550c911cf068916d7949b52</anchor>
+ <arglist>(thttp_dialog_t *self, thttp_message_t *message)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_dialog_t *</type>
+ <name>thttp_dialog_create</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>ae36feb1433b9c3231537edb7cb386a97</anchor>
+ <arglist>(struct thttp_session_s *session)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_dialog_fsm_act</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a75bbcbd775498c9c768e4d3536c7cc3b</anchor>
+ <arglist>(thttp_dialog_t *self, tsk_fsm_action_id action_id, const thttp_message_t *message, const thttp_action_t *action)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_dialog_t *</type>
+ <name>thttp_dialog_new</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a47c02f0e16ba68f049d5721c479b8de0</anchor>
+ <arglist>(thttp_session_t *session)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_dialog_t *</type>
+ <name>thttp_dialog_get_oldest</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a11a7f172eec35d75c54445562db2733e</anchor>
+ <arglist>(thttp_dialogs_L_t *dialogs)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_dialog_def_t</name>
+ <anchorfile>thttp__dialog_8c.html</anchorfile>
+ <anchor>a9829fc6c800994cd8a137eb90597b47a</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_event.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/</path>
+ <filename>thttp__event_8c</filename>
+ <includes id="thttp__event_8h" name="thttp_event.h" local="yes" imported="no">tinyhttp/thttp_event.h</includes>
+ <includes id="thttp__message_8h" name="thttp_message.h" local="yes" imported="no">tinyhttp/thttp_message.h</includes>
+ <member kind="function">
+ <type>thttp_event_t *</type>
+ <name>thttp_event_create</name>
+ <anchorfile>thttp__event_8c.html</anchorfile>
+ <anchor>a957893a2f552054a69a7e63ab96ddb04</anchor>
+ <arglist>(thttp_event_type_t type, const thttp_session_handle_t *session, const char *description, const thttp_message_t *message)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const void *</type>
+ <name>thttp_event_def_t</name>
+ <anchorfile>thttp__event_8c.html</anchorfile>
+ <anchor>a80813987ea170771d264808d86bb3c03</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_message.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/</path>
+ <filename>thttp__message_8c</filename>
+ <includes id="thttp__message_8h" name="thttp_message.h" local="yes" imported="no">tinyhttp/thttp_message.h</includes>
+ <member kind="define">
+ <type>#define</type>
+ <name>ADD_HEADER</name>
+ <anchorfile>thttp__message_8c.html</anchorfile>
+ <anchor>a04933dbce47a20696dc3fbdaeaacb126</anchor>
+ <arglist>(type, field)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_message_t *</type>
+ <name>thttp_message_create</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga3fad120325a24fcdab2c8a1aac655b84</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_request_t *</type>
+ <name>thttp_request_create</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gaa65be3fa6b585652c98594734b64efa8</anchor>
+ <arglist>(const char *method, const thttp_url_t *url)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_response_t *</type>
+ <name>thttp_response_create</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga07f948cc1371f453a96c01a57dc0adbb</anchor>
+ <arglist>(const thttp_request_t *request, short status_code, const char *reason_phrase)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_add_header</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga0067f283164eb98c6850328b39d5ff26</anchor>
+ <arglist>(thttp_message_t *self, const thttp_header_t *hdr)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_add_headers</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga9d772552b9a892b718f0fd8aff3b86b2</anchor>
+ <arglist>(thttp_message_t *self, const thttp_headers_L_t *headers)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_add_content</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga0fbe5b273002fc7b0bfaa4ce306508af</anchor>
+ <arglist>(thttp_message_t *self, const char *content_type, const void *content, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_append_content</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gada8275938d66a7f7c77a18b40dae685e</anchor>
+ <arglist>(thttp_message_t *self, const void *content, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>const thttp_header_t *</type>
+ <name>thttp_message_get_headerAt</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gacc210783cfa8c4f937430dd1f2508611</anchor>
+ <arglist>(const thttp_message_t *self, thttp_header_type_t type, tsk_size_t index)</arglist>
+ </member>
+ <member kind="function">
+ <type>const thttp_header_t *</type>
+ <name>thttp_message_get_header</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga423b5655de3f4ddff2a05a259ad7557f</anchor>
+ <arglist>(const thttp_message_t *self, thttp_header_type_t type)</arglist>
+ </member>
+ <member kind="function">
+ <type>const thttp_header_t *</type>
+ <name>thttp_message_get_headerByName</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gadbe0434124bf2f50b12fdba10a44fb2b</anchor>
+ <arglist>(const thttp_message_t *self, const char *name)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_serialize</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga3f87c7ab7eb5bb730f5b153fcc1dc1c0</anchor>
+ <arglist>(const thttp_message_t *self, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>char *</type>
+ <name>thttp_message_tostring</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga58993e3fc64c1116997758f6c4e468d1</anchor>
+ <arglist>(const thttp_message_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_request_t *</type>
+ <name>thttp_request_new</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga5dcd151de1e0ad4aec5e5212a506b889</anchor>
+ <arglist>(const char *method, const thttp_url_t *request_url)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_response_t *</type>
+ <name>thttp_response_new</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gac011c57f8bd07ed2662bbc71b6e44a62</anchor>
+ <arglist>(short status_code, const char *reason_phrase, const thttp_request_t *request)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_message_def_t</name>
+ <anchorfile>thttp__message_8c.html</anchorfile>
+ <anchor>a6d03014b06c22907fa7251aa74a04656</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_session.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/</path>
+ <filename>thttp__session_8c</filename>
+ <includes id="thttp__session_8h" name="thttp_session.h" local="yes" imported="no">tinyhttp/thttp_session.h</includes>
+ <includes id="thttp_8h" name="thttp.h" local="yes" imported="no">thttp.h</includes>
+ <includes id="thttp__action_8h" name="thttp_action.h" local="yes" imported="no">tinyhttp/thttp_action.h</includes>
+ <includes id="thttp__header___dummy_8h" name="thttp_header_Dummy.h" local="yes" imported="no">tinyhttp/headers/thttp_header_Dummy.h</includes>
+ <includes id="thttp__header___w_w_w___authenticate_8h" name="thttp_header_WWW_Authenticate.h" local="yes" imported="no">tinyhttp/headers/thttp_header_WWW_Authenticate.h</includes>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_signal</name>
+ <anchorfile>thttp__session_8c.html</anchorfile>
+ <anchor>aca34bca93da39b305f8a1afc0bc91904</anchor>
+ <arglist>(thttp_session_t *self, thttp_action_type_t atype)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>__thttp_session_set</name>
+ <anchorfile>thttp__session_8c.html</anchorfile>
+ <anchor>a0b34d6e5d87a8694c3f251cabaa7133f</anchor>
+ <arglist>(thttp_session_t *self, va_list *app)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_session_handle_t *</type>
+ <name>thttp_session_create</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga4ea39662c02afa5c56439c4f087511e9</anchor>
+ <arglist>(const thttp_stack_handle_t *stack,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_set</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>gad32c0f75635447af16a761bdab0b89bc</anchor>
+ <arglist>(thttp_session_handle_t *self,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_session_id_t</type>
+ <name>thttp_session_get_id</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga183dab1dec59d010e2efa1be4809e3c0</anchor>
+ <arglist>(const thttp_session_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>const void *</type>
+ <name>thttp_session_get_userdata</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga0f457e2b4f3d1cc43074230a174cca81</anchor>
+ <arglist>(const thttp_session_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_closefd</name>
+ <anchorfile>thttp__session_8c.html</anchorfile>
+ <anchor>ab301eb511cb7e193cdae2d25dd007ca5</anchor>
+ <arglist>(thttp_session_handle_t *_self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_update_challenges</name>
+ <anchorfile>thttp__session_8c.html</anchorfile>
+ <anchor>a91341cd284ebed49ece3d7e0c1ffac75</anchor>
+ <arglist>(thttp_session_t *self, const thttp_response_t *response, tsk_bool_t answered)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_signal_closed</name>
+ <anchorfile>thttp__session_8c.html</anchorfile>
+ <anchor>a00500a6442e130d6f1a0ac29084cfa6e</anchor>
+ <arglist>(thttp_session_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_signal_error</name>
+ <anchorfile>thttp__session_8c.html</anchorfile>
+ <anchor>a8d99c10a76adba8db5ae8a3f5a04ef0c</anchor>
+ <arglist>(thttp_session_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_session_t *</type>
+ <name>thttp_session_get_by_fd</name>
+ <anchorfile>thttp__session_8c.html</anchorfile>
+ <anchor>a1e988df3ceff34ac789db8845416695a</anchor>
+ <arglist>(thttp_sessions_L_t *sessions, tnet_fd_t fd)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_session_def_t</name>
+ <anchorfile>thttp__session_8c.html</anchorfile>
+ <anchor>a1bb8f8df043cc568314c18977f4d8edc</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="file">
+ <name>thttp_url.c</name>
+ <path>C:/Projects/Doubango/tinyHTTP/src/</path>
+ <filename>thttp__url_8c</filename>
+ <includes id="thttp__url_8h" name="thttp_url.h" local="yes" imported="no">tinyhttp/thttp_url.h</includes>
+ <includes id="thttp__parser__url_8h" name="thttp_parser_url.h" local="yes" imported="no">tinyhttp/parsers/thttp_parser_url.h</includes>
+ <member kind="function">
+ <type>thttp_url_t *</type>
+ <name>thttp_url_create</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga3326c658c6aa66b70472a129190a8f27</anchor>
+ <arglist>(thttp_url_type_t type)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_url_serialize</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga9b7274dffec6932a2851513b865226b8</anchor>
+ <arglist>(const thttp_url_t *url, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>char *</type>
+ <name>thttp_url_tostring</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>gadc56e46c5df2f68f9a359d65f566904e</anchor>
+ <arglist>(const thttp_url_t *url)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_url_t *</type>
+ <name>thttp_url_clone</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga164927101cd3c02cd641e1bea51b836a</anchor>
+ <arglist>(const thttp_url_t *url)</arglist>
+ </member>
+ <member kind="function">
+ <type>tsk_bool_t</type>
+ <name>thttp_url_isvalid</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>gabec149e64b6b9adffc609190be8c9c33</anchor>
+ <arglist>(const char *urlstring)</arglist>
+ </member>
+ <member kind="variable">
+ <type>const tsk_object_def_t *</type>
+ <name>thttp_url_def_t</name>
+ <anchorfile>thttp__url_8c.html</anchorfile>
+ <anchor>a98e11c7a8aa8410e4a955c4376d78cd4</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="group">
+ <name>thttp_auth_group</name>
+ <title>HTTP basic/digest authentication (RFC 2617)</title>
+ <filename>group__thttp__auth__group.html</filename>
+ <member kind="function">
+ <type>tsk_size_t</type>
+ <name>thttp_auth_basic_response</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>gaf720869992f752dc684f3dc63f228be6</anchor>
+ <arglist>(const char *userid, const char *password, char **response)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_auth_digest_HA1</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>ga512b7e39c4f78e196f225b6e75fc7551</anchor>
+ <arglist>(const char *username, const char *realm, const char *password, tsk_md5string_t *ha1)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_auth_digest_HA1sess</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>ga82bbc1b3b5f7945349db1bf918c2a7cc</anchor>
+ <arglist>(const char *username, const char *realm, const char *password, const char *nonce, const char *cnonce, tsk_md5string_t *ha1sess)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_auth_digest_HA2</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>ga35a96816fa3c4c48468187abc6ed36c3</anchor>
+ <arglist>(const char *method, const char *url, const tsk_buffer_t *entity_body, const char *qop, tsk_md5string_t *ha2)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_auth_digest_response</name>
+ <anchorfile>group__thttp__auth__group.html</anchorfile>
+ <anchor>gadfec81e484a75707d0319cbc9d1bb3ec</anchor>
+ <arglist>(const tsk_md5string_t *ha1, const char *nonce, const nonce_count_t noncecount, const char *cnonce, const char *qop, const tsk_md5string_t *ha2, tsk_md5string_t *response)</arglist>
+ </member>
+ </compound>
+ <compound kind="group">
+ <name>thttp_header_group</name>
+ <title>HTTP Headers</title>
+ <filename>group__thttp__header__group.html</filename>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_header_serialize</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga7abd684222ab6096765addca79071561</anchor>
+ <arglist>(const thttp_header_t *self, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>char *</type>
+ <name>thttp_header_tostring</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga2ba34e8e33da57b8af99350c85768099</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>char *</type>
+ <name>thttp_header_value_tostring</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga770293aff5d59b867680f5c099eee323</anchor>
+ <arglist>(const thttp_header_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Authorization_t *</type>
+ <name>thttp_header_Authorization_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>gaf62fc4d2fedd30ee7dc84856859e8a4f</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Proxy_Authorization_t *</type>
+ <name>thttp_header_Proxy_Authorization_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga2d423bf012c44446fbadc8f2e9e9c753</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Content_Length_t *</type>
+ <name>thttp_header_Content_Length_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga4c9a74cd97da944385e046590fa0c4c1</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Content_Type_t *</type>
+ <name>thttp_header_Content_Type_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga88c3c565650876a99c75c7503333cced</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Dummy_t *</type>
+ <name>thttp_header_Dummy_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>gaa51ce8cbaeba9ffaf24847f4ff6c6c63</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_ETag_t *</type>
+ <name>thttp_header_ETag_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga8f80a83c38b4b3c23ef9adca526c2067</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_Transfer_Encoding_t *</type>
+ <name>thttp_header_Transfer_Encoding_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga16eb00aaf3ca02295c0c7dcd1f7c808d</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_header_WWW_Authenticate_t *</type>
+ <name>thttp_header_WWW_Authenticate_parse</name>
+ <anchorfile>group__thttp__header__group.html</anchorfile>
+ <anchor>ga6ea6cdaa0f153de0f53b25d02a99778c</anchor>
+ <arglist>(const char *data, tsk_size_t size)</arglist>
+ </member>
+ </compound>
+ <compound kind="group">
+ <name>thttp_stack_group</name>
+ <title>HTTP/HTTPS stack</title>
+ <filename>group__thttp__stack__group.html</filename>
+ <member kind="function">
+ <type>thttp_stack_handle_t *</type>
+ <name>thttp_stack_create</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga23f21d510973ba5761fd25286df19eef</anchor>
+ <arglist>(thttp_stack_callback_f callback,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_stack_start</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga53cf350947bec4313d285a3b89df7f31</anchor>
+ <arglist>(thttp_stack_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_stack_set</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga6f67d03e0f023335b97788002fb247a2</anchor>
+ <arglist>(thttp_stack_handle_t *self,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>const void *</type>
+ <name>thttp_stack_get_userdata</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>gacf4a84954ca6c196f357cba4731e3ae3</anchor>
+ <arglist>(thttp_stack_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_stack_stop</name>
+ <anchorfile>group__thttp__stack__group.html</anchorfile>
+ <anchor>ga46ca1b404d575a8b1f6c1bcea9cf9484</anchor>
+ <arglist>(thttp_stack_handle_t *self)</arglist>
+ </member>
+ </compound>
+ <compound kind="group">
+ <name>thttp_action_group</name>
+ <title>Sending Requests</title>
+ <filename>group__thttp__action__group.html</filename>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_SET_OPTION</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gafddb2b8c342d440cb0be8ae5f55714c0</anchor>
+ <arglist>(ID_ENUM, VALUE_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_SET_HEADER</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga276d6118d0038e4bdab2a02027c53c4e</anchor>
+ <arglist>(NAME_STR, VALUE_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_SET_PAYLOAD</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gab54688c397a0df38f72e19d3e761513c</anchor>
+ <arglist>(PAY_PTR, PAY_SIZE)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_ACTION_SET_NULL</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga168e5e2a98540e218c15868f86cf494f</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_CONNECT</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gad1a804068d4f970d35b62506405bb1b9</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_DELETE</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gae4dc4de16832e1756213d8f2a60c286d</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_GET</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga25a8af4242b64342c590ef5ee8db56b4</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_HEAD</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga659e821e8419c3046b89480cdd3cdaec</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_OPTIONS</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga6b5adbcce3f8d0bd215ff75f1c9f59cf</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_PATCH</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga95836da9e16ff5bb6ad7e7cea186d760</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_POST</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga34c6edcf5b07069d79ced7d2a99b3a2f</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_PUT</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>gaa0ebc1d07393d144d54319044d33911a</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>thttp_action_TRACE</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga99cf9ae9b1e646d8d54dc07f841ae52a</anchor>
+ <arglist>(session, urlstring,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_action_perform</name>
+ <anchorfile>group__thttp__action__group.html</anchorfile>
+ <anchor>ga36b1aa78a24305f56973f370f356236d</anchor>
+ <arglist>(thttp_session_handle_t *session, const char *urlstring, const char *method,...)</arglist>
+ </member>
+ </compound>
+ <compound kind="group">
+ <name>thttp_message_group</name>
+ <title>HTTP Message</title>
+ <filename>group__thttp__message__group.html</filename>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_VERSION_10</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga6fccc5ffca4ebf347df8399b2e963209</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_VERSION_11</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga8155bb2f79c1fe2df0e2b2321025d192</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_VERSION_20</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga796b8afa7aea730922da497f01fe1871</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_VERSION_DEFAULT</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gacf15d8ae6e023b950943a9f6b7fd8c9e</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_IS_REQUEST</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gaa9a2544392c121a7ff4e8ae169e8484f</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_IS_RESPONSE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga52f49cde166aaca9f848361cb596f259</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga90c3419edd3fe5e9a628b80f5f35f2a1</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_AS_RESPONSE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gac6f99e8cdc194ef64689b46cb1a35742</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_AS_REQUEST</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gac831236cab706205d058e4428904b113</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_CODE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gaca2eee1f3f53fb4ca5f80250a2cb92df</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_RESPONSE_PHRASE</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga651d0e661c88033b07a8a29cce10f1be</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_REQUEST_METHOD</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gafee4f7e440362a26739ee31806556213</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_REQUEST_URL</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga3e3bdb1f4760ed4bda3ddeb780c0f653</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_CONTENT_LENGTH</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gab9825bef1b6278ceb242885043b2c177</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_CONTENT</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga57bcc0247fdfdc73b73a1655780a7129</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_MESSAGE_HAS_CONTENT</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga365e5ba009877617b1cdf3d183bb1fd9</anchor>
+ <arglist>(self)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_message_t *</type>
+ <name>thttp_message_create</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga3fad120325a24fcdab2c8a1aac655b84</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_request_t *</type>
+ <name>thttp_request_create</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gaa65be3fa6b585652c98594734b64efa8</anchor>
+ <arglist>(const char *method, const thttp_url_t *url)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_response_t *</type>
+ <name>thttp_response_create</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga07f948cc1371f453a96c01a57dc0adbb</anchor>
+ <arglist>(const thttp_request_t *request, short status_code, const char *reason_phrase)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_add_header</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga0067f283164eb98c6850328b39d5ff26</anchor>
+ <arglist>(thttp_message_t *self, const thttp_header_t *hdr)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_add_headers</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga9d772552b9a892b718f0fd8aff3b86b2</anchor>
+ <arglist>(thttp_message_t *self, const thttp_headers_L_t *headers)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_add_content</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga0fbe5b273002fc7b0bfaa4ce306508af</anchor>
+ <arglist>(thttp_message_t *self, const char *content_type, const void *content, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_append_content</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gada8275938d66a7f7c77a18b40dae685e</anchor>
+ <arglist>(thttp_message_t *self, const void *content, tsk_size_t size)</arglist>
+ </member>
+ <member kind="function">
+ <type>const thttp_header_t *</type>
+ <name>thttp_message_get_headerAt</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gacc210783cfa8c4f937430dd1f2508611</anchor>
+ <arglist>(const thttp_message_t *self, thttp_header_type_t type, tsk_size_t index)</arglist>
+ </member>
+ <member kind="function">
+ <type>const thttp_header_t *</type>
+ <name>thttp_message_get_header</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga423b5655de3f4ddff2a05a259ad7557f</anchor>
+ <arglist>(const thttp_message_t *self, thttp_header_type_t type)</arglist>
+ </member>
+ <member kind="function">
+ <type>const thttp_header_t *</type>
+ <name>thttp_message_get_headerByName</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gadbe0434124bf2f50b12fdba10a44fb2b</anchor>
+ <arglist>(const thttp_message_t *self, const char *name)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_message_serialize</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga3f87c7ab7eb5bb730f5b153fcc1dc1c0</anchor>
+ <arglist>(const thttp_message_t *self, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>char *</type>
+ <name>thttp_message_tostring</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga58993e3fc64c1116997758f6c4e468d1</anchor>
+ <arglist>(const thttp_message_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_request_t *</type>
+ <name>thttp_request_new</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>ga5dcd151de1e0ad4aec5e5212a506b889</anchor>
+ <arglist>(const char *method, const thttp_url_t *request_url)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_response_t *</type>
+ <name>thttp_response_new</name>
+ <anchorfile>group__thttp__message__group.html</anchorfile>
+ <anchor>gac011c57f8bd07ed2662bbc71b6e44a62</anchor>
+ <arglist>(short status_code, const char *reason_phrase, const thttp_request_t *request)</arglist>
+ </member>
+ </compound>
+ <compound kind="group">
+ <name>thttp_session_group</name>
+ <title>HTTP Session</title>
+ <filename>group__thttp__session__group.html</filename>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_OPTION</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga3b48b30caffdca4b22831e6beb10a196</anchor>
+ <arglist>(ID_ENUM, VALUE_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_CRED</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>gaeeccefade84db508310850d9d0f6d368</anchor>
+ <arglist>(USERNAME_STR, PASSWORD_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_HEADER</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga5ed06de61a21d4c422e4ec5d56ff121d</anchor>
+ <arglist>(NAME_STR, VALUE_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_UNSET_HEADER</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga4c820f1027fb3479cfb4bf5d7dbf56fb</anchor>
+ <arglist>(NAME_STR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_USERDATA</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga6252a61755fc2f58722844795ee98938</anchor>
+ <arglist>(USERDATA_PTR)</arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>THTTP_SESSION_SET_NULL</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>gad00fd2b6fdfc9f0fe5001aee6fbfdff7</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_session_handle_t *</type>
+ <name>thttp_session_create</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga4ea39662c02afa5c56439c4f087511e9</anchor>
+ <arglist>(const thttp_stack_handle_t *stack,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_session_set</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>gad32c0f75635447af16a761bdab0b89bc</anchor>
+ <arglist>(thttp_session_handle_t *self,...)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_session_id_t</type>
+ <name>thttp_session_get_id</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga183dab1dec59d010e2efa1be4809e3c0</anchor>
+ <arglist>(const thttp_session_handle_t *self)</arglist>
+ </member>
+ <member kind="function">
+ <type>const void *</type>
+ <name>thttp_session_get_userdata</name>
+ <anchorfile>group__thttp__session__group.html</anchorfile>
+ <anchor>ga0f457e2b4f3d1cc43074230a174cca81</anchor>
+ <arglist>(const thttp_session_handle_t *self)</arglist>
+ </member>
+ </compound>
+ <compound kind="group">
+ <name>thttp_url_group</name>
+ <title>HTTP/HTTPS URL</title>
+ <filename>group__thttp__url__group.html</filename>
+ <member kind="function">
+ <type>thttp_url_t *</type>
+ <name>thttp_url_parse</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga2204b5747836c64bea185be649ce1470</anchor>
+ <arglist>(const char *urlstring, tsk_size_t length)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_url_t *</type>
+ <name>thttp_url_create</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga3326c658c6aa66b70472a129190a8f27</anchor>
+ <arglist>(thttp_url_type_t type)</arglist>
+ </member>
+ <member kind="function">
+ <type>int</type>
+ <name>thttp_url_serialize</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga9b7274dffec6932a2851513b865226b8</anchor>
+ <arglist>(const thttp_url_t *url, tsk_buffer_t *output)</arglist>
+ </member>
+ <member kind="function">
+ <type>char *</type>
+ <name>thttp_url_tostring</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>gadc56e46c5df2f68f9a359d65f566904e</anchor>
+ <arglist>(const thttp_url_t *url)</arglist>
+ </member>
+ <member kind="function">
+ <type>thttp_url_t *</type>
+ <name>thttp_url_clone</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>ga164927101cd3c02cd641e1bea51b836a</anchor>
+ <arglist>(const thttp_url_t *url)</arglist>
+ </member>
+ <member kind="function">
+ <type>tsk_bool_t</type>
+ <name>thttp_url_isvalid</name>
+ <anchorfile>group__thttp__url__group.html</anchorfile>
+ <anchor>gabec149e64b6b9adffc609190be8c9c33</anchor>
+ <arglist>(const char *urlstring)</arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_action_s</name>
+ <filename>structthttp__action__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_OBJECT</name>
+ <anchorfile>structthttp__action__s.html</anchorfile>
+ <anchor>a6cb2c811d40d14ceb34bd3b2e7dc5e6a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_action_type_t</type>
+ <name>type</name>
+ <anchorfile>structthttp__action__s.html</anchorfile>
+ <anchor>a9c8cae4b4529140c71b1b2afb27817ff</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>const char *</type>
+ <name>url</name>
+ <anchorfile>structthttp__action__s.html</anchorfile>
+ <anchor>aec657bef26e5ff27b9442563a591d9ec</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>const char *</type>
+ <name>method</name>
+ <anchorfile>structthttp__action__s.html</anchorfile>
+ <anchor>a8b44a03925325ceaf2de7b079b1541a1</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_options_L_t *</type>
+ <name>options</name>
+ <anchorfile>structthttp__action__s.html</anchorfile>
+ <anchor>af5b6cc93a0b124046788312d128c9754</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_params_L_t *</type>
+ <name>headers</name>
+ <anchorfile>structthttp__action__s.html</anchorfile>
+ <anchor>a3dde1aa67335fc69f6d10612ec3652e5</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_buffer_t *</type>
+ <name>payload</name>
+ <anchorfile>structthttp__action__s.html</anchorfile>
+ <anchor>ac049a2d3c61157a2bf049e5fcbd927af</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_challenge_s</name>
+ <filename>structthttp__challenge__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_OBJECT</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>a6cb2c811d40d14ceb34bd3b2e7dc5e6a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_bool_t</type>
+ <name>isproxy</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>a5d83b60ca32847b481dfe71ab729913f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>scheme</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>ac386fe0902e2c7802ee782d8aaca75e5</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>realm</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>a78e609bc32bd5a9820209fe62b39963f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>nonce</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>a814af5af8d9ea73885c8216c0e547e2a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>opaque</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>adb63a38cb2e704dc0d28907cc4f956f1</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>algorithm</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>a76c514e8785ea8be81ca07a2a8438eea</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>const char *</type>
+ <name>qop</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>a842bcfd3b1ed80eae2773a121e6e29fd</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_md5string_t</type>
+ <name>cnonce</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>aa4216ef6fabd48adb79b7057ac02ed12</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>unsigned</type>
+ <name>nc</name>
+ <anchorfile>structthttp__challenge__s.html</anchorfile>
+ <anchor>aef55cf6d0fb0daedf7050d8f3af6cbf0</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_dialog_s</name>
+ <filename>structthttp__dialog__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_OBJECT</name>
+ <anchorfile>structthttp__dialog__s.html</anchorfile>
+ <anchor>a6cb2c811d40d14ceb34bd3b2e7dc5e6a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_dialog_id_t</type>
+ <name>id</name>
+ <anchorfile>structthttp__dialog__s.html</anchorfile>
+ <anchor>a176867df914b58b1c9386bb39cec2d9f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>uint64_t</type>
+ <name>timestamp</name>
+ <anchorfile>structthttp__dialog__s.html</anchorfile>
+ <anchor>a465bef81f6478756e5443025b1f2ddfa</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_fsm_t *</type>
+ <name>fsm</name>
+ <anchorfile>structthttp__dialog__s.html</anchorfile>
+ <anchor>a0cc2337becbdef2e7ea539f61019fdbd</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_buffer_t *</type>
+ <name>buf</name>
+ <anchorfile>structthttp__dialog__s.html</anchorfile>
+ <anchor>a5a7a25cfb97b3a5f42c044bedbeb6f77</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>struct thttp_session_s *</type>
+ <name>session</name>
+ <anchorfile>structthttp__dialog__s.html</anchorfile>
+ <anchor>ac63b8d9ecd3c8f8285253ac68118143b</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>struct thttp_action_s *</type>
+ <name>action</name>
+ <anchorfile>structthttp__dialog__s.html</anchorfile>
+ <anchor>a08a6ff5782503236f0997fba1f5b2114</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_bool_t</type>
+ <name>answered</name>
+ <anchorfile>structthttp__dialog__s.html</anchorfile>
+ <anchor>aa64370d30fb5dc136542677833fe57f0</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_event_s</name>
+ <filename>structthttp__event__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_OBJECT</name>
+ <anchorfile>structthttp__event__s.html</anchorfile>
+ <anchor>a6cb2c811d40d14ceb34bd3b2e7dc5e6a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_event_type_t</type>
+ <name>type</name>
+ <anchorfile>structthttp__event__s.html</anchorfile>
+ <anchor>add778238f719d384de831d0fc439c2b4</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>const thttp_session_handle_t *</type>
+ <name>session</name>
+ <anchorfile>structthttp__event__s.html</anchorfile>
+ <anchor>a3b381f4a3c8fca00afee8d8e0a6438ef</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>description</name>
+ <anchorfile>structthttp__event__s.html</anchorfile>
+ <anchor>a8444d6e0dfe2bbab0b5e7b24308f1559</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>struct thttp_message_s *</type>
+ <name>message</name>
+ <anchorfile>structthttp__event__s.html</anchorfile>
+ <anchor>aef824d18448deffcebe4655882856da5</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_header_Authorization_s</name>
+ <filename>structthttp__header___authorization__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>THTTP_DECLARE_HEADER</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>a54cf1e6c501a1773be1a8cffaf0aa865</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>scheme</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>ac386fe0902e2c7802ee782d8aaca75e5</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>username</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>a9b20c006bd90a09e1465fb668700e81d</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>realm</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>a78e609bc32bd5a9820209fe62b39963f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>nonce</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>a814af5af8d9ea73885c8216c0e547e2a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>uri</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>af98b83cec5342c54027dd92f7357d6e6</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>response</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>a11373f02c42587a1853ad6c8be5fe10e</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>algorithm</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>a76c514e8785ea8be81ca07a2a8438eea</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>cnonce</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>a3c0cf27b692a0e4435f63d1a208dddd6</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>opaque</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>adb63a38cb2e704dc0d28907cc4f956f1</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>qop</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>aa0f49f0469dc77817dad52c9f98b1892</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>nc</name>
+ <anchorfile>structthttp__header___authorization__s.html</anchorfile>
+ <anchor>a274cafeb5e5151166584be1d8c8e80e3</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_header_Content_Length_s</name>
+ <filename>structthttp__header___content___length__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>THTTP_DECLARE_HEADER</name>
+ <anchorfile>structthttp__header___content___length__s.html</anchorfile>
+ <anchor>a54cf1e6c501a1773be1a8cffaf0aa865</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>uint32_t</type>
+ <name>length</name>
+ <anchorfile>structthttp__header___content___length__s.html</anchorfile>
+ <anchor>aebb70c2aab3407a9f05334c47131a43b</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_header_Content_Type_s</name>
+ <filename>structthttp__header___content___type__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>THTTP_DECLARE_HEADER</name>
+ <anchorfile>structthttp__header___content___type__s.html</anchorfile>
+ <anchor>a54cf1e6c501a1773be1a8cffaf0aa865</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>type</name>
+ <anchorfile>structthttp__header___content___type__s.html</anchorfile>
+ <anchor>a23506fc4821ab6d9671f3e6222591a96</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_header_Dummy_s</name>
+ <filename>structthttp__header___dummy__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>THTTP_DECLARE_HEADER</name>
+ <anchorfile>structthttp__header___dummy__s.html</anchorfile>
+ <anchor>a54cf1e6c501a1773be1a8cffaf0aa865</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>name</name>
+ <anchorfile>structthttp__header___dummy__s.html</anchorfile>
+ <anchor>a5ac083a645d964373f022d03df4849c8</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>value</name>
+ <anchorfile>structthttp__header___dummy__s.html</anchorfile>
+ <anchor>a4e9aec275e566b978a3ccb4e043d8c61</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_header_ETag_s</name>
+ <filename>structthttp__header___e_tag__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>THTTP_DECLARE_HEADER</name>
+ <anchorfile>structthttp__header___e_tag__s.html</anchorfile>
+ <anchor>a54cf1e6c501a1773be1a8cffaf0aa865</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>value</name>
+ <anchorfile>structthttp__header___e_tag__s.html</anchorfile>
+ <anchor>a4e9aec275e566b978a3ccb4e043d8c61</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_bool_t</type>
+ <name>isWeak</name>
+ <anchorfile>structthttp__header___e_tag__s.html</anchorfile>
+ <anchor>a3a38986ca9f298cc1abb518762e5b4bd</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_header_s</name>
+ <filename>structthttp__header__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_OBJECT</name>
+ <anchorfile>structthttp__header__s.html</anchorfile>
+ <anchor>a6cb2c811d40d14ceb34bd3b2e7dc5e6a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_header_type_t</type>
+ <name>type</name>
+ <anchorfile>structthttp__header__s.html</anchorfile>
+ <anchor>a223b05b90b639020d5f35f1974099327</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_header_value_tostring_f</type>
+ <name>tostring</name>
+ <anchorfile>structthttp__header__s.html</anchorfile>
+ <anchor>aad81e5d2c11ec9fef889b7eb8542c52b</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_params_L_t *</type>
+ <name>params</name>
+ <anchorfile>structthttp__header__s.html</anchorfile>
+ <anchor>a224e951a121249c4cd0d2356d3cce567</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_header_Transfer_Encoding_s</name>
+ <filename>structthttp__header___transfer___encoding__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>THTTP_DECLARE_HEADER</name>
+ <anchorfile>structthttp__header___transfer___encoding__s.html</anchorfile>
+ <anchor>a54cf1e6c501a1773be1a8cffaf0aa865</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>encoding</name>
+ <anchorfile>structthttp__header___transfer___encoding__s.html</anchorfile>
+ <anchor>abfd0452ce0a5ba319ea4d624dc209250</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_header_WWW_Authenticate_s</name>
+ <filename>structthttp__header___w_w_w___authenticate__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>THTTP_DECLARE_HEADER</name>
+ <anchorfile>structthttp__header___w_w_w___authenticate__s.html</anchorfile>
+ <anchor>a54cf1e6c501a1773be1a8cffaf0aa865</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>scheme</name>
+ <anchorfile>structthttp__header___w_w_w___authenticate__s.html</anchorfile>
+ <anchor>ac386fe0902e2c7802ee782d8aaca75e5</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>realm</name>
+ <anchorfile>structthttp__header___w_w_w___authenticate__s.html</anchorfile>
+ <anchor>a78e609bc32bd5a9820209fe62b39963f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>domain</name>
+ <anchorfile>structthttp__header___w_w_w___authenticate__s.html</anchorfile>
+ <anchor>ac7098a8cde5110cd169c9958dca2d4d0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>nonce</name>
+ <anchorfile>structthttp__header___w_w_w___authenticate__s.html</anchorfile>
+ <anchor>a814af5af8d9ea73885c8216c0e547e2a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>opaque</name>
+ <anchorfile>structthttp__header___w_w_w___authenticate__s.html</anchorfile>
+ <anchor>adb63a38cb2e704dc0d28907cc4f956f1</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_bool_t</type>
+ <name>stale</name>
+ <anchorfile>structthttp__header___w_w_w___authenticate__s.html</anchorfile>
+ <anchor>aa2a796ee3134061f458712d1066d938c</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>algorithm</name>
+ <anchorfile>structthttp__header___w_w_w___authenticate__s.html</anchorfile>
+ <anchor>a76c514e8785ea8be81ca07a2a8438eea</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>qop</name>
+ <anchorfile>structthttp__header___w_w_w___authenticate__s.html</anchorfile>
+ <anchor>aa0f49f0469dc77817dad52c9f98b1892</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_message_s</name>
+ <filename>structthttp__message__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_OBJECT</name>
+ <anchorfile>structthttp__message__s.html</anchorfile>
+ <anchor>a6cb2c811d40d14ceb34bd3b2e7dc5e6a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>http_version</name>
+ <anchorfile>structthttp__message__s.html</anchorfile>
+ <anchor>aa91778dc72b55de92098694627097b76</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_message_type_t</type>
+ <name>type</name>
+ <anchorfile>structthttp__message__s.html</anchorfile>
+ <anchor>ad23686d7e996aee3038028014f0667c2</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>union thttp_message_s::@1</type>
+ <name>line</name>
+ <anchorfile>structthttp__message__s.html</anchorfile>
+ <anchor>a0cc007d506cba250d7b1ff9265a3df15</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>struct thttp_message_s::@1::@2</type>
+ <name>request</name>
+ <anchorfile>unionthttp__message__s_1_1@1.html</anchorfile>
+ <anchor>a4809242002ade00dae60a933658bb6ee</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>method</name>
+ <anchorfile>structthttp__message__s_1_1@1_1_1@2.html</anchorfile>
+ <anchor>aca2544ecce27ac7a7e973d466c3a8fd4</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_url_t *</type>
+ <name>url</name>
+ <anchorfile>structthttp__message__s_1_1@1_1_1@2.html</anchorfile>
+ <anchor>af654eb7c68f01c8b20b7212663995f7f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>struct thttp_message_s::@1::@3</type>
+ <name>response</name>
+ <anchorfile>unionthttp__message__s_1_1@1.html</anchorfile>
+ <anchor>a6f0a95c62e035f77fd6594a32c7656bf</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>short</type>
+ <name>status_code</name>
+ <anchorfile>structthttp__message__s_1_1@1_1_1@3.html</anchorfile>
+ <anchor>a88f8987abe9732d27f636e6d35f5637e</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>reason_phrase</name>
+ <anchorfile>structthttp__message__s_1_1@1_1_1@3.html</anchorfile>
+ <anchor>a18bf51f0b416cc27103a7a47db3442de</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_header_Content_Type_t *</type>
+ <name>Content_Type</name>
+ <anchorfile>structthttp__message__s.html</anchorfile>
+ <anchor>a5cb03e4c98a8e65d00f2972198cefbc1</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_header_Content_Length_t *</type>
+ <name>Content_Length</name>
+ <anchorfile>structthttp__message__s.html</anchorfile>
+ <anchor>af5f22bec3c5f03a92fdff64f0fe8f0e6</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_buffer_t *</type>
+ <name>Content</name>
+ <anchorfile>structthttp__message__s.html</anchorfile>
+ <anchor>addeaa2a4d824a2357757fc6871bc1089</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_headers_L_t *</type>
+ <name>headers</name>
+ <anchorfile>structthttp__message__s.html</anchorfile>
+ <anchor>a08ec919af0234be02136ae14c56f1f19</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_session_s</name>
+ <filename>structthttp__session__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_OBJECT</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>a6cb2c811d40d14ceb34bd3b2e7dc5e6a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_session_id_t</type>
+ <name>id</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>a7f20b720ff6bde879723258ada96eddd</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>struct thttp_stack_s *</type>
+ <name>stack</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>a7004efb524ffe11cdbd0e9ac3360abb6</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>const void *</type>
+ <name>userdata</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>a2aa76a7bfd06a16154eccdd30d6f6393</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_options_L_t *</type>
+ <name>options</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>af5b6cc93a0b124046788312d128c9754</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_params_L_t *</type>
+ <name>headers</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>a3dde1aa67335fc69f6d10612ec3652e5</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tnet_fd_t</type>
+ <name>fd</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>a89776c821e7cb62a4acac46798a84137</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_challenges_L_t *</type>
+ <name>challenges</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>aa1cb22349d59d6e9afaa1afb15716ef0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_dialogs_L_t *</type>
+ <name>dialogs</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>a2d591ef8f0d5990d7bfa377c48c1a0bc</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>struct thttp_session_s::@4</type>
+ <name>cred</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>ae617255706678a02d7aaf7198c3c1787</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>usename</name>
+ <anchorfile>structthttp__session__s_1_1@4.html</anchorfile>
+ <anchor>ac5a5d5f31fad8ad1a4a7d1fa2186c598</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>password</name>
+ <anchorfile>structthttp__session__s_1_1@4.html</anchorfile>
+ <anchor>a59460a3ff2c12443d1022e5cc0fba85c</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_SAFEOBJ</name>
+ <anchorfile>structthttp__session__s.html</anchorfile>
+ <anchor>a9818e976fd73889027b42c32d628169f</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_stack_s</name>
+ <filename>structthttp__stack__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_OBJECT</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>a6cb2c811d40d14ceb34bd3b2e7dc5e6a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tsk_bool_t</type>
+ <name>started</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>a3e87319b1ebccbd0529514c298ec4fe2</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_stack_callback_f</type>
+ <name>callback</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>ab156f92e27ec8892a3e4fb8e8bebeda2</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>local_ip</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>a39812ff38e55c55387e819985e9f0d20</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>int</type>
+ <name>local_port</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>a009e2d58737d2223ce009dc0631e65dc</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>tnet_transport_t *</type>
+ <name>transport</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>a4fe87d83913e898af8fe8e673f40b092</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>struct thttp_stack_s::@0</type>
+ <name>tls</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>a5065093a1d213d93d0ba91d114478b91</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>ca</name>
+ <anchorfile>structthttp__stack__s_1_1@0.html</anchorfile>
+ <anchor>aed75f3bb30e712d0a8ca4e18ac0d1582</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>pbk</name>
+ <anchorfile>structthttp__stack__s_1_1@0.html</anchorfile>
+ <anchor>a2bc102c261f5f1170825a6d7bfd11783</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>pvk</name>
+ <anchorfile>structthttp__stack__s_1_1@0.html</anchorfile>
+ <anchor>a7b558b120c654899dda385dd65db4c57</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_sessions_L_t *</type>
+ <name>sessions</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>a17cea6f5781e9952e1aab5f69e9cd00f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>const void *</type>
+ <name>userdata</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>a2aa76a7bfd06a16154eccdd30d6f6393</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_SAFEOBJ</name>
+ <anchorfile>structthttp__stack__s.html</anchorfile>
+ <anchor>a9818e976fd73889027b42c32d628169f</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_url_s</name>
+ <filename>structthttp__url__s.html</filename>
+ <member kind="variable">
+ <type></type>
+ <name>TSK_DECLARE_OBJECT</name>
+ <anchorfile>structthttp__url__s.html</anchorfile>
+ <anchor>a6cb2c811d40d14ceb34bd3b2e7dc5e6a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_url_type_t</type>
+ <name>type</name>
+ <anchorfile>structthttp__url__s.html</anchorfile>
+ <anchor>ac7445e1a58ebd7a61b6f9568df2a83e2</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>scheme</name>
+ <anchorfile>structthttp__url__s.html</anchorfile>
+ <anchor>ac386fe0902e2c7802ee782d8aaca75e5</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>host</name>
+ <anchorfile>structthttp__url__s.html</anchorfile>
+ <anchor>a1c2046dcb30a629d6d9f45ff8f403f12</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>hpath</name>
+ <anchorfile>structthttp__url__s.html</anchorfile>
+ <anchor>a5cb6d370959d3bf66de95a2ed31e5ad9</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>char *</type>
+ <name>search</name>
+ <anchorfile>structthttp__url__s.html</anchorfile>
+ <anchor>aad4b53dc2fef51a522ec724c45532afb</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>thttp_host_type_t</type>
+ <name>host_type</name>
+ <anchorfile>structthttp__url__s.html</anchorfile>
+ <anchor>a90c770b993bc162c6d29b1e07e518846</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>uint16_t</type>
+ <name>port</name>
+ <anchorfile>structthttp__url__s.html</anchorfile>
+ <anchor>a8e0798404bf2cf5dabb84c5ba9a4f236</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>thttp_url_t</name>
+ <filename>structthttp__url__t.html</filename>
+ </compound>
+</tagfile>
diff --git a/tinyHTTP/tinyHTTP.vcproj b/tinyHTTP/tinyHTTP.vcproj
new file mode 100644
index 0000000..ef863b8
--- /dev/null
+++ b/tinyHTTP/tinyHTTP.vcproj
@@ -0,0 +1,524 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="tinyHTTP"
+ ProjectGUID="{B3E45009-C7C3-4090-837C-2D30C9058443}"
+ RootNamespace="tinyHTTP"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\thirdparties\win32\include;..\tinyHTTP\include;..\tinySAK\src;..\tinyNET\src"
+ PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYHTTP_EXPORTS;_WIN32_WINNT 0x0501"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinyNET.lib"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="&quot;..\thirdparties\win32\include&quot;;&quot;..\tinyHTTP\include&quot;;&quot;..\tinySAK\src&quot;;&quot;..\tinyNET\src&quot;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYHTTP_EXPORTS"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinyNET.lib"
+ LinkIncremental="1"
+ IgnoreDefaultLibraryNames="MSVCRTD"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="source(*.c)"
+ >
+ <File
+ RelativePath=".\src\thttp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\thttp_action.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\thttp_dialog.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\thttp_event.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\thttp_message.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\thttp_proxy_node_plugin.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\thttp_session.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\thttp_url.c"
+ >
+ </File>
+ <Filter
+ Name="auth"
+ >
+ <File
+ RelativePath=".\src\auth\thttp_auth.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\auth\thttp_challenge.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="headers"
+ >
+ <File
+ RelativePath=".\src\headers\thttp_header.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_Authorization.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_Content_Length.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_Content_Type.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_Dummy.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_ETag.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Accept.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Key.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Protocol.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Version.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_Transfer_Encoding.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\thttp_header_WWW_Authenticate.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="parsers"
+ >
+ <File
+ RelativePath=".\src\parsers\thttp_parser_header.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\parsers\thttp_parser_message.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\parsers\thttp_parser_url.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="include(*.h)"
+ >
+ <File
+ RelativePath=".\include\thttp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\thttp_action.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\thttp_dialog.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\thttp_event.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\thttp_message.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyhttp\thttp_proxy_node_plugin.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\thttp_session.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\thttp_url.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyhttp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyhttp_config.h"
+ >
+ </File>
+ <Filter
+ Name="auth"
+ >
+ <File
+ RelativePath=".\include\tinyHTTP\auth\thttp_auth.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\auth\thttp_challenge.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="headers"
+ >
+ <File
+ RelativePath=".\include\tinyHTTP\headers\thttp_header.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\headers\thttp_header_Authorization.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\headers\thttp_header_Content_Length.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\headers\thttp_header_Content_Type.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\headers\thttp_header_Dummy.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\headers\thttp_header_ETag.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Accept.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Key.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Protocol.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Version.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\headers\thttp_header_Transfer_Encoding.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\headers\thttp_header_WWW_Authenticate.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="parsers"
+ >
+ <File
+ RelativePath=".\include\tinyHTTP\parsers\thttp_parser_header.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\parsers\thttp_parser_message.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyHTTP\parsers\thttp_parser_url.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="abnf(*.abnf)"
+ >
+ <File
+ RelativePath=".\abnf\http.abnf"
+ >
+ </File>
+ <File
+ RelativePath=".\abnf\httpauth.abnf"
+ >
+ </File>
+ <File
+ RelativePath=".\abnf\uri.abnf"
+ >
+ </File>
+ <File
+ RelativePath=".\abnf\ws.abnf"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="ragel(*.rl)"
+ >
+ <File
+ RelativePath=".\ragel\thttp_machine_header.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_machine_message.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_machine_utils.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_machine_ws.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_Authorization.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_Content_Length.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_Content_Type.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_Dummy.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_ETag.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Accept.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Key.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Protocol.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Version.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_Transfer_Encoding.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_header_WWW_Authenticate.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_message.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\thttp_parser_url.rl"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="resources(*.rc)"
+ >
+ <File
+ RelativePath=".\version.rc"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/tinyHTTP/version.rc b/tinyHTTP/version.rc
new file mode 100644
index 0000000..951fb92
--- /dev/null
+++ b/tinyHTTP/version.rc
@@ -0,0 +1,102 @@
+// Microsoft Visual C++ generated resource script.
+//
+// #include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 2.0.0.1156
+ PRODUCTVERSION 2.0.0.1156
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "Doubango telecom"
+ VALUE "FileDescription", "Doubango IMS Framework"
+ VALUE "FileVersion", "2.0.0.1156"
+ VALUE "InternalName", "tinyhttp.dll"
+ VALUE "LegalCopyright", "(c) 2010-2013 Doubango Telecom. All rights reserved."
+ VALUE "OriginalFilename", "tinyhttp.dll"
+ VALUE "ProductName", "Doubango IMS Framework"
+ VALUE "ProductVersion", "2.0.0.1156"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/tinyHTTP/winrt/tinyHTTP.sln b/tinyHTTP/winrt/tinyHTTP.sln
new file mode 100644
index 0000000..1757188
--- /dev/null
+++ b/tinyHTTP/winrt/tinyHTTP.sln
@@ -0,0 +1,53 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows Phone
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyHTTP", "tinyHTTP.vcxproj", "{1A27423C-6535-4A49-96EC-5D209FE125F2}"
+ ProjectSection(ProjectDependencies) = postProject
+ {19279F5B-CDAF-4187-9F09-2A896A828B05} = {19279F5B-CDAF-4187-9F09-2A896A828B05}
+ {06E58F9D-28A1-4DD4-AF11-2F5239222CCC} = {06E58F9D-28A1-4DD4-AF11-2F5239222CCC}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyNET", "..\..\tinyNET\winrt\tinyNET.vcxproj", "{06E58F9D-28A1-4DD4-AF11-2F5239222CCC}"
+ ProjectSection(ProjectDependencies) = postProject
+ {19279F5B-CDAF-4187-9F09-2A896A828B05} = {19279F5B-CDAF-4187-9F09-2A896A828B05}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinySAK", "..\..\tinySAK\winrt\tinySAK.vcxproj", "{19279F5B-CDAF-4187-9F09-2A896A828B05}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|ARM = Debug|ARM
+ Debug|Win32 = Debug|Win32
+ Release|ARM = Release|ARM
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {1A27423C-6535-4A49-96EC-5D209FE125F2}.Debug|ARM.ActiveCfg = Debug|ARM
+ {1A27423C-6535-4A49-96EC-5D209FE125F2}.Debug|ARM.Build.0 = Debug|ARM
+ {1A27423C-6535-4A49-96EC-5D209FE125F2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {1A27423C-6535-4A49-96EC-5D209FE125F2}.Debug|Win32.Build.0 = Debug|Win32
+ {1A27423C-6535-4A49-96EC-5D209FE125F2}.Release|ARM.ActiveCfg = Release|ARM
+ {1A27423C-6535-4A49-96EC-5D209FE125F2}.Release|ARM.Build.0 = Release|ARM
+ {1A27423C-6535-4A49-96EC-5D209FE125F2}.Release|Win32.ActiveCfg = Release|Win32
+ {1A27423C-6535-4A49-96EC-5D209FE125F2}.Release|Win32.Build.0 = Release|Win32
+ {06E58F9D-28A1-4DD4-AF11-2F5239222CCC}.Debug|ARM.ActiveCfg = Debug|ARM
+ {06E58F9D-28A1-4DD4-AF11-2F5239222CCC}.Debug|ARM.Build.0 = Debug|ARM
+ {06E58F9D-28A1-4DD4-AF11-2F5239222CCC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {06E58F9D-28A1-4DD4-AF11-2F5239222CCC}.Debug|Win32.Build.0 = Debug|Win32
+ {06E58F9D-28A1-4DD4-AF11-2F5239222CCC}.Release|ARM.ActiveCfg = Release|ARM
+ {06E58F9D-28A1-4DD4-AF11-2F5239222CCC}.Release|ARM.Build.0 = Release|ARM
+ {06E58F9D-28A1-4DD4-AF11-2F5239222CCC}.Release|Win32.ActiveCfg = Release|Win32
+ {06E58F9D-28A1-4DD4-AF11-2F5239222CCC}.Release|Win32.Build.0 = Release|Win32
+ {19279F5B-CDAF-4187-9F09-2A896A828B05}.Debug|ARM.ActiveCfg = Debug|ARM
+ {19279F5B-CDAF-4187-9F09-2A896A828B05}.Debug|ARM.Build.0 = Debug|ARM
+ {19279F5B-CDAF-4187-9F09-2A896A828B05}.Debug|Win32.ActiveCfg = Debug|Win32
+ {19279F5B-CDAF-4187-9F09-2A896A828B05}.Debug|Win32.Build.0 = Debug|Win32
+ {19279F5B-CDAF-4187-9F09-2A896A828B05}.Release|ARM.ActiveCfg = Release|ARM
+ {19279F5B-CDAF-4187-9F09-2A896A828B05}.Release|ARM.Build.0 = Release|ARM
+ {19279F5B-CDAF-4187-9F09-2A896A828B05}.Release|Win32.ActiveCfg = Release|Win32
+ {19279F5B-CDAF-4187-9F09-2A896A828B05}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/tinyHTTP/winrt/tinyHTTP.vcxproj b/tinyHTTP/winrt/tinyHTTP.vcxproj
new file mode 100644
index 0000000..f00f7ba
--- /dev/null
+++ b/tinyHTTP/winrt/tinyHTTP.vcxproj
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|ARM">
+ <Configuration>Debug</Configuration>
+ <Platform>ARM</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|ARM">
+ <Configuration>Release</Configuration>
+ <Platform>ARM</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{1a27423c-6535-4a49-96ec-5d209fe125f2}</ProjectGuid>
+ <RootNamespace>tinyHTTP</RootNamespace>
+ <DefaultLanguage>en-US</DefaultLanguage>
+ <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v110_wp80</PlatformToolset>
+ <IgnoreImportLibrary>false</IgnoreImportLibrary>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v110_wp80</PlatformToolset>
+ <IgnoreImportLibrary>false</IgnoreImportLibrary>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <PlatformToolset>v110_wp80</PlatformToolset>
+ <IgnoreImportLibrary>false</IgnoreImportLibrary>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <PlatformToolset>v110_wp80</PlatformToolset>
+ <IgnoreImportLibrary>false</IgnoreImportLibrary>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <GenerateManifest>false</GenerateManifest>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <OutDir>$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\</OutDir>
+ <IntDir>$(Platform)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <OutDir>$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\</OutDir>
+ <IntDir>$(Platform)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
+ <OutDir>$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\</OutDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
+ <OutDir>$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\</OutDir>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <PreprocessorDefinitions>_USRDLL;DEBUG_LEVEL=DEBUG_LEVEL_INFO;TINYHTTP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <PrecompiledHeaderFile>
+ </PrecompiledHeaderFile>
+ <CompileAsWinRT>false</CompileAsWinRT>
+ <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
+ <AdditionalIncludeDirectories>..\..\thirdparties\winrt\include;..\..\tinyHTTP\include;..\..\tinySAK\src;..\..\tinyNET\src</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
+ <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <AdditionalDependencies>"$(SolutionDir)$(Configuration)\tinySAK\tinySAK.lib";"$(SolutionDir)$(Configuration)\tinyNET\tinyNET.lib";%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <PreprocessorDefinitions>_USRDLL;DEBUG_LEVEL=DEBUG_LEVEL_INFO;TINYHTTP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
+ <CompileAsWinRT>false</CompileAsWinRT>
+ <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
+ <AdditionalIncludeDirectories>..\..\thirdparties\winrt\include;..\..\tinyHTTP\include;..\..\tinySAK\src;..\..\tinyNET\src</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
+ <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <AdditionalDependencies>"$(SolutionDir)$(Configuration)\tinySAK\tinySAK.lib";"$(SolutionDir)$(Configuration)\tinyNET\tinyNET.lib";%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
+ <ClCompile>
+ <PreprocessorDefinitions>_USRDLL;DEBUG_LEVEL=DEBUG_LEVEL_INFO;TINYHTTP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <PrecompiledHeaderFile>
+ </PrecompiledHeaderFile>
+ <CompileAsWinRT>false</CompileAsWinRT>
+ <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
+ <AdditionalIncludeDirectories>..\..\thirdparties\winrt\include;..\..\tinyHTTP\include;..\..\tinySAK\src;..\..\tinyNET\src</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
+ <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <AdditionalDependencies>"$(SolutionDir)$(Configuration)\tinySAK\tinySAK.lib";"$(SolutionDir)$(Configuration)\tinyNET\tinyNET.lib";%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
+ <ClCompile>
+ <PreprocessorDefinitions>_USRDLL;DEBUG_LEVEL=DEBUG_LEVEL_INFO;TINYHTTP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
+ <CompileAsWinRT>false</CompileAsWinRT>
+ <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
+ <AdditionalIncludeDirectories>..\..\thirdparties\winrt\include;..\..\tinyHTTP\include;..\..\tinySAK\src;..\..\tinyNET\src</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
+ <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <AdditionalDependencies>"$(SolutionDir)$(Configuration)\tinySAK\tinySAK.lib";"$(SolutionDir)$(Configuration)\tinyNET\tinyNET.lib";%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <Reference Include="Windows">
+ <IsWinMDFile>true</IsWinMDFile>
+ </Reference>
+ <Reference Include="platform.winmd">
+ <IsWinMDFile>true</IsWinMDFile>
+ <Private>false</Private>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\include\thttp.h" />
+ <ClInclude Include="..\include\tinyhttp.h" />
+ <ClInclude Include="..\include\tinyhttp\auth\thttp_auth.h" />
+ <ClInclude Include="..\include\tinyhttp\auth\thttp_challenge.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Authorization.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Content_Length.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Content_Type.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Dummy.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_ETag.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Accept.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Key.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Protocol.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Version.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Transfer_Encoding.h" />
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_WWW_Authenticate.h" />
+ <ClInclude Include="..\include\tinyhttp\parsers\thttp_parser_header.h" />
+ <ClInclude Include="..\include\tinyhttp\parsers\thttp_parser_message.h" />
+ <ClInclude Include="..\include\tinyhttp\parsers\thttp_parser_url.h" />
+ <ClInclude Include="..\include\tinyhttp\thttp_action.h" />
+ <ClInclude Include="..\include\tinyhttp\thttp_dialog.h" />
+ <ClInclude Include="..\include\tinyhttp\thttp_event.h" />
+ <ClInclude Include="..\include\tinyhttp\thttp_message.h" />
+ <ClInclude Include="..\include\tinyhttp\thttp_session.h" />
+ <ClInclude Include="..\include\tinyhttp\thttp_url.h" />
+ <ClInclude Include="..\include\tinyhttp_config.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\src\auth\thttp_auth.c" />
+ <ClCompile Include="..\src\auth\thttp_challenge.c" />
+ <ClCompile Include="..\src\headers\thttp_header.c" />
+ <ClCompile Include="..\src\headers\thttp_header_Authorization.c" />
+ <ClCompile Include="..\src\headers\thttp_header_Content_Length.c" />
+ <ClCompile Include="..\src\headers\thttp_header_Content_Type.c" />
+ <ClCompile Include="..\src\headers\thttp_header_Dummy.c" />
+ <ClCompile Include="..\src\headers\thttp_header_ETag.c" />
+ <ClCompile Include="..\src\headers\thttp_header_Sec_WebSocket_Accept.c" />
+ <ClCompile Include="..\src\headers\thttp_header_Sec_WebSocket_Key.c" />
+ <ClCompile Include="..\src\headers\thttp_header_Sec_WebSocket_Protocol.c" />
+ <ClCompile Include="..\src\headers\thttp_header_Sec_WebSocket_Version.c" />
+ <ClCompile Include="..\src\headers\thttp_header_Transfer_Encoding.c" />
+ <ClCompile Include="..\src\headers\thttp_header_WWW_Authenticate.c" />
+ <ClCompile Include="..\src\parsers\thttp_parser_header.c" />
+ <ClCompile Include="..\src\parsers\thttp_parser_message.c" />
+ <ClCompile Include="..\src\parsers\thttp_parser_url.c" />
+ <ClCompile Include="..\src\thttp.c" />
+ <ClCompile Include="..\src\thttp_action.c" />
+ <ClCompile Include="..\src\thttp_dialog.c" />
+ <ClCompile Include="..\src\thttp_event.c" />
+ <ClCompile Include="..\src\thttp_message.c" />
+ <ClCompile Include="..\src\thttp_session.c" />
+ <ClCompile Include="..\src\thttp_url.c" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsPhone\v$(TargetPlatformVersion)\Microsoft.Cpp.WindowsPhone.$(TargetPlatformVersion).targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file
diff --git a/tinyHTTP/winrt/tinyHTTP.vcxproj.filters b/tinyHTTP/winrt/tinyHTTP.vcxproj.filters
new file mode 100644
index 0000000..37d3d46
--- /dev/null
+++ b/tinyHTTP/winrt/tinyHTTP.vcxproj.filters
@@ -0,0 +1,190 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
+ </Filter>
+ <Filter Include="include">
+ <UniqueIdentifier>{4611bad8-e0cf-4382-95ae-927ea2b13a3f}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="include\tinyhttp">
+ <UniqueIdentifier>{b249deed-a615-4893-b37e-7a4ddc5979a5}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="include\tinyhttp\headers">
+ <UniqueIdentifier>{f219d33f-676c-44a2-bc54-56b3a50c9717}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="include\tinyhttp\auth">
+ <UniqueIdentifier>{3354f132-438e-4ac9-bb47-1bcfc24e647d}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="include\tinyhttp\parsers">
+ <UniqueIdentifier>{dfb8f1c2-a18b-4615-bc7c-d218b96fa19c}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src">
+ <UniqueIdentifier>{46325458-d103-481c-b638-a474bf2179da}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src\auth">
+ <UniqueIdentifier>{cc075687-9a1f-4345-8f96-79b1a32bd768}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src\headers">
+ <UniqueIdentifier>{fa637b4f-9147-498a-b8ab-7bb9074978ac}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src\parsers">
+ <UniqueIdentifier>{4f2ab383-72bd-4596-adf1-863817561296}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\include\thttp.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp_config.h">
+ <Filter>include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\thttp_action.h">
+ <Filter>include\tinyhttp</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\thttp_dialog.h">
+ <Filter>include\tinyhttp</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\thttp_event.h">
+ <Filter>include\tinyhttp</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\thttp_message.h">
+ <Filter>include\tinyhttp</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\thttp_session.h">
+ <Filter>include\tinyhttp</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\thttp_url.h">
+ <Filter>include\tinyhttp</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\auth\thttp_auth.h">
+ <Filter>include\tinyhttp\auth</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\auth\thttp_challenge.h">
+ <Filter>include\tinyhttp\auth</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Authorization.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Content_Length.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Content_Type.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Dummy.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_ETag.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Accept.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Key.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Protocol.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Version.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_Transfer_Encoding.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\headers\thttp_header_WWW_Authenticate.h">
+ <Filter>include\tinyhttp\headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\parsers\thttp_parser_header.h">
+ <Filter>include\tinyhttp\parsers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\parsers\thttp_parser_message.h">
+ <Filter>include\tinyhttp\parsers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\include\tinyhttp\parsers\thttp_parser_url.h">
+ <Filter>include\tinyhttp\parsers</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\src\thttp.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\thttp_action.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\thttp_dialog.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\thttp_event.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\thttp_message.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\thttp_session.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\thttp_url.c">
+ <Filter>src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\auth\thttp_auth.c">
+ <Filter>src\auth</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\auth\thttp_challenge.c">
+ <Filter>src\auth</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_Authorization.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_Content_Length.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_Content_Type.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_Dummy.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_ETag.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_Sec_WebSocket_Accept.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_Sec_WebSocket_Key.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_Sec_WebSocket_Protocol.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_Sec_WebSocket_Version.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_Transfer_Encoding.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\headers\thttp_header_WWW_Authenticate.c">
+ <Filter>src\headers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\parsers\thttp_parser_header.c">
+ <Filter>src\parsers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\parsers\thttp_parser_message.c">
+ <Filter>src\parsers</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\parsers\thttp_parser_url.c">
+ <Filter>src\parsers</Filter>
+ </ClCompile>
+ </ItemGroup>
+</Project> \ No newline at end of file
OpenPOWER on IntegriCloud