Searched refs:newURL (Results 1 – 2 of 2) sorted by relevance
225 WCHAR *newURL = NULL; in UniformResourceLocatorW_SetUrl() local232 newURL = co_strdupW(pcszURL); in UniformResourceLocatorW_SetUrl()233 if (newURL == NULL) in UniformResourceLocatorW_SetUrl()237 This->url = newURL; in UniformResourceLocatorW_SetUrl()328 WCHAR *newURL = NULL; in UniformResourceLocatorA_SetUrl() local335 newURL = co_strdupAtoW(pcszURL); in UniformResourceLocatorA_SetUrl()336 if (newURL == NULL) in UniformResourceLocatorA_SetUrl()340 This->url = newURL; in UniformResourceLocatorA_SetUrl()
283 xmlChar *newURL; in xmllintExternalEntityLoader() local285 newURL = xmlStrdup((const xmlChar *) paths[i]); in xmllintExternalEntityLoader()286 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); in xmllintExternalEntityLoader()287 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment); in xmllintExternalEntityLoader()288 if (newURL != NULL) { in xmllintExternalEntityLoader()289 ret = defaultEntityLoader((const char *)newURL, ID, ctxt); in xmllintExternalEntityLoader()299 newURL, in xmllintExternalEntityLoader()302 xmlFree(newURL); in xmllintExternalEntityLoader()305 xmlFree(newURL); in xmllintExternalEntityLoader()