• Home
  • Raw
  • Download

Lines Matching refs:BAD_CAST

928 	    qname = xmlStrcat(qname, BAD_CAST ":");  in xmlTextReaderValidatePush()
1019 qname = xmlStrcat(qname, BAD_CAST ":"); in xmlTextReaderValidatePop()
2373 if (xmlStrEqual(name, BAD_CAST "xmlns")) { in xmlTextReaderGetAttribute()
2389 if (xmlStrEqual(prefix, BAD_CAST "xmlns")) { in xmlTextReaderGetAttribute()
2439 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) { in xmlTextReaderGetAttributeNs()
2440 if (! xmlStrEqual(localName, BAD_CAST "xmlns")) { in xmlTextReaderGetAttributeNs()
2441 prefix = BAD_CAST localName; in xmlTextReaderGetAttributeNs()
2616 if (xmlStrEqual(name, BAD_CAST "xmlns")) { in xmlTextReaderMoveToAttribute()
2648 if (xmlStrEqual(prefix, BAD_CAST "xmlns")) { in xmlTextReaderMoveToAttribute()
2715 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) { in xmlTextReaderMoveToAttributeNs()
2716 if (! xmlStrEqual(localName, BAD_CAST "xmlns")) { in xmlTextReaderMoveToAttributeNs()
2717 prefix = BAD_CAST localName; in xmlTextReaderMoveToAttributeNs()
3086 return(xmlStrdup(BAD_CAST "xmlns")); in xmlTextReaderLocalName()
3117 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstLocalName()
3155 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName()
3159 return(xmlStrdup(BAD_CAST "#text")); in xmlTextReaderName()
3161 return(xmlStrdup(BAD_CAST "#cdata-section")); in xmlTextReaderName()
3168 return(xmlStrdup(BAD_CAST "#comment")); in xmlTextReaderName()
3174 return(xmlStrdup(BAD_CAST "#document")); in xmlTextReaderName()
3176 return(xmlStrdup(BAD_CAST "#document-fragment")); in xmlTextReaderName()
3185 ret = xmlStrdup(BAD_CAST "xmlns"); in xmlTextReaderName()
3188 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName()
3230 return(CONSTSTR(BAD_CAST "#text")); in xmlTextReaderConstName()
3232 return(CONSTSTR(BAD_CAST "#cdata-section")); in xmlTextReaderConstName()
3239 return(CONSTSTR(BAD_CAST "#comment")); in xmlTextReaderConstName()
3245 return(CONSTSTR(BAD_CAST "#document")); in xmlTextReaderConstName()
3247 return(CONSTSTR(BAD_CAST "#document-fragment")); in xmlTextReaderConstName()
3257 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstName()
3258 return(CONSTQSTR(BAD_CAST "xmlns", ns->prefix)); in xmlTextReaderConstName()
3293 return(xmlStrdup(BAD_CAST "xmlns")); in xmlTextReaderPrefix()
3325 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstPrefix()
3354 return(xmlStrdup(BAD_CAST "http://www.w3.org/2000/xmlns/")); in xmlTextReaderNamespaceUri()
3382 return(CONSTSTR(BAD_CAST "http://www.w3.org/2000/xmlns/")); in xmlTextReaderConstNamespaceUri()
4639 ret = xmlStrdup(BAD_CAST input->filename); in xmlTextReaderLocatorBaseURI()