Searched refs:http_hdr_len (Results 1 – 1 of 1) sorted by relevance
/btstack/3rd-party/lwip/core/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 123 …t file_write_http_header(FILE *data_file, const char *filename, int file_size, u16_t *http_hdr_len, 939 u16_t http_hdr_len = 0; in process_file() local 983 …file_write_http_header(data_file, filename, file_size, &http_hdr_len, &http_hdr_chksum, has_conten… in process_file() 993 …chksum_count = write_checksums(struct_file, varname, http_hdr_len, http_hdr_chksum, file_data, fil… in process_file() 1050 …t file_write_http_header(FILE *data_file, const char *filename, int file_size, u16_t *http_hdr_len, in file_write_http_header() argument 1244 *http_hdr_len = (u16_t)hdr_len; in file_write_http_header()
|