#include "curl_setup.h"
#include <curl/curl.h>
Go to the source code of this file.
|
| 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) |
| |
◆ MAX_COOKIE_LINE
| #define MAX_COOKIE_LINE 5000 |
◆ MAX_COOKIE_LINE_TXT
| #define MAX_COOKIE_LINE_TXT "4999" |
◆ MAX_NAME
◆ MAX_NAME_TXT
| #define MAX_NAME_TXT "4095" |
◆ Curl_cookie_add()
| struct Cookie* Curl_cookie_add |
( |
struct Curl_easy * |
data, |
|
|
struct CookieInfo * |
, |
|
|
bool |
header, |
|
|
char * |
lineptr, |
|
|
const char * |
domain, |
|
|
const char * |
path |
|
) |
| |
◆ Curl_cookie_cleanup()
◆ Curl_cookie_clearall()
| void Curl_cookie_clearall |
( |
struct CookieInfo * |
cookies | ) |
|
◆ Curl_cookie_clearsess()
| void Curl_cookie_clearsess |
( |
struct CookieInfo * |
cookies | ) |
|
◆ Curl_cookie_freelist()
| void Curl_cookie_freelist |
( |
struct Cookie * |
cookies | ) |
|
◆ Curl_cookie_getlist()
◆ Curl_cookie_init()
◆ Curl_cookie_list()
◆ Curl_cookie_loadfiles()
| void Curl_cookie_loadfiles |
( |
struct Curl_easy * |
data | ) |
|
◆ Curl_flush_cookies()
| void Curl_flush_cookies |
( |
struct Curl_easy * |
data, |
|
|
int |
cleanup |
|
) |
| |