Lines Matching refs:xmlDictLookup
658 name = xmlDictLookup(ctxt->dict, name, -1); in xsltStackLookup()
660 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1); in xsltStackLookup()
1370 elem->name = xmlDictLookup(style->dict, name, -1); in xsltRegisterGlobalVariable()
1371 elem->select = xmlDictLookup(style->dict, sel, -1); in xsltRegisterGlobalVariable()
1373 elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1); in xsltRegisterGlobalVariable()
1480 href = xmlDictLookup(ctxt->dict, &name[1], len-1); in xsltProcessUserParamInternal()
1481 name = xmlDictLookup(ctxt->dict, &name[len + 1], -1); in xsltProcessUserParamInternal()
1620 elem->select = xmlDictLookup(ctxt->dict, value, -1); in xsltProcessUserParamInternal()
1622 elem->nameURI = xmlDictLookup(ctxt->dict, href, -1); in xsltProcessUserParamInternal()
2289 name = xmlDictLookup(tctxt->dict, name, -1); in xsltXPathVariableLookup()
2291 ns_uri = xmlDictLookup(tctxt->dict, ns_uri, -1); in xsltXPathVariableLookup()