Lines Matching defs:Curl_easy
1955 struct Curl_easy { struct
1968 struct Curl_easy *next; argument
1969 struct Curl_easy *prev; argument
1971 struct connectdata *conn;
1972 struct Curl_llist_element connect_queue; /* for the pending and msgsent
1974 struct Curl_llist_element conn_queue; /* list per connectdata */
1976 CURLMstate mstate; /* the handle's state */
1977 CURLcode result; /* previous result */
1979 struct Curl_message msg; /* A single posted message. */
1985 struct easy_pollset last_poll;
1987 struct Names dns;
1988 struct Curl_multi *multi; /* if non-NULL, points to the multi handle
1991 struct Curl_multi *multi_easy; /* if non-NULL, points to the multi handle
1994 struct Curl_share *share; /* Share, handles global variable mutexing */
1996 struct PslCache *psl; /* The associated PSL cache. */
1998 struct SingleRequest req; /* Request-specific data */
1999 struct UserDefined set; /* values set by the libcurl user */
2001 struct CookieInfo *cookies; /* the cookies, read from files and servers.
2007 struct hsts *hsts;
2010 struct altsvcinfo *asi; /* the alt-svc cache */
2012 struct Progress progress; /* for all the progress meter data */
2013 struct UrlState state; /* struct for fields used for state info and
2016 struct WildcardData *wildcard; /* wildcard download state info */
2018 struct PureInfo info; /* stats, reports and info data */
2019 struct curl_tlssessioninfo tsi; /* Information about the TLS session, only
2022 struct hyptransfer hyp;