Home
last modified time | relevance | path

Searched refs:request_body (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mirror_module.c15 ngx_flag_t request_body; member
47 offsetof(ngx_http_mirror_loc_conf_t, request_body),
104 if (mlcf->request_body) { in ngx_http_mirror_handler()
189 mlcf->request_body = NGX_CONF_UNSET; in ngx_http_mirror_create_loc_conf()
202 ngx_conf_merge_value(conf->request_body, prev->request_body, 1); in ngx_http_mirror_merge_loc_conf()
H A Dngx_http_auth_request_module.c201 sr->request_body = ngx_pcalloc(r->pool, sizeof(ngx_http_request_body_t)); in ngx_http_auth_request_handler()
202 if (sr->request_body == NULL) { in ngx_http_auth_request_handler()
H A Dngx_http_dav_module.c216 if (r->request_body == NULL) { in ngx_http_dav_put_handler()
223 if (r->request_body->temp_file == NULL) { in ngx_http_dav_put_handler()
240 temp = &r->request_body->temp_file->file.name; in ngx_http_dav_put_handler()
278 ext.fd = r->request_body->temp_file->file.fd; in ngx_http_dav_put_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs401 request_body(r)
413 if (r->request_body == NULL
414 || r->request_body->temp_file
415 || r->request_body->bufs == NULL)
420 cl = r->request_body->bufs;
443 cl = r->request_body->bufs;
470 if (r->request_body == NULL || r->request_body->temp_file == NULL) {
474 ngx_http_perl_set_targ(r->request_body->temp_file->file.name.data,
475 r->request_body->temp_file->file.name.len);
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c43 if (r != r->main || r->request_body || r->discard_body) { in ngx_http_read_client_request_body()
73 r->request_body = rb; in ngx_http_read_client_request_body()
276 rb = r->request_body; in ngx_http_do_read_client_request_body()
437 rb = r->request_body; in ngx_http_write_request_body()
517 if (r != r->main || r->discard_body || r->request_body) { in ngx_http_discard_request_body()
720 rb = r->request_body; in ngx_http_discard_request_body_filter()
734 r->request_body = rb; in ngx_http_discard_request_body_filter()
869 rb = r->request_body; in ngx_http_request_body_length_filter()
940 rb = r->request_body; in ngx_http_request_body_chunked_filter()
1090 rb = r->request_body; in ngx_http_request_body_save_filter()
H A Dngx_http_upstream.c621 if (r->request_body) { in ngx_http_upstream_init_request()
1608 if (r->request_body in ngx_http_upstream_connect()
1609 && r->request_body->buf in ngx_http_upstream_connect()
1610 && r->request_body->temp_file in ngx_http_upstream_connect()
1629 r->request_body->buf->pos = r->request_body->buf->start; in ngx_http_upstream_connect()
1630 r->request_body->buf->last = r->request_body->buf->start; in ngx_http_upstream_connect()
1961 if (r->request_body && r->request_body->temp_file in ngx_http_upstream_reinit()
2147 if (r->request_body->bufs) { in ngx_http_upstream_send_request_body()
2150 r->request_body->bufs = NULL; in ngx_http_upstream_send_request_body()
2202 out = r->request_body->bufs; in ngx_http_upstream_send_request_body()
[all …]
H A Dngx_http_variables.c2025 if (r->request_body == NULL in ngx_http_variable_request_body()
2026 || r->request_body->bufs == NULL in ngx_http_variable_request_body()
2027 || r->request_body->temp_file) in ngx_http_variable_request_body()
2034 cl = r->request_body->bufs; in ngx_http_variable_request_body()
2061 cl = r->request_body->bufs; in ngx_http_variable_request_body()
2081 if (r->request_body == NULL || r->request_body->temp_file == NULL) { in ngx_http_variable_request_body_file()
2087 v->len = r->request_body->temp_file->file.name.len; in ngx_http_variable_request_body_file()
2091 v->data = r->request_body->temp_file->file.name.data; in ngx_http_variable_request_body_file()
H A Dngx_http_request.h398 ngx_http_request_body_t *request_body; member
H A Dngx_http_core_module.c2304 sr->request_body = r->request_body; in ngx_http_subrequest()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c959 if (r->request_body) { in ngx_http_v2_state_read_data()
3841 rb = r->request_body; in ngx_http_v2_read_request_body()
3973 rb = r->request_body; in ngx_http_v2_process_request_body()
4058 rb = r->request_body; in ngx_http_v2_filter_request_body()
4209 if (!r->request_body->rest) { in ngx_http_v2_read_unbuffered_request_body()
4213 if (r->request_body->busy != NULL) { in ngx_http_v2_read_unbuffered_request_body()
4217 buf = r->request_body->buf; in ngx_http_v2_read_unbuffered_request_body()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru4249 *) Исправление: при использовании переменной $request_body в рабочем
4272 *) Добавление: переменная $request_body.
6190 *) Исправление: при использовании методов $r->request_body или
6884 $r->request_body.
H A DCHANGES4169 had no body and the $request_body variable was used;
4190 *) Feature: the $request_body variable.
6066 *) Bugfix: a segmentation fault might occur if the $r->request_body or
6751 *) Feature: the ngx_http_perl_module supports the $r->request_body