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

/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c145 int nbNamespaces; /* number of namespaces in the array */ member in struct:_xmlSchematron
188 int nbNamespaces; /* number of namespaces in the array */ member in struct:_xmlSchematronParserCtxt
809 ctxt->nbNamespaces = 0;
810 } else if (ctxt->nbNamespaces + 2 >= ctxt->maxNamespaces) {
824 ctxt->namespaces[2 * ctxt->nbNamespaces] =
826 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] =
828 ctxt->nbNamespaces++;
829 ctxt->namespaces[2 * ctxt->nbNamespaces] = NULL;
830 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] = NULL;
1222 ret->nbNamespaces
[all...]

Completed in 48 milliseconds