Lines Matching defs:base
137 xmlChar *URL; /* The expanded URL using the base */
480 fprintf(out, "BASE "); break;
569 xmlSetNsProp(node, xns, BAD_CAST "base",
915 inputStream->base = inputStream->buf->buffer->content;
1144 xmlChar *base = NULL;
1170 base = xmlNodeGetBase(cur->doc, cur);
1171 URL = xmlBuildURI(uriValue, base);
1190 if (base != NULL)
1191 xmlFree(base);
1212 xmlChar *base = NULL;
1236 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
1237 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
1291 * (xml:base handling is automated)
1296 if (base != NULL)
1297 xmlFree(base);
2302 else if (xmlStrEqual(name, (const xmlChar *) "BASE"))
2324 xmlChar *base = NULL;
2329 base = xmlStrdup((const xmlChar *) file);
2376 else if (xmlStrEqual(name, (const xmlChar *) "BASE"))
2469 if (base != NULL)
2470 xmlFree(base);
2471 base = xmlStrdup(sysid);
2476 filename = xmlBuildURI(sysid, base);
2502 filename = xmlBuildURI(sysid, base);
2518 if (base != NULL)
2519 xmlFree(base);