#include "setup.h"
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "urldata.h"
#include "cookie.h"
#include "getdate.h"
#include "strequal.h"
#include "strtok.h"
#include "sendf.h"
Go to the source code of this file.
|
| struct Cookie * | Curl_cookie_add (struct SessionHandle *data, struct CookieInfo *c, bool httpheader, char *lineptr, char *domain, char *path) |
| |
| struct CookieInfo * | Curl_cookie_init (struct SessionHandle *data, char *file, struct CookieInfo *inc, bool newsession) |
| |
| struct Cookie * | Curl_cookie_getlist (struct CookieInfo *c, char *host, char *path, bool secure) |
| |
| void | Curl_cookie_freelist (struct Cookie *co) |
| |
| void | Curl_cookie_cleanup (struct CookieInfo *c) |
| |
| int | Curl_cookie_output (struct CookieInfo *c, char *dumphere) |
| |
| int Curl_cookie_output |
( |
struct CookieInfo * |
c, |
|
|
char * |
dumphere |
|
) |
| |