Searched refs:localdev (Results 1 – 2 of 2) sorted by relevance
2804 Curl_safefree(conn->localdev); in conn_free()3364 if(needle->localdev || needle->localport) { in ConnectionExists()3378 !check->localdev || in ConnectionExists()3379 !needle->localdev || in ConnectionExists()3380 strcmp(check->localdev, needle->localdev)) in ConnectionExists()3987 conn->localdev = strdup(data->set.str[STRING_DEVICE]); in allocate_conn()3988 if(!conn->localdev) in allocate_conn()4009 free(conn->localdev); in allocate_conn()5717 Curl_safefree(old_conn->localdev); in reuse_conn()
1086 char *localdev; member