Lines Matching refs:xmlStrEqual
1521 ((xmlStrEqual(reader->node->ns->href, XINCLUDE_NS)) || in xmlTextReaderRead()
1522 (xmlStrEqual(reader->node->ns->href, XINCLUDE_OLD_NS)))) { in xmlTextReaderRead()
2412 if (xmlStrEqual(name, BAD_CAST "xmlns")) { in xmlTextReaderGetAttribute()
2428 if (xmlStrEqual(prefix, BAD_CAST "xmlns")) { in xmlTextReaderGetAttribute()
2431 if ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localname))) { in xmlTextReaderGetAttribute()
2478 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) { in xmlTextReaderGetAttributeNs()
2479 if (! xmlStrEqual(localName, BAD_CAST "xmlns")) { in xmlTextReaderGetAttributeNs()
2485 ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) { in xmlTextReaderGetAttributeNs()
2655 if (xmlStrEqual(name, BAD_CAST "xmlns")) { in xmlTextReaderMoveToAttribute()
2674 if ((xmlStrEqual(prop->name, name)) && in xmlTextReaderMoveToAttribute()
2687 if (xmlStrEqual(prefix, BAD_CAST "xmlns")) { in xmlTextReaderMoveToAttribute()
2690 if ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localname))) { in xmlTextReaderMoveToAttribute()
2705 if ((xmlStrEqual(prop->name, localname)) && in xmlTextReaderMoveToAttribute()
2706 (prop->ns != NULL) && (xmlStrEqual(prop->ns->prefix, prefix))) { in xmlTextReaderMoveToAttribute()
2754 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) { in xmlTextReaderMoveToAttributeNs()
2755 if (! xmlStrEqual(localName, BAD_CAST "xmlns")) { in xmlTextReaderMoveToAttributeNs()
2761 ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) { in xmlTextReaderMoveToAttributeNs()
2777 if (xmlStrEqual(prop->name, localName) && in xmlTextReaderMoveToAttributeNs()
2779 (xmlStrEqual(prop->ns->href, namespaceURI)))) { in xmlTextReaderMoveToAttributeNs()