Searched refs:bracket (Results 1 – 8 of 8) sorted by relevance
269 ngx_uint_t i, bracket; in ngx_stream_script_compile() local307 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()
1318 ngx_uint_t bracket, escape; in ngx_stream_log_compile_format() local1362 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()
1588 ngx_uint_t bracket, escape; in ngx_http_log_compile_format() local1633 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()
1633 ngx_uint_t i, n, bracket, quoted, key; in ngx_http_ssi_evaluate_string() local1715 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()
365 ngx_uint_t i, bracket; in ngx_http_script_compile() local409 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()
347 Header line is just name in square bracket::
7135 string and closing bracket in the "if" directive.
7303 comments are supported, as well as the bracket [] comments.