Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp88 …ck(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces, in appendStartElementNSCallback() argument
96 callback->nb_namespaces = nb_namespaces; in appendStartElementNSCallback()
97 … callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2)); in appendStartElementNSCallback()
98 for (int i = 0; i < nb_namespaces * 2 ; i++) in appendStartElementNSCallback()
208 for (int i = 0; i < nb_namespaces * 2; i++) in ~PendingStartElementNSCallback()
220 nb_namespaces, const_cast<const xmlChar**>(namespaces), in call()
227 int nb_namespaces; member
706 …Namespaces(Element* newElement, const xmlChar** libxmlNamespaces, int nb_namespaces, ExceptionCode… in handleElementNamespaces() argument
709 for (int i = 0; i < nb_namespaces; i++) { in handleElementNamespaces()
745 …Ns(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces, in startElementNs() argument
[all …]
DXMLDocumentParser.h263 …Ns(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
/external/libxml2/
Dpattern.c183 int nb_namespaces; /* the number of namespaces */ member
309 cur->nb_namespaces = i; in xmlNewPatParserContext()
311 cur->nb_namespaces = 0; in xmlNewPatParserContext()
958 for (i = 0;i < ctxt->nb_namespaces;i++) { in xmlCompileAttributeTest()
964 if (i >= ctxt->nb_namespaces) { in xmlCompileAttributeTest()
1079 for (i = 0;i < ctxt->nb_namespaces;i++) { in xmlCompileStepPattern()
1085 if (i >= ctxt->nb_namespaces) { in xmlCompileStepPattern()
1146 for (i = 0;i < ctxt->nb_namespaces;i++) { in xmlCompileStepPattern()
1152 if (i >= ctxt->nb_namespaces) { in xmlCompileStepPattern()
Dxmllint.c1514 int nb_namespaces, in startElementNsDebug() argument
1534 fprintf(stdout, ", %d", nb_namespaces); in startElementNsDebug()
1537 for (i = 0;i < nb_namespaces * 2;i++) { in startElementNsDebug()
DSAX2.c2139 int nb_namespaces, in xmlSAX2StartElementNs() argument
2215 for (i = 0,j = 0;j < nb_namespaces;j++) { in xmlSAX2StartElementNs()
Dxmlreader.c702 int nb_namespaces, in xmlTextReaderStartElementNs() argument
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces, in xmlTextReaderStartElementNs()
Dxmlschemas.c27164 int nb_namespaces, in xmlSchemaSAXHandleStartElementNs() argument
27203 if (nb_namespaces != 0) { in xmlSchemaSAXHandleStartElementNs()
27208 for (i = 0, j = 0; i < nb_namespaces; i++, j += 2) { in xmlSchemaSAXHandleStartElementNs()
28344 int nb_namespaces, const xmlChar ** namespaces, in startElementNsSplit() argument
28353 URI, nb_namespaces, namespaces, in startElementNsSplit()
28358 URI, nb_namespaces, namespaces, in startElementNsSplit()
/external/libxml2/include/libxml/
DSAX2.h115 int nb_namespaces,
Dparser.h685 int nb_namespaces,