Home
last modified time | relevance | path

Searched refs:bracket (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.c269 ngx_uint_t i, bracket; in ngx_stream_script_compile() local
307 bracket = 1; in ngx_stream_script_compile()
316 bracket = 0; in ngx_stream_script_compile()
323 if (ch == '}' && bracket) { in ngx_stream_script_compile()
325 bracket = 0; in ngx_stream_script_compile()
340 if (bracket) { in ngx_stream_script_compile()
H A Dngx_stream_log_module.c1318 ngx_uint_t bracket, escape; in ngx_stream_log_compile_format() local
1362 bracket = 1; in ngx_stream_log_compile_format()
1371 bracket = 0; in ngx_stream_log_compile_format()
1378 if (ch == '}' && bracket) { in ngx_stream_log_compile_format()
1380 bracket = 0; in ngx_stream_log_compile_format()
1395 if (bracket) { in ngx_stream_log_compile_format()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c1588 ngx_uint_t bracket, escape; in ngx_http_log_compile_format() local
1633 bracket = 1; in ngx_http_log_compile_format()
1642 bracket = 0; in ngx_http_log_compile_format()
1649 if (ch == '}' && bracket) { in ngx_http_log_compile_format()
1651 bracket = 0; in ngx_http_log_compile_format()
1666 if (bracket) { in ngx_http_log_compile_format()
H A Dngx_http_ssi_filter_module.c1633 ngx_uint_t i, n, bracket, quoted, key; in ngx_http_ssi_evaluate_string() local
1715 bracket = 1; in ngx_http_ssi_evaluate_string()
1724 bracket = 0; in ngx_http_ssi_evaluate_string()
1731 if (ch == '}' && bracket) { in ngx_http_ssi_evaluate_string()
1733 bracket = 0; in ngx_http_ssi_evaluate_string()
1748 if (bracket) { in ngx_http_ssi_evaluate_string()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c365 ngx_uint_t i, bracket; in ngx_http_script_compile() local
409 bracket = 1; in ngx_http_script_compile()
418 bracket = 0; in ngx_http_script_compile()
425 if (ch == '}' && bracket) { in ngx_http_script_compile()
427 bracket = 0; in ngx_http_script_compile()
442 if (bracket) { in ngx_http_script_compile()
/f-stack/dpdk/doc/guides/tools/
H A Dcryptoperf.rst347 Header line is just name in square bracket::
/f-stack/app/nginx-1.16.1/
H A DCHANGES7135 string and closing bracket in the "if" directive.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt7303 comments are supported, as well as the bracket [] comments.