Home | History | Annotate | Download | only in libxml2

Lines Matching refs:str_xml

1069     ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
1072 if ((ctxt->str_xml==NULL) || (ctxt->str_xmlns==NULL) ||
8829 if (prefix == ctxt->str_xml) return(ctxt->str_xml_ns);
9272 if (*prefix == ctxt->str_xml) {
9441 if (attname != ctxt->str_xml) {
9483 if (attname == ctxt->str_xml) {
9495 if (attname != ctxt->str_xml) {
13200 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
13577 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
14009 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);