Searched refs:localdev (Results 1 – 2 of 2) sorted by relevance
760 Curl_safefree(conn->localdev); in conn_free()1260 if(needle->localdev || needle->localport) { in ConnectionExists()1274 (needle->localdev && in ConnectionExists()1275 (!check->localdev || strcmp(check->localdev, needle->localdev)))) in ConnectionExists()1717 conn->localdev = strdup(data->set.str[STRING_DEVICE]); in allocate_conn()1718 if(!conn->localdev) in allocate_conn()1734 free(conn->localdev); in allocate_conn()3383 Curl_safefree(old_conn->localdev);
1087 char *localdev; member