Searched refs:number_of_attributes (Results 1 – 6 of 6) sorted by relevance
103 nattr = tag->number_of_attributes; in append_close_tag()170 int n = tag->number_of_attributes; in append_open_tag()
1020 for (i = 0; i < tag->number_of_attributes; i++) in HTML_start_element()
155 int number_of_attributes; /* Number of possible attributes */ member
856 int number_of_attributes) in dump_flat_attrs() argument860 fprintf(output, "\t\t" FMT_NUM_ATTRS, number_of_attributes); in dump_flat_attrs()861 for (n = 0; n < number_of_attributes; ++n) { in dump_flat_attrs()1211 result = load_flat_AttrList(input, &(tag->attributes), &(tag->number_of_attributes)); in load_flat_HTTag()
381 for (i = 0; i < tag->number_of_attributes; i++) { in HTMLGen_start_element()
494 for (low = 0, high = tag->number_of_attributes; in handle_attribute_name()1268 for (; i < new_tag->number_of_attributes && !has_attributes; i++) in start_element()3100 (unsigned) (context->current_tag->number_of_attributes)); in SGML_character()3980 i < context->current_tag->number_of_attributes; in SGML_character()