Searched refs:cache (Results 151 - 175 of 785) sorted by relevance

1234567891011>>

/macosx-10.9.5/apache-786.1/httpd/modules/
H A DNWGNUmakefile33 cache \
/macosx-10.9.5/llvmCore-3425.0.33/bindings/python/llvm/tests/
H A Dtest_object.py30 section.cache()
47 symbol.cache()
/macosx-10.9.5/securityd-55199.3/src/
H A Dreader.cpp36 : cache(tc), mType(pcsc), mToken(NULL)
44 : cache(tc), mType(software), mToken(NULL)
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/
H A DXS.xs59 __mro_linear_isa_c3(pTHX_ HV* stash, HV* cache, I32 level)
81 if(!cache) {
82 cache = (HV*)sv_2mortal((SV*)newHV());
86 SV** cache_entry = hv_fetch(cache, stashname, stashname_len, 0);
91 /* not in cache, make a new one */
120 AV* const isa_lin = __mro_linear_isa_c3(aTHX_ isa_item_stash, cache, level + 1);
248 /* we don't want anyone modifying the cache entry but us,
254 hv_store(cache, stashname, stashname_len, (SV*)retval, 0);
394 /* beyond here is just for cache misses, so perf isn't as critical */
481 HV* cache
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkgetcred.c49 { "cache", 'c', arg_string, &cache_str,
50 NP_("credential cache to use", ""), "cache"},
51 { "out-cache", 0, arg_string, &out_cache_str,
52 NP_("credential cache to store credential in", ""), "cache"},
53 { "delegation-credential-cache",0,arg_string, &delegation_cred_str,
54 NP_("where to find the ticket use for delegation", ""), "cache"},
84 krb5_ccache cache; local
115 ret = krb5_cc_resolve(context, cache_str, &cache);
[all...]
/macosx-10.9.5/Heimdal-323.92.1/tests/java/
H A Dcheck-kinit.in50 cache="FILE:${objdir}/cache.krb5"
52 kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache ${afs_no_afslog}"
133 env KRB5CCNAME=${cache} \
/macosx-10.9.5/Heimdal-323.92.1/tests/ldap/
H A Dcheck-ldap.in46 cache="FILE:${objdir}/cache.krb5"
48 kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache ${afs_no_afslog}"
49 kgetcred="${TESTS_ENVIRONMENT} ../../kuser/kgetcred -c $cache"
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/mac/
H A DNetworkResourceLoaderMac.mm87 RetainPtr<CFURLCacheRef> cache = adoptCF(CFURLCacheCopySharedURLCache());
88 if (!cache)
92 if (_CFURLCacheIsResponseDataMemMapped(cache.get(), data.get()) == kCFBooleanFalse)
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dbyaddr_test.c38 #include <dns/cache.h>
93 dns_cache_t *cache; local
141 cache = NULL;
144 &cache) == ISC_R_SUCCESS);
215 dns_view_setcache(view, cache);
218 dns_cache_detach(&cache);
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_store.rb106 assert_equal expected, @s.cache
203 @s.cache[:attributes]['Object'] = %w[attr]
218 @s.cache[:class_methods]['Object'] = %w[method]
358 @s.cache[:instance_methods]['Object'] = %w[method]
403 cache = {
417 open File.join(@tmpdir, 'cache.ri'), 'wb' do |io|
418 Marshal.dump cache, io
423 assert_equal cache, @s.cache
429 assert_equal expected, @s.cache[
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dastro.cpp1531 void CalendarCache::createCache(CalendarCache** cache, UErrorCode& status) { argument
1533 if(cache == NULL) {
1536 *cache = new CalendarCache(32, status);
1538 delete *cache;
1539 *cache = NULL;
1544 int32_t CalendarCache::get(CalendarCache** cache, int32_t key, UErrorCode &status) { argument
1552 if(*cache == NULL) {
1553 createCache(cache, status);
1560 res = uhash_igeti((*cache)->fTable, key);
1561 U_DEBUG_ASTRO_MSG(("%p: GET: [%d] == %d\n", (*cache)
1567 put(CalendarCache** cache, int32_t key, int32_t value, UErrorCode &status) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Authen-Krb5/
H A DKrb5.pm158 Returns a credentials cache identifier which corresponds to the given name.
164 Returns the name of the default credentials cache, which may be equivalent
170 cache.
197 credentials cache. Returns a Kerberos error code.
205 representing the current credentials cache. Returns a Kerberos error code.
215 be verified at the server end, and 'cc' is your credentials cache object.
229 encrypted data. Requires use of a replay cache.
247 should be set to the current credentials cache. sendauth returns true
272 Generates a local port address that can be used to name a replay cache. 'addr' is a Authen::Krb5::Address object, and port is a port number in network byte
273 order. For generateing a replay cache nam
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dmcache.c373 krb5_mcache *cache; member in struct:mcache_iter
389 iter->cache = mcc_head;
390 if (iter->cache)
391 iter->cache->refcnt++;
405 if (iter->cache == NULL)
409 m = iter->cache;
412 iter->cache = m->next;
430 if (iter->cache)
431 mcc_close_internal(iter->cache);
432 iter->cache
[all...]
/macosx-10.9.5/Heimdal-323.92.1/tests/apple/
H A Dcheck-apple-ad.in43 cache="FILE:${testdir}/cache.krb5"
45 kinit="${kinit} -c $cache"
46 kdestroy="${kdestroy} -c $cache"
129 ${rkpty} cpw.tmp env ${kpasswd} -c ${cache} --admin-principal=da3admin@${R} ktestuser2@${R} ||
168 ${rkpty} cpw.tmp env ${kpasswd} -c ${cache} --admin-principal=da3admin@${R} ktestuser2@${R} || \
180 #env KRB5CCNAME=${cache} \
/macosx-10.9.5/Heimdal-323.92.1/tests/gss/
H A Dcheck-spnego.in49 cache="FILE:krb5ccfile"
52 kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache ${afs_no_afslog} --forwardable"
64 KRB5CCNAME="${cache}"
195 KRB5CCNAME="${cache}-no"
204 KRB5CCNAME="${cache}"
/macosx-10.9.5/Heimdal-323.92.1/tests/kdc/
H A Dcheck-kdc.in72 cache="FILE:${testdir}/cache.krb5"
81 kinit="${kinit} -c $cache ${afs_no_afslog}"
83 klist="${klist} -c $cache"
84 kgetcred="${kgetcred} -c $cache"
85 kgetcred_imp="${kgetcred} --out-cache=${ocache}"
86 kdestroy="${kdestroy} -c $cache ${afs_no_unlog}"
204 ${test_ap_req} ${server}@${R} ${keytab} ${cache} || \
224 ${test_ap_req} ${server}@${R} ${keytab} ${cache} || { ec=1 ; eval "${testfailed}"; }
244 ${test_ap_req} ${server}@${R} ${keytab} ${cache} || \
[all...]
H A Dcheck-referral.in55 cache="FILE:${objdir}/cache.krb5"
57 kinit="${kinit} -c $cache ${afs_no_afslog}"
58 klist="${klist} -c $cache"
59 kgetcred="${kgetcred} -c $cache"
60 kdestroy="${kdestroy} -c $cache ${afs_no_unlog}"
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/db_dump/
H A Ddb_dump.c52 u_int32_t cache; local
70 cache = MEGABYTE;
192 if (db_dump_db_init(dbenv, home, rflag, cache, &private) != 0)
223 if ((ret = __db_util_cache(dbp, &cache, &resize)) != 0)
286 db_dump_db_init(dbenv, home, is_salvage, cache, is_privatep)
290 u_int32_t cache;
298 * as possible, even if the mpool cache hasn't been flushed.
331 if ((ret = dbenv->set_cachesize(dbenv, 0, cache, 1)) == 0 &&
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/db_stat/
H A Ddb_stat.c52 u_int32_t cache, flags; local
68 cache = MEGABYTE;
279 if (db_stat_db_init(dbenv, home, ttype, cache, &private) != 0)
308 /* Check if cache is too small for this DB's pagesize. */
310 if ((ret = __db_util_cache(dbp, &cache, &resize)) != 0)
389 db_stat_db_init(dbenv, home, ttype, cache, is_private)
393 u_int32_t cache;
423 * created. Declare a reasonably large cache so that we don't fail
430 if ((ret = dbenv->set_cachesize(dbenv, 0, cache, 1)) != 0) {
/macosx-10.9.5/BerkeleyDB-21/db/db_dump/
H A Ddb_dump.c38 u_int32_t cache; local
56 cache = MEGABYTE;
177 if (db_init(dbenv, home, rflag, cache, &private) != 0)
208 if ((ret = __db_util_cache(dbp, &cache, &resize)) != 0)
271 db_init(dbenv, home, is_salvage, cache, is_privatep)
275 u_int32_t cache;
283 * as possible, even if the mpool cache hasn't been flushed.
316 if ((ret = dbenv->set_cachesize(dbenv, 0, cache, 1)) == 0 &&
/macosx-10.9.5/BerkeleyDB-21/db/db_stat/
H A Ddb_stat.c38 u_int32_t cache, flags; local
54 cache = MEGABYTE;
264 if (db_init(dbenv, home, ttype, cache, &private) != 0)
293 /* Check if cache is too small for this DB's pagesize. */
295 if ((ret = __db_util_cache(dbp, &cache, &resize)) != 0)
374 db_init(dbenv, home, ttype, cache, is_private)
378 u_int32_t cache;
408 * created. Declare a reasonably large cache so that we don't fail
415 if ((ret = dbenv->set_cachesize(dbenv, 0, cache, 1)) != 0) {
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Daaplbfct.cpp229 // If there are no Dictionaries directories, ignore any cache file and return the ICU
231 // TODO: Delete the cache?
237 // See if there is a cache file already; get its mod time
241 // Create the cache file name. We should never overflow, but use snprintf to avoid a crash
260 // If the directory has been modified after the cache file, we need to rebuild;
271 // If there are no dictionaries, ignore the cache file and return the ICU dictionary
272 // TODO: Delete the cache?
278 // Now compare the last modified stamp for the cache against all the dictionaries
287 // Do we need to build the dictionary cache?
302 // Open a temp file to write out the cache
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dservlet.rb29 @cache = Hash.new { |hash, store| hash[store] = {} }
48 new server, stores, @cache, *options
57 # +cache+ are provided automatically by the servlet.
59 def initialize server, stores, cache, mount_path = nil
62 @cache = cache
154 json_index = @cache[store].fetch :json_index do
155 @cache[store][:json_index] =
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl22 Usage: mount ?-cache <number>? ?-volume? <existing directory> <virtual directory>
26 -cache
27 Sets number of seconds file stat and attributes information will dwell in cache after
29 value is viewable and editable after mount by calling "file attributes <virtual directory> -cache ?value?"
157 set cache 2
158 if {[set cacheIndex [lsearch $args "-cache"]] != -1} {set cache [lindex $args [incr cacheIndex]]}
159 set args [string map "\" -volume \" { } \" -cache $cache \" { }" " $args "]
178 set ::vfs::template::mount($to) "[namespace current]::mount $volume -cache
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxpath.c647 void *cache; member in struct:_xmlXPathStepOp
843 comp->steps[comp->nbStep].cache = NULL;
892 * XPath object cache structures *
898 #define XP_HAS_CACHE(c) ((c != NULL) && ((c)->cache != NULL))
1436 if (ctxt->cache != NULL) {
1437 xmlXPathContextCachePtr cache = local
1438 (xmlXPathContextCachePtr) ctxt->cache;
1440 cache->dbgCachedAll = 0;
1441 cache->dbgCachedNodeset = 0;
1442 cache
1512 xmlXPathContextCachePtr cache = local
1666 xmlXPathContextCachePtr cache = local
1770 xmlXPathContextCachePtr cache = local
1919 xmlXPathFreeCache(xmlXPathContextCachePtr cache) argument
1967 xmlXPathContextCachePtr cache; local
2005 xmlXPathContextCachePtr cache = local
2042 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2094 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2163 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2212 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2266 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2314 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
5530 xmlXPathContextCachePtr cache = local
[all...]

Completed in 253 milliseconds

1234567891011>>