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

/external/libxml2/
H A Dparser.c1188 * @fullattr: the attribute fullname
1196 const xmlChar *fullattr,
1207 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1266 name = xmlSplitQName3(fullattr, &len);
1268 name = xmlDictLookup(ctxt->dict, fullattr, -1);
1272 prefix = xmlDictLookup(ctxt->dict, fullattr, len);
1299 * @fullattr: the attribute fullname
1307 const xmlChar *fullattr,
1316 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1319 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr,
1194 xmlAddDefAttrs(xmlParserCtxtPtr ctxt, const xmlChar *fullname, const xmlChar *fullattr, const xmlChar *value) argument
1305 xmlAddSpecialAttr(xmlParserCtxtPtr ctxt, const xmlChar *fullname, const xmlChar *fullattr, int type) argument
1334 xmlCleanSpecialAttrCallback(void *payload, void *data, const xmlChar *fullname, const xmlChar *fullattr, const xmlChar *unused ATTRIBUTE_UNUSED) argument
[all...]

Completed in 64 milliseconds