Home
last modified time | relevance | path

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

/dports/www/nginx-full/nginx-upload-module-aa42509/
H A Dngx_http_upload_module.c48 #define MULTIPART_FORM_DATA_STRING "multipart/form-data" macro
3790 if(ngx_strncasecmp(content_type->data, (u_char*) MULTIPART_FORM_DATA_STRING, in upload_parse_request_headers()
3791 sizeof(MULTIPART_FORM_DATA_STRING) - 1)) { in upload_parse_request_headers()
3905 sizeof(MULTIPART_FORM_DATA_STRING "; boundary=") - 1 in upload_parse_request_headers()
3914 MULTIPART_FORM_DATA_STRING "; boundary=%0muA", in upload_parse_request_headers()
3918 … boundary_start_ptr = content_type->data + sizeof(MULTIPART_FORM_DATA_STRING "; boundary=") - 1; in upload_parse_request_headers()