Home
last modified time | relevance | path

Searched refs:nb_defaulted (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/include/libxml/
DSAX2.h118 int nb_defaulted,
Dparser.h696 int nb_defaulted,
/external/chromium_org/third_party/libxml/src/include/libxml/
DSAX2.h118 int nb_defaulted,
Dparser.h696 int nb_defaulted,
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.h131 …const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
/external/chromium_org/third_party/libxml/src/
DtestSAX.c891 int nb_defaulted, in startElementNsDebug() argument
919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
DSAX2.c2158 int nb_defaulted, in xmlSAX2StartElementNs() argument
2277 if ((nb_defaulted != 0) && in xmlSAX2StartElementNs()
2279 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
Dxmllint.c1522 int nb_defaulted, in startElementNsDebug() argument
1550 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
Druntest.c1416 int nb_defaulted, in startElementNsDebug() argument
1444 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
Dxmlreader.c705 int nb_defaulted, in xmlTextReaderStartElementNs() argument
716 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
Dxmlschemas.c27239 int nb_defaulted ATTRIBUTE_UNUSED, in xmlSchemaSAXHandleStartElementNs()
28417 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument
28426 nb_attributes, nb_defaulted, in startElementNsSplit()
28431 nb_attributes, nb_defaulted, in startElementNsSplit()
Dtestapi.c5096 int nb_defaulted; /* the number of defaulted attributes. */ in test_xmlSAX2StartElementNs() local
5118 nb_defaulted = gen_int(n_nb_defaulted, 7); in test_xmlSAX2StartElementNs()
5121 …ar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar… in test_xmlSAX2StartElementNs()
5130 des_int(n_nb_defaulted, nb_defaulted, 7); in test_xmlSAX2StartElementNs()
/external/libxml2/
DSAX2.c2158 int nb_defaulted, in xmlSAX2StartElementNs() argument
2302 if ((nb_defaulted != 0) && in xmlSAX2StartElementNs()
2304 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
Dxmllint.c1526 int nb_defaulted, in startElementNsDebug() argument
1554 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
Dxmlreader.c705 int nb_defaulted, in xmlTextReaderStartElementNs() argument
716 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
Dxmlschemas.c27245 int nb_defaulted ATTRIBUTE_UNUSED, in xmlSchemaSAXHandleStartElementNs()
28423 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument
28432 nb_attributes, nb_defaulted, in startElementNsSplit()
28437 nb_attributes, nb_defaulted, in startElementNsSplit()