Searched refs:maxNamespaces (Results 1 – 1 of 1) sorted by relevance
146 int maxNamespaces; /* size of the array */ member197 int maxNamespaces; /* size of the array */ member808 ctxt->maxNamespaces = 10; in xmlSchematronAddNamespace()810 xmlMalloc(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *)); in xmlSchematronAddNamespace()817 } else if (ctxt->nbNamespaces + 2 >= ctxt->maxNamespaces) { in xmlSchematronAddNamespace()821 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 * in xmlSchematronAddNamespace()829 ctxt->maxNamespaces *= 2; in xmlSchematronAddNamespace()