Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c1251 const xmlChar *fullattr, in xmlAddDefAttrs() argument
1262 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddDefAttrs()
1321 name = xmlSplitQName3(fullattr, &len); in xmlAddDefAttrs()
1323 name = xmlDictLookup(ctxt->dict, fullattr, -1); in xmlAddDefAttrs()
1327 prefix = xmlDictLookup(ctxt->dict, fullattr, len); in xmlAddDefAttrs()
1362 const xmlChar *fullattr, in xmlAddSpecialAttr() argument
1371 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddSpecialAttr()
1374 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr, in xmlAddSpecialAttr()
1390 const xmlChar *fullname, const xmlChar *fullattr, in xmlCleanSpecialAttrCallback() argument
1395 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL); in xmlCleanSpecialAttrCallback()