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 396 ((!conn->bits.conn_to_host && !check->conn_to_host) ||
397 (conn->bits.conn_to_host && check->conn_to_host &&
398 Curl_raw_equal(conn->conn_to_host.name, check->conn_to_host))) &&
435 Curl_safefree(session->conn_to_host);
482 if(conn->bits.conn_to_host) {
483 clone_conn_to_host = strdup(conn->conn_to_host.name);
528 free(store->conn_to_host);
    [all...]
  /external/curl/lib/
conncache.c 138 else if(conn->bits.conn_to_host)
139 hostname = conn->conn_to_host.name;
url.c     [all...]
http_proxy.c 72 if(conn->bits.conn_to_host)
73 hostname = conn->conn_to_host.name;
urldata.h 375 char *conn_to_host; /* host name for the connection (may be NULL) */ member in struct:curl_ssl_session
492 bool conn_to_host; /* if set, this connection has a "connect to host" member in struct:ConnectBits
898 struct hostname conn_to_host; /* the host to connect to. valid only if member in struct:connectdata
899 bits.conn_to_host is set */
    [all...]
connect.c 858 else if(conn->bits.conn_to_host)
859 hostname = conn->conn_to_host.name;
    [all...]
multi.c     [all...]

Completed in 525 milliseconds