Lines Matching refs:temp
3270 struct connectdata *temp, argument
3275 if(temp->user) {
3279 existing->user = temp->user;
3280 existing->passwd = temp->passwd;
3281 temp->user = NULL;
3282 temp->passwd = NULL;
3286 existing->bits.proxy_user_passwd = temp->bits.proxy_user_passwd;
3293 existing->http_proxy.user = temp->http_proxy.user;
3294 existing->socks_proxy.user = temp->socks_proxy.user;
3295 existing->http_proxy.passwd = temp->http_proxy.passwd;
3296 existing->socks_proxy.passwd = temp->socks_proxy.passwd;
3297 temp->http_proxy.user = NULL;
3298 temp->socks_proxy.user = NULL;
3299 temp->http_proxy.passwd = NULL;
3300 temp->socks_proxy.passwd = NULL;
3322 existing->host = temp->host;
3323 temp->host.rawalloc = NULL;
3324 temp->host.encalloc = NULL;
3325 existing->conn_to_host = temp->conn_to_host;
3326 temp->conn_to_host.rawalloc = NULL;
3327 existing->conn_to_port = temp->conn_to_port;
3328 existing->remote_port = temp->remote_port;
3331 existing->hostname_resolve = temp->hostname_resolve;
3332 temp->hostname_resolve = NULL;
3337 Curl_conn_free(data, temp);