Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_010_pos.ksh114 typeset -n add_args=$2
121 log_must zpool add $TESTPOOL1 ${add_args[$j]}
133 typeset -n add_args=$2
140 log_mustnot zpool add $TESTPOOL1 ${add_args[$j]}
141 log_must zpool add -f $TESTPOOL1 ${add_args[$j]}
153 typeset -n add_args=$2
162 log_must zpool add $TESTPOOL1 ${add_args[$j]}
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h130 unsigned add_args:1; member
146 unsigned add_args:1; member
H A Dngx_http_script.c1076 if (code->add_args && r->args.len) { in ngx_http_script_regex_start_code()
1125 if (code->add_args && r->args.len) { in ngx_http_script_regex_end_code()
1157 if (code->add_args && r->args.len) { in ngx_http_script_regex_end_code()
1170 if (!code->add_args) { in ngx_http_script_regex_end_code()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c344 regex->add_args = 1; in ngx_http_rewrite()
417 regex_end->add_args = regex->add_args; in ngx_http_rewrite()