1 #ifndef HEADER_CURL_COOKIE_H 2 #define HEADER_CURL_COOKIE_H 24 #include "curl_setup.h" 26 #include <curl/curl.h> 66 #define MAX_COOKIE_LINE 5000 67 #define MAX_COOKIE_LINE_TXT "4999" 71 #define MAX_NAME_TXT "1023" 80 struct CookieInfo *,
bool header,
char *lineptr,
81 const char *domain,
const char *path);
85 void Curl_cookie_freelist(
struct Cookie *cookies,
bool cookiestoo);
86 void Curl_cookie_clearall(
struct CookieInfo *cookies);
87 void Curl_cookie_clearsess(
struct CookieInfo *cookies);
89 #if defined(CURL_DISABLE_HTTP) || defined(CURL_DISABLE_COOKIES) 90 #define Curl_cookie_list(x) NULL 91 #define Curl_cookie_loadfiles(x) Curl_nop_stmt 92 #define Curl_cookie_init(x,y,z,w) NULL 93 #define Curl_cookie_cleanup(x) Curl_nop_stmt 94 #define Curl_flush_cookies(x,y) Curl_nop_stmt 96 void Curl_flush_cookies(
struct SessionHandle *data,
int cleanup);
Definition: urldata.h:1670