Home
last modified time | relevance | path

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

/dports/www/nginx-full/nginx-upload-module-aa42509/
H A Dngx_http_upload_module.c299 static ngx_int_t ngx_http_upload_body_handler(ngx_http_request_t *r);
1027 rc = ngx_http_upload_body_handler(r); in ngx_http_upload_read_event_handler()
1164 static ngx_int_t ngx_http_upload_body_handler(ngx_http_request_t *r) { /* {{{ */ in ngx_http_upload_body_handler() function
3188 return ngx_http_upload_body_handler(r); in ngx_http_read_upload_client_request_body()
3474 return ngx_http_upload_body_handler(r); in ngx_http_do_read_upload_client_request_body()