Home
last modified time | relevance | path

Searched defs:Cookie (Results 1 – 12 of 12) sorted by relevance

/third_party/curl/lib/
Dcookie.h30 struct Cookie { struct
31 struct Cookie *next; /* next in the chain */ argument
34 char *path; /* path = <this> which is in Set-Cookie: */ argument
57 struct Cookie *cookies[COOKIE_HASH_SIZE]; argument
/third_party/typescript/tests/cases/compiler/
DobjectCreationOfElementAccessExpression.ts28 class Cookie extends MonsterFood { class
53 var foods = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', false) , new… variable
54 var foods2: MonsterFood[] = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chi… variable
/third_party/node/deps/undici/src/types/
Dcookies.d.ts5 export interface Cookie { interface
/third_party/typescript/tests/baselines/reference/tsserver/cachingFileSystemInformation/
DwatchDirectories-for-config-file-with-case-sensitive-file-system.js111 export class Cookie { } class
DwatchDirectories-for-config-file-with-case-insensitive-file-system.js111 export class Cookie { } class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSignals.cpp52 void *Cookie; member
76 void *Cookie) { in insertSignalHandler()
DDebug.cpp121 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/third_party/typescript/tests/baselines/reference/
DobjectCreationOfElementAccessExpression.js29 class Cookie extends MonsterFood { class
111 function Cookie(flavor, isGlutenFree) { class in Cookie
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DDebug.cpp114 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/third_party/node/test/parallel/
Dtest-http.js72 Cookie: [ 'foo=bar', 'bar=baz', 'baz=quux' ] property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp97 Constant *Cookie = nullptr; member in __anon9c3452870111::WinEHStatePass
/third_party/python/Lib/http/
Dcookiejar.py743 class Cookie: class