Searched defs:cookie (Results 226 - 250 of 255) sorted by relevance

1234567891011

/external/tcpdump/
H A Dprint-juniper.c370 u_int8_t cookie_len; /* cookie len */
419 u_int8_t cookie[8]; member in struct:juniper_l2info_t
474 gh = (struct juniper_ggsn_header *)&l2info.cookie;
761 * best indicator if the cookie looks like a proto */
763 EXTRACT_16BITS(&l2info.cookie) != PPP_OSI &&
764 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
772 /* IP traffic going to the RE would not have a cookie
775 if (l2info.cookie[4] == (JUNIPER_LSQ_COOKIE_RE|JUNIPER_LSQ_COOKIE_DIR))
795 /* zero length cookie ? */
796 switch (EXTRACT_16BITS(&l2info.cookie)) {
[all...]
/external/chromium_org/net/cookies/
H A Dcookie_monster.cc6 // (netwerk/cookie/src/nsCookieService.cpp)
72 // In steady state, most cookie requests can be satisfied by the in memory
73 // cookie monster store. However, if a request comes in during the initial
74 // cookie load, it must be delayed until that load completes. That is done by
76 // of cookie load completion is received via CookieMonster::OnLoaded. This
81 // session restore) it may take too long to wait for the full load. If a cookie
126 // Default minimum delay after updating a cookie's LastAccessDate before we
170 // (2) For each list with more than 1 entry, keep the cookie having the
300 // In Mozilla if you set a cookie like AAAA, it will have an empty token
301 // and a value of AAAA. When it sends the cookie bac
706 DeleteCanonicalCookieTask(CookieMonster* cookie_monster, const CanonicalCookie& cookie, const DeleteCookieCallback& callback) argument
796 std::string cookie = this->cookie_monster()-> local
984 DeleteCanonicalCookieAsync( const CanonicalCookie& cookie, const DeleteCookieCallback& callback) argument
1252 DeleteCanonicalCookie(const CanonicalCookie& cookie) argument
1605 CanonicalCookie* cookie = it->second; local
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc34 // Check to see if the name and value of a cookie are both empty.
35 bool IsCookieEmpty(const base::StringPiece& cookie) { argument
36 if (cookie.size() == 0) {
39 size_t pos = cookie.find('=');
43 // Ignore leading whitespaces of cookie value.
45 for (; value_start < cookie.size(); value_start++) {
46 if (!(cookie[value_start] == ' ' || cookie[value_start] == '\t')) {
50 return (pos == 0) && ((cookie.size() - value_start) == 0);
1197 // cookie dat
1319 std::string cookie; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorPageAgent.cpp556 // scripts once we restored the scripts from the cookie during navigation.
562 // Force cookie serialization.
589 static PassRefPtr<TypeBuilder::Page::Cookie> buildObjectForCookie(const Cookie& cookie) argument
592 .setName(cookie.name)
593 .setValue(cookie.value)
594 .setDomain(cookie.domain)
595 .setPath(cookie.path)
596 .setExpires(cookie.expires)
597 .setSize((cookie.name.length() + cookie
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp807 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willLayout(m_frame.get()); local
936 InspectorInstrumentation::didLayout(cookie, rootForThisLayout);
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1444 // The array cookie is a size_t; pad that up to the element alignment.
1445 // The cookie is actually right-justified in that space.
1463 // The size of the cookie.
1468 // Compute an offset to the cookie.
1482 // over the cookie completely.
1490 // The element size is right-justified in the cookie.
1506 // ARM says that the cookie is always:
1528 // The cookie is always at the start of the buffer.
1529 llvm::Value *cookie = newPtr; local
1532 cookie
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c3981 /* Fill in the stc cookie data */
5255 /* now any cookie time extensions */
5446 SCTPDBG(SCTP_DEBUG_OUTPUT1, "Invalid size - error cookie-preserve %d\n", plen);
5887 /* new addresses, out of here in non-cookie-wait states */
5936 * Therefore zero out the cookie to avoid putting
5941 /* the time I built cookie */
5954 /* life I will award this cookie */
5963 * If we wanted to honor cookie life extentions, we would add to
6485 /* Now we must build a cookie */
6492 /* Now append the cookie t
8230 int asconf, cookie, no_out_cnt; local
9409 struct mbuf *cookie; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h971 unsigned char cookie[32]; /* The cookie */ member in struct:SSL3HandshakeStateStr
972 unsigned char cookieLen; /* The length of the cookie */
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1795 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRecalculateStyle(this); local
1834 InspectorInstrumentation::didRecalculateStyle(cookie, m_styleRecalcElementCounter);
3014 } else if (equalIgnoringCase(equiv, "set-cookie")) {
3985 String Document::cookie(ExceptionState& exceptionState) const function in class:blink::Document
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c374 const u8 *buf, size_t buf_len, u64 *cookie,
1865 struct nlattr *cookie, const u8 *frame,
1876 if (!cookie)
1879 cookie_val = nla_get_u64(cookie);
1881 " cookie=0%llx%s (ack=%d)",
2039 struct nlattr *cookie, struct nlattr *sig)
2101 mlme_event_mgmt_tx_status(drv, cookie, nla_data(frame),
2186 u64 cookie; local
2204 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
2206 cookie
1864 mlme_event_mgmt_tx_status(struct wpa_driver_nl80211_data *drv, struct nlattr *cookie, const u8 *frame, size_t len, struct nlattr *ack) argument
2035 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig) argument
7165 u64 cookie; local
10543 u64 *cookie = arg; local
10560 u64 cookie; local
10694 u64 cookie; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c374 const u8 *buf, size_t buf_len, u64 *cookie,
1865 struct nlattr *cookie, const u8 *frame,
1876 if (!cookie)
1879 cookie_val = nla_get_u64(cookie);
1881 " cookie=0%llx%s (ack=%d)",
2039 struct nlattr *cookie, struct nlattr *sig)
2101 mlme_event_mgmt_tx_status(drv, cookie, nla_data(frame),
2186 u64 cookie; local
2204 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
2206 cookie
1864 mlme_event_mgmt_tx_status(struct wpa_driver_nl80211_data *drv, struct nlattr *cookie, const u8 *frame, size_t len, struct nlattr *ack) argument
2035 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig) argument
7165 u64 cookie; local
10543 u64 *cookie = arg; local
10560 u64 cookie; local
10694 u64 cookie; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c374 const u8 *buf, size_t buf_len, u64 *cookie,
1865 struct nlattr *cookie, const u8 *frame,
1876 if (!cookie)
1879 cookie_val = nla_get_u64(cookie);
1881 " cookie=0%llx%s (ack=%d)",
2039 struct nlattr *cookie, struct nlattr *sig)
2101 mlme_event_mgmt_tx_status(drv, cookie, nla_data(frame),
2186 u64 cookie; local
2204 cookie = nla_get_u64(tb[NL80211_ATTR_COOKIE]);
2206 cookie
1864 mlme_event_mgmt_tx_status(struct wpa_driver_nl80211_data *drv, struct nlattr *cookie, const u8 *frame, size_t len, struct nlattr *ack) argument
2035 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig) argument
7165 u64 cookie; local
10543 u64 *cookie = arg; local
10560 u64 cookie; local
10694 u64 cookie; local
[all...]
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js2457 * all identify a single cookie uniquely without specifying its content, and the
2541 CookieChangeInfo.prototype.cookie;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10520 u8 checkSchema; /* Causes schema cookie check after an error */
10549 int cookieGoto; /* Address of OP_Goto to cookie verifier subroutine */
89510 int cookie; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11913 u8 checkSchema; /* Causes schema cookie check after an error */
101019 int cookie; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11913 u8 checkSchema; /* Causes schema cookie check after an error */
101039 int cookie; local
[all...]

Completed in 2471 milliseconds

1234567891011