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

/vbox/src/libs/libxml2-2.6.31/
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.c2111 * @nb_defaulted: the number of defaulted attributes.
2127 int nb_defaulted,
2246 if ((nb_defaulted != 0) &&
2248 nb_attributes -= nb_defaulted;
2120 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.c1516 int nb_defaulted,
1544 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
1509 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.c1416 int nb_defaulted,
1444 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted);
1409 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.c672 * nb_defaulted: the number of defaulted attributes.
686 int nb_defaulted,
697 namespaces, nb_attributes, nb_defaulted,
679 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.c27165 int nb_defaulted ATTRIBUTE_UNUSED,
27174 * SAX VAL TODO: What to do with nb_defaulted?
28343 int nb_attributes, int nb_defaulted,
28352 nb_attributes, nb_defaulted,
28357 nb_attributes, nb_defaulted,
28340 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.c5069 int nb_defaulted; /* the number of defaulted attributes. */ local
5091 nb_defaulted = gen_int(n_nb_defaulted, 7);
5094 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes); local
5103 des_int(n_nb_defaulted, nb_defaulted, 7);
[all...]

Completed in 203 milliseconds