Home
last modified time | relevance | path

Searched refs:nsname (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dparser.c8868 const xmlChar *nsname; in xmlParseStartTag2() local
9135 nsname = xmlGetNamespace(ctxt, NULL); in xmlParseStartTag2()
9136 if (nsname != defaults->values[5 * i + 2]) { in xmlParseStartTag2()
9150 nsname = xmlGetNamespace(ctxt, attname); in xmlParseStartTag2()
9151 if (nsname != defaults->values[2]) { in xmlParseStartTag2()
9201 nsname = xmlGetNamespace(ctxt, atts[i + 1]); in xmlParseStartTag2()
9202 if (nsname == NULL) { in xmlParseStartTag2()
9207 atts[i + 2] = nsname; in xmlParseStartTag2()
9209 nsname = NULL; in xmlParseStartTag2()
9222 if ((nsname != NULL) && (atts[j + 2] == nsname)) { in xmlParseStartTag2()
[all …]
Dpattern.c79 #define XML_PAT_COPY_NSNAME(c, r, nsname) \ argument
81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
82 else r = xmlStrdup(BAD_CAST nsname);
Dxmlschemas.c21704 const xmlChar *nsname = NULL, *location; in xmlSchemaAssembleByXSI() local
21741 nsname = xmlDictLookup(vctxt->schema->dict, cur, end - cur); in xmlSchemaAssembleByXSI()
21771 iattr->node, nsname, location); in xmlSchemaAssembleByXSI()
21913 const xmlChar* nsname) in xmlSchemaVAddNodeQName() argument
21920 if (nsname != NULL) { in xmlSchemaVAddNodeQName()
21921 nsname = xmlDictLookup(vctxt->dict, nsname, -1); in xmlSchemaVAddNodeQName()
21922 if (nsname == NULL) in xmlSchemaVAddNodeQName()
21927 (vctxt->nodeQNames->items[i +1] == nsname)) in xmlSchemaVAddNodeQName()
21934 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) nsname); in xmlSchemaVAddNodeQName()