Lines Matching full:-

42  *		+-------------------------------+
44 * +-------------------------------+
46 * +-------------------------------+
48 * +-------------------------------+
50 * +-------------------------------+
52 * +-------------------------------+
53 * +-------------------------------+
55 * +-------------------------------+
57 * +-------------------------------+
59 * +-------------------------------+
61 * +-------------------------------+
63 * +-------------------------------+
65 * +-------------------------------+
67 * +-------------------------------+
69 * +-------------------------------+
71 * +-------------------------------+
72 * +-------------------------------+
74 * +-------------------------------+
76 * +-------------------------------+
78 * +-------------------------------+
80 * +-------------------------------+
114 #define LEAFINDICATOR -99
122 * +-----------------------------------------+
124 * +-----------------------------------------+
126 * +-----------------------------------------+
128 * +-----------------------------------------+
130 * +-----------------------------------------+
132 * +-----------------------------------------+
134 * +-----------------------------------------+
136 * +-----------------------------------------+
137 * +-----------------------------------------+
139 * +-----------------------------------------+
141 * +-----------------------------------------+
143 * +-----------------------------------------+
144 * O+((N-1)*8) | (uint32_t) length of (N-1)th msgid |
145 * +-----------------------------------------+
146 * O+((N-1)*8) | (uint32_t) offset of (N-1)th msgid | == M(N-1)
147 * +4 +-----------------------------------------+
148 * +-----------------------------------------+
150 * +-----------------------------------------+
152 * +-----------------------------------------+
154 * +-----------------------------------------+
155 * T+((N-1)*8) | (uint32_t) length of (N-1)th msgstr |
156 * +-----------------------------------------+
157 * T+((N-1)*8) | (uint32_t) offset of (N-1)th msgstr | == Q(N-1)
158 * +4 +-----------------------------------------+
159 * +-----------------------------------------+
161 * +-----------------------------------------+
163 * +-----------------------------------------+
165 * +-----------------------------------------+
166 * +-----------------------------------------+
168 * +-----------------------------------------+
170 * +-----------------------------------------+
172 * +-----------------------------------------+
173 * M(N-1) | NULL terminated (N-1)th msgid string |
174 * +-----------------------------------------+
175 * +-----------------------------------------+
177 * +-----------------------------------------+
179 * +-----------------------------------------+
181 * +-----------------------------------------+
182 * Q(N-1) | NULL terminated (N-1)th msgstr string |
183 * +-----------------------------------------+
191 * +-----------------------------------------------+
193 * +-----------------------------------------------+
195 * +-----------------------------------------------+
197 * +-----------------------------------------------+
199 * +-----------------------------------------------+
201 * +-----------------------------------------------+
203 * +-----------------------------------------------+
205 * +-----------------------------------------------+
207 * +-----------------------------------------------+
209 * +-----------------------------------------------+
211 * +-----------------------------------------------+
213 * +-----------------------------------------------+
215 * +-----------------------------------------------+
216 * +-----------------------------------------------+
218 * +-----------------------------------------------+
220 * +-----------------------------------------------+
222 * +-----------------------------------------------+
223 * O+((N-1)*8) | (uint32_t) length of (N-1)th msgid |
224 * +-----------------------------------------------+
225 * O+((N-1)*8) | (uint32_t) offset of (N-1)th msgid | == M(N-1)
226 * +4 +-----------------------------------------------+
227 * +-----------------------------------------------+
229 * +-----------------------------------------------+
231 * +-----------------------------------------------+
233 * +-----------------------------------------------+
234 * T+((N-1)*8) | (uint32_t) length of (N-1)th msgstr |
235 * +-----------------------------------------------+
236 * T+((N-1)*8) | (uint32_t) offset of (N-1)th msgstr | == Q(N-1)
237 * +4 +-----------------------------------------------+
238 * +-----------------------------------------------+
240 * +-----------------------------------------------+
242 * +-----------------------------------------------+
244 * +-----------------------------------------------+
245 * +-----------------------------------------------+
247 * +-----------------------------------------------+
249 * +-----------------------------------------------+
251 * +-----------------------------------------------+
252 * P+((M-1)*8) | (uint32_t) length of (M-1)th macro |
253 * +-----------------------------------------------+
254 * P+((M-1)*8) | (uint32_t) offset of (M-1)th macro | == C(M-1)
255 * +4 +-----------------------------------------------+
256 * +-----------------------------------------------+
258 * +-----------------------------------------------+
260 * +-----------------------------------------------+
261 * A+((D-1)*4) | (uint32_t) offset of (D-1)th d_msgid | == L(D-1)
262 * +-----------------------------------------------+
263 * +-----------------------------------------------+
265 * +-----------------------------------------------+
267 * +-----------------------------------------------+
268 * B+((D-1)*4) | (uint32_t) offset of (D-1)th d_msgstr | == E(D-1)
269 * +-----------------------------------------------+
270 * +-----------------------------------------------+
272 * +-----------------------------------------------+
274 * +-----------------------------------------------+
276 * +-----------------------------------------------+
278 * +-----------------------------------------------+
279 * L(0)+4+ | (uint32_t) length of (m-1)th fixed substring |
280 * ((m-1)*8) +-----------------------------------------------+
282 * ((m-1)*8) +-----------------------------------------------+
283 * +-----------------------------------------------+
284 * L(D-1) | (uint32_t) offset of 0th d_msgid message | == F(D-1)
285 * +-----------------------------------------------+
286 * L(D-1)+4 | (uint32_t) length of 0th fixed substring |
287 * +-----------------------------------------------+
288 * L(D-1)+8 | (uint32_t) index to a dynamic macro |
289 * +-----------------------------------------------+
291 * +-----------------------------------------------+
292 * L(D-1)+4 | (uint32_t) length of (m-1)th fixed substring |
293 * ((m-1)*8) +-----------------------------------------------+
294 * L(D-1)+8 | (uint32_t) NOMORE_DYNAMIC_STR |
295 * ((m-1)*8) +-----------------------------------------------+
296 * +-----------------------------------------------+
298 * +-----------------------------------------------+
300 * +-----------------------------------------------+
302 * +-----------------------------------------------+
304 * +-----------------------------------------------+
305 * E(0)+4+ | (uint32_t) length of (m-1)th fixed substring |
306 * ((m-1)*8) +-----------------------------------------------+
308 * ((m-1)*8) +-----------------------------------------------+
309 * +-----------------------------------------------+
310 * E(D-1) | (uint32_t) offset of 0th d_msgstr message | == G(D-1)
311 * +-----------------------------------------------+
312 * E(D-1)+4 | (uint32_t) length of 0th fixed substring |
313 * +-----------------------------------------------+
314 * E(D-1)+8 | (uint32_t) index to a dynamic macro |
315 * +-----------------------------------------------+
317 * +-----------------------------------------------+
318 * E(D-1)+4 | (uint32_t) length of (m-1)th fixed substring |
319 * ((m-1)*8) +-----------------------------------------------+
320 * E(D-1)+8 | (uint32_t) NOMORE_DYNAMIC_STR |
321 * ((m-1)*8) +-----------------------------------------------+
322 * +-----------------------------------------------+
324 * +-----------------------------------------------+
326 * +-----------------------------------------------+
328 * +-----------------------------------------------+
329 * M(N-1) | NULL terminated (N-1)th msgid string |
330 * +-----------------------------------------------+
332 * +-----------------------------------------------+
334 * +-----------------------------------------------+
336 * +-----------------------------------------------+
337 * Q(N-1) | NULL terminated (N-1)th msgstr string |
338 * +-----------------------------------------------+
339 * +-----------------------------------------------+
341 * +-----------------------------------------------+
343 * +-----------------------------------------------+
344 * C(M-1) | NULL terminated (M-1)th macro |
345 * +-----------------------------------------------+
346 * +-----------------------------------------------+
348 * +-----------------------------------------------+
350 * +-----------------------------------------------+
351 * F(D-1) | NULL terminated (D-1)th dynamic msgid string |
352 * +-----------------------------------------------+
353 * +-----------------------------------------------+
355 * +-----------------------------------------------+
357 * +-----------------------------------------------+
358 * G(D-1) | NULL terminated (D-1)th dynamic msgstr string |
359 * +-----------------------------------------------+