Lines Matching refs:CONSTSTR
198 #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1) macro
2940 return(CONSTSTR(doc->encoding)); in xmlTextReaderConstEncoding()
3148 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstLocalName()
3261 return(CONSTSTR(BAD_CAST "#text")); in xmlTextReaderConstName()
3263 return(CONSTSTR(BAD_CAST "#cdata-section")); in xmlTextReaderConstName()
3266 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3268 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3270 return(CONSTSTR(BAD_CAST "#comment")); in xmlTextReaderConstName()
3276 return(CONSTSTR(BAD_CAST "#document")); in xmlTextReaderConstName()
3278 return(CONSTSTR(BAD_CAST "#document-fragment")); in xmlTextReaderConstName()
3280 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3283 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3288 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstName()
3356 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstPrefix()
3362 return(CONSTSTR(node->ns->prefix)); in xmlTextReaderConstPrefix()
3413 return(CONSTSTR(BAD_CAST "http://www.w3.org/2000/xmlns/")); in xmlTextReaderConstNamespaceUri()
3418 return(CONSTSTR(node->ns->href)); in xmlTextReaderConstNamespaceUri()
3457 ret = CONSTSTR(tmp); in xmlTextReaderConstBaseUri()
3720 ret = CONSTSTR(tmp); in xmlTextReaderConstXmlLang()
3740 return(CONSTSTR(str)); in xmlTextReaderConstString()
4666 return(CONSTSTR(doc->version)); in xmlTextReaderConstXmlVersion()