Searched defs:Cookie (Results 1 – 12 of 12) sorted by relevance
28 struct Cookie { struct29 struct Cookie *next; /* next in the chain */ argument32 char *path; /* path = <this> which is in Set-Cookie: */ argument33 char *spath; /* sanitized cookie path */34 char *domain; /* domain = <this> */35 curl_off_t expires; /* expires = <this> */59 struct CookieInfo { argument61 struct Cookie *cookies[COOKIE_HASH_SIZE]; argument
114 ## Cookie section in API118 ### `Cookie.parse(cookieString[, options])`140 ### Properties163 ### `Cookie([{properties}])`167 ### `.toString()`171 ### `.cookieString()`175 ### `.setExpires(String)`179 ### `.setMaxAge(number)`183 ### `.expiryTime([now=Date.now()])`185 ### `.expiryDate([now=Date.now()])`[all …]
28 class Cookie extends MonsterFood { class53 var foods = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', false) , new… variable54 var foods2: MonsterFood[] = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chi… variable
52 void *Cookie; member76 void *Cookie) { in insertSignalHandler()
121 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
5 var Cookie = tough.Cookie variable
29 class Cookie extends MonsterFood { class111 function Cookie(flavor, isGlutenFree) { class in Cookie
114 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
72 Cookie: [ 'foo=bar', 'bar=baz', 'baz=quux' ] property
97 Constant *Cookie = nullptr; member in __anon5c7bba070111::WinEHStatePass
690 function Cookie(options) { class
744 class Cookie: class