Searched defs:cache (Results 1 - 25 of 137) sorted by relevance

123456

/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dpcy_map.c75 X509_POLICY_CACHE *cache = x->policy_cache; local
H A Dpcy_cache.c80 X509_POLICY_CACHE *cache = x->policy_cache; local
125 X509_POLICY_CACHE *cache; local
219 policy_cache_free(X509_POLICY_CACHE *cache) argument
243 policy_cache_find_data(const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache_config.c82 svn_membuffer_t *cache = NULL; local
161 static svn_membuffer_t *cache = NULL; local
[all...]
H A Dcache.c27 svn_cache__set_error_handler(svn_cache__t *cache, argument
38 svn_cache__is_cachable(svn_cache__t *cache, argument
51 handle_error(svn_cache__t *cache, svn_error_t *err, apr_pool_t *pool) argument
67 svn_cache__get(void **value_p, svn_boolean_t *found, svn_cache__t *cache, const void *key, apr_pool_t *result_pool) argument
99 svn_cache__has_key(svn_boolean_t *found, svn_cache__t *cache, const void *key, apr_pool_t *scratch_pool) argument
119 svn_cache__set(svn_cache__t *cache, const void *key, void *value, apr_pool_t *scratch_pool) argument
135 svn_cache__iter(svn_boolean_t *completed, svn_cache__t *cache, svn_iter_apr_hash_cb_t user_cb, void *user_baton, apr_pool_t *scratch_pool) argument
155 svn_cache__get_partial(void **value, svn_boolean_t *found, svn_cache__t *cache, const void *key, svn_cache__partial_getter_func_t func, void *baton, apr_pool_t *result_pool) argument
191 svn_cache__set_partial(svn_cache__t *cache, const void *key, svn_cache__partial_setter_func_t func, void *baton, apr_pool_t *scratch_pool) argument
208 svn_cache__get_info(svn_cache__t *cache, svn_cache__info_t *info, svn_boolean_t reset, apr_pool_t *result_pool) argument
[all...]
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dvlan_util.c36 struct nl_cache *cache = NULL; local
142 struct nl_cache *cache = NULL; local
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsentinel-frame.c39 struct frame_unwind_cache *cache = local
54 struct frame_unwind_cache *cache = *this_prologue_cache; local
H A Dmemattr.h61 int cache; member in struct:mem_attrib
H A Dsparc-sol2-tdep.c79 struct sparc_frame_cache *cache; local
130 struct sparc_frame_cache *cache = local
144 struct sparc_frame_cache *cache = local
[all...]
H A Dsparc64-sol2-tdep.c54 struct sparc_frame_cache *cache; local
109 struct sparc_frame_cache *cache = local
123 struct sparc_frame_cache *cache = local
[all...]
H A Dsparcobsd-tdep.c73 struct sparc_frame_cache *cache; local
105 struct sparc_frame_cache *cache = local
118 struct sparc_frame_cache *cache = local
[all...]
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_fmr_pool.h64 unsigned cache:1; member in struct:ib_fmr_pool_param
/freebsd-11.0-release/crypto/heimdal/kuser/
H A Dkdecode_ticket.c101 krb5_ccache cache; local
H A Dkdestroy.c36 static const char *cache; variable
H A Dkgetcred.c84 krb5_ccache cache; local
[all...]
/freebsd-11.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_mips.c159 struct kgdb_frame_cache *cache; local
177 struct kgdb_frame_cache *cache; local
190 struct kgdb_frame_cache *cache; local
[all...]
H A Dtrgt_amd64.c120 struct kgdb_frame_cache *cache; local
138 struct kgdb_frame_cache *cache; local
150 struct kgdb_frame_cache *cache; local
[all...]
H A Dtrgt_arm.c127 struct kgdb_frame_cache *cache; local
150 struct kgdb_frame_cache *cache; local
162 struct kgdb_frame_cache *cache; local
[all...]
H A Dtrgt_powerpc.c111 struct kgdb_frame_cache *cache; local
129 struct kgdb_frame_cache *cache; local
142 struct kgdb_frame_cache *cache; local
[all...]
H A Dtrgt_powerpc64.c108 struct kgdb_frame_cache *cache; local
126 struct kgdb_frame_cache *cache; local
139 struct kgdb_frame_cache *cache; local
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c245 struct bucket *cache = (struct bucket *)private; local
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc34 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) { argument
39 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { argument
92 InternalAlloc(uptr size, InternalAllocatorCache *cache) argument
102 InternalFree(void *addr, InternalAllocatorCache *cache) argument
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h32 IndexT cache[kSize]; member in class:__tsan::DenseSlabAllocCache
/freebsd-11.0-release/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c110 umem_cache_t *cache = malloc(sizeof(umem_cache_t)); local
125 void *umem_cache_alloc(umem_cache_t *cache, int flags) argument
155 umem_cache_free(umem_cache_t *cache, void *buffer) argument
166 umem_cache_destroy(umem_cache_t *cache) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c71 const char *cache; local
/freebsd-11.0-release/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h31 uint8_t cache; member in struct:__anon5888

Completed in 319 milliseconds

123456