Lines Matching refs:nbNamespaces
145 int nbNamespaces; /* number of namespaces in the array */ member
196 int nbNamespaces; /* number of namespaces in the array */ member
816 ctxt->nbNamespaces = 0; in xmlSchematronAddNamespace()
817 } else if (ctxt->nbNamespaces + 2 >= ctxt->maxNamespaces) { in xmlSchematronAddNamespace()
831 ctxt->namespaces[2 * ctxt->nbNamespaces] = in xmlSchematronAddNamespace()
833 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] = in xmlSchematronAddNamespace()
835 ctxt->nbNamespaces++; in xmlSchematronAddNamespace()
836 ctxt->namespaces[2 * ctxt->nbNamespaces] = NULL; in xmlSchematronAddNamespace()
837 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] = NULL; in xmlSchematronAddNamespace()
1229 ret->nbNamespaces = ctxt->nbNamespaces; in xmlSchematronParse()
1527 for (i = 0;i < schema->nbNamespaces;i++) { in xmlSchematronNewValidCtxt()