Lines Matching refs:nbNamespaces
145 int nbNamespaces; /* number of namespaces in the array */ member
194 int nbNamespaces; /* number of namespaces in the array */ member
814 ctxt->nbNamespaces = 0; in xmlSchematronAddNamespace()
815 } else if (ctxt->nbNamespaces + 2 >= ctxt->maxNamespaces) { in xmlSchematronAddNamespace()
829 ctxt->namespaces[2 * ctxt->nbNamespaces] = in xmlSchematronAddNamespace()
831 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] = in xmlSchematronAddNamespace()
833 ctxt->nbNamespaces++; in xmlSchematronAddNamespace()
834 ctxt->namespaces[2 * ctxt->nbNamespaces] = NULL; in xmlSchematronAddNamespace()
835 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] = NULL; in xmlSchematronAddNamespace()
1227 ret->nbNamespaces = ctxt->nbNamespaces; in xmlSchematronParse()
1525 for (i = 0;i < schema->nbNamespaces;i++) { in xmlSchematronNewValidCtxt()