Searched refs:HRef (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp123 // Search for prefix-defined namespace specified by HRef, starting on Node and
126 static xmlNsPtr search(const unsigned char *HRef, xmlNodePtr Node) { argument
128 if (Def->prefix && xmlStringsEqual(Def->href, HRef)) {
133 return search(HRef, Node->parent);
138 // Return the prefix that corresponds to the HRef. If HRef is not a recognized
139 // URI, then just return the HRef itself to use as the prefix.
140 static const unsigned char *getPrefixForHref(const unsigned char *HRef) { argument
142 if (xmlStringsEqual(HRef, TO_XML_CHAR(Ns.first.data()))) {
146 return HRef;
153 searchOrDefine(const unsigned char *HRef, xmlNodePtr Node) argument
[all...]

Completed in 51 milliseconds