Home
last modified time | relevance | path

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

/freebsd-13.1/tools/lua/
H A Dtemplate.lua345 function template.compile(view, cache_key, plain)
347 if cache_key == "no-cache" then
350 cache_key = cache_key or view
352 if cache[cache_key] then return cache[cache_key], true end
354 if caching then cache[cache_key] = func end
358 function template.compile_file(view, cache_key)
359 return template.compile(view, cache_key, false)
362 function template.compile_string(view, cache_key)
363 return template.compile(view, cache_key, true)
621 template.render(view, context, cache_key, false)
[all …]
/freebsd-13.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-13.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-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c4392 const char *cache_key; in get_mergeinfo_for_path() local
4398 cache_key = mergeinfo_cache_key(path, rev_root, inherit, in get_mergeinfo_for_path()
4404 cache_key, result_pool)); in get_mergeinfo_for_path()
4408 cache_key, result_pool)); in get_mergeinfo_for_path()
4422 cache_key, mergeinfo_exists, scratch_pool)); in get_mergeinfo_for_path()
4425 cache_key, *mergeinfo, scratch_pool)); in get_mergeinfo_for_path()
/freebsd-13.1/contrib/ntp/
H A DCommitLog150762 add extern ref to int cache_key from authkeys.c