Searched refs:phpurl (Results 1 – 1 of 1) sorted by relevance
384 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()385 if (phpurl != NULL) {php_url_free(phpurl);} in make_http_soap_request()944 char *t = phpurl->path?phpurl->path:"/"; in make_http_soap_request()1041 new_url->host = phpurl->host ? estrdup(phpurl->host) : NULL; in make_http_soap_request()1134 if (phpurl->scheme) phpurl->scheme = estrdup(phpurl->scheme); in make_http_soap_request()1135 if (phpurl->user) phpurl->user = estrdup(phpurl->user); in make_http_soap_request()1136 if (phpurl->pass) phpurl->pass = estrdup(phpurl->pass); in make_http_soap_request()1137 if (phpurl->host) phpurl->host = estrdup(phpurl->host); in make_http_soap_request()1138 if (phpurl->path) phpurl->path = estrdup(phpurl->path); in make_http_soap_request()1139 if (phpurl->query) phpurl->query = estrdup(phpurl->query); in make_http_soap_request()[all …]
Completed in 14 milliseconds