Searched refs:Cookie (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.h28 struct Cookie { struct
29 struct Cookie *next; /* next in the chain */
49 struct Cookie *cookies;
62 Set-Cookie header)"
78 struct Cookie *Curl_cookie_add(struct SessionHandle *data,
82 struct Cookie *Curl_cookie_getlist(struct CookieInfo *, const char *,
84 void Curl_cookie_freelist(struct Cookie *cookies, bool cookiestoo);
H A Dcookie.c101 static void freecookie(struct Cookie *co)
175 struct Cookie *
189 struct Cookie *clist;
191 struct Cookie *co;
192 struct Cookie *lastc=NULL;
202 co = calloc(1, sizeof(struct Cookie));
750 if(checkprefix("Set-Cookie:", line)) {
778 struct Cookie *c1 = *(struct Cookie **)p1;
779 struct Cookie *c
[all...]
H A Dhttp.c1776 if(data->set.str[STRING_COOKIE] && !Curl_checkheaders(data, "Cookie:"))
2190 struct Cookie *co=NULL; /* no cookies from start */
2204 struct Cookie *store=co;
2209 result = Curl_add_bufferf(req_buffer, "Cookie: ");
2226 result = Curl_add_bufferf(req_buffer, "Cookie: ");
3370 checkprefix("Set-Cookie:", k->p)) {

Completed in 106 milliseconds