Home
last modified time | relevance | path

Searched refs:compile_args (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h54 unsigned compile_args:1; member
H A Dngx_http_script.c462 if (sc->source->data[i] == '?' && sc->compile_args) { in ngx_http_script_compile()
464 sc->compile_args = 0; in ngx_http_script_compile()
487 if (sc->compile_args) { in ngx_http_script_compile()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmeson.build45 ext_deps += declare_dependency(compile_args: ibv_cflags.split())
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmeson.build40 ext_deps += declare_dependency(compile_args: ibv_cflags.split())
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c392 sc.compile_args = !regex->redirect; in ngx_http_rewrite()