Home
last modified time | relevance | path

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

/external/libxml2/
Dschematron.c145 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()
[all …]