Searched refs:xmlGetNoNsProp (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dschematron.c854 context = xmlGetNoNsProp(rule, BAD_CAST "context");
882 test = xmlGetNoNsProp(cur, BAD_CAST "test");
905 test = xmlGetNoNsProp(cur, BAD_CAST "test");
959 id = xmlGetNoNsProp(pat, BAD_CAST "id");
961 id = xmlGetNoNsProp(pat, BAD_CAST "name");
1011 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1158 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix");
1159 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri");
1295 path = xmlGetNoNsProp(child, BAD_CAST "path");
H A Delfgcchack.h3981 #undef xmlGetNoNsProp macro
3982 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias")));
3984 #ifndef xmlGetNoNsProp
3985 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden")));
3986 #define xmlGetNoNsProp xmlGetNoNsProp__internal_alias macro
H A Dxmlreader.c2343 return(xmlGetNoNsProp(reader->node, name));
H A Dtree.c6205 * to the attribute. Use xmlGetNsProp() or xmlGetNoNsProp()
6222 * xmlGetNoNsProp:
6237 xmlGetNoNsProp(xmlNodePtr node, const xmlChar *name) { function
H A Dxmlschemas.c4677 val = xmlGetNoNsProp(node, BAD_CAST name);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h903 xmlGetNoNsProp (xmlNodePtr node,

Completed in 225 milliseconds