~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to srclib/apr-util/xml/expat/lib/ascii.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
 
3
See the file COPYING for copying permission.
 
4
*/
 
5
 
 
6
#define ASCII_A 0x41
 
7
#define ASCII_B 0x42
 
8
#define ASCII_C 0x43
 
9
#define ASCII_D 0x44
 
10
#define ASCII_E 0x45
 
11
#define ASCII_F 0x46
 
12
#define ASCII_G 0x47
 
13
#define ASCII_H 0x48
 
14
#define ASCII_I 0x49
 
15
#define ASCII_J 0x4A
 
16
#define ASCII_K 0x4B
 
17
#define ASCII_L 0x4C
 
18
#define ASCII_M 0x4D
 
19
#define ASCII_N 0x4E
 
20
#define ASCII_O 0x4F
 
21
#define ASCII_P 0x50
 
22
#define ASCII_Q 0x51
 
23
#define ASCII_R 0x52
 
24
#define ASCII_S 0x53
 
25
#define ASCII_T 0x54
 
26
#define ASCII_U 0x55
 
27
#define ASCII_V 0x56
 
28
#define ASCII_W 0x57
 
29
#define ASCII_X 0x58
 
30
#define ASCII_Y 0x59
 
31
#define ASCII_Z 0x5A
 
32
 
 
33
#define ASCII_a 0x61
 
34
#define ASCII_b 0x62
 
35
#define ASCII_c 0x63
 
36
#define ASCII_d 0x64
 
37
#define ASCII_e 0x65
 
38
#define ASCII_f 0x66
 
39
#define ASCII_g 0x67
 
40
#define ASCII_h 0x68
 
41
#define ASCII_i 0x69
 
42
#define ASCII_j 0x6A
 
43
#define ASCII_k 0x6B
 
44
#define ASCII_l 0x6C
 
45
#define ASCII_m 0x6D
 
46
#define ASCII_n 0x6E
 
47
#define ASCII_o 0x6F
 
48
#define ASCII_p 0x70
 
49
#define ASCII_q 0x71
 
50
#define ASCII_r 0x72
 
51
#define ASCII_s 0x73
 
52
#define ASCII_t 0x74
 
53
#define ASCII_u 0x75
 
54
#define ASCII_v 0x76
 
55
#define ASCII_w 0x77
 
56
#define ASCII_x 0x78
 
57
#define ASCII_y 0x79
 
58
#define ASCII_z 0x7A
 
59
 
 
60
#define ASCII_0 0x30
 
61
#define ASCII_1 0x31
 
62
#define ASCII_2 0x32
 
63
#define ASCII_3 0x33
 
64
#define ASCII_4 0x34
 
65
#define ASCII_5 0x35
 
66
#define ASCII_6 0x36
 
67
#define ASCII_7 0x37
 
68
#define ASCII_8 0x38
 
69
#define ASCII_9 0x39
 
70
 
 
71
#define ASCII_TAB 0x09
 
72
#define ASCII_SPACE 0x20 
 
73
#define ASCII_EXCL 0x21
 
74
#define ASCII_QUOT 0x22
 
75
#define ASCII_AMP 0x26
 
76
#define ASCII_APOS 0x27
 
77
#define ASCII_MINUS 0x2D
 
78
#define ASCII_PERIOD 0x2E
 
79
#define ASCII_COLON 0x3A
 
80
#define ASCII_SEMI 0x3B
 
81
#define ASCII_LT 0x3C
 
82
#define ASCII_EQUALS 0x3D
 
83
#define ASCII_GT 0x3E
 
84
#define ASCII_LSQB 0x5B
 
85
#define ASCII_RSQB 0x5D
 
86
#define ASCII_UNDERSCORE 0x5F