Lines Matching defs:name

308   char *key; /* private key file name */
331 char *name; /* host name for which this ID was used */
332 char *conn_to_host; /* host name for the connection (may be NULL) */
537 BIT(netrc); /* name+password provided by netrc */
558 char *rawalloc; /* allocated "raw" version of the name */
559 char *encalloc; /* allocated IDN-encoded version of the name */
560 char *name; /* name to use internally, might be encoded, might be raw */
561 const char *dispname; /* name to display, as 'name' might be encoded */
759 const char *scheme; /* URL scheme name. */
838 non-TLS name of the protocol this is */
868 user name and password */
883 char *user; /* proxy user name string, allocated */
917 there is no name resolve done. */
925 char *hostname_resolve; /* host name to resolve to address, allocated */
926 char *secondaryhostname; /* secondary socket host name (ftp) */
941 char *user; /* user name string, allocated */
1345 /* host name, port number and protocol of the first (not followed) request.
1346 if set, this should be the host name that we will sent authorization to,
1373 struct Curl_async async; /* asynchronous name resolver data */
1541 STRING_CERT, /* client certificate file name */
1542 STRING_CERT_PROXY, /* client certificate file name */
1554 STRING_KEY, /* private key file name */
1555 STRING_KEY_PROXY, /* private key file name */
1568 STRING_SSL_CAPATH, /* CA directory name (doesn't work on windows) */
1569 STRING_SSL_CAPATH_PROXY, /* CA directory name (doesn't work on windows) */
1583 STRING_SSL_ENGINE, /* name of ssl engine */
1598 STRING_SSH_KNOWNHOSTS, /* file name of knownhosts file */
1599 STRING_PROXY_SERVICE_NAME, /* Proxy service name */
1600 STRING_SERVICE_NAME, /* Service name */
1768 /* Despite the name, ftp_create_missing_dirs is for FTP(S) and SFTP