Searched refs:localdev (Results 1 – 2 of 2) sorted by relevance
2719 Curl_safefree(conn->localdev); in conn_free()3245 if(needle->localdev || needle->localport) { in ConnectionExists()3259 !check->localdev || in ConnectionExists()3260 !needle->localdev || in ConnectionExists()3261 strcmp(check->localdev, needle->localdev)) in ConnectionExists()3846 conn->localdev = strdup(data->set.str[STRING_DEVICE]); in allocate_conn()3847 if(!conn->localdev) in allocate_conn()3868 free(conn->localdev); in allocate_conn()5316 Curl_safefree(old_conn->localdev); in reuse_conn()
1049 char *localdev; member