Home
last modified time | relevance | path

Searched refs:CONSTQSTR (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dxmlreader.c228 #define CONSTQSTR(p, str) xmlDictQLookup(reader->dict, (p), (str)) macro
3295 return(CONSTQSTR(node->ns->prefix, node->name)); in xmlTextReaderConstName()
3325 return(CONSTQSTR(BAD_CAST "xmlns", ns->prefix)); in xmlTextReaderConstName()
/third_party/libxml2/
Dxmlreader.c206 #define CONSTQSTR(p, str) xmlDictQLookup(reader->dict, (p), (str)) macro
3335 return(CONSTQSTR(node->ns->prefix, node->name)); in xmlTextReaderConstName()
3365 return(CONSTQSTR(BAD_CAST "xmlns", ns->prefix)); in xmlTextReaderConstName()