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

12345

/freebsd-10.1-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-10.1-release/contrib/wpa/src/ap/
H A Dvlan_util.c36 struct nl_cache *cache = NULL; local
132 struct nl_cache *cache = NULL; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache_config.c81 svn_membuffer_t *cache = NULL; local
154 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__set(svn_cache__t *cache, const void *key, void *value, apr_pool_t *scratch_pool) argument
115 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
135 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
171 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
188 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-10.1-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...]
H A Dsparc64fbsd-tdep.c106 struct sparc_frame_cache *cache; local
180 struct sparc_frame_cache *cache = local
194 struct sparc_frame_cache *cache = local
[all...]
H A Dsparc64nbsd-tdep.c144 struct sparc_frame_cache *cache; local
179 struct sparc_frame_cache *cache = local
193 struct sparc_frame_cache *cache = local
[all...]
H A Dsparc64obsd-tdep.c106 struct sparc_frame_cache *cache; local
141 struct sparc_frame_cache *cache = local
154 struct sparc_frame_cache *cache = local
[all...]
/freebsd-10.1-release/sys/ofed/include/rdma/
H A Dib_fmr_pool.h64 unsigned cache:1; member in struct:ib_fmr_pool_param
/freebsd-10.1-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-10.1-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-10.1-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.c121 struct kgdb_frame_cache *cache; local
139 struct kgdb_frame_cache *cache; local
151 struct kgdb_frame_cache *cache; local
[all...]
/freebsd-10.1-release/contrib/gcclibs/libcpp/include/
H A Dline-map.h70 unsigned int cache; member in struct:line_maps
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c72 } cache[name_cache_size]; member in struct:name_cache
124 struct name_cache *cache = (struct name_cache *)data; local
142 lookup_name(struct name_cache *cache, const char * (*lookup_fn)(struct name_cache *, id_t), id_t id) argument
187 lookup_uname_helper(struct name_cache *cache, id_t id) argument
232 lookup_uname_helper(struct name_cache *cache, id_t id) argument
255 lookup_gname_helper(struct name_cache *cache, id_t id) argument
298 lookup_gname_helper(struct name_cache *cache, id_t id) argument
[all...]
H A Darchive_write_disk_set_standard_lookup.c240 struct bucket *cache = (struct bucket *)private; local
[all...]
/freebsd-10.1-release/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h31 uint8_t cache; member in struct:__anon4906
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c71 const char *cache; local

Completed in 199 milliseconds

12345