Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
H A Ddiskcache.c54 struct file_entry { struct
63 struct file_entry *batch;
81 #define lp_to_fe(p, _n) lws_list_ptr_container(p, struct file_entry, _n)
90 struct file_entry *p1 = lp_to_fe(a, sorted), *p2 = lp_to_fe(b, sorted); in fe_modified_sort()
253 * struct file_entry-s.
278 struct file_entry *p; in lws_diskcache_trim()
290 lds->batch = lws_malloc(sizeof(struct file_entry) * in lws_diskcache_trim()
/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c110 struct file_entry { struct
111 struct file_entry *next;
149 struct file_entry *first_file = NULL;
150 struct file_entry *last_file = NULL;
366 struct file_entry *fe = first_file; in main()
705 struct file_entry *f; in fix_filename_for_c()
743 struct file_entry *fe = (struct file_entry *)malloc(sizeof(struct file_entry)); in register_filename()

Completed in 6 milliseconds