Home | History | Annotate | Download | only in lib

Lines Matching defs:in

12  * This software is licensed as described in the file COPYING, which
64 protocol handler should only ever have a single CURLPROTO_ in its protocol
77 /* Default FTP/IMAP etc response timeout in milliseconds.
144 #include <netinet/in.h>
196 /* Initial size of the buffer to store headers in, it'll be enlarged in case
218 PROT_NONE, /* first in list */
224 PROT_LAST /* last in list */
444 void* target_info; /* TargetInfo received in the ntlm type-2 message */
507 but it is not the final request in the auth
521 bool userpwd_in_url; /* name+password found in url */
526 connection in a CONNECT request with auth, so
530 bool type_set; /* type= was used in the URL */
565 ZLIB_INIT_GZIP /* initialized in transparent gzip mode */
605 * Request specific data in the easy handle (SessionHandle). Previously,
615 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,
627 code) result in a CURLE_GOT_NOTHING error code */
691 still left in the buffer, aimed for upload. */
706 specific upload buffers. See readmoredata() in
727 /* If the curl_do() function is better made in two halves, this
734 * after the connect() and everything is done, as a step in the connection.
771 * by the curl_disconnect(), as a step in the disconnection. If the handler
830 /* chunk is for HTTP chunked encoding, but is in the general connectdata
832 and a HTTP proxy may in fact respond using chunked encoding */
845 track the connections in the log output */
847 /* 'dns_entry' is the particular host we use. This points to an entry in the
848 DNS cache and it will not get pruned while locked. It gets unlocked in
855 cache entry remains locked. It gets unlocked in Curl_done() */
899 curl_proxytype proxytype; /* what kind of proxy that is in use */
923 /* The two fields below get set in Curl_connecthost */
925 long timeoutms_per_addr; /* how long time in milliseconds to spend on
971 /* the two following *_inuse fields are only flags, not counters in any way.
972 If TRUE it means the channel is in use, and if FALSE it means the channel
975 bool readchannel_inuse; /* whether the read channel is in use by an easy
977 bool writechannel_inuse; /* whether the write channel is in use by an easy
985 size_t read_pos; /* Current read position in the master buffer */
1017 char *trailer; /* allocated buffer to store trailer in */
1053 /* tunnel as in tunnel through a HTTP proxy with CONNECT */
1079 long header_size; /* size of read header(s) in bytes */
1080 long request_size; /* the amount of bytes sent in the request(s) */
1088 and, 'conn_local_port' are copied over from the connectdata struct in
1093 reused, in the connection cache. */
1101 struct curl_certinfo certs; /* info about the certs, only populated in
1145 HTTPREQ_NONE, /* first in list */
1152 HTTPREQ_LAST /* last in list */
1156 RTSPREQ_NONE, /* first in list */
1168 RTSPREQ_LAST /* last in list */
1178 * Session-data MUST be put in the connectdata struct and here. */
1206 /* buffers to store authentication data in, as parsed from input options */
1211 char *headerbuff; /* allocated buffer to store headers in */
1227 char *tempwrite; /* allocated buffer to keep data in when a write
1233 bool errorbuf; /* Set to TRUE if the error buffer is already filled in.
1236 int os_errno; /* filled in with errno whenever an error occurs */
1256 void *resolver; /* resolver state, if it is used in the URL state -
1273 involved in this request */
1288 char *pathbuffer;/* allocated buffer to store the URL's path part in */
1319 * values in the 'UserDefined' area, which MUST be taken into consideration
1332 this should be dealt with in pretransfer */
1339 * 'struct UrlState' instead. The only exceptions MUST note the changes in
1344 struct Curl_multi; /* declared and used only in multi.c */
1389 STRING_SSH_HOST_PUBLIC_KEY_MD5, /* md5 of host public key in ascii hex */
1424 char *errorbuffer; /* (Static) store failure messages in here */
1429 void *in; /* CURLOPT_READDATA */
1435 long followlocation; /* as in HTTP Location: */
1449 int localportrange; /* number of additional port numbers to test in case the
1482 long timeout; /* in milliseconds, 0 means no timeout */
1483 long connecttimeout; /* in milliseconds, 0 means no timeout */
1484 long accepttimeout; /* in milliseconds, 0 means no timeout */
1485 long server_response_timeout; /* in milliseconds, 0 means no timeout */
1486 long tftp_blksize ; /* in bytes, 0 means use default */
1490 curl_off_t max_send_speed; /* high speed limit in bytes/second for upload */
1491 curl_off_t max_recv_speed; /* high speed limit in bytes/second for
1504 struct curl_slist *source_prequote; /* in 3rd party transfer mode - before
1506 struct curl_slist *source_postquote; /* in 3rd party transfer mode - after
1515 be used in the library's request(s) */
1517 curl_proxytype proxytype; /* what kind of proxy that is in use */
1524 long ipver; /* the CURL_IPRESOLVE_* defines in the public header file
1542 bool printhost; /* printing host name in debug info */
1554 bool include_header; /* include received protocol headers in data output */
1561 use_netrc; /* defined in include/curl.h */
1617 long tcp_keepidle; /* seconds in idle before sending keepalive probe */
1620 size_t maxconnects; /* Max idle connections in the connection cache */
1627 long expect_100_timeout; /* in milliseconds */
1635 HCACHE_MULTI, /* points to a shared one in the multi handle */
1636 HCACHE_SHARED /* points to a shared one in a shared object */
1642 * may have several simultaneous connections and connection structs in memory.
1662 /* Array with the plain socket numbers this handle takes care of, in no
1681 NOTE that the 'cookie' field in the