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

  /external/libxml2/include/libxml/
SAX2.h 120 int nb_defaulted,
parser.h 682 * @nb_defaulted: the number of defaulted attributes. The defaulted
699 int nb_defaulted,
    [all...]
  /external/libxml2/
testSAX.c 891 int nb_defaulted,
919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
SAX2.c     [all...]
testlimits.c 1181 int nb_defaulted ATTRIBUTE_UNUSED,
    [all...]
runtest.c     [all...]
xmllint.c     [all...]
xmlreader.c 707 * nb_defaulted: the number of defaulted attributes.
721 int nb_defaulted,
732 namespaces, nb_attributes, nb_defaulted,
    [all...]
testapi.c 5092 int nb_defaulted; \/* the number of defaulted attributes. *\/ 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...]
xmlschemas.c     [all...]

Completed in 1294 milliseconds