Lines Matching refs:u8_t
118 u16_t *http_hdr_chksum, u8_t provide_content_len, int is_compressed);
532 static u8_t *get_file_data(const char *filename, int *file_size, int can_be_compressed, int *is_compressed)
536 u8_t *buf;
553 buf = (u8_t *)malloc(fsize);
564 u8_t *ret_buf;
588 ret_buf = (u8_t *)malloc(out_bytes);
630 static void process_file_data(FILE *data_file, u8_t *file_data, size_t file_size)
655 u16_t hdr_len, u16_t hdr_chksum, const u8_t *file_data, size_t file_size)
914 u8_t flags = 0;
915 u8_t has_content_len;
916 u8_t *file_data;
1024 u16_t *http_hdr_chksum, u8_t provide_content_len, int is_compressed)
1036 u8_t provide_last_modified = includeLastModified;