Home | History | Annotate | Download | only in libxml2

Lines Matching defs:prefix2

8967     const xmlChar *prefix2;
8995 ret = xmlParseQName (ctxt, &prefix2);
8996 if ((ret == name) && (prefix == prefix2))