Searched refs:new_url (Results 1 – 1 of 1) sorted by relevance
1125 if (new_url != NULL) { in make_http_soap_request()1129 if (new_url->scheme == NULL && new_url->path != NULL) { in make_http_soap_request()1133 if (new_url->path && new_url->path[0] != '/') { in make_http_soap_request()1142 efree(new_url->path); in make_http_soap_request()1143 new_url->path = s; in make_http_soap_request()1148 strcat(s, new_url->path); in make_http_soap_request()1149 efree(new_url->path); in make_http_soap_request()1150 new_url->path = s; in make_http_soap_request()1154 phpurl = new_url; in make_http_soap_request()1223 *new_url = *phpurl; in make_http_soap_request()[all …]
Completed in 14 milliseconds