Searched refs:localdev (Results 1 – 2 of 2) sorted by relevance
735 Curl_safefree(conn->localdev); in conn_free()1269 if(needle->localdev || needle->localport) { in ConnectionExists()1283 (needle->localdev && in ConnectionExists()1284 (!check->localdev || strcmp(check->localdev, needle->localdev)))) in ConnectionExists()1594 conn->localdev = strdup(data->set.str[STRING_DEVICE]); in allocate_conn()1595 if(!conn->localdev) in allocate_conn()1613 free(conn->localdev); in allocate_conn()
1066 char *localdev; member