Home
last modified time | relevance | path

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

/reactos/dll/win32/sxs/
H A Dcache.c294 static BSTR get_attribute_value( IXMLDOMNamedNodeMap *map, const WCHAR *value_name ) in get_attribute_value() function
403 f->name = get_attribute_value( attrs, nameW ); in parse_files()
470 a->type = get_attribute_value( attrs, typeW ); in parse_assembly()
471 a->name = get_attribute_value( attrs, nameW ); in parse_assembly()
472 a->version = get_attribute_value( attrs, versionW ); in parse_assembly()
473 a->arch = get_attribute_value( attrs, architectureW ); in parse_assembly()
474 a->token = get_attribute_value( attrs, tokenW ); in parse_assembly()