comparison src/http/ngx_http_parse.c @ 825:f9b9b84a8e18

bad commit
author Igor Sysoev <igor@sysoev.ru>
date Sat, 28 Oct 2006 14:20:13 +0000
parents f7491a59e736
children 4390fcad6628
comparison
equal deleted inserted replaced
824:f7491a59e736 825:f9b9b84a8e18
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <ngx_http.h> 9 #include <ngx_http.h>
10 10
11 11
12 static uint32_t usual[] = 12 static uint32_t usual[] = {
13 { 0xffffdbfe, /* 1111 1111 1111 1111 1101 1011 1111 1110 */ 13 0xffffdbfe, /* 1111 1111 1111 1111 1101 1011 1111 1110 */
14 14
15 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */ 15 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */
16 0x7fff37d6, /* 0111 1111 1111 1111 0011 0111 1101 0110 */ 16 0x7fff37d6, /* 0111 1111 1111 1111 0011 0111 1101 0110 */
17 17
18 /* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */ 18 /* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
19 0xefffffff, /* 1110 1111 1111 1111 1111 1111 1111 1111 */ 19 0xefffffff, /* 1110 1111 1111 1111 1111 1111 1111 1111 */
20 20
21 /* ~}| {zyx wvut srqp onml kjih gfed cba` */ 21 /* ~}| {zyx wvut srqp onml kjih gfed cba` */
22 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 22 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
23 23
24 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 24 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
25 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 25 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
26 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 26 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
27 0xffffffff /* 1111 1111 1111 1111 1111 1111 1111 1111 */ }; 27 0xffffffff /* 1111 1111 1111 1111 1111 1111 1111 1111 */
28 };
28 29
29 30
30 /* gcc, icc, msvc and others compile these switches as an jump table */ 31 /* gcc, icc, msvc and others compile these switches as an jump table */
31 32
32 ngx_int_t 33 ngx_int_t