Lines Matching refs:list

240   PROT_NONE, /* first in list */
246 PROT_LAST /* last in list */
281 char *cipher_list; /* list of ciphers to use */
282 char *cipher_list13; /* list of TLS 1.3 cipher suites to use */
292 char *curves; /* list of curves to use */
318 list errors */
1213 RTSPREQ_NONE, /* first in list */
1225 RTSPREQ_LAST /* last in list */
1311 struct Curl_llist_element list;
1338 struct curl_slist *hstslist; /* list of HSTS files set by
1382 struct Curl_llist timeoutlist; /* list of pending timeouts */
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
1507 BIT(list_only); /* list directory contents */
1574 STRING_SSL_CIPHER_LIST, /* list of ciphers to use */
1575 STRING_SSL_CIPHER_LIST_PROXY, /* list of ciphers to use */
1576 STRING_SSL_CIPHER13_LIST, /* list of TLS 1.3 ciphers to use */
1577 STRING_SSL_CIPHER13_LIST_PROXY, /* list of TLS 1.3 ciphers to use */
1630 STRING_LAST /* not used, just an end-of-list marker */
1721 struct curl_slist *headers; /* linked list of extra headers */
1722 struct curl_httppost *httppost; /* linked list of old POST data */
1725 struct curl_slist *telnet_options; /* linked list of telnet options */
1727 struct curl_slist *resolve; /* list of names to add/remove from
1729 struct curl_slist *connect_to; /* list of host:port mappings to override
1739 struct curl_slist *proxyheaders; /* linked list of extra CONNECT headers */
1753 struct curl_slist *http200aliases; /* linked list of aliases for http200 */
1837 struct curl_slist *mail_rcpt; /* linked list of mail recipients */
1872 BIT(list_only); /* list directory */
1967 /* first, two fields for the linked list of these */
1974 struct Curl_llist_element conn_queue; /* list per connectdata */