Home
last modified time | relevance | path

Searched refs:maxNamespaces (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dschematron.c146 int maxNamespaces; /* size of the array */ member
197 int maxNamespaces; /* size of the array */ member
808 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()