Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/minix3/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_set_standard_lookup.c72 } cache[name_cache_size]; member
124 struct name_cache *cache = (struct name_cache *)data; in cleanup() local
127 if (cache != NULL) { in cleanup()
128 for (i = 0; i < cache->size; i++) { in cleanup()
129 if (cache->cache[i].name != NULL && in cleanup()
130 cache->cache[i].name != NO_NAME) in cleanup()
131 free((void *)(uintptr_t)cache->cache[i].name); in cleanup()
133 free(cache->buff); in cleanup()
134 free(cache); in cleanup()
142 lookup_name(struct name_cache *cache, in lookup_name() argument
[all …]
/minix3/external/bsd/bind/dist/lib/dns/
H A Dcache.c53 #define VALID_CACHE(cache) ISC_MAGIC_VALID(cache, CACHE_MAGIC) argument
107 dns_cache_t *cache; member
159 cache_cleaner_init(dns_cache_t *cache, isc_taskmgr_t *taskmgr,
175 cache_create_db(dns_cache_t *cache, dns_db_t **db) { in cache_create_db() argument
176 return (dns_db_create(cache->mctx, cache->db_type, dns_rootname, in cache_create_db()
177 dns_dbtype_cache, cache->rdclass, in cache_create_db()
178 cache->db_argc, cache->db_argv, db)); in cache_create_db()
209 dns_cache_t *cache; in dns_cache_create3() local
219 cache = isc_mem_get(cmctx, sizeof(*cache)); in dns_cache_create3()
220 if (cache == NULL) in dns_cache_create3()
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dpcy_cache.c80 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create() local
85 cache->data = sk_X509_POLICY_DATA_new(policy_data_cmp); in policy_cache_create()
86 if (!cache->data) in policy_cache_create()
97 if (cache->anyPolicy) { in policy_cache_create()
101 cache->anyPolicy = data; in policy_cache_create()
102 } else if (sk_X509_POLICY_DATA_find(cache->data, data) != -1) { in policy_cache_create()
105 } else if (!sk_X509_POLICY_DATA_push(cache->data, data)) in policy_cache_create()
117 sk_X509_POLICY_DATA_pop_free(cache->data, policy_data_free); in policy_cache_create()
118 cache->data = NULL; in policy_cache_create()
125 X509_POLICY_CACHE *cache; in policy_cache_new() local
[all …]
H A Dpcy_tree.c149 const X509_POLICY_CACHE *cache; in tree_init() local
191 cache = policy_cache_set(x); in tree_init()
193 if (cache == NULL) in tree_init()
204 else if ((ret == 1) && !cache->data) in tree_init()
209 if ((cache->explicit_skip != -1) in tree_init()
210 && (cache->explicit_skip < explicit_policy)) in tree_init()
211 explicit_policy = cache->explicit_skip; in tree_init()
256 cache = policy_cache_set(x); in tree_init()
260 if (!cache->anyPolicy) in tree_init()
274 if ((cache->any_skip >= 0) in tree_init()
[all …]
H A Dpcy_map.c75 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_set_mapping() local
92 data = policy_cache_find_data(cache, map->issuerDomainPolicy); in policy_cache_set_mapping()
94 if (!data && !cache->anyPolicy) in policy_cache_set_mapping()
100 cache->anyPolicy->flags in policy_cache_set_mapping()
104 data->qualifier_set = cache->anyPolicy->qualifier_set; in policy_cache_set_mapping()
110 if (!sk_X509_POLICY_DATA_push(cache->data, data)) { in policy_cache_set_mapping()
/minix3/external/bsd/bind/dist/lib/dns/include/dns/
H A Dcache.h118 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp);
151 dns_cache_attachdb(dns_cache_t *cache, dns_db_t **dbp);
178 dns_cache_setfilename(dns_cache_t *cache, const char *filename);
192 dns_cache_load(dns_cache_t *cache);
213 dns_cache_dump(dns_cache_t *cache);
233 dns_cache_clean(dns_cache_t *cache, isc_stdtime_t now);
241 dns_cache_setcleaninginterval(dns_cache_t *cache, unsigned int interval);
247 dns_cache_getcleaninginterval(dns_cache_t *cache);
253 dns_cache_getname(dns_cache_t *cache);
259 dns_cache_setcachesize(dns_cache_t *cache, size_t size);
[all …]
/minix3/lib/libc/locale/
H A Dsetlocale.c63 _setlocale_cache(locale_t loc, struct _locale_cache_t *cache) in _setlocale_cache() argument
80 loc->cache = old_cache; in _setlocale_cache()
81 free(cache); in _setlocale_cache()
85 if (cache == NULL) { in _setlocale_cache()
86 cache = malloc(sizeof(*cache)); in _setlocale_cache()
87 if (cache == NULL) in _setlocale_cache()
91 cache->monetary_name = monetary_name; in _setlocale_cache()
92 cache->numeric_name = numeric_name; in _setlocale_cache()
93 ldata = &cache->ldata; in _setlocale_cache()
121 SLIST_INSERT_HEAD(&caches, cache, cache_link); in _setlocale_cache()
[all …]
/minix3/lib/libintl/
H A Dgettext_iconv.c45 struct cache { struct
50 static const struct cache *cache_find(const char *, struct domainbinding *); argument
57 static const struct cache *
60 struct cache key; in cache_find()
61 struct cache **c; in cache_find()
72 struct cache *c; in cache_enter()
92 const struct cache *a = va; in cache_cmp()
93 const struct cache *b = vb; in cache_cmp()
114 const struct cache *cache; in __gettext_iconv() local
169 cache = cache_find(origmsg, db); in __gettext_iconv()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Modules/
H A Dmodify-module.m9 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -…
11 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -…
13 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -…
14 // RUN: rm %t/cache/ModA.pcm
15 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -…
16 // RUN: touch %t/cache/ModA.pcm
17 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -…
H A Dignored_macros.m3 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -emit-pch -o …
4 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-pch …
10 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -fmodules -I %S/Inputs -emit-pch -o %t.pch -x ob…
11 // RUN: not %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-…
19 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -fmodules -I %S/Inputs -emit-pch -o %t.pch -x ob…
20 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-pch …
26 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules-ignore-macro=IGNORED -fmod…
27 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-pch …
33 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules-ignore-macro=IGNORED=1 -fm…
34 // RUN: %clang_cc1 -fmodules-cache-path=%t.modules -DIGNORED=1 -fmodules -I %S/Inputs -include-pch …
H A Drequire-modular-includes.m6 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
12 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
19 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
25 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
32 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
39 // RUN: -fmodules-cache-path=%t -I %S/Inputs/require-modular-includes \
45 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
51 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
58 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
65 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
[all …]
H A Dpch-used.m3 …-pch %S/Inputs/pch-used.h -o %t/pch-used.h.pch -fmodules -fmodules-cache-path=%t/cache -O0 -isyste…
4 // RUN: %clang_cc1 %s -include-pch %t/pch-used.h.pch -fmodules -fmodules-cache-path=%t/cache -O0 -i…
/minix3/crypto/external/bsd/heimdal/dist/kcm/
H A Dcache.c192 kcm_ccache_data *cache) in kcm_free_ccache_data_internal() argument
194 KCM_ASSERT_VALID(cache); in kcm_free_ccache_data_internal()
196 if (cache->name != NULL) { in kcm_free_ccache_data_internal()
197 free(cache->name); in kcm_free_ccache_data_internal()
198 cache->name = NULL; in kcm_free_ccache_data_internal()
201 if (cache->flags & KCM_FLAGS_USE_KEYTAB) { in kcm_free_ccache_data_internal()
202 krb5_kt_close(context, cache->key.keytab); in kcm_free_ccache_data_internal()
203 cache->key.keytab = NULL; in kcm_free_ccache_data_internal()
204 } else if (cache->flags & KCM_FLAGS_USE_CACHED_KEY) { in kcm_free_ccache_data_internal()
205 krb5_free_keyblock_contents(context, &cache->key.keyblock); in kcm_free_ccache_data_internal()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/VFS/
H A Dreal-path-found-first.m8 // RUN: rm -rf %t %t-cache %t.pch
14 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t-cache -F %t \
20 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t-cache -F %t \
25 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t-cache -F %t \
29 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t-cache -F %t \
35 // RUN: c-index-test -index-file %s -fmodules -fmodules-cache-path=%t-cache -F %t \
39 // RUN: c-index-test -index-file %s -fmodules -fmodules-cache-path=%t-cache -F %t \
51 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t-cache -F %t \
55 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t-cache -F %t \
61 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t-cache -F %t \
[all …]
/minix3/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-kadmin.in50 cache="FILE:${objdir}/cache.krb5"
58 kinit="${kinit} -c $cache ${afs_no_afslog}"
59 kgetcred="${kgetcred} -c $cache"
60 kdestroy="${kdestroy} -c $cache ${afs_no_unlog}"
112 env KRB5CCNAME=${cache} \
128 env KRB5CCNAME=${cache} \
141 env KRB5CCNAME=${cache} \
154 env KRB5CCNAME=${cache} \
167 env KRB5CCNAME=${cache} \
180 env KRB5CCNAME=${cache} \
[all …]
H A Dcheck-kdc.in65 cache="FILE:${objdir}/cache.krb5"
74 kinit="${kinit} -c $cache ${afs_no_afslog}"
75 klist="${klist} -c $cache"
76 kgetcred="${kgetcred} -c $cache"
77 kgetcred_imp="${kgetcred} -c $cache --out-cache=${ocache}"
78 kdestroy="${kdestroy} -c $cache ${afs_no_unlog}"
194 ${test_ap_req} ${server}@${R} ${keytab} ${cache} || \
222 ${test_ap_req} ${server}@${R} ${keytab} ${cache} || { ec=1 ; eval "${testfailed}"; }
233 ${test_ap_req} ${server}@${R} ${keytab} ${cache} || \
247 ${test_ap_req} ${server2}@${R2} ${keytab} ${cache} || \
[all …]
/minix3/crypto/external/bsd/heimdal/dist/tests/plugin/
H A Dcheck-pac.in54 cache="FILE:${objdir}/cache.krb5"
58 kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache ${afs_no_afslog}"
59 klist="${TESTS_ENVIRONMENT} ../../kuser/klist -c $cache"
60 kgetcred="${TESTS_ENVIRONMENT} ../../kuser/kgetcred -c $cache"
61 kdestroy="${TESTS_ENVIRONMENT} ../../kuser/kdestroy -c $cache ${afs_no_unlog}"
118 ${test_apreq} --verify-pac ${server}@${R} ${keytab} ${cache} || \
128 ${test_apreq} --verify-pac ${server}@${R} ${keytab} ${cache} || \
138 ${test_apreq} --verify-pac ${server}@${R} ${keytab} ${cache} 2> /dev/null && \
/minix3/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CTX_sess_set_cache_size.pod5 SSL_CTX_sess_set_cache_size, SSL_CTX_sess_get_cache_size - manipulate session cache size
16 SSL_CTX_sess_set_cache_size() sets the size of the internal session cache
19 SSL_CTX_sess_get_cache_size() returns the currently valid session cache size.
23 The internal session cache size is SSL_SESSION_CACHE_MAX_SIZE_DEFAULT,
29 added to the cache. New space may be added by calling
33 If the size of the session cache is reduced and more sessions are already
34 in the session cache, old session will be removed at the next time a
H A DSSL_CTX_set_session_cache_mode.pod19 SSL_CTX_get_session_cache_mode() returns the currently used cache mode.
42 The following session cache modes and modifiers are available:
52 Client sessions are added to the session cache. As there is no reliable way
61 Server sessions are added to the session cache. When a client proposes a
63 the internal session cache (unless SSL_SESS_CACHE_NO_INTERNAL_LOOKUP is set),
64 then (second) in the external cache if available. If the session is found, the
73 Normally the session cache is checked for expired sessions every
84 automatically look up sessions in the internal cache, even if sessions are
86 this flag guarantees that all lookups are directed to the external cache.
94 Normally a new session is added to the internal cache as well as any external
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dpch-with-module.m1 // RUN: rm -rf %t.cache
2 …h %t.h.pch %s -target x86_64-apple-macosx10.7 -fobjc-arc -fmodules-cache-path=%t.cache -fmodules -…
3 …-target x86_64-apple-macosx10.7 -include %t.h -fobjc-arc -fmodules-cache-path=%t.cache -fmodules -…
H A Dindex-pch-with-module.m14 // RUN: rm -rf %t.cache
15 // RUN: c-index-test -write-pch %t.h.pch %s -fmodules-cache-path=%t.cache -fmodules -F %S/../Module…
16 // RUN: c-index-test -index-file %s -include %t.h -fmodules-cache-path=%t.cache -fmodules -F %S/../…
30 // CHECK-PCH: [importedASTFile]: {{.*}}.cache{{[/\\]}}DependsOnModule.pcm | loc: 5:2 | name: "Depen…
H A Dindex-module-with-vfs.m9 // RUN: rm -rf %t.cache
11 // RUN: c-index-test -index-file %s -fmodules-cache-path=%t.cache -fmodules -F %t -I %t \
18 // RUN: c-index-test -index-tu %t.cache/ModuleNeedsVFS.pcm | FileCheck %s -check-prefix=CHECK-MOD
24 // RUN: c-index-test -index-tu %t.cache/BaseModuleNeedsVFS.pcm | FileCheck %s -check-prefix=CHECK-M…
/minix3/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-basic.in50 cache="FILE:krb5ccfile"
54 kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache ${afs_no_afslog}"
55 kdestroy="${TESTS_ENVIRONMENT} ../../kuser/kdestroy -c $cache ${afs_no_unlog}"
56 klist="${TESTS_ENVIRONMENT} ../../kuser/klist -c $cache"
68 KRB5CCNAME="${cache}"
176 --ccache=${cache} \
180 KRB5CCNAME=${cache}
198 --ccache=${cache} \
/minix3/external/bsd/llvm/dist/clang/test/Modules/redecls/
H A Dmain.m2 …cc1 -fmodules -x objective-c -emit-module -fmodule-name=a %S/module.map -fmodules-cache-path=%t.mcp
3 …cc1 -fmodules -x objective-c -emit-module -fmodule-name=b %S/module.map -fmodules-cache-path=%t.mcp
4 // RUN: %clang_cc1 -fmodules %s -emit-pch -o %t1.pch -fmodules-cache-path=%t.mcp -I %S
5 // RUN: %clang_cc1 -fmodules %s -emit-pch -o %t2.pch -include-pch %t1.pch -fmodules-cache-path=%t.m…
6 // RUN: %clang_cc1 -fmodules %s -fsyntax-only -include-pch %t2.pch -I %S -fmodules-cache-path=%t.mc…
/minix3/external/mit/xorg/tools/fc-cache/
H A DMakefile.fc-cache3 FCCACHEDIR!= cd ${NETBSDSRCDIR}/external/mit/xorg/tools/fc-cache && ${PRINTOBJDIR}
4 FCCACHE= ${FCCACHEDIR}/fc-cache
7 (cd ${NETBSDSRCDIR}/external/mit/xorg/tools/fc-cache && ${MAKE})

12345678910>>...22