Lines Matching full: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;
1147 xmlChar *base = NULL;
1173 base = xmlNodeGetBase(cur->doc, cur);
1174 URL = xmlBuildURI(uriValue, base);
1193 if (base != NULL)
1194 xmlFree(base);
1215 xmlChar *base = NULL;
1239 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
1240 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
1294 * (xml:base handling is automated)
1299 if (base != NULL)
1300 xmlFree(base);
2305 else if (xmlStrEqual(name, (const xmlChar *) "BASE"))
2327 xmlChar *base = NULL;
2332 base = xmlStrdup((const xmlChar *) file);
2379 else if (xmlStrEqual(name, (const xmlChar *) "BASE"))
2472 if (base != NULL)
2473 xmlFree(base);
2474 base = xmlStrdup(sysid);
2479 filename = xmlBuildURI(sysid, base);
2505 filename = xmlBuildURI(sysid, base);
2521 if (base != NULL)
2522 xmlFree(base);