Searched refs:newURL (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib539.c30 char *newURL = NULL; local
61 newURL = malloc(strlen(URL) + 3);
62 if (newURL == NULL) {
67 newURL = strcat(strcpy(newURL, URL), "./");
71 free(newURL);
77 test_setopt(curl, CURLOPT_URL, newURL);
86 if(newURL)
87 free(newURL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A Dxmllint.c294 xmlChar *newURL; local
296 newURL = xmlStrdup((const xmlChar *) paths[i]);
297 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
298 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
299 if (newURL != NULL) {
300 ret = defaultEntityLoader((const char *)newURL, ID, ctxt);
310 newURL,
313 xmlFree(newURL);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c294 xmlChar *newURL; local
296 newURL = xmlStrdup((const xmlChar *) paths[i]);
297 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
298 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
299 if (newURL != NULL) {
300 ret = defaultEntityLoader((const char *)newURL, ID, ctxt);
310 newURL,
313 xmlFree(newURL);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmllint.c294 xmlChar *newURL; local
296 newURL = xmlStrdup((const xmlChar *) paths[i]);
297 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
298 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
299 if (newURL != NULL) {
300 ret = defaultEntityLoader((const char *)newURL, ID, ctxt);
310 newURL,
313 xmlFree(newURL);
[all...]

Completed in 76 milliseconds