#include "curl_setup.h"
#include <curl/curl.h>
Go to the source code of this file.
Classes |
struct | Cookie |
struct | CookieInfo |
Defines |
#define | MAX_COOKIE_LINE 5000 |
#define | MAX_COOKIE_LINE_TXT "4999" |
#define | MAX_NAME 1024 |
#define | MAX_NAME_TXT "1023" |
Functions |
struct Cookie * | Curl_cookie_add (struct Curl_easy *data, struct CookieInfo *, bool header, char *lineptr, const char *domain, const char *path) |
void | Curl_cookie_cleanup (struct CookieInfo *) |
void | Curl_cookie_clearall (struct CookieInfo *cookies) |
void | Curl_cookie_clearsess (struct CookieInfo *cookies) |
void | Curl_cookie_freelist (struct Cookie *cookies) |
struct Cookie * | Curl_cookie_getlist (struct CookieInfo *, const char *, const char *, bool) |
struct CookieInfo * | Curl_cookie_init (struct Curl_easy *data, const char *, struct CookieInfo *, bool) |
struct curl_slist * | Curl_cookie_list (struct Curl_easy *data) |
void | Curl_cookie_loadfiles (struct Curl_easy *data) |
void | Curl_flush_cookies (struct Curl_easy *data, int cleanup) |
Define Documentation
Function Documentation