Lines Matching refs:CONSTSTR
198 #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1) macro
2947 return(CONSTSTR(doc->encoding)); in xmlTextReaderConstEncoding()
3155 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstLocalName()
3268 return(CONSTSTR(BAD_CAST "#text")); in xmlTextReaderConstName()
3270 return(CONSTSTR(BAD_CAST "#cdata-section")); in xmlTextReaderConstName()
3273 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3275 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3277 return(CONSTSTR(BAD_CAST "#comment")); in xmlTextReaderConstName()
3283 return(CONSTSTR(BAD_CAST "#document")); in xmlTextReaderConstName()
3285 return(CONSTSTR(BAD_CAST "#document-fragment")); in xmlTextReaderConstName()
3287 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3290 return(CONSTSTR(node->name)); in xmlTextReaderConstName()
3295 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstName()
3363 return(CONSTSTR(BAD_CAST "xmlns")); in xmlTextReaderConstPrefix()
3369 return(CONSTSTR(node->ns->prefix)); in xmlTextReaderConstPrefix()
3420 return(CONSTSTR(BAD_CAST "http://www.w3.org/2000/xmlns/")); in xmlTextReaderConstNamespaceUri()
3425 return(CONSTSTR(node->ns->href)); in xmlTextReaderConstNamespaceUri()
3464 ret = CONSTSTR(tmp); in xmlTextReaderConstBaseUri()
3739 ret = CONSTSTR(tmp); in xmlTextReaderConstXmlLang()
3759 return(CONSTSTR(str)); in xmlTextReaderConstString()
4691 return(CONSTSTR(doc->version)); in xmlTextReaderConstXmlVersion()