~ubuntu-branches/ubuntu/lucid/nginx/lucid

« back to all changes in this revision

Viewing changes to src/http/ngx_http_script.h

Tags: upstream-0.6.31
ImportĀ upstreamĀ versionĀ 0.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    unsigned                    flushed:1;
28
28
    unsigned                    skip:1;
29
29
    unsigned                    quote:1;
 
30
    unsigned                    is_args:1;
30
31
    unsigned                    log:1;
31
32
 
32
33
    int                        *captures;
194
195
void ngx_http_script_copy_var_code(ngx_http_script_engine_t *e);
195
196
size_t ngx_http_script_copy_capture_len_code(ngx_http_script_engine_t *e);
196
197
void ngx_http_script_copy_capture_code(ngx_http_script_engine_t *e);
 
198
size_t ngx_http_script_mark_args_code(ngx_http_script_engine_t *e);
197
199
void ngx_http_script_start_args_code(ngx_http_script_engine_t *e);
198
200
#if (NGX_PCRE)
199
201
void ngx_http_script_regex_start_code(ngx_http_script_engine_t *e);