Home | History | Annotate | Download | only in libxml2

Lines Matching refs:prefix2

8301     const xmlChar *prefix2;
8329 ret = xmlParseQName (ctxt, &prefix2);
8330 if ((ret == name) && (prefix == prefix2))