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

/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c1130 * @uriAttrName: the attribute holding the URI-Reference
1142 const xmlChar *uriAttrName, xmlCatalogPrefer prefer,
1159 uriValue = xmlGetProp(cur, uriAttrName);
1162 "%s entry lacks '%s'\n", name, uriAttrName, NULL);
1187 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1140 xmlParseXMLCatalogOneNode(xmlNodePtr cur, xmlCatalogEntryType type, const xmlChar *name, const xmlChar *attrName, const xmlChar *uriAttrName, xmlCatalogPrefer prefer, xmlCatalogEntryPtr cgroup) argument
/external/libxml2/
H A Dcatalog.c1128 * @uriAttrName: the attribute holding the URI-Reference
1140 const xmlChar *uriAttrName, xmlCatalogPrefer prefer,
1157 uriValue = xmlGetProp(cur, uriAttrName);
1160 "%s entry lacks '%s'\n", name, uriAttrName, NULL);
1185 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1138 xmlParseXMLCatalogOneNode(xmlNodePtr cur, xmlCatalogEntryType type, const xmlChar *name, const xmlChar *attrName, const xmlChar *uriAttrName, xmlCatalogPrefer prefer, xmlCatalogEntryPtr cgroup) argument

Completed in 259 milliseconds