Searched +refs:cookie +refs:cache (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DHAREntry.js57 cache: { }, // Not supported yet.
199 * @param {WebInspector.Cookie} cookie
202 _buildCookie: function(cookie)
205 name: cookie.name(),
206 value: cookie.value(),
207 path: cookie.path(),
208 domain: cookie.domain(),
209 expires: cookie.expiresDate(new Date(this._request.startTime * 1000)),
210 httpOnly: cookie.httpOnly(),
211 secure: cookie
[all...]
H A DresourcesPanel.css319 .cookie-storage-tree-item .icon {
320 content: url(Images/cookie.png);
323 .application-cache-storage-tree-item .icon {
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Ddsm_p.h147 #define HDR_COOKIE 0xA5 /* magic cookie in preheaders */
148 #define DSM_COOKIE 0xADEADBEEU /* magic cookie in dsh */
218 | FREE | cookie | (unused) | |
229 unsigned char cookie; /* magic number basic identification */ member in struct:block_t
256 typedef struct cache_t { /* dsm_read cache element */
267 long cookie; /* magic cookie for detecting bogus dsh's */ member in struct:dsm_db_t
269 cache_t cache; /* dsm_read cache */ member in struct:dsm_db_t
H A Ddsm.c112 ** in memory, a 'free' indication, and a 'magic cookie' used to flag validly
160 be null, and should have the proper magic cookie.
165 if ((unsigned32)(dsh)->cookie != DSM_COOKIE) SIGNAL(dsm_err_invalid_handle); \
218 dsh->cookie = DSM_COOKIE; /* magic cookie */
221 cache_clear(dsh); /* nothing in cache */
283 dsh->cookie = DSM_COOKIE; /* magic cookie */
286 cache_clear(dsh); /* nothing in cache */
314 and clearing it, as well as clearing its cookie befor
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dinit_sec_context.c45 * Provide a negative cache that store a couple of entries in the
49 * The cache users noticiation from KCM to know when to clear the
50 * cache.
69 struct negative_cache cache[7]; member in struct:gnegative_cache
112 /* if something changed, remove cache and return success */
114 for (i = 0; i < sizeof(nc.cache)/sizeof(nc.cache[0]); i++)
115 free_entry(context, &nc.cache[i]);
116 _gss_mg_log(1, "krb5-isc: got a notification, drop negative cache");
122 for (i = 0; i < sizeof(nc.cache)/sizeo
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDDeviceClass.cpp1041 uint32_t cookie = element->cookieMin + index; local
1045 key = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &cookie);
1077 setElementDictIntValue(dictionary, CFSTR(kIOHIDElementCookieKey), cookie);
1345 // Break out once we are out of the cookie range
1403 // Break out of both loops if we are looking for a single cookie
1780 IOHIDElementRef IOHIDDeviceClass::getElement(IOHIDElementCookie cookie) argument
1787 if ( getElementStructPtr(cookie, &elementStruct, &index, &dataRef) )
1976 IOReturn IOHIDObsoleteDeviceClass::_setElementValue(void * self, IOHIDElementCookie cookie, IOHIDEventStruct * pEvent, uint32_t timeout, IOHIDElementCallbackFunction callback, void * target, void * refcon) argument
1978 return getThis(self)->setElementValue(cookie, pEvent, timeout, callback, target, refcon);
1981 IOReturn IOHIDObsoleteDeviceClass::_queryElementValue(void * self, IOHIDElementCookie cookie, IOHIDEventStruc argument
2019 CFMutableDictionaryRef cache = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); local
2143 setElementValue(IOHIDElementCookie cookie, IOHIDEventStruct * pEvent, uint32_t timeout, IOHIDElementCallbackFunction callback, void * target, void * refcon, IOOptionBits options) argument
2178 queryElementValue(IOHIDElementCookie cookie, IOHIDEventStruct * pEvent, uint32_t timeout, IOHIDElementCallbackFunction callback, void * target, void * refcon) argument
2242 getElementValue(IOHIDElementCookie cookie, IOHIDEventStruct * pEvent) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheGroup.cpp163 // The cache may have gotten obsoleted after we've loaded from it, but before we parsed the document and saw cache manifest.
169 // The main resource was loaded from cache, so the cache must have an entry for it. Mark it as foreign.
262 // Cache update has been a failure, so there is no reason to keep the document associated with the incomplete cache
302 // The manifest didn't change, and we have a relevant cache - but the main resource download failed mid-way, so it cannot be stored to the cache,
303 // and the loader does not get associated to it. If there are other main resources being downloaded for this cache group, they may still succeed.
317 // The cache manifest didn't list this main resource, and all cache entrie
391 cacheDestroyed(ApplicationCache* cache) argument
536 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(m_frame, m_currentResourceIdentifier, response); local
1089 associateDocumentLoaderWithCache(DocumentLoader* loader, ApplicationCache* cache) argument
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/XMLRPC/Transport/
H A DHTTP.pm139 always add another cookie (or extract what you need after response)
157 will store this server in per-session cache, so all other requests will
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/XMLRPC/Transport/
H A DHTTP.pm139 always add another cookie (or extract what you need after response)
157 will store this server in per-session cache, so all other requests will
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/XMLRPC/Transport/
H A DHTTP.pm139 always add another cookie (or extract what you need after response)
157 will store this server in per-session cache, so all other requests will
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_rewrite.c178 /* max cookie size in rfc 2109 */
179 /* XXX: not used at all. We should do a check somewhere and/or cut the cookie */
276 data_item *cookie; /* added cookies */ member in struct:__anon6007
308 /* the (per-child) cache structures.
310 typedef struct cache { struct
316 } cache; typedef in typeref:struct:cache
371 /* the cache */
372 static cache *cachep;
1067 cachep = apr_palloc(p, sizeof(cache));
1069 cachep = NULL; /* turns off cache */
2396 char *cookie; local
2465 do_expand_cookie(data_item *cookie, rewrite_ctx *ctx) argument
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm175 always add another cookie (or extract what you need after response)
210 and will store this server in a per-session cache, so all other requests
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm175 always add another cookie (or extract what you need after response)
210 and will store this server in a per-session cache, so all other requests
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp308 if (AXObjectCache* cache = axObjectCache())
309 cache->remove(this);
367 // When the view is no longer associated with a frame, it needs to be removed from the ax object cache
368 // right now, otherwise it won't be able to reach the topDocument()'s axObject cache later.
1152 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willLayout(m_frame.get());
1344 if (AXObjectCache* cache = root->document()->existingAXObjectCache())
1345 cache->postNotification(root, AXObjectCache::AXLayoutComplete, true);
1383 InspectorInstrumentation::didLayout(cookie, root);
2390 // FIXME: We should assert the page is not in the page cache, but that is causing
2613 if (AXObjectCache* cache
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp1769 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRecalculateStyle(this); local
1837 InspectorInstrumentation::didRecalculateStyle(cookie);
2148 // Clear the cache member variable before calling delete because attempts
2173 // to any other WebCoreAXObject on the same page. Using a single cache allows
2461 // The AX cache may have been cleared at this point, but we need to make sure it contains an
2463 // exists in the cache (we ignore the return value because we don't need it here). This is
2845 } else if (equalIgnoringCase(equiv, "set-cookie")) {
3250 if (!m_focusedElement || this->inPageCache()) // If the document is in the page cache, then we don't need to clear out the focused node.
3428 // Create the AXObject cache in a focus change because GTK relies on it.
3429 if (AXObjectCache* cache
3729 String Document::cookie(ExceptionCode& ec) const function in class:WebCore::Document
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c1922 ** the database page cache with the default page cache implementation.
1924 ** cache implementation is loaded using the SQLITE_CONFIG_PCACHE option.
1934 ** memory needs for the first N pages that it adds to cache. ^If additional
1935 ** page cache memory is needed beyond what is provided by this option, then
1996 ** to a custom page cache implementation.)^ ^SQLite makes a copy of the
1997 ** object and uses it for page cache memory allocations.</dd>
2002 ** page cache implementation into that object.)^ </dd>
2369 ** changes will not fit into the in-memory cache. SQLite will
2371 ** to promote this lock to EXCLUSIVE so that it can spill cache
91935 int cookie; local
[all...]

Completed in 544 milliseconds