Lines Matching refs:xmlDictLookup
1069 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); in xmlDetectSAX2()
1070 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); in xmlDetectSAX2()
1071 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); in xmlDetectSAX2()
1223 name = xmlDictLookup(ctxt->dict, fullname, -1); in xmlAddDefAttrs()
1226 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1227 prefix = xmlDictLookup(ctxt->dict, fullname, len); in xmlAddDefAttrs()
1268 name = xmlDictLookup(ctxt->dict, fullattr, -1); in xmlAddDefAttrs()
1271 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1272 prefix = xmlDictLookup(ctxt->dict, fullattr, len); in xmlAddDefAttrs()
1279 value = xmlDictLookup(ctxt->dict, value, len); in xmlAddDefAttrs()
3402 return(xmlDictLookup(ctxt->dict, ctxt->input->cur - (len + 1), len)); in xmlParseNameComplex()
3403 return(xmlDictLookup(ctxt->dict, ctxt->input->cur - len, len)); in xmlParseNameComplex()
3455 ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count); in xmlParseName()
3528 return(xmlDictLookup(ctxt->dict, end - len, len)); in xmlParseNCNameComplex()
3580 ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count); in xmlParseNCName()
7589 nbktext = xmlDictLookup(ctxt->dict, BAD_CAST "nbktext", in xmlParseReference()
8888 p = xmlDictLookup(ctxt->dict, tmp, -1); in xmlParseQName()
8902 l = xmlDictLookup(ctxt->dict, tmp, -1); in xmlParseQName()
8908 l = xmlDictLookup(ctxt->dict, tmp, -1); in xmlParseQName()
9417 const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len); in xmlParseStartTag2()
9480 const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len); in xmlParseStartTag2()
13200 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); in xmlParseCtxtExternalEntity()
13201 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); in xmlParseCtxtExternalEntity()
13202 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); in xmlParseCtxtExternalEntity()
13577 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); in xmlParseBalancedChunkMemoryInternal()
13578 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); in xmlParseBalancedChunkMemoryInternal()
13579 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); in xmlParseBalancedChunkMemoryInternal()
13851 iprefix = xmlDictLookup(ctxt->dict, ns->prefix, -1); in xmlParseInNodeContext()
13852 ihref = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlParseInNodeContext()
14009 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); in xmlParseBalancedChunkMemoryRecover()
14010 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); in xmlParseBalancedChunkMemoryRecover()
14011 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); in xmlParseBalancedChunkMemoryRecover()