Home
last modified time | relevance | path

Searched refs:localdev (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Durl.c601 Curl_safefree(conn->localdev); in conn_free()
1123 if(needle->localdev || needle->localport) { in ConnectionExists()
1137 (needle->localdev && in ConnectionExists()
1138 (!check->localdev || strcmp(check->localdev, needle->localdev)))) in ConnectionExists()
1424 conn->localdev = strdup(data->set.str[STRING_DEVICE]); in allocate_conn()
1425 if(!conn->localdev) in allocate_conn()
1443 free(conn->localdev); in allocate_conn()
H A Durldata.h1076 char *localdev; member

Completed in 9 milliseconds