Home
last modified time | relevance | path

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

/dports/www/nginx-full/nginx-upload-module-aa42509/
H A Dngx_http_upload_module.c309 static ngx_int_t ngx_http_upload_sha1_variable(ngx_http_request_t *r,
749 { ngx_string("upload_file_sha1"), NULL, ngx_http_upload_sha1_variable,
753 { ngx_string("upload_file_sha1_uc"), NULL, ngx_http_upload_sha1_variable,
2457 ngx_http_upload_sha1_variable(ngx_http_request_t *r, in ngx_http_upload_sha1_variable() function
2751 if(v->get_handler == ngx_http_upload_sha1_variable) in ngx_http_upload_set_form_field()