Searched refs:localdev (Results 1 – 2 of 2) sorted by relevance
792 Curl_safefree(conn->localdev); in conn_free()1305 if(needle->localdev || needle->localport) { in ConnectionExists()1319 (needle->localdev && in ConnectionExists()1320 (!check->localdev || strcmp(check->localdev, needle->localdev)))) in ConnectionExists()1799 conn->localdev = strdup(data->set.str[STRING_DEVICE]); in allocate_conn()1800 if(!conn->localdev) in allocate_conn()1817 free(conn->localdev); in allocate_conn()3573 Curl_safefree(old_conn->localdev);
1119 char *localdev; member