/reactos/modules/rostests/winetests/msi/ |
H A D | source.c | 95 char *usersid = NULL; in get_user_sid() local 151 …char prodcode[MAX_PATH], prod_squashed[MAX_PATH], keypath[MAX_PATH * 2], value[MAX_PATH], *usersid; in test_MsiSourceListGetInfo() local 594 LPSTR usersid; in test_MsiSourceListAddSourceEx() local 964 LPSTR usersid; in test_MsiSourceListEnumSources() local 1530 LPSTR usersid; in test_MsiSourceListSetInfo() local 1900 LPSTR usersid; in test_MsiSourceListAddMediaDisk() local 2190 LPSTR usersid; in test_MsiSourceListEnumMediaDisks() local 2945 LPSTR usersid; in test_MsiSourceListAddSource() local
|
H A D | msi.c | 1178 LPSTR usersid; in test_MsiQueryProductState() local 1527 LPSTR usersid; in test_MsiQueryFeatureState() local 2017 LPSTR usersid; in test_MsiQueryComponentState() local 2402 LPSTR usersid; in test_MsiGetComponentPath() local 3497 LPSTR usersid; in test_MsiGetProductCode() local 3776 LPSTR usersid; in test_MsiEnumClients() local 4269 LPSTR usersid; in test_MsiGetProductInfo() local 5566 LPSTR usersid; in test_MsiGetProductInfoEx() local 7974 LPSTR usersid; in test_MsiGetUserInfo() local 8568 LPSTR usersid; in test_MsiOpenProduct() local [all …]
|
H A D | action.c | 2365 char *usersid = NULL; in get_user_sid() local 2589 LPSTR usersid; in test_register_product() local 2976 LPSTR usersid; in test_publish_product() local 3212 LPSTR usersid; in test_publish_features() local 3388 LPSTR usersid; in test_register_user() local 3490 LPSTR usersid; in test_process_components() local
|
H A D | package.c | 46 char *usersid = NULL; in get_user_sid() local 174 LPCSTR guid, LPSTR usersid, BOOL dir) in set_component_path() 239 static void delete_component_path(LPCSTR guid, MSIINSTALLCONTEXT context, LPSTR usersid) in delete_component_path() 3981 LPSTR usersid; in test_appsearch_complocator() local
|
/reactos/dll/win32/msi/ |
H A D | registry.c | 478 WCHAR squashed_pc[SQUASHED_GUID_SIZE], keypath[0x200], *usersid = NULL; in MSIREG_OpenUserDataFeaturesKey() local 531 WCHAR *usersid, squashed_comp[SQUASHED_GUID_SIZE], keypath[0x200]; in MSIREG_OpenUserDataComponentKey() local 557 WCHAR *usersid, squashed_comp[SQUASHED_GUID_SIZE], keypath[0x200]; in MSIREG_DeleteUserDataComponentKey() local 587 WCHAR *usersid, squashed_pc[SQUASHED_GUID_SIZE], keypath[0x200]; in MSIREG_OpenUserDataProductKey() local 615 WCHAR *usersid, squashed_patch[SQUASHED_GUID_SIZE], keypath[0x200]; in MSIREG_OpenUserDataPatchKey() local 641 WCHAR *usersid, squashed_patch[SQUASHED_GUID_SIZE], keypath[0x200]; in MSIREG_DeleteUserDataPatchKey() local 671 WCHAR *usersid, squashed_product[SQUASHED_GUID_SIZE], keypath[0x200]; in MSIREG_OpenUserDataProductPatchesKey() local 697 WCHAR *usersid, squashed_pc[SQUASHED_GUID_SIZE], keypath[0x200]; in MSIREG_OpenInstallProps() local 725 WCHAR *usersid, squashed_pc[SQUASHED_GUID_SIZE], keypath[0x200]; in MSIREG_DeleteUserDataProductKey() local 1623 WCHAR *prodcode = NULL, *usersid = NULL, *targsid = NULL; in MsiEnumPatchesExA() local [all …]
|
H A D | source.c | 149 WCHAR *product = NULL, *usersid = NULL, *volume = NULL, *prompt = NULL; in MsiSourceListEnumMediaDisksA() local 333 WCHAR *product = NULL, *usersid = NULL, *source = NULL; in MsiSourceListEnumSourcesA() local 477 LPWSTR usersid = NULL; in MsiSourceListGetInfoA() local 666 LPWSTR usersid = NULL; in MsiSourceListSetInfoA() local 686 UINT msi_set_last_used_source(LPCWSTR product, LPCWSTR usersid, in msi_set_last_used_source() 920 LPWSTR product, usersid, source; in MsiSourceListAddSourceExA() local 1162 LPWSTR usersid = NULL; in MsiSourceListAddMediaDiskA() local
|
H A D | msi.c | 745 UINT WINAPI MsiDeterminePatchSequenceA( const char *product, const char *usersid, MSIINSTALLCONTEXT… in MsiDeterminePatchSequenceA() 782 static UINT open_package( const WCHAR *product, const WCHAR *usersid, in open_package() 1305 LPWSTR usersid = NULL; in MsiGetProductInfoExA() local 1594 LPWSTR patch = NULL, product = NULL, usersid = NULL; in MsiGetPatchInfoExA() local 2059 LPWSTR prodcode = NULL, usersid = NULL, comp = NULL; in MsiQueryComponentStateA() local 2752 static BOOL open_userdata_comp_key( const WCHAR *comp, const WCHAR *usersid, MSIINSTALLCONTEXT ctx, in open_userdata_comp_key() 2846 INSTALLSTATE WINAPI MsiGetComponentPathExW( LPCWSTR product, LPCWSTR comp, LPCWSTR usersid, in MsiGetComponentPathExW() 2860 INSTALLSTATE WINAPI MsiGetComponentPathExA( LPCSTR product, LPCSTR comp, LPCSTR usersid, in MsiGetComponentPathExA() 2903 static UINT query_feature_state( const WCHAR *product, const WCHAR *squashed, const WCHAR *usersid, in query_feature_state() 2987 UINT WINAPI MsiQueryFeatureStateExA( LPCSTR product, LPCSTR usersid, MSIINSTALLCONTEXT ctx, in MsiQueryFeatureStateExA() [all …]
|
H A D | custom.c | 181 …atic WCHAR *get_deferred_action(const WCHAR *action, const WCHAR *actiondata, const WCHAR *usersid, in get_deferred_action() 1451 WCHAR *usersid = msi_dup_property( package->db, L"UserSID" ); in defer_custom_action() local
|
/reactos/drivers/filesystems/btrfs/ |
H A D | security.c | 420 PSID usersid = NULL, groupsid = NULL; in get_top_level_sd() local 513 PSID usersid = NULL, groupsid = NULL; in fcb_get_sd() local
|