Searched defs:nb_attributes (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c890 int nb_attributes,
919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
921 for (i = 0;i < nb_attributes * 5;i += 5) {
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.c2141 * @nb_attributes: the number of attributes on that node
2157 int nb_attributes,
2279 nb_attributes -= nb_defaulted;
2311 if (nb_attributes > 0) {
2312 for (j = 0,i = 0;i < nb_attributes;i++,j+=5) {
2151 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.c1521 int nb_attributes,
1550 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
1552 for (i = 0;i < nb_attributes * 5;i += 5) {
1515 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.c1415 int nb_attributes,
1444 fprintf(SAXdebug, ", %d, %d", nb_attributes, nb_defaulted);
1446 for (i = 0;i < nb_attributes * 5;i += 5) {
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.c690 * @nb_attributes: the number of attributes on that node
704 int nb_attributes,
716 namespaces, nb_attributes, nb_defaulted,
698 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.c27238 int nb_attributes,
27327 if (nb_attributes != 0) {
27330 for (j = 0, i = 0; i < nb_attributes; i++, j += 5) {
28417 int nb_attributes, int nb_defaulted,
28426 nb_attributes, nb_defaulted,
28431 nb_attributes, nb_defaulted,
27232 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28414 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.c5094 int nb_attributes; /* the number of attributes on that node */ local
5117 nb_attributes = gen_int(n_nb_attributes, 6);
5121 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes); local
5129 des_int(n_nb_attributes, nb_attributes, 6);
[all...]
/external/libxml2/
H A DSAX2.c2179 * @nb_attributes: the number of attributes on that node
2195 int nb_attributes,
2342 nb_attributes -= nb_defaulted;
2374 if (nb_attributes > 0) {
2375 for (j = 0,i = 0;i < nb_attributes;i++,j+=5) {
2189 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.c1527 int nb_attributes,
1556 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
1558 for (i = 0;i < nb_attributes * 5;i += 5) {
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 Dxmlreader.c693 * @nb_attributes: the number of attributes on that node
707 int nb_attributes,
719 namespaces, nb_attributes, nb_defaulted,
701 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.c27289 int nb_attributes,
27378 if (nb_attributes != 0) {
27381 for (j = 0, i = 0; i < nb_attributes; i++, j += 5) {
28498 int nb_attributes, int nb_defaulted,
28507 nb_attributes, nb_defaulted,
28512 nb_attributes, nb_defaulted,
27283 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28495 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

Completed in 782 milliseconds