Home | History | Annotate | Download | only in libxml2

Lines Matching defs:prefix2

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