Searched refs:cache (Results 176 - 200 of 785) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c568 void *cache; member in struct:_xmlXPathStepOp
762 comp->steps[comp->nbStep].cache = NULL;
811 * XPath object cache structures *
817 #define XP_HAS_CACHE(c) ((c != NULL) && ((c)->cache != NULL))
1355 if (ctxt->cache != NULL) {
1356 xmlXPathContextCachePtr cache = local
1357 (xmlXPathContextCachePtr) ctxt->cache;
1359 cache->dbgCachedAll = 0;
1360 cache->dbgCachedNodeset = 0;
1361 cache
1431 xmlXPathContextCachePtr cache = local
1585 xmlXPathContextCachePtr cache = local
1689 xmlXPathContextCachePtr cache = local
1838 xmlXPathFreeCache(xmlXPathContextCachePtr cache) argument
1886 xmlXPathContextCachePtr cache; local
1924 xmlXPathContextCachePtr cache = local
1961 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2013 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2077 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2126 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2180 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2228 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
5416 xmlXPathContextCachePtr cache = local
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dri_contents.rb37 @cache = {}
41 @cache[key] || @cache[key] = yield
55 @cache = RI::RiCache.new(paths)
214 klass = @cache.toplevel
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dsnmp.c22 * add_device_uri() - Add a device URI to the cache.
24 * compare_cache() - Compare two cache entries.
130 typedef struct snmp_cache_s /**** SNMP scan cache ****/
161 static void list_device(snmp_cache_t *cache);
260 * Read the configuration file and any cache data...
351 * 'add_device_uri()' - Add a device URI to the cache.
463 * 'compare_cache()' - Compare two cache entries.
467 compare_cache(snmp_cache_t *a, /* I - First cache entry */
468 snmp_cache_t *b) /* I - Second cache entry */
602 snmp_cache_t *cache; /* Cache local
676 list_device(snmp_cache_t *cache) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/src/
H A Dconfigure713 cache_file=./config.cache
780 -cache-file | --cache-file | --cache-fil | --cache-fi \
781 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
783 -cache-file=* | --cache
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsearch_module.c55 si_mod_t *cache; member in struct:__anon2989
137 return pp->cache;
248 * N.B. item not added to cache, since the data does not
263 si_mod_t *cache, *src; local
271 cache = search_cat_cache(pp, cat);
272 if (cache != NULL)
274 list = call(cache);
285 if (src == pp->cache) continue;
298 if ((all != NULL) && (null_res == 0)) si_cache_add_list(cache, si, all);
366 if (src == pp->cache) continu
383 si_mod_t *cache, *src; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dastro.h700 // The following fields are used to cache calculated results for improved
739 static int32_t get(CalendarCache** cache, int32_t key, UErrorCode &status);
740 static void put(CalendarCache** cache, int32_t key, int32_t value, UErrorCode &status);
744 static void createCache(CalendarCache** cache, UErrorCode& status);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c67 * a simple cache to accelerate such lookups---into the archive_write_disk
107 /* Try to find gname in the cache. */
113 /* Free the cache slot for a new entry. */
117 /* Note: If strdup fails, that's okay; we just won't cache. */
167 /* Try to find uname in the cache. */
173 /* Free the cache slot for a new entry. */
177 /* Note: If strdup fails, that's okay; we just won't cache. */
220 struct bucket *cache = (struct bucket *)private; local
223 free(cache[i].name);
224 free(cache);
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dspec_fetcher.rb221 cache = @caches[type]
225 cache[source.uri] ||= source.load_specs(type)
230 cache[source.uri] ||= source.load_specs(type)
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/
H A DXS.xs63 __mro_linear_isa_c3(pTHX_ HV* stash, HV* cache, I32 level)
85 if(!cache) {
86 cache = (HV*)sv_2mortal((SV*)newHV());
90 SV** cache_entry = hv_fetch(cache, stashname, stashname_len, 0);
95 /* not in cache, make a new one */
124 AV* const isa_lin = __mro_linear_isa_c3(aTHX_ isa_item_stash, cache, level + 1);
309 /* we don't want anyone modifying the cache entry but us,
315 if(!hv_store(cache, stashname, stashname_len, (SV*)retval, 0)) {
463 /* beyond here is just for cache misses, so perf isn't as critical */
554 HV* cache
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dmod_cache.mak277 cd "..\..\modules\cache"
282 cd "..\..\modules\cache"
289 cd "..\..\modules\cache"
294 cd "..\..\modules\cache"
303 cd "..\..\modules\cache"
308 cd "..\..\modules\cache"
315 cd "..\..\modules\cache"
320 cd "..\..\modules\cache"
329 cd ".\modules\cache"
334 cd ".\modules\cache"
[all...]
H A Dmod_disk_cache.mak257 cd "..\..\modules\cache"
262 cd "..\..\modules\cache"
269 cd "..\..\modules\cache"
274 cd "..\..\modules\cache"
283 cd "..\..\modules\cache"
288 cd "..\..\modules\cache"
295 cd "..\..\modules\cache"
300 cd "..\..\modules\cache"
309 cd ".\modules\cache"
314 cd ".\modules\cache"
[all...]
H A Dmod_file_cache.mak255 cd "..\..\modules\cache"
260 cd "..\..\modules\cache"
267 cd "..\..\modules\cache"
272 cd "..\..\modules\cache"
281 cd "..\..\modules\cache"
286 cd "..\..\modules\cache"
293 cd "..\..\modules\cache"
298 cd "..\..\modules\cache"
307 cd ".\modules\cache"
312 cd ".\modules\cache"
[all...]
H A Dmod_mem_cache.mak288 cd "..\..\modules\cache"
293 cd "..\..\modules\cache"
300 cd "..\..\modules\cache"
305 cd "..\..\modules\cache"
314 cd "..\..\modules\cache"
319 cd "..\..\modules\cache"
326 cd "..\..\modules\cache"
331 cd "..\..\modules\cache"
340 cd ".\modules\cache"
345 cd ".\modules\cache"
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dbyname_test.c40 #include <dns/cache.h>
208 dns_cache_t *cache; local
261 cache = NULL;
264 &cache) == ISC_R_SUCCESS);
334 dns_view_setcache(view, cache);
337 dns_cache_detach(&cache);
/macosx-10.9.5/bootp-268.1/DHCPServer/
H A DDHCPServer.c78 PLCache_t cache; local
81 PLCache_init(&cache);
83 PLCache_set_max(&cache, ARBITRARILY_LARGE_NUMBER);
84 if (PLCache_read(&cache, filename) == FALSE) {
89 for (scan = cache.head; scan != NULL; scan = scan->next) {
132 PLCache_free(&cache);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dscache_multi.c5 /* multi-session cache
11 /* This module implements an in-memory, multi-session cache.
13 /* scache_multi_create() instantiates a session cache that
19 /* scache(3), generic session cache API
68 * a write-through cache. Currently, the CTABLE cache module supports only
72 * design. Sites that specify a wild-card domain pattern, and thus cache
90 SCACHE_MULTI *cache; /* parent linkage: cache */ member in struct:__anon11782
157 head->cache
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_prompted.cpp46 const CssmData &prompt, bool cache)
47 : SecretAclSubject(alloc, CSSM_ACL_SUBJECT_TYPE_PROMPTED_PASSWORD, cache),
45 PromptedAclSubject(Allocator &alloc, const CssmData &prompt, bool cache) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dacl_prompted.cpp46 const CssmData &prompt, bool cache)
47 : SecretAclSubject(alloc, CSSM_ACL_SUBJECT_TYPE_PROMPTED_PASSWORD, cache),
45 PromptedAclSubject(Allocator &alloc, const CssmData &prompt, bool cache) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DSubimageCacheWithTimer.cpp110 static SubimageCacheWithTimer& cache = *new SubimageCacheWithTimer; local
111 return cache;
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabase.mm86 - (NSImage *)_iconFromDictionary:(NSMutableDictionary *)icons forSize:(NSSize)size cache:(BOOL)cache;
131 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache
152 return [self iconForURL:URL withSize:size cache:YES];
355 icon = [self _iconFromDictionary:_private->htmlIcons forSize:size cache:YES];
419 - (NSImage *)_iconFromDictionary:(NSMutableDictionary *)icons forSize:(NSSize)size cache:(BOOL)cache
430 if(cache){
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebIconDatabase.idl38 - memory cache icons at different sizes
43 - WebIconLoader to cache icon images
73 @discussion Calls iconForURL:withSize:cache: with YES for cache.
79 @method iconForURL:withSize:cache:
85 @param cache If yes, caches the returned image in memory if not already cached
86 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache;
89 @method iconURLForURL:withSize:cache:
94 HRESULT iconForURL([in] BSTR url, [in] LPSIZE size, [in] BOOL cache, [ou
[all...]
/macosx-10.9.5/postfix-252/postfix/src/tlsmgr/
H A Dtlsmgr.c5 /* Postfix TLS session cache and PRNG manager
10 /* It stores and retrieves cache entries on request by
23 /* with data from TLS session cache entries and with the time
36 /* TLS session cache does not touch the contents of the cached
42 /* session cache files.
45 /* longer uses root privileges when opening cache files. These
48 /* open a cache file under a non-Postfix directory is redirected
55 /* TLS session caches and/or the size of the TLS cache files.
81 /* TLS session cache.
83 /* The expiration time of Postfix SMTP client TLS session cache
436 TLSMGR_SCACHE *cache = (TLSMGR_SCACHE *) ctx; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/
H A DMakefile.in96 rm -f Makefile config.log config.status config.cache
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlftp.vim30 syn keyword lftpKeywords alias anon at bookmark cache cat cd chmod close
43 syn match lftpSettingsPrefix contained '\<\%(bmk\|cache\|cmd\|color\|dns\):'
49 " cache:
50 syn keyword lftpSettings contained cache-em[pty-listings] en[able]
67 syn keyword lftpSettings contained S[RV-query] cache-en[able]
68 \ cache-ex[pire] cache-s[ize]
100 syn keyword lftpSettings contained w[eb-mode] cache prox[y]
104 \ accept-l[anguage] cache coo[kie]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/doc/
H A DMakefile.am6 bfdt.texi cache.texi coffcode.texi \
20 IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
28 $(srcdir)/../cache.c $(srcdir)/../coffcode.h \
45 SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \
102 cache.texi: chew.c $(srcdir)/../cache.c $(srcdir)/doc.str
104 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp
105 $(SHELL) $(srcdir)/../../move-if-change cache.tmp cache
[all...]

Completed in 214 milliseconds

1234567891011>>