Searched defs:nb_namespaces (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/
H A DSAX2.c2139 * @nb_namespaces: number of namespace definitions on that node
2155 int nb_namespaces,
2252 for (i = 0,j = 0;j < nb_namespaces;j++) {
2151 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dpattern.c183 int nb_namespaces; /* the number of namespaces */ member in struct:_xmlPatParserContext
309 cur->nb_namespaces = i;
311 cur->nb_namespaces = 0;
958 for (i = 0;i < ctxt->nb_namespaces;i++) {
964 if (i >= ctxt->nb_namespaces) {
1079 for (i = 0;i < ctxt->nb_namespaces;i++) {
1085 if (i >= ctxt->nb_namespaces) {
1146 for (i = 0;i < ctxt->nb_namespaces;i++) {
1152 if (i >= ctxt->nb_namespaces) {
H A Dxmllint.c1523 int nb_namespaces,
1543 fprintf(stdout, ", %d", nb_namespaces);
1546 for (i = 0;i < nb_namespaces * 2;i++) {
1519 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlreader.c688 * @nb_namespaces: number of namespace definitions on that node
702 int nb_namespaces,
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
698 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlschemas.c27242 int nb_namespaces,
27281 if (nb_namespaces != 0) {
27286 for (i = 0, j = 0; i < nb_namespaces; i++, j += 2) {
28422 int nb_namespaces, const xmlChar ** namespaces,
28431 URI, nb_namespaces, namespaces,
28436 URI, nb_namespaces, namespaces,
27238 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28420 startElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) argument
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserLibxml2.cpp88 void appendStartElementNSCallback(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces, argument
96 callback->nb_namespaces = nb_namespaces;
97 callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2));
98 for (int i = 0; i < nb_namespaces * 2 ; i++)
208 for (int i = 0; i < nb_namespaces * 2; i++)
220 nb_namespaces, const_cast<const xmlChar**>(namespaces),
227 int nb_namespaces; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
706 static inline void handleElementNamespaces(Element* newElement, const xmlChar** libxmlNamespaces, int nb_namespaces, ExceptionCode& ec, FragmentScriptingPermission scriptingPermission) argument
709 for (int i = 0; i < nb_namespaces;
745 startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces, const xmlChar** libxmlNamespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes) argument
1115 startElementNsHandler(void* closure, const xmlChar* localname, const xmlChar* prefix, const xmlChar* uri, int nb_namespaces, const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes) argument
[all...]

Completed in 720 milliseconds