Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dquery.h126 UINT INSERT_CreateView( MSIDATABASE *db, MSIVIEW **view, LPCWSTR table,
H A Dsql.y137 INSERT_CreateView( sql->db, &insert, $3, $5, $9, FALSE );
148 INSERT_CreateView( sql->db, &insert, $3, $5, $9, TRUE );
H A Dinsert.c351 UINT INSERT_CreateView( MSIDATABASE *db, MSIVIEW **view, LPCWSTR table, in INSERT_CreateView() function