Lines Matching refs:CONSTSTR
205 #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1) macro
3016 return(CONSTSTR(doc->encoding)); in xmlTextReaderConstEncoding()
3224 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstLocalName()
3337 return(CONSTSTR(BAD_CAST "#text")); in xmlTextReaderConstName()
3339 return(CONSTSTR(BAD_CAST "#cdata-section")); in xmlTextReaderConstName()
3342 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3344 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3346 return(CONSTSTR(BAD_CAST "#comment")); in xmlTextReaderConstName()
3352 return(CONSTSTR(BAD_CAST "#document")); in xmlTextReaderConstName()
3354 return(CONSTSTR(BAD_CAST "#document-fragment")); in xmlTextReaderConstName()
3356 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3359 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3364 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstName()
3432 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstPrefix()
3438 return(CONSTSTR(node->ns->prefix)); in xmlTextReaderConstPrefix()
3489 return(CONSTSTR(BAD_CAST "http://www.w3.org/2000/xmlns/")); in xmlTextReaderConstNamespaceUri()
3494 return(CONSTSTR(node->ns->href)); in xmlTextReaderConstNamespaceUri()
3533 ret = CONSTSTR(tmp); in xmlTextReaderConstBaseUri()
3808 ret = CONSTSTR(tmp); in xmlTextReaderConstXmlLang()
3828 return(CONSTSTR(str)); in xmlTextReaderConstString()
4764 return(CONSTSTR(doc->version)); in xmlTextReaderConstXmlVersion()