HomeSort by relevance Sort by last modified time
    Searched refs:nb_attributes (Results 1 - 10 of 10) sorted by null

  /external/libxml2/include/libxml/
SAX2.h 119 int nb_attributes,
parser.h 681 * @nb_attributes: the number of attributes on that node
698 int nb_attributes,
    [all...]
  /external/libxml2/
testSAX.c 890 int nb_attributes,
919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
921 for (i = 0;i < nb_attributes * 5;i += 5) {
SAX2.c     [all...]
runtest.c     [all...]
xmllint.c     [all...]
testlimits.c 1180 int nb_attributes ATTRIBUTE_UNUSED,
    [all...]
xmlreader.c 706 * @nb_attributes: the number of attributes on that node
720 int nb_attributes,
732 namespaces, nb_attributes, nb_defaulted,
    [all...]
xmlschemas.c     [all...]
testapi.c 5090 int nb_attributes; \/* the number of attributes on that node *\/ local
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
    [all...]

Completed in 209 milliseconds