Searched refs:new_url (Results 1 – 1 of 1) sorted by relevance
1106 if (new_url != NULL) { in make_http_soap_request()1110 if (new_url->scheme == NULL && new_url->path != NULL) { in make_http_soap_request()1114 if (new_url->path && new_url->path[0] != '/') { in make_http_soap_request()1123 efree(new_url->path); in make_http_soap_request()1124 new_url->path = s; in make_http_soap_request()1129 strcat(s, new_url->path); in make_http_soap_request()1130 efree(new_url->path); in make_http_soap_request()1131 new_url->path = s; in make_http_soap_request()1135 phpurl = new_url; in make_http_soap_request()1204 *new_url = *phpurl; in make_http_soap_request()[all …]
Completed in 10 milliseconds