Searched refs:nbNamespaces (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | schematron.c | 145 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 …]
|
/external/chromium_org/third_party/libxml/src/ |
D | schematron.c | 145 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 …]
|
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
D | XMLDocumentParser.cpp | 898 …Attribute>& prefixedAttributes, const xmlChar** libxmlNamespaces, int nbNamespaces, ExceptionState… in handleNamespaceAttributes() argument 901 for (int i = 0; i < nbNamespaces; i++) { in handleNamespaceAttributes() 942 …nst AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, int nbNamespaces, in startElementNs() argument 949 …nd(adoptPtr(new PendingStartElementNSCallback(localName, prefix, uri, nbNamespaces, libxmlNamespac… in startElementNs() 976 handleNamespaceAttributes(prefixedAttributes, libxmlNamespaces, nbNamespaces, exceptionState); in startElementNs() 1251 …st xmlChar* localName, const xmlChar* prefix, const xmlChar* uri, int nbNamespaces, const xmlChar*… in startElementNsHandler() argument 1253 …AtomicString(localName), toAtomicString(prefix), toAtomicString(uri), nbNamespaces, namespaces, nb… in startElementNsHandler()
|