Searched defs:nb_namespaces (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/
H A DtestSAX.c888 int nb_namespaces,
908 fprintf(stdout, ", %d", nb_namespaces);
911 for (i = 0;i < nb_namespaces * 2;i++) {
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A DSAX2.c2185 * @nb_namespaces: number of namespace definitions on that node
2201 int nb_namespaces,
2298 for (i = 0,j = 0;j < nb_namespaces;j++) {
2197 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dpattern.c186 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) {
H A Dxmllint.c1525 int nb_namespaces,
1545 fprintf(stdout, ", %d", nb_namespaces);
1548 for (i = 0;i < nb_namespaces * 2;i++) {
1521 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Druntest.c1409 int nb_namespaces,
1429 fprintf(SAXdebug, ", %d", nb_namespaces);
1432 for (i = 0;i < nb_namespaces * 2;i++) {
1405 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlreader.c704 * @nb_namespaces: number of namespace definitions on that node
718 int nb_namespaces,
731 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
714 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlschemas.c27289 int nb_namespaces,
27328 if (nb_namespaces != 0) {
27333 for (i = 0, j = 0; i < nb_namespaces; i++, j += 2) {
28499 int nb_namespaces, const xmlChar ** namespaces,
28508 URI, nb_namespaces, namespaces,
28513 URI, nb_namespaces, namespaces,
27285 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28497 startElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) argument
H A Dtestapi.c5086 int nb_namespaces; /* number of namespace definitions on that node */ local
5111 nb_namespaces = gen_int(n_nb_namespaces, 4);
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
5123 des_int(n_nb_namespaces, nb_namespaces, 4);
[all...]

Completed in 314 milliseconds