#include <curl.h>
Public Attributes | |
| char * | data |
| struct curl_slist * | next |
Definition at line 1012 of file curl.h.
| char* curl_slist::data |
Definition at line 1013 of file curl.h.
Referenced by add_custom_headers(), check_telnet_options(), checkheaders(), checkhttpprefix(), Curl_cookie_loadfiles(), Curl_getFormData(), curl_slist_append(), curl_slist_free_all(), ftp_sendquote(), ftp_state_quote(), and suboption().
struct curl_slist* curl_slist::next [read] |
Definition at line 1014 of file curl.h.
Referenced by add_custom_headers(), check_telnet_options(), checkheaders(), checkhttpprefix(), Curl_cookie_loadfiles(), Curl_getFormData(), curl_slist_append(), curl_slist_free_all(), ftp_sendquote(), ftp_state_quote(), slist_get_last(), and suboption().
1.5.6