Searched refs:fetch_stream (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | select.c | 116 return sv->table->ops->fetch_stream( sv->table, row, col, stm ); in SELECT_fetch_stream()
|
H A D | msiquery.c | 313 ret = view->ops->fetch_stream(view, row, i, &stm); in msi_view_refresh_row()
|
H A D | where.c | 259 return table->view->ops->fetch_stream( table->view, rows[table->table_index], col, stm ); in WHERE_fetch_stream()
|
H A D | msipriv.h | 250 UINT (*fetch_stream)( struct tagMSIVIEW *view, UINT row, UINT col, IStream **stm ); member
|