Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dwhere.c41 struct row_entry struct
71 struct row_entry **reorder;
103 struct row_entry **new = calloc(INITIAL_REORDER_SIZE, sizeof(*new)); in init_reorder()
127 struct row_entry *new; in add_row()
131 struct row_entry **new_reorder; in add_row()
143 new = malloc(offsetof(struct row_entry, values[wv->table_count])); in add_row()
687 const struct row_entry *le = *(const struct row_entry **)left; in compare_entry()
688 const struct row_entry *re = *(const struct row_entry **)right; in compare_entry()
859 qsort(wv->reorder, wv->row_count, sizeof(struct row_entry *), compare_entry); in WHERE_execute()