Searched refs:nbNamespaces (Results 1 – 1 of 1) sorted by relevance
145 int nbNamespaces; /* number of namespaces in the array */ member194 int nbNamespaces; /* number of namespaces in the array */ member814 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()[all …]