Lines Matching refs:sorted
55 lws_list_ptr sorted;
90 struct file_entry *p1 = lp_to_fe(a, sorted), *p2 = lp_to_fe(b, sorted);
251 * and are sorted into the correct order. In this way no matter the number
255 * The oldest subset of BATCH_COUNT files are sorted into the cd->batch
349 if (lp_to_fe(lds->head, sorted)->modified < s.st_mtime)
358 lds->head = p->sorted;
364 p->sorted = NULL;
370 lws_list_ptr_insert(&lds->head, &p->sorted, fe_modified_sort);
391 p = lp_to_fe(lp, sorted);
395 lp = p->sorted;