Searched refs:phpurl (Results 1 – 1 of 1) sorted by relevance
446 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()447 if (phpurl != NULL) {php_url_free(phpurl);} in make_http_soap_request()1028 char *t = phpurl->path?phpurl->path:"/"; in make_http_soap_request()1131 new_url->host = phpurl->host ? estrdup(phpurl->host) : NULL; in make_http_soap_request()1224 if (phpurl->scheme) phpurl->scheme = estrdup(phpurl->scheme); in make_http_soap_request()1225 if (phpurl->user) phpurl->user = estrdup(phpurl->user); in make_http_soap_request()1226 if (phpurl->pass) phpurl->pass = estrdup(phpurl->pass); in make_http_soap_request()1227 if (phpurl->host) phpurl->host = estrdup(phpurl->host); in make_http_soap_request()1228 if (phpurl->path) phpurl->path = estrdup(phpurl->path); in make_http_soap_request()1229 if (phpurl->query) phpurl->query = estrdup(phpurl->query); in make_http_soap_request()[all …]
Completed in 8 milliseconds