Searched refs:localdev (Results 1 – 2 of 2) sorted by relevance
750 Curl_safefree(conn->localdev); in conn_free()1301 if(needle->localdev || needle->localport) { in ConnectionExists()1315 (needle->localdev && in ConnectionExists()1316 (!check->localdev || strcmp(check->localdev, needle->localdev)))) in ConnectionExists()1950 conn->localdev = strdup(data->set.str[STRING_DEVICE]); in allocate_conn()1951 if(!conn->localdev) in allocate_conn()1969 free(conn->localdev); in allocate_conn()3616 Curl_safefree(old_conn->localdev); in reuse_conn()
1024 char *localdev; member