HomeSort by relevance Sort by last modified time
    Searched refs:conn_to_host (Results 1 - 7 of 7) sorted by null

  /external/curl/lib/vtls/
vtls.c 339 ((!conn->bits.conn_to_host && !check->conn_to_host) ||
340 (conn->bits.conn_to_host && check->conn_to_host &&
341 strcasecompare(conn->conn_to_host.name, check->conn_to_host))) &&
379 Curl_safefree(session->conn_to_host);
431 if(conn->bits.conn_to_host) {
432 clone_conn_to_host = strdup(conn->conn_to_host.name);
477 free(store->conn_to_host);
    [all...]
  /external/curl/lib/
url.c 697 Curl_safefree(conn->conn_to_host.rawalloc); /* host name buffer */
777 free_fixed_hostname(&conn->conn_to_host);
1086 (needle->bits.conn_to_host ? needle->conn_to_host.name :
    [all...]
conncache.c 172 else if(conn->bits.conn_to_host)
173 hostname = conn->conn_to_host.name;
http_proxy.c 112 if(conn->bits.conn_to_host)
113 hostname = conn->conn_to_host.name;
urldata.h 250 char *conn_to_host; /* host name for the connection (may be NULL) */ member in struct:curl_ssl_session
374 bool conn_to_host; /* if set, this connection has a "connect to host" member in struct:ConnectBits
814 struct hostname conn_to_host; /* the host to connect to. valid only if member in struct:connectdata
815 bits.conn_to_host is set */
    [all...]
connect.c 871 else if(conn->bits.conn_to_host)
872 hostname = conn->conn_to_host.name;
    [all...]
multi.c 601 conn->bits.conn_to_host ? conn->conn_to_host.dispname :
    [all...]

Completed in 58 milliseconds