Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c137 lws_list_ptr sorted_head = NULL; in scan_upload_dir() local
231 lws_list_ptr_insert(&sorted_head, &dire->next, de_mtime_sort); in scan_upload_dir()
240 if (sorted_head) in scan_upload_dir()
241 vhd->dire_head = lp_to_dir_entry(sorted_head, next); in scan_upload_dir()