Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dstring.c107 VOID msi_destroy_stringtable( string_table *st ) in msi_destroy_stringtable() function
H A Dmsipriv.h780 extern VOID msi_destroy_stringtable( string_table *st );
H A Ddatabase.c94 if (db->strings) msi_destroy_stringtable( db->strings ); in MSI_CloseDatabase()
H A Dtable.c3516 msi_destroy_stringtable( strings ); in msi_table_apply_transform()