Home
last modified time | relevance | path

Searched refs:XML_GetSpecifiedAttributeCount (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/expat/dist/lib/
H A Dlibexpat.def19 XML_GetSpecifiedAttributeCount @15
H A Dlibexpatw.def19 XML_GetSpecifiedAttributeCount @15
H A Dexpat.h725 XML_GetSpecifiedAttributeCount(XML_Parser parser);
H A Dxmlparse.c1559 XML_GetSpecifiedAttributeCount(XML_Parser parser) { in XML_GetSpecifiedAttributeCount() function
/netbsd-src/external/mit/expat/dist/xmlwf/
H A Dxmlwf.c590 = atts + XML_GetSpecifiedAttributeCount(parser); in metaStartElement()
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c2939 count = XML_GetSpecifiedAttributeCount(g_parser); in counting_start_element_handler()