summaryrefslogtreecommitdiff
path: root/rsync/prototab.h
authorkergoth <kergoth>2002-01-25 22:14:26 (UTC)
committer kergoth <kergoth>2002-01-25 22:14:26 (UTC)
commit15318cad33835e4e2dc620d033e43cd930676cdd (patch) (unidiff)
treec2fa0399a2c47fda8e2cd0092c73a809d17f68eb /rsync/prototab.h
downloadopie-15318cad33835e4e2dc620d033e43cd930676cdd.zip
opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz
opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2
Initial revision
Diffstat (limited to 'rsync/prototab.h') (more/less context) (ignore whitespace changes)
-rw-r--r--rsync/prototab.h270
1 files changed, 270 insertions, 0 deletions
diff --git a/rsync/prototab.h b/rsync/prototab.h
new file mode 100644
index 0000000..3a9d771
--- a/dev/null
+++ b/rsync/prototab.h
@@ -0,0 +1,270 @@
1
2/* AUTOGENERATED BY ./mkprototab.pl, DO NOT EDIT */
3
4typedef struct rs_prototab_ent {
5 enum rs_op_kind kind;
6 int immediate;
7 size_t len_1, len_2;
8} rs_prototab_ent_t;
9
10extern const rs_prototab_ent_t rs_prototab[];
11
12enum {
13 RS_OP_END = 0,
14 RS_OP_LITERAL_1 = 0x1,
15 RS_OP_LITERAL_2 = 0x2,
16 RS_OP_LITERAL_3 = 0x3,
17 RS_OP_LITERAL_4 = 0x4,
18 RS_OP_LITERAL_5 = 0x5,
19 RS_OP_LITERAL_6 = 0x6,
20 RS_OP_LITERAL_7 = 0x7,
21 RS_OP_LITERAL_8 = 0x8,
22 RS_OP_LITERAL_9 = 0x9,
23 RS_OP_LITERAL_10 = 0xa,
24 RS_OP_LITERAL_11 = 0xb,
25 RS_OP_LITERAL_12 = 0xc,
26 RS_OP_LITERAL_13 = 0xd,
27 RS_OP_LITERAL_14 = 0xe,
28 RS_OP_LITERAL_15 = 0xf,
29 RS_OP_LITERAL_16 = 0x10,
30 RS_OP_LITERAL_17 = 0x11,
31 RS_OP_LITERAL_18 = 0x12,
32 RS_OP_LITERAL_19 = 0x13,
33 RS_OP_LITERAL_20 = 0x14,
34 RS_OP_LITERAL_21 = 0x15,
35 RS_OP_LITERAL_22 = 0x16,
36 RS_OP_LITERAL_23 = 0x17,
37 RS_OP_LITERAL_24 = 0x18,
38 RS_OP_LITERAL_25 = 0x19,
39 RS_OP_LITERAL_26 = 0x1a,
40 RS_OP_LITERAL_27 = 0x1b,
41 RS_OP_LITERAL_28 = 0x1c,
42 RS_OP_LITERAL_29 = 0x1d,
43 RS_OP_LITERAL_30 = 0x1e,
44 RS_OP_LITERAL_31 = 0x1f,
45 RS_OP_LITERAL_32 = 0x20,
46 RS_OP_LITERAL_33 = 0x21,
47 RS_OP_LITERAL_34 = 0x22,
48 RS_OP_LITERAL_35 = 0x23,
49 RS_OP_LITERAL_36 = 0x24,
50 RS_OP_LITERAL_37 = 0x25,
51 RS_OP_LITERAL_38 = 0x26,
52 RS_OP_LITERAL_39 = 0x27,
53 RS_OP_LITERAL_40 = 0x28,
54 RS_OP_LITERAL_41 = 0x29,
55 RS_OP_LITERAL_42 = 0x2a,
56 RS_OP_LITERAL_43 = 0x2b,
57 RS_OP_LITERAL_44 = 0x2c,
58 RS_OP_LITERAL_45 = 0x2d,
59 RS_OP_LITERAL_46 = 0x2e,
60 RS_OP_LITERAL_47 = 0x2f,
61 RS_OP_LITERAL_48 = 0x30,
62 RS_OP_LITERAL_49 = 0x31,
63 RS_OP_LITERAL_50 = 0x32,
64 RS_OP_LITERAL_51 = 0x33,
65 RS_OP_LITERAL_52 = 0x34,
66 RS_OP_LITERAL_53 = 0x35,
67 RS_OP_LITERAL_54 = 0x36,
68 RS_OP_LITERAL_55 = 0x37,
69 RS_OP_LITERAL_56 = 0x38,
70 RS_OP_LITERAL_57 = 0x39,
71 RS_OP_LITERAL_58 = 0x3a,
72 RS_OP_LITERAL_59 = 0x3b,
73 RS_OP_LITERAL_60 = 0x3c,
74 RS_OP_LITERAL_61 = 0x3d,
75 RS_OP_LITERAL_62 = 0x3e,
76 RS_OP_LITERAL_63 = 0x3f,
77 RS_OP_LITERAL_64 = 0x40,
78 RS_OP_LITERAL_N1 = 0x41,
79 RS_OP_LITERAL_N2 = 0x42,
80 RS_OP_LITERAL_N4 = 0x43,
81 RS_OP_LITERAL_N8 = 0x44,
82 RS_OP_COPY_N1_N1 = 0x45,
83 RS_OP_COPY_N1_N2 = 0x46,
84 RS_OP_COPY_N1_N4 = 0x47,
85 RS_OP_COPY_N1_N8 = 0x48,
86 RS_OP_COPY_N2_N1 = 0x49,
87 RS_OP_COPY_N2_N2 = 0x4a,
88 RS_OP_COPY_N2_N4 = 0x4b,
89 RS_OP_COPY_N2_N8 = 0x4c,
90 RS_OP_COPY_N4_N1 = 0x4d,
91 RS_OP_COPY_N4_N2 = 0x4e,
92 RS_OP_COPY_N4_N4 = 0x4f,
93 RS_OP_COPY_N4_N8 = 0x50,
94 RS_OP_COPY_N8_N1 = 0x51,
95 RS_OP_COPY_N8_N2 = 0x52,
96 RS_OP_COPY_N8_N4 = 0x53,
97 RS_OP_COPY_N8_N8 = 0x54,
98 RS_OP_RESERVED_85 = 0x55,
99 RS_OP_RESERVED_86 = 0x56,
100 RS_OP_RESERVED_87 = 0x57,
101 RS_OP_RESERVED_88 = 0x58,
102 RS_OP_RESERVED_89 = 0x59,
103 RS_OP_RESERVED_90 = 0x5a,
104 RS_OP_RESERVED_91 = 0x5b,
105 RS_OP_RESERVED_92 = 0x5c,
106 RS_OP_RESERVED_93 = 0x5d,
107 RS_OP_RESERVED_94 = 0x5e,
108 RS_OP_RESERVED_95 = 0x5f,
109 RS_OP_RESERVED_96 = 0x60,
110 RS_OP_RESERVED_97 = 0x61,
111 RS_OP_RESERVED_98 = 0x62,
112 RS_OP_RESERVED_99 = 0x63,
113 RS_OP_RESERVED_100 = 0x64,
114 RS_OP_RESERVED_101 = 0x65,
115 RS_OP_RESERVED_102 = 0x66,
116 RS_OP_RESERVED_103 = 0x67,
117 RS_OP_RESERVED_104 = 0x68,
118 RS_OP_RESERVED_105 = 0x69,
119 RS_OP_RESERVED_106 = 0x6a,
120 RS_OP_RESERVED_107 = 0x6b,
121 RS_OP_RESERVED_108 = 0x6c,
122 RS_OP_RESERVED_109 = 0x6d,
123 RS_OP_RESERVED_110 = 0x6e,
124 RS_OP_RESERVED_111 = 0x6f,
125 RS_OP_RESERVED_112 = 0x70,
126 RS_OP_RESERVED_113 = 0x71,
127 RS_OP_RESERVED_114 = 0x72,
128 RS_OP_RESERVED_115 = 0x73,
129 RS_OP_RESERVED_116 = 0x74,
130 RS_OP_RESERVED_117 = 0x75,
131 RS_OP_RESERVED_118 = 0x76,
132 RS_OP_RESERVED_119 = 0x77,
133 RS_OP_RESERVED_120 = 0x78,
134 RS_OP_RESERVED_121 = 0x79,
135 RS_OP_RESERVED_122 = 0x7a,
136 RS_OP_RESERVED_123 = 0x7b,
137 RS_OP_RESERVED_124 = 0x7c,
138 RS_OP_RESERVED_125 = 0x7d,
139 RS_OP_RESERVED_126 = 0x7e,
140 RS_OP_RESERVED_127 = 0x7f,
141 RS_OP_RESERVED_128 = 0x80,
142 RS_OP_RESERVED_129 = 0x81,
143 RS_OP_RESERVED_130 = 0x82,
144 RS_OP_RESERVED_131 = 0x83,
145 RS_OP_RESERVED_132 = 0x84,
146 RS_OP_RESERVED_133 = 0x85,
147 RS_OP_RESERVED_134 = 0x86,
148 RS_OP_RESERVED_135 = 0x87,
149 RS_OP_RESERVED_136 = 0x88,
150 RS_OP_RESERVED_137 = 0x89,
151 RS_OP_RESERVED_138 = 0x8a,
152 RS_OP_RESERVED_139 = 0x8b,
153 RS_OP_RESERVED_140 = 0x8c,
154 RS_OP_RESERVED_141 = 0x8d,
155 RS_OP_RESERVED_142 = 0x8e,
156 RS_OP_RESERVED_143 = 0x8f,
157 RS_OP_RESERVED_144 = 0x90,
158 RS_OP_RESERVED_145 = 0x91,
159 RS_OP_RESERVED_146 = 0x92,
160 RS_OP_RESERVED_147 = 0x93,
161 RS_OP_RESERVED_148 = 0x94,
162 RS_OP_RESERVED_149 = 0x95,
163 RS_OP_RESERVED_150 = 0x96,
164 RS_OP_RESERVED_151 = 0x97,
165 RS_OP_RESERVED_152 = 0x98,
166 RS_OP_RESERVED_153 = 0x99,
167 RS_OP_RESERVED_154 = 0x9a,
168 RS_OP_RESERVED_155 = 0x9b,
169 RS_OP_RESERVED_156 = 0x9c,
170 RS_OP_RESERVED_157 = 0x9d,
171 RS_OP_RESERVED_158 = 0x9e,
172 RS_OP_RESERVED_159 = 0x9f,
173 RS_OP_RESERVED_160 = 0xa0,
174 RS_OP_RESERVED_161 = 0xa1,
175 RS_OP_RESERVED_162 = 0xa2,
176 RS_OP_RESERVED_163 = 0xa3,
177 RS_OP_RESERVED_164 = 0xa4,
178 RS_OP_RESERVED_165 = 0xa5,
179 RS_OP_RESERVED_166 = 0xa6,
180 RS_OP_RESERVED_167 = 0xa7,
181 RS_OP_RESERVED_168 = 0xa8,
182 RS_OP_RESERVED_169 = 0xa9,
183 RS_OP_RESERVED_170 = 0xaa,
184 RS_OP_RESERVED_171 = 0xab,
185 RS_OP_RESERVED_172 = 0xac,
186 RS_OP_RESERVED_173 = 0xad,
187 RS_OP_RESERVED_174 = 0xae,
188 RS_OP_RESERVED_175 = 0xaf,
189 RS_OP_RESERVED_176 = 0xb0,
190 RS_OP_RESERVED_177 = 0xb1,
191 RS_OP_RESERVED_178 = 0xb2,
192 RS_OP_RESERVED_179 = 0xb3,
193 RS_OP_RESERVED_180 = 0xb4,
194 RS_OP_RESERVED_181 = 0xb5,
195 RS_OP_RESERVED_182 = 0xb6,
196 RS_OP_RESERVED_183 = 0xb7,
197 RS_OP_RESERVED_184 = 0xb8,
198 RS_OP_RESERVED_185 = 0xb9,
199 RS_OP_RESERVED_186 = 0xba,
200 RS_OP_RESERVED_187 = 0xbb,
201 RS_OP_RESERVED_188 = 0xbc,
202 RS_OP_RESERVED_189 = 0xbd,
203 RS_OP_RESERVED_190 = 0xbe,
204 RS_OP_RESERVED_191 = 0xbf,
205 RS_OP_RESERVED_192 = 0xc0,
206 RS_OP_RESERVED_193 = 0xc1,
207 RS_OP_RESERVED_194 = 0xc2,
208 RS_OP_RESERVED_195 = 0xc3,
209 RS_OP_RESERVED_196 = 0xc4,
210 RS_OP_RESERVED_197 = 0xc5,
211 RS_OP_RESERVED_198 = 0xc6,
212 RS_OP_RESERVED_199 = 0xc7,
213 RS_OP_RESERVED_200 = 0xc8,
214 RS_OP_RESERVED_201 = 0xc9,
215 RS_OP_RESERVED_202 = 0xca,
216 RS_OP_RESERVED_203 = 0xcb,
217 RS_OP_RESERVED_204 = 0xcc,
218 RS_OP_RESERVED_205 = 0xcd,
219 RS_OP_RESERVED_206 = 0xce,
220 RS_OP_RESERVED_207 = 0xcf,
221 RS_OP_RESERVED_208 = 0xd0,
222 RS_OP_RESERVED_209 = 0xd1,
223 RS_OP_RESERVED_210 = 0xd2,
224 RS_OP_RESERVED_211 = 0xd3,
225 RS_OP_RESERVED_212 = 0xd4,
226 RS_OP_RESERVED_213 = 0xd5,
227 RS_OP_RESERVED_214 = 0xd6,
228 RS_OP_RESERVED_215 = 0xd7,
229 RS_OP_RESERVED_216 = 0xd8,
230 RS_OP_RESERVED_217 = 0xd9,
231 RS_OP_RESERVED_218 = 0xda,
232 RS_OP_RESERVED_219 = 0xdb,
233 RS_OP_RESERVED_220 = 0xdc,
234 RS_OP_RESERVED_221 = 0xdd,
235 RS_OP_RESERVED_222 = 0xde,
236 RS_OP_RESERVED_223 = 0xdf,
237 RS_OP_RESERVED_224 = 0xe0,
238 RS_OP_RESERVED_225 = 0xe1,
239 RS_OP_RESERVED_226 = 0xe2,
240 RS_OP_RESERVED_227 = 0xe3,
241 RS_OP_RESERVED_228 = 0xe4,
242 RS_OP_RESERVED_229 = 0xe5,
243 RS_OP_RESERVED_230 = 0xe6,
244 RS_OP_RESERVED_231 = 0xe7,
245 RS_OP_RESERVED_232 = 0xe8,
246 RS_OP_RESERVED_233 = 0xe9,
247 RS_OP_RESERVED_234 = 0xea,
248 RS_OP_RESERVED_235 = 0xeb,
249 RS_OP_RESERVED_236 = 0xec,
250 RS_OP_RESERVED_237 = 0xed,
251 RS_OP_RESERVED_238 = 0xee,
252 RS_OP_RESERVED_239 = 0xef,
253 RS_OP_RESERVED_240 = 0xf0,
254 RS_OP_RESERVED_241 = 0xf1,
255 RS_OP_RESERVED_242 = 0xf2,
256 RS_OP_RESERVED_243 = 0xf3,
257 RS_OP_RESERVED_244 = 0xf4,
258 RS_OP_RESERVED_245 = 0xf5,
259 RS_OP_RESERVED_246 = 0xf6,
260 RS_OP_RESERVED_247 = 0xf7,
261 RS_OP_RESERVED_248 = 0xf8,
262 RS_OP_RESERVED_249 = 0xf9,
263 RS_OP_RESERVED_250 = 0xfa,
264 RS_OP_RESERVED_251 = 0xfb,
265 RS_OP_RESERVED_252 = 0xfc,
266 RS_OP_RESERVED_253 = 0xfd,
267 RS_OP_RESERVED_254 = 0xfe,
268 RS_OP_RESERVED_255 = 0xff
269};
270/* END OF AUTOGENERATED CODE */