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 315 ((!conn->bits.conn_to_host && !check->conn_to_host) ||
316 (conn->bits.conn_to_host && check->conn_to_host &&
317 strcasecompare(conn->conn_to_host.name, check->conn_to_host))) &&
355 Curl_safefree(session->conn_to_host);
407 if(conn->bits.conn_to_host) {
408 clone_conn_to_host = strdup(conn->conn_to_host.name);
453 free(store->conn_to_host);
    [all...]
  /external/curl/lib/
conncache.c 139 else if(conn->bits.conn_to_host)
140 hostname = conn->conn_to_host.name;
url.c     [all...]
http_proxy.c 109 else if(conn->bits.conn_to_host)
110 hostname = conn->conn_to_host.name;
urldata.h 393 char *conn_to_host; /* host name for the connection (may be NULL) */ member in struct:curl_ssl_session
511 bool conn_to_host; /* if set, this connection has a "connect to host" member in struct:ConnectBits
932 struct hostname conn_to_host; \/* the host to connect to. valid only if member in struct:connectdata
    [all...]
connect.c 862 else if(conn->bits.conn_to_host)
863 hostname = conn->conn_to_host.name;
    [all...]
multi.c     [all...]

Completed in 84 milliseconds