Home
last modified time | relevance | path

Searched refs:xmlGetNoNsProp (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/
Dschematron.c863 context = xmlGetNoNsProp(rule, BAD_CAST "context"); in xmlSchematronParseRule()
891 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
914 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
968 id = xmlGetNoNsProp(pat, BAD_CAST "id"); in xmlSchematronParsePattern()
970 id = xmlGetNoNsProp(pat, BAD_CAST "name"); in xmlSchematronParsePattern()
1021 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1169 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix"); in xmlSchematronParse()
1170 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri"); in xmlSchematronParse()
1309 path = xmlGetNoNsProp(child, BAD_CAST "path"); in xmlSchematronFormatReport()
Dlibxml2.syms1302 xmlGetNoNsProp;
Delfgcchack.h4109 #undef xmlGetNoNsProp
4110 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias"…
4112 #ifndef xmlGetNoNsProp
4113 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden")));
4114 #define xmlGetNoNsProp xmlGetNoNsProp__internal_alias macro
Dxmlreader.c2422 return(xmlGetNoNsProp(reader->node, name)); in xmlTextReaderGetAttribute()
Dtree.c6743 xmlGetNoNsProp(const xmlNode *node, const xmlChar *name) { in xmlGetNoNsProp() function
Dxmlschemas.c4741 val = xmlGetNoNsProp(node, BAD_CAST name); in xmlSchemaGetProp()
Dtestapi.c20742 ret_val = xmlGetNoNsProp((const xmlNode *)node, (const xmlChar *)name); in test_xmlGetNoNsProp()
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c346 return (char *) xmlGetNoNsProp((xmlNodePtr) node, in xml_node_get_attr_value()
/external/libxml2/include/libxml/
Dtree.h1026 xmlGetNoNsProp (const xmlNode *node,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1268 d xmlGetNoNsProp pr * extproc('xmlGetNoNsProp') xmlChar *
/external/libxml2/win32/
Dlibxml2.def.src928 xmlGetNoNsProp