Searched refs:newbase (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/network/wget/src/
H A Dhtml-url.c432 char *newbase = find_attr (tag, "href", &attrind);
433 if (!newbase)
436 base_urlpos = append_url (newbase, ATTR_POS(tag,attrind,ctx),
446 ctx->base = uri_merge (ctx->parent_base, newbase);
448 ctx->base = xstrdup (newbase);
431 char *newbase = find_attr (tag, "href", &attrind); local
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c4818 xmlChar *base, *newbase; local
4854 newbase = xmlBuildURI(oldbase, base);
4855 if (newbase != NULL) {
4858 oldbase = newbase;
4878 newbase = xmlBuildURI(oldbase, doc->URL);
4880 return(newbase);

Completed in 67 milliseconds