• 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:set

358   bool verifypeer;       /* set TRUE if this is desired */
359 bool verifyhost; /* set TRUE if CN/SAN must match hostname */
396 bool stale; /* set true for re-negotiation */
469 bool close; /* if set, we close the connection after this request */
470 bool reuse; /* if set, this is a re-used connection */
471 bool proxy; /* if set, this transfer is done through a proxy - any type */
472 bool httpproxy; /* if set, this transfer is done through a http proxy */
479 bool do_more; /* this is set TRUE if the ->curl_do_more() function is
481 bool tcpconnect[2]; /* the TCP layer (or similar) is connected, this is set
500 bool ftp_use_epsv; /* As set with CURLOPT_FTP_USE_EPSV, but if we find out
504 bool ftp_use_eprt; /* As set with CURLOPT_FTP_USE_EPRT, but if we find out
510 bool done; /* set to FALSE when Curl_do() is called and set to TRUE
517 bool proxy_connect_closed; /* set true if a proxy disconnected the
520 bool bound; /* set true if bind() has already been done on this socket/
539 #define KEEP_RECV_HOLD (1<<2) /* when set, no reading should be done but there
541 #define KEEP_SEND_HOLD (1<<3) /* when set, no writing should be done but there
565 bool done; /* set TRUE when the lookup is complete */
644 bool content_range; /* set TRUE if Content-Range: was found */
675 bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload
697 bool chunk; /* if set, this is a chunked transfer-encoding */
698 bool upload_chunky; /* set TRUE if we are doing chunked transfer-encoding
720 /* These two functions MUST be set to be protocol dependent */
725 * curl_do_more() function will be called afterwards, if set. For example
730 /* This function *MAY* be set to a protocol-dependent function that is run
732 * The 'done' pointer points to a bool that should be set to TRUE if the
743 should then return a proper fd set */
749 then return a proper fd set */
755 then return a proper fd set */
761 WAITPERFORM phases, and it should then return a proper fd set. Not setting
767 /* This function *MAY* be set to a protocol-dependent function that is run
770 * is set to TRUE.
794 #define PROTOPT_NEEDSPWD (1<<5) /* needs a password, and if none is set it
839 /**** Fields set when inited and not modified again */
919 /* The two fields below get set in Curl_connecthost */
1066 long filetime; /* If requested, this is might get set. Set to -1 if the time
1070 bool timecond; /* set to TRUE if the time condition didn't match, which
1110 bool callback; /* set when progress callback is used */
1175 unsigned long want; /* Bitmask set to the authentication methods wanted by
1212 char *first_host; /* if set, this should be the host name that we will
1226 This must be set to FALSE every time _easy_perform() is
1233 bool allow_port; /* Is set.use_port allowed to take effect or not. This
1234 is always set TRUE when curl_easy_perform() is called. */
1254 struct timeval expiretime; /* set this with Curl_expire() only */
1258 /* a place to store the most recently set FTP entrypath */
1261 /* set after initial USER failure, to prevent an authentication loop */
1283 bool slash_removed; /* set TRUE if the 'path' points to a path where the
1314 struct curl_slist *cookielist; /* list of cookie files set by
1316 struct curl_slist *resolve; /* set to point to the set.resolve list when
1321 * This 'UserDefined' struct must only contain data that is set once to go
1348 STRING_COPYPOSTFIELDS, /* if POST, set the fields' values here */
1409 long maxredirs; /* maximum no. of http(s) redirects to follow, set to -1
1414 bool free_referer; /* set TRUE if 'referer' points to a string we
1416 void *postfields; /* if POST, set the fields' values here */
1428 int is_fread_set; /* boolean, has read callback been set to non-NULL? */
1429 int is_fwrite_set; /* boolean, has write callback been set to non-NULL? */
1510 this session. They are STATIC, set by libcurl users or at least initially
1527 bool http_auto_referer; /* set "correct" referer when following location: */
1528 bool opt_no_body; /* as set with CURLOPT_NOBODY */
1561 bool proxy_transfer_mode; /* set transfer mode (;type=<a|i>) when doing FTP
1613 * The 'struct UserDefined' must only contain data that is set once to go for
1647 struct UserDefined set; /* values set by the libcurl user */
1665 unsigned int magic; /* set to a CURLEASY_MAGIC_NUMBER */