Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Ddistinct.c43 struct distinct_set *nextrow; member
66 x = &(*x)->nextrow; in distinct_insert()
76 (*x)->nextrow = NULL; in distinct_insert()
86 struct distinct_set *next = x->nextrow; in distinct_free()