~ubuntu-branches/ubuntu/oneiric/clamav/oneiric-security

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/*
 *  HTML Entity & Encoding normalization.
 *
 *  Copyright (C) 2007-2008 Sourcefire, Inc.
 *
 *  Authors: Török Edvin
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program 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 this program; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *  MA 02110-1301, USA.
 */

#include <hashtab.h>
static struct cli_element aliases_htable_elements[] = {
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{"UTF32BE", 3, 7},
	{NULL,0,0},
	{NULL,0,0},
	{"UTF-16LE", 7, 8},
	{NULL,0,0},
	{NULL,0,0},
	{"UCS-4BE", 3, 7},
	{"UTF32LE", 2, 7},
	{NULL,0,0},
	{"ISO-10646/UTF8", 8, 14},
	{NULL,0,0},
	{"UTF-16BE", 6, 8},
	{"UTF-32BE", 3, 8},
	{NULL,0,0},
	{NULL,0,0},
	{"UCS2", 1, 4},
	{"UTF16BE", 6, 7},
	{NULL,0,0},
	{"UTF32", 0, 5},
	{"UCS-4", 0, 5},
	{"UTF-16", 1, 6},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{"ISO-10646/UCS2", 1, 14},
	{NULL,0,0},
	{NULL,0,0},
	{"UTF-8", 8, 5},
	{"ISO-10646/UTF-8", 8, 15},
	{"UCS4", 0, 4},
	{"10646-1:1993/UCS4", 0, 17},
	{NULL,0,0},
	{NULL,0,0},
	{"UTF16LE", 7, 7},
	{"UCS-4LE", 2, 7},
	{"ISO-10646", 0, 9},
	{"UTF-32LE", 2, 8},
	{"UTF8", 8, 4},
	{"ISO-10646/UCS4", 0, 14},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{"10646-1:1993", 0, 12},
	{"UTF-32", 0, 6},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
	{NULL,0,0},
};
const struct cli_hashtable aliases_htable = {
	aliases_htable_elements, 64, 25, 51
};