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

/external/chromium_org/third_party/libxml/src/
H A Dparser.c237 * xmlErrAttributeDup:
245 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, function
8181 xmlErrAttributeDup(ctxt, NULL, attname);
8941 xmlErrAttributeDup(ctxt, NULL, attname);
9014 xmlErrAttributeDup(ctxt, aprefix, attname);
9184 xmlErrAttributeDup(ctxt, atts[i+1], atts[i]);
/external/libxml2/
H A Dparser.c272 * xmlErrAttributeDup:
280 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, function
8537 xmlErrAttributeDup(ctxt, NULL, attname);
9333 xmlErrAttributeDup(ctxt, NULL, attname);
9406 xmlErrAttributeDup(ctxt, aprefix, attname);
9576 xmlErrAttributeDup(ctxt, atts[i+1], atts[i]);

Completed in 366 milliseconds