#include <stdio.h>
#include <sys/time.h>
#include <curl/curl.h>
Go to the source code of this file.
|
| struct Cookie * | Curl_cookie_add (struct SessionHandle *data, struct CookieInfo *, bool header, char *line, char *domain, char *path) |
| |
| struct CookieInfo * | Curl_cookie_init (struct SessionHandle *data, char *, struct CookieInfo *, bool) |
| |
| struct Cookie * | Curl_cookie_getlist (struct CookieInfo *, char *, char *, bool) |
| |
| void | Curl_cookie_freelist (struct Cookie *) |
| |
| void | Curl_cookie_cleanup (struct CookieInfo *) |
| |
| int | Curl_cookie_output (struct CookieInfo *, char *) |
| |
| #define MAX_COOKIE_LINE 2048 |
| #define MAX_COOKIE_LINE_TXT "2047" |
| #define MAX_NAME_TXT "255" |