Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/http/makefsdata/
H A Dmakefsdata.c116 struct file_entry { struct
117 struct file_entry *next; argument
155 struct file_entry *first_file = NULL;
156 struct file_entry *last_file = NULL;
385 struct file_entry *fe = first_file; in main()
730 struct file_entry *f; in fix_filename_for_c()
768 struct file_entry *fe = (struct file_entry *)malloc(sizeof(struct file_entry)); in register_filename()