Searched defs:nb_defaulted (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/
H A DtestSAX.c891 int nb_defaulted,
919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A DSAX2.c2188 * @nb_defaulted: the number of defaulted attributes.
2204 int nb_defaulted,
2348 if ((nb_defaulted != 0) &&
2350 nb_attributes -= nb_defaulted;
2197 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmllint.c1528 int nb_defaulted,
1556 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
1521 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Druntest.c1412 int nb_defaulted,
1440 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted);
1405 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlreader.c707 * nb_defaulted: the number of defaulted attributes.
721 int nb_defaulted,
732 namespaces, nb_attributes, nb_defaulted,
714 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlschemas.c27292 int nb_defaulted ATTRIBUTE_UNUSED,
27301 * SAX VAL TODO: What to do with nb_defaulted?
28500 int nb_attributes, int nb_defaulted,
28509 nb_attributes, nb_defaulted,
28514 nb_attributes, nb_defaulted,
28497 startElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) argument
H A Dtestapi.c5092 int nb_defaulted; /* the number of defaulted attributes. */ local
5114 nb_defaulted = gen_int(n_nb_defaulted, 7);
5117 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes); local
5126 des_int(n_nb_defaulted, nb_defaulted, 7);
[all...]

Completed in 317 milliseconds