Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dcookie.h28 struct Cookie { struct
29 struct Cookie *next; /* next in the chain */ argument
32 char *path; /* path = <this> which is in Set-Cookie: */ argument
33 char *spath; /* sanitized cookie path */
34 char *domain; /* domain = <this> */
35 curl_off_t expires; /* expires = <this> */
59 struct CookieInfo { argument
61 struct Cookie *cookies[COOKIE_HASH_SIZE]; argument
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dchunk.h103 static inline u16 computeHeaderChecksum(u32 Cookie, const void *Ptr, in computeHeaderChecksum()
113 inline void storeHeader(u32 Cookie, void *Ptr, in storeHeader()
121 inline void loadHeader(u32 Cookie, const void *Ptr, in loadHeader()
130 inline void compareExchangeHeader(u32 Cookie, void *Ptr, in compareExchangeHeader()
143 inline bool isValid(u32 Cookie, const void *Ptr, in isValid()
Dcombined.h968 u32 Cookie; variable
/external/scudo/standalone/
Dchunk.h103 static inline u16 computeHeaderChecksum(u32 Cookie, const void *Ptr, in computeHeaderChecksum()
113 inline void storeHeader(u32 Cookie, void *Ptr, in storeHeader()
121 inline void loadHeader(u32 Cookie, const void *Ptr, in loadHeader()
130 inline void compareExchangeHeader(u32 Cookie, void *Ptr, in compareExchangeHeader()
143 inline bool isValid(u32 Cookie, const void *Ptr, in isValid()
Dcombined.h980 u32 Cookie = 0; variable
/external/llvm-project/flang/runtime/
Dio-api.h27 using Cookie = IoStatementState *; variable
/external/apache-http/src/org/apache/http/cookie/
DCookie.java50 public interface Cookie { interface
/external/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()
/external/llvm-project/llvm/lib/Support/
DSignals.cpp55 void *Cookie; member
79 void *Cookie) { in insertSignalHandler()
DDebug.cpp121 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dchunk_test.cpp16 static constexpr scudo::u32 Cookie = 0x41424344U; variable
/external/scudo/standalone/tests/
Dchunk_test.cpp16 static constexpr scudo::u32 Cookie = 0x41424344U; variable
/external/robolectric-shadows/shadows/framework/src/main/java/android/webkit/
DRoboCookieManager.java253 private static class Cookie { class in RoboCookieManager
260 public Cookie(String hostname, boolean isSecure, String cookie, Date expiration) { in Cookie() method in RoboCookieManager.Cookie
/external/llvm/lib/Support/
DDebug.cpp114 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DDebug.cpp114 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java211 public static class Cookie { class in NanoHTTPD
223 public Cookie(String name, String value) { in Cookie() method in NanoHTTPD.Cookie
227 public Cookie(String name, String value, int numDays) { in Cookie() method in NanoHTTPD.Cookie
233 public Cookie(String name, String value, String expires) { in Cookie() method in NanoHTTPD.Cookie
/external/python/cpython2/Lib/
DCookie.py758 Cookie = SmartCookie variable
/external/llvm-project/llvm/lib/Target/X86/
DX86WinEHState.cpp97 Constant *Cookie = nullptr; member in __anone43564b40111::WinEHStatePass
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp103 Constant *Cookie = nullptr; member in __anon40db93460111::WinEHStatePass
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp97 Constant *Cookie = nullptr; member in __anon6a2a34280111::WinEHStatePass
/external/clang/lib/Basic/
DDiagnostic.cpp52 void *Cookie, in DummyArgToStringFn()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp49 static u64 Cookie; variable
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp41 static u32 Cookie; variable
/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp80 void *Cookie, in DummyArgToStringFn()

12