Searched defs:Cookie (Results 1 – 12 of 12) sorted by relevance
30 struct Cookie { struct31 struct Cookie *next; /* next in the chain */ argument34 char *path; /* path = <this> which is in Set-Cookie: */ argument57 struct Cookie *cookies[COOKIE_HASH_SIZE]; argument
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
5 export interface Cookie { interface
111 export class Cookie { } class
52 void *Cookie; member76 void *Cookie) { in insertSignalHandler()
121 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
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 __anon9c3452870111::WinEHStatePass
743 class Cookie: class