Home
last modified time | relevance | path

Searched refs:is_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h31 unsigned is_args:1; member
H A Dngx_http_script.c917 e->is_args = 1; in ngx_http_script_mark_args_code()
930 e->is_args = 1; in ngx_http_script_start_args_code()
1255 if ((e->is_args || e->quote) in ngx_http_script_copy_capture_len_code()
1296 if ((e->is_args || e->quote) in ngx_http_script_copy_capture_code()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru5735 *) Добавление: переменная $is_args.
H A DCHANGES5619 *) Feature: the $is_args variable.