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
196 int nbNamespaces; /* number of namespaces in the array */ member
816 ctxt->nbNamespaces = 0; in xmlSchematronAddNamespace()
817 } else if (ctxt->nbNamespaces + 2 >= ctxt->maxNamespaces) { in xmlSchematronAddNamespace()
831 ctxt->namespaces[2 * ctxt->nbNamespaces] = in xmlSchematronAddNamespace()
833 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] = in xmlSchematronAddNamespace()
835 ctxt->nbNamespaces++; in xmlSchematronAddNamespace()
836 ctxt->namespaces[2 * ctxt->nbNamespaces] = NULL; in xmlSchematronAddNamespace()
837 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] = NULL; in xmlSchematronAddNamespace()
1229 ret->nbNamespaces = ctxt->nbNamespaces; in xmlSchematronParse()
[all …]