Home
last modified time | relevance | path

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

/dports/www/nginx-full/nginx-upload-module-aa42509/
H A Dngx_http_upload_module.c313 static ngx_int_t ngx_http_upload_sha512_variable(ngx_http_request_t *r,
765 { ngx_string("upload_file_sha512"), NULL, ngx_http_upload_sha512_variable,
769 { ngx_string("upload_file_sha512_uc"), NULL, ngx_http_upload_sha512_variable,
2489 ngx_http_upload_sha512_variable(ngx_http_request_t *r, in ngx_http_upload_sha512_variable() function
2757 if(v->get_handler == ngx_http_upload_sha512_variable) in ngx_http_upload_set_form_field()