Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nb_attributes

5090     int nb_attributes; /* the number of attributes on that node */
5113 nb_attributes = gen_int(n_nb_attributes, 6);
5117 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5125 des_int(n_nb_attributes, nb_attributes, 6);