Home
last modified time | relevance | path

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

/external/libxml2/
Dschematron.c861 context = xmlGetNoNsProp(rule, BAD_CAST "context"); in xmlSchematronParseRule()
889 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
912 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
966 id = xmlGetNoNsProp(pat, BAD_CAST "id"); in xmlSchematronParsePattern()
968 id = xmlGetNoNsProp(pat, BAD_CAST "name"); in xmlSchematronParsePattern()
1019 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1167 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix"); in xmlSchematronParse()
1168 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri"); in xmlSchematronParse()
1307 path = xmlGetNoNsProp(child, BAD_CAST "path"); in xmlSchematronFormatReport()
Delfgcchack.h4017 #undef xmlGetNoNsProp
4018 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias"…
4020 #ifndef xmlGetNoNsProp
4021 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden")));
4022 #define xmlGetNoNsProp xmlGetNoNsProp__internal_alias macro
Dxmlreader.c2383 return(xmlGetNoNsProp(reader->node, name)); in xmlTextReaderGetAttribute()
Dtree.c6587 xmlGetNoNsProp(xmlNodePtr node, const xmlChar *name) { in xmlGetNoNsProp() function
Dxmlschemas.c4686 val = xmlGetNoNsProp(node, BAD_CAST name); in xmlSchemaGetProp()
/external/chromium_org/third_party/libxml/src/
Dschematron.c861 context = xmlGetNoNsProp(rule, BAD_CAST "context"); in xmlSchematronParseRule()
889 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
912 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
966 id = xmlGetNoNsProp(pat, BAD_CAST "id"); in xmlSchematronParsePattern()
968 id = xmlGetNoNsProp(pat, BAD_CAST "name"); in xmlSchematronParsePattern()
1019 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1167 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix"); in xmlSchematronParse()
1168 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri"); in xmlSchematronParse()
1307 path = xmlGetNoNsProp(child, BAD_CAST "path"); in xmlSchematronFormatReport()
Delfgcchack.h4017 #undef xmlGetNoNsProp
4018 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias"…
4020 #ifndef xmlGetNoNsProp
4021 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden")));
4022 #define xmlGetNoNsProp xmlGetNoNsProp__internal_alias macro
Dxmlreader.c2377 return(xmlGetNoNsProp(reader->node, name)); in xmlTextReaderGetAttribute()
Dtree.c6574 xmlGetNoNsProp(xmlNodePtr node, const xmlChar *name) { in xmlGetNoNsProp() function
Dxmlschemas.c4686 val = xmlGetNoNsProp(node, BAD_CAST name); in xmlSchemaGetProp()
Dtestapi.c20433 ret_val = xmlGetNoNsProp(node, (const xmlChar *)name); in test_xmlGetNoNsProp()
/external/libxml2/include/libxml/
Dtree.h978 xmlGetNoNsProp (xmlNodePtr node,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h979 xmlGetNoNsProp (xmlNodePtr node,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src919 xmlGetNoNsProp