Lines Matching defs:name

178   char *name;                       /* pointer to allocated name */
179 long namelength; /* length of name length */
187 struct curl_httppost *more; /* if one field name has more than one
192 /* specified content is a file name */
194 /* specified content is a file name */
196 /* name is only stored pointer do not free in formfree */
210 char *showfilename; /* The file name to show. If not set, the
211 actual file name will be used (if this
707 #define CURLOPT_FILE CURLOPT_WRITEDATA /* name changed in 7.9.7 */
708 #define CURLOPT_INFILE CURLOPT_READDATA /* name changed in 7.9.7 */
782 host name rather than the IP address. added
904 name of improving interoperability with older servers. Some SSL libraries
1001 char *name;
1156 /* Set the FTP PORT string (interface name, named or numerical IP address)
1187 list is also used for RTSP (in spite of its name) */
1194 /* name of the file keeping your private SSL-certificate */
1358 /* Set to a file name that contains random data for libcurl to use to
1380 /* Set if we should verify the Common name from the peer certificate in ssl
1385 /* Specify which file name to write all known cookies in after completed
1386 operation. Set file name to "-" (dash) to make it go to stdout. */
1404 /* name of the file keeping your private SSL-key */
1470 even when hostname changed. This can potentially send off the name
1537 /* Set this option to the file name of your .netrc file you want libcurl
1712 /* "name" and "pwd" to use when fetching. */
1716 /* "name" and "pwd" to use with Proxy when fetching. */
1754 /* set the SSH knownhost file name to use */
1817 /* send linked-list of name:port:address sets */
1849 /* Set the name servers to use for DNS resolution.
1978 /* Set if we should verify the Common name from the proxy certificate in ssl
1996 /* name of the file keeping your private SSL-certificate for proxy */
2003 /* name of the file keeping your private SSL-key for proxy */
2098 /* alt-svc cache file name to possibly read from/write to */
2130 /* HSTS file name */
2247 name resolves addresses using more than one IP protocol version, this
2278 /* Convenience definition simple because the name of the version is HTTP/2 and
2279 not 2.0. The 2_0 version of the enum name was set while the version was
2416 * Set mime/form part name.
2418 CURL_EXTERN CURLcode curl_mime_name(curl_mimepart *part, const char *name);
2425 * Set mime part remote file name.
2760 * backend can also be specified via the name parameter (passing -1 as id).
2761 * If both id and name are specified, the name will be ignored. If neither id
2762 * nor name are specified, the function will fail with
2778 const char *name;
2789 CURL_EXTERN CURLsslset curl_global_sslset(curl_sslbackend id, const char *name,
2829 certificate in the format "name:content".
2944 /* CURLINFO_RESPONSE_CODE is the new name for the option previously known as
3051 /* The 'CURLVERSION_NOW' is the symbolic name meant to be used by
3114 /* feature_names is terminated by an entry with a NULL feature name */