Searched refs:package_from_db (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | package.c | 1107 r = package_from_db( hdb, &hpkg ); in test_settargetpath() 2234 r = package_from_db(hdb, &hpkg); in test_property_table() 2294 r = package_from_db(hdb, &hpkg); in test_property_table() 4100 r = package_from_db(hdb, &hpkg); in test_appsearch_complocator() 4541 r = package_from_db(hdb, &hpkg); in test_appsearch_reglocator() 4909 r = package_from_db(hdb, &hpkg); in test_appsearch_inilocator() 5159 r = package_from_db(hdb, &hpkg); in test_appsearch_drlocator() 5453 r = package_from_db(hdb, &hpkg); in test_installprops() 5743 r = package_from_db(hdb, &hpkg); in test_ccpsearch() 5824 r = package_from_db(hdb, &hpkg); in test_complocator() [all …]
|
H A D | format.c | 32 static UINT package_from_db(MSIHANDLE hdb, MSIHANDLE *handle) in package_from_db() function 113 res = package_from_db( hdb, &hPackage ); in helper_createpackage()
|
H A D | db.c | 3026 static UINT package_from_db(MSIHANDLE hdb, MSIHANDLE *handle) in package_from_db() function 3285 r = package_from_db(hdb, &hpkg); in test_try_transform()
|