Lines Matching defs:set

296   BIT(verifypeer);       /* set TRUE if this is desired */
297 BIT(verifyhost); /* set TRUE if CN/SAN must match hostname */
298 BIT(verifystatus); /* set TRUE if certificate status must be checked */
366 BIT(stale); /* set true for re-negotiation */
493 BIT(httpproxy); /* if set, this transfer is done through an HTTP proxy */
494 BIT(socksproxy); /* if set, this transfer is done through a socks proxy */
503 BIT(proxy); /* if set, this transfer is done through a proxy - any type */
506 BIT(close); /* if set, we close the connection after this request */
507 BIT(reuse); /* if set, this is a reused connection */
509 BIT(conn_to_host); /* if set, this connection has a "connect to host"
511 BIT(conn_to_port); /* if set, this connection has a "connect to port"
516 BIT(do_more); /* this is set TRUE if the ->curl_do_more() function is
527 BIT(ftp_use_epsv); /* As set with CURLOPT_FTP_USE_EPSV, but if we find out
530 BIT(ftp_use_eprt); /* As set with CURLOPT_FTP_USE_EPRT, but if we find out
539 BIT(bound); /* set true if bind() has already been done on this socket/
553 BIT(parallel_connect); /* set TRUE when a parallel connect attempt has
571 #define KEEP_RECV_HOLD (1<<2) /* when set, no reading should be done but there
573 #define KEEP_SEND_HOLD (1<<3) /* when set, no writing should be done but there
598 BIT(done); /* set TRUE when the lookup is complete */
735 BIT(content_range); /* set TRUE if Content-Range: was found */
736 BIT(download_done); /* set to TRUE when download is complete */
738 BIT(upload_done); /* set to TRUE when doing chunked transfer-encoding
743 BIT(chunk); /* if set, this is a chunked transfer-encoding */
745 BIT(upload_chunky); /* set TRUE if we are doing chunked transfer-encoding
766 /* These two functions MUST be set to be protocol dependent */
771 * curl_do_more() function will be called afterwards, if set. For example
776 /* This function *MAY* be set to a protocol-dependent function that is run
778 * The 'done' pointer points to a bool that should be set to TRUE if the
789 should then return a proper fd set */
794 then return a proper fd set */
799 then return a proper fd set */
804 WAITPERFORM phases, and it should then return a proper fd set. Not setting
809 /* This function *MAY* be set to a protocol-dependent function that is run
812 * dead_connection is set to TRUE. The connection is (again) associated with
853 #define PROTOPT_NEEDSPWD (1<<5) /* needs a password, and if none is set it
859 #define PROTOPT_ALPN (1<<8) /* set ALPN for this */
910 /**** Fields set when inited and not modified again */
920 /* 'remote_addr' is the particular IP we connected to. it is owned, set
928 bits.conn_to_host is set */
1068 /* if set, an alternative data transfer function */
1082 /* The field below gets set in connect.c:connecthost() */
1086 bits.conn_to_port is set */
1102 unsigned char gssapi_delegation; /* inherited from set.gssapi_delegation */
1127 time_t filetime; /* If requested, this is might get set. Set to -1 if the
1159 BIT(timecond); /* set to TRUE if the time condition didn't match, which
1208 BIT(callback); /* set when progress callback is used */
1229 unsigned long want; /* Bitmask set to the authentication methods wanted by
1308 * One instance for each timeout an easy handle can set.
1338 struct curl_slist *hstslist; /* list of HSTS files set by
1346 if set, this should be the host name that we will sent authorization to,
1359 char *scratch; /* huge buffer[set.buffer_size*2] for upload CRLF replacing */
1380 struct curltime expiretime; /* set this with Curl_expire() only */
1385 /* a place to store the most recently set (S)FTP entrypath */
1410 Copied from set.filesize at start of operation */
1412 struct Curl_data_priority priority; /* shallow copy of data->set */
1421 struct curl_slist *resolve; /* set to point to the set.resolve list when
1437 struct curl_slist *cookielist; /* list of cookie files set by
1441 bool hconnect; /* set if a CONNECT request */
1486 This must be set to FALSE every time _easy_perform() is
1488 BIT(allow_port); /* Is set.use_port allowed to take effect or not. This
1489 is always set TRUE when curl_easy_perform() is called. */
1491 /* set after initial USER failure, to prevent an authentication loop */
1498 BIT(done); /* set to FALSE when Curl_init_do() is called and set to TRUE
1522 * This 'UserDefined' struct must only contain data that is set once to go
1628 STRING_COPYPOSTFIELDS, /* if POST, set the fields' values here */
1660 long maxredirs; /* maximum no. of http(s) redirects to follow, set to -1
1663 void *postfields; /* if POST, set the fields' values here */
1849 BIT(is_fread_set); /* has read callback been set to non-NULL? */
1861 this session. They are STATIC, set by libcurl users or at least initially
1863 BIT(quick_exit); /* set 1L when it is okay to leak things (like
1891 BIT(http_auto_referer); /* set "correct" referer when following
1893 BIT(opt_no_body); /* as set with CURLOPT_NOBODY */
1905 BIT(proxy_transfer_mode); /* set transfer mode (;type=<a|i>) when doing
1949 * The 'struct UserDefined' must only contain data that is set once to go for
1999 struct UserDefined set; /* values set by the libcurl user */