Home
last modified time | relevance | path

Searched refs:cache_key (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/usr.sbin/nscd/
H A Dquery.c342 write_request->cache_key = calloc(1, in on_write_request_read1()
446 write_request->cache_key, in on_write_request_process()
527 write_request->cache_key, in on_negative_write_request_process()
615 read_request->cache_key = calloc(1, in on_read_request_read1()
721 read_request->cache_key, in on_read_request_process()
730 read_request->cache_key, in on_read_request_process()
741 read_request->cache_key, in on_read_request_process()
750 read_request->cache_key, in on_read_request_process()
771 read_request->cache_key + in on_read_request_process()
784 read_request->cache_key, in on_read_request_process()
[all …]
H A Dprotocol.h42 char *cache_key; member
56 char *cache_key; member
H A Dprotocol.c182 free(write_request->cache_key); in finalize_cache_write_request()
239 free(read_request->cache_key); in finalize_cache_read_request()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dauth.c126 const char *cache_key; /* key to use in auth_baton's creds_cache */ member
241 const char *cache_key; in svn_auth_first_credentials() local
276 cache_key = make_cache_key(cred_kind, realmstring, pool); in svn_auth_first_credentials()
277 creds = svn_hash_gets(auth_baton->creds_cache, cache_key); in svn_auth_first_credentials()
317 iterstate->cache_key = cache_key; in svn_auth_first_credentials()
324 apr_pstrdup(auth_baton->pool, cache_key), in svn_auth_first_credentials()
374 apr_pstrdup(auth_baton->pool, state->cache_key), in svn_auth_next_credentials()
401 creds = svn_hash_gets(state->auth_baton->creds_cache, state->cache_key); in svn_auth_save_credentials()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c4367 const char *cache_key; in get_mergeinfo_for_path() local
4373 cache_key = mergeinfo_cache_key(path, rev_root, inherit, in get_mergeinfo_for_path()
4379 cache_key, result_pool)); in get_mergeinfo_for_path()
4383 cache_key, result_pool)); in get_mergeinfo_for_path()
4397 cache_key, mergeinfo_exists, scratch_pool)); in get_mergeinfo_for_path()
4400 cache_key, *mergeinfo, scratch_pool)); in get_mergeinfo_for_path()
/freebsd-12.1/contrib/ntp/
H A DCommitLog150049 add extern ref to int cache_key from authkeys.c