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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcookie.h28 struct Cookie { struct
29 struct Cookie *next; /* next in the chain */
32 char *path; /* path = <this> which is in Set-Cookie: */
50 struct Cookie *cookies;
63 Set-Cookie header)"
79 struct Cookie *Curl_cookie_add(struct SessionHandle *data,
83 struct Cookie *Curl_cookie_getlist(struct CookieInfo *, const char *,
85 void Curl_cookie_freelist(struct Cookie *cookies, bool cookiestoo);
H A Dcookie.c102 static void freecookie(struct Cookie *co)
138 "example.com", the user agent will include the cookie in the Cookie
298 struct Cookie *co, *nx, *pv;
333 struct Cookie *
347 struct Cookie *clist;
349 struct Cookie *co;
350 struct Cookie *lastc=NULL;
360 co = calloc(1, sizeof(struct Cookie));
896 if(checkprefix("Set-Cookie:", line)) {
924 struct Cookie *c
[all...]
H A Dhttp.c1769 if(data->set.str[STRING_COOKIE] && !Curl_checkheaders(data, "Cookie:"))
2210 struct Cookie *co=NULL; /* no cookies from start */
2224 struct Cookie *store=co;
2229 result = Curl_add_bufferf(req_buffer, "Cookie: ");
2246 result = Curl_add_bufferf(req_buffer, "Cookie: ");
3469 checkprefix("Set-Cookie:", k->p)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUPnPBase.h596 void* Cookie);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 70 milliseconds