Home
last modified time | relevance | path

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

/dports/www/nginx-full/nginx-upload-module-aa42509/
H A Dngx_http_upload_module.c50 #define CONTENT_DISPOSITION_STRING "Content-Disposition:" macro
787 sizeof(CRLF CONTENT_DISPOSITION_STRING " form-data; name=\"") - 1,
788 (u_char*)CRLF CONTENT_DISPOSITION_STRING " form-data; name=\""
3587 if(!strncasecmp(CONTENT_DISPOSITION_STRING, header, sizeof(CONTENT_DISPOSITION_STRING) - 1)) { in upload_parse_part_header()
3588 char *p = header + sizeof(CONTENT_DISPOSITION_STRING) - 1; in upload_parse_part_header()
3816 …if(!strncasecmp(CONTENT_DISPOSITION_STRING, (char*)header[i].key.data, sizeof(CONTENT_DISPOSITION_… in upload_parse_request_headers()