Home
last modified time | relevance | path

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

/reactos/dll/win32/sxs/
H A Dcache.c221 arch = get_name_attribute( name_obj, NAME_ATTR_ID_ARCH ); in cache_QueryAssemblyInfo()
222 name = get_name_attribute( name_obj, NAME_ATTR_ID_NAME ); in cache_QueryAssemblyInfo()
223 token = get_name_attribute( name_obj, NAME_ATTR_ID_TOKEN ); in cache_QueryAssemblyInfo()
224 type = get_name_attribute( name_obj, NAME_ATTR_ID_TYPE ); in cache_QueryAssemblyInfo()
225 version = get_name_attribute( name_obj, NAME_ATTR_ID_VERSION ); in cache_QueryAssemblyInfo()
775 arch = get_name_attribute( name_obj, NAME_ATTR_ID_ARCH ); in cache_UninstallAssembly()
776 name = get_name_attribute( name_obj, NAME_ATTR_ID_NAME ); in cache_UninstallAssembly()
777 token = get_name_attribute( name_obj, NAME_ATTR_ID_TOKEN ); in cache_UninstallAssembly()
778 type = get_name_attribute( name_obj, NAME_ATTR_ID_TYPE ); in cache_UninstallAssembly()
779 version = get_name_attribute( name_obj, NAME_ATTR_ID_VERSION ); in cache_UninstallAssembly()
H A Dsxs_private.h30 const WCHAR *get_name_attribute( IAssemblyName *, enum name_attr_id ) DECLSPEC_HIDDEN;
H A Dname.c185 const WCHAR *get_name_attribute( IAssemblyName *iface, enum name_attr_id id ) in get_name_attribute() function
215 name = get_name_attribute( iface, NAME_ATTR_ID_NAME ); in name_GetName()