/external/libxml2/include/libxml/ |
SAX2.h | 117 int nb_namespaces,
|
parser.h | 679 * @nb_namespaces: number of namespace definitions on that node 696 int nb_namespaces, [all...] |
/external/libxml2/ |
pattern.c | 186 int nb_namespaces; /* the number of namespaces */ member in struct:_xmlPatParserContext 313 cur->nb_namespaces = i; 315 cur->nb_namespaces = 0; 962 for (i = 0;i < ctxt->nb_namespaces;i++) { 968 if (i >= ctxt->nb_namespaces) { 1083 for (i = 0;i < ctxt->nb_namespaces;i++) { 1089 if (i >= ctxt->nb_namespaces) { 1150 for (i = 0;i < ctxt->nb_namespaces;i++) { 1156 if (i >= ctxt->nb_namespaces) { [all...] |
testSAX.c | 888 int nb_namespaces, 908 fprintf(stdout, ", %d", nb_namespaces); 911 for (i = 0;i < nb_namespaces * 2;i++) {
|
runtest.c | [all...] |
xmllint.c | [all...] |
testlimits.c | 1178 int nb_namespaces ATTRIBUTE_UNUSED, [all...] |
SAX2.c | [all...] |
xmlreader.c | 704 * @nb_namespaces: number of namespace definitions on that node 718 int nb_namespaces, 731 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces, [all...] |
xmlschemas.c | [all...] |
testapi.c | 5086 int nb_namespaces; \/* number of namespace definitions 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...] |