Searched refs:nb_namespaces (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DSAX2.h115 int nb_namespaces,
H A Dparser.h668 * @nb_namespaces: number of namespace definitions on that node
685 int nb_namespaces,
/vbox/src/libs/libxml2-2.6.31/
H A Dpattern.c183 int nb_namespaces; /* the number of namespaces */ member in struct:_xmlPatParserContext
309 cur->nb_namespaces = i;
311 cur->nb_namespaces = 0;
958 for (i = 0;i < ctxt->nb_namespaces;i++) {
964 if (i >= ctxt->nb_namespaces) {
1079 for (i = 0;i < ctxt->nb_namespaces;i++) {
1085 if (i >= ctxt->nb_namespaces) {
1146 for (i = 0;i < ctxt->nb_namespaces;i++) {
1152 if (i >= ctxt->nb_namespaces) {
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 Druntest.c1413 int nb_namespaces,
1433 fprintf(SAXdebug, ", %d", nb_namespaces);
1436 for (i = 0;i < nb_namespaces * 2;i++) {
1409 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 Dxmllint.c1513 int nb_namespaces,
1533 fprintf(stdout, ", %d", nb_namespaces);
1536 for (i = 0;i < nb_namespaces * 2;i++) {
1509 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.c2108 * @nb_namespaces: number of namespace definitions on that node
2124 int nb_namespaces,
2200 for (i = 0,j = 0;j < nb_namespaces;j++) {
2120 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 Dxmlreader.c669 * @nb_namespaces: number of namespace definitions on that node
683 int nb_namespaces,
696 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
679 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.c27162 int nb_namespaces,
27201 if (nb_namespaces != 0) {
27206 for (i = 0, j = 0; i < nb_namespaces; i++, j += 2) {
28342 int nb_namespaces, const xmlChar ** namespaces,
28351 URI, nb_namespaces, namespaces,
28356 URI, nb_namespaces, namespaces,
27158 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
28340 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.c5063 int nb_namespaces; /* number of namespace definitions on that node */ local
5088 nb_namespaces = gen_int(n_nb_namespaces, 4);
5094 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes); local
5100 des_int(n_nb_namespaces, nb_namespaces, 4);
[all...]

Completed in 428 milliseconds