Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Ddistinct.c56 static struct distinct_set **distinct_insert( struct distinct_set **x, UINT val, UINT row ) in distinct_insert() function
148 x = distinct_insert( x, val, i ); in DISTINCT_execute()