Lines Matching refs:request

76     e.request = r;  in ngx_http_complex_value()
537 e.request = r; in ngx_http_script_run()
784 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_copy_code()
845 value = ngx_http_get_indexed_variable(e->request, code->index); in ngx_http_script_copy_var_len_code()
848 value = ngx_http_get_flushed_variable(e->request, code->index); in ngx_http_script_copy_var_len_code()
873 value = ngx_http_get_indexed_variable(e->request, code->index); in ngx_http_script_copy_var_code()
876 value = ngx_http_get_flushed_variable(e->request, code->index); in ngx_http_script_copy_var_code()
884 e->request->connection->log, 0, in ngx_http_script_copy_var_code()
927 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_start_args_code()
951 r = e->request; in ngx_http_script_regex_start_code()
1063 le.request = r; in ngx_http_script_regex_start_code()
1104 r = e->request; in ngx_http_script_regex_end_code()
1243 r = e->request; in ngx_http_script_copy_capture_len_code()
1256 && (e->request->quoted_uri || e->request->plus_in_uri)) in ngx_http_script_copy_capture_len_code()
1281 r = e->request; in ngx_http_script_copy_capture_code()
1297 && (e->request->quoted_uri || e->request->plus_in_uri)) in ngx_http_script_copy_capture_code()
1307 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_copy_capture_code()
1373 if (ngx_get_full_name(e->request->pool, prefix, &value) != NGX_OK) { in ngx_http_script_full_name_code()
1381 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_full_name_code()
1399 e->status = ngx_http_send_response(e->request, code->status, NULL, in ngx_http_script_return_code()
1412 e->request->uri_changed = 0; in ngx_http_script_break_code()
1425 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_if_code()
1432 e->request->loc_conf = code->loc_conf; in ngx_http_script_if_code()
1433 ngx_http_update_location_config(e->request); in ngx_http_script_if_code()
1440 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_if_code()
1452 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_equal_code()
1468 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_equal_code()
1480 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_not_equal_code()
1492 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_not_equal_code()
1521 r = e->request; in ngx_http_script_file_code()
1656 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_complex_value_code()
1663 le.request = e->request; in ngx_http_script_complex_value_code()
1671 e->buf.data = ngx_pnalloc(e->request->pool, len); in ngx_http_script_complex_value_code()
1698 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_value_code()
1715 r = e->request; in ngx_http_script_set_var_code()
1734 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_set_var_code()
1746 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_var_set_handler_code()
1755 code->handler(e->request, e->sp, code->data); in ngx_http_script_var_set_handler_code()
1765 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_var_code()
1772 value = ngx_http_get_flushed_variable(e->request, code->index); in ngx_http_script_var_code()
1775 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0, in ngx_http_script_var_code()