Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c134 u16_t *http_hdr_chksum, u8_t provide_content_len, int is_compressed);
967 u16_t http_hdr_chksum = 0; in process_file() local
1012 …file_write_http_header(data_file, filename, file_size, &http_hdr_len, &http_hdr_chksum, has_conten… in process_file()
1022 …chksum_count = write_checksums(struct_file, varname, http_hdr_len, http_hdr_chksum, file_data, fil… in process_file()
1080 u16_t *http_hdr_chksum, u8_t provide_content_len, int is_compressed) in file_write_http_header() argument
1274 *http_hdr_chksum = acc; in file_write_http_header()