Home | History | Annotate | Download | only in libxml2

Lines Matching refs:fullname

8716 		    xmlChar *fullname;
8718 fullname = xmlBuildQName(cur->nodesetval->nodeTab[i]->name,
8721 if (fullname == cur->nodesetval->nodeTab[i]->name)
8722 fullname = xmlStrdup(cur->nodesetval->nodeTab[i]->name);
8723 if (fullname == NULL) {
8727 ctxt->context, fullname));