• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/

Lines Matching defs:use

16  * You may opt to use, copy, modify, merge, publish, distribute and/or sell
103 #error Configuration error; cannot use GnuTLS *and* OpenSSL.
279 but at least asked to or meaning to use it. See 'state' for the exact
281 bool use;
355 long version; /* what version the client wants to use */
366 char *cipher_list; /* list of ciphers to use */
473 bool user_passwd; /* do we use user+password for this connection? */
528 char *name; /* name to use internally, might be encoded, might be raw */
622 connection. We use this counter to make only a
684 char *newurl; /* Set to the new URL to use when a redirect or a retry is
762 this will make libcurl use the generic default one. */
793 #define PROTOPT_NONETWORK (1<<4) /* protocol doesn't use the network! */
843 /* 'dns_entry' is the particular host we use. This points to an entry in the
867 long port; /* which port to use locally */
895 curl_proxytype proxytype; /* what kind of proxy that is in use */
964 If TRUE it means the channel is in use, and if FALSE it means the channel
967 bool readchannel_inuse; /* whether the read channel is in use by an easy
969 bool writechannel_inuse; /* whether the write channel is in use by an easy
1024 void *generic; /* RTMP and LDAP use this */
1281 char *path; /* path to use, points to somewhere within the pathbuffer
1336 STRING_CUSTOMREQUEST, /* HTTP/FTP/RTSP request/method to use */
1337 STRING_DEVICE, /* local network interface/address to use */
1346 STRING_NETRC_FILE, /* if not NULL, use this instead of trying to find
1349 STRING_PROXY, /* proxy to use */
1355 STRING_SSL_CIPHER_LIST, /* list of ciphers to use */
1366 STRING_NOPROXY, /* List of hosts which should not use the proxy, if
1368 STRING_RTSP_SESSION_ID, /* Session ID to use */
1398 long proxyport; /* If non-zero, use this port number by default. If the
1405 long use_port; /* which port to use (when not using default) */
1406 unsigned long httpauth; /* kind of HTTP authentication to use (bitmask) */
1407 unsigned long proxyauth; /* kind of proxy authentication to use (bitmask) */
1418 curl_off_t postfieldsize; /* if POST, this might have a size to use instead
1459 long tftp_blksize ; /* in bytes, 0 means use default */
1488 curl_proxytype proxytype; /* what kind of proxy that is in use */
1490 long buffer_size; /* size of receive buffer to use */
1515 bool tunnel_thru_httpproxy; /* use CONNECT through a HTTP proxy */
1519 bool ftp_use_port; /* use the FTP PORT command */
1520 bool hide_progress; /* don't use the progress meter */
1535 bool reuse_forbid; /* forbidden to be reused, close after use */
1536 bool reuse_fresh; /* do not re-use an existing connection */
1545 bool no_signal; /* do not use any signal/alarm handler */
1551 bool connect_only; /* make connection, let application use the socket */
1559 long new_file_perms; /* Permissions to use when creating remote files */
1560 long new_directory_perms; /* Permissions to use when creating remote dirs */
1587 bool tcp_keepalive; /* use TCP keepalives */