comparison src/http/ngx_http_script.h @ 578:f3a9e57d2e17

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Mar 2010 21:27:17 +0300
parents e19e5f542878
children 4d3e880ce86c
comparison
equal deleted inserted replaced
539:5f4de8cf0d9d 578:f3a9e57d2e17
112 112
113 #if (NGX_PCRE) 113 #if (NGX_PCRE)
114 114
115 typedef struct { 115 typedef struct {
116 ngx_http_script_code_pt code; 116 ngx_http_script_code_pt code;
117 ngx_regex_t *regex; 117 ngx_http_regex_t *regex;
118 ngx_array_t *lengths; 118 ngx_array_t *lengths;
119 uintptr_t size; 119 uintptr_t size;
120 uintptr_t ncaptures;
121 uintptr_t status; 120 uintptr_t status;
122 uintptr_t next; 121 uintptr_t next;
123 122
124 uintptr_t test:1; 123 uintptr_t test:1;
125 uintptr_t negative_test:1; 124 uintptr_t negative_test:1;