Searched defs:uriAttrName (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dcatalog.c1133 * @uriAttrName: the attribute holding the URI-Reference
1145 const xmlChar *uriAttrName, xmlCatalogPrefer prefer,
1162 uriValue = xmlGetProp(cur, uriAttrName);
1165 "%s entry lacks '%s'\n", name, uriAttrName, NULL);
1190 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1143 xmlParseXMLCatalogOneNode(xmlNodePtr cur, xmlCatalogEntryType type, const xmlChar *name, const xmlChar *attrName, const xmlChar *uriAttrName, xmlCatalogPrefer prefer, xmlCatalogEntryPtr cgroup) argument

Completed in 55 milliseconds