Searched defs:hdr_len (Results 1 – 5 of 5) sorted by relevance
72 rt_uint16_t hdr_len; member
602 u16_t hdr_len, u16_t hdr_chksum, const u8_t* file_data, size_t file_size) in write_checksums()814 size_t hdr_len = 0; in file_write_http_header() local
655 u16_t hdr_len, u16_t hdr_chksum, const u8_t *file_data, size_t file_size) in write_checksums()1032 size_t hdr_len = 0; in file_write_http_header() local
1763 u16_t hdr_len = (u16_t)LWIP_MIN(data_len, crlfcrlf + 4 - data); local
1813 u16_t hdr_len = (u16_t)LWIP_MIN(data_len, crlfcrlf + 4 - data); local
Completed in 17 milliseconds