Lines Matching refs:namespaces
182 const xmlChar **namespaces; /* the namespaces definitions */ member
290 const xmlChar **namespaces) { in xmlNewPatParserContext() argument
306 if (namespaces != NULL) { in xmlNewPatParserContext()
308 for (i = 0;namespaces[2 * i] != NULL;i++); in xmlNewPatParserContext()
313 cur->namespaces = namespaces; in xmlNewPatParserContext()
959 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) { in xmlCompileAttributeTest()
960 XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i]) in xmlCompileAttributeTest()
1080 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) { in xmlCompileStepPattern()
1081 XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i]) in xmlCompileStepPattern()
1147 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) { in xmlCompileStepPattern()
1148 XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i]) in xmlCompileStepPattern()
2355 const xmlChar **namespaces) { in xmlPatterncompile() argument
2372 ctxt = xmlNewPatParserContext(start, dict, namespaces); in xmlPatterncompile()
2376 ctxt = xmlNewPatParserContext(tmp, dict, namespaces); in xmlPatterncompile()