Lines Matching refs:BAD_CAST
962 qname = xmlStrcat(qname, BAD_CAST ":"); in xmlTextReaderValidatePush()
1053 qname = xmlStrcat(qname, BAD_CAST ":"); in xmlTextReaderValidatePop()
2412 if (xmlStrEqual(name, BAD_CAST "xmlns")) { in xmlTextReaderGetAttribute()
2428 if (xmlStrEqual(prefix, BAD_CAST "xmlns")) { 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()
2480 prefix = BAD_CAST localName; in xmlTextReaderGetAttributeNs()
2655 if (xmlStrEqual(name, BAD_CAST "xmlns")) { in xmlTextReaderMoveToAttribute()
2687 if (xmlStrEqual(prefix, BAD_CAST "xmlns")) { 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()
2756 prefix = BAD_CAST localName; in xmlTextReaderMoveToAttributeNs()
3125 return(xmlStrdup(BAD_CAST "xmlns")); in xmlTextReaderLocalName()
3156 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstLocalName()
3194 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName()
3198 return(xmlStrdup(BAD_CAST "#text")); in xmlTextReaderName()
3200 return(xmlStrdup(BAD_CAST "#cdata-section")); in xmlTextReaderName()
3207 return(xmlStrdup(BAD_CAST "#comment")); in xmlTextReaderName()
3213 return(xmlStrdup(BAD_CAST "#document")); in xmlTextReaderName()
3215 return(xmlStrdup(BAD_CAST "#document-fragment")); in xmlTextReaderName()
3224 ret = xmlStrdup(BAD_CAST "xmlns"); in xmlTextReaderName()
3227 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName()
3269 return(CONSTSTR(BAD_CAST "#text")); in xmlTextReaderConstName()
3271 return(CONSTSTR(BAD_CAST "#cdata-section")); in xmlTextReaderConstName()
3278 return(CONSTSTR(BAD_CAST "#comment")); in xmlTextReaderConstName()
3284 return(CONSTSTR(BAD_CAST "#document")); in xmlTextReaderConstName()
3286 return(CONSTSTR(BAD_CAST "#document-fragment")); in xmlTextReaderConstName()
3296 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstName()
3297 return(CONSTQSTR(BAD_CAST "xmlns", ns->prefix)); in xmlTextReaderConstName()
3332 return(xmlStrdup(BAD_CAST "xmlns")); in xmlTextReaderPrefix()
3364 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstPrefix()
3393 return(xmlStrdup(BAD_CAST "http://www.w3.org/2000/xmlns/")); in xmlTextReaderNamespaceUri()
3421 return(CONSTSTR(BAD_CAST "http://www.w3.org/2000/xmlns/")); in xmlTextReaderConstNamespaceUri()
3653 ret = BAD_CAST ""; in xmlTextReaderConstValue()
4826 ret = xmlStrdup(BAD_CAST input->filename); in xmlTextReaderLocatorBaseURI()