Searched refs:cache_key (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/tools/lua/ |
| H A D | template.lua | 344 function template.compile(view, cache_key, plain) 346 if cache_key == "no-cache" then 349 cache_key = cache_key or view 351 if cache[cache_key] then return cache[cache_key], true end 353 if caching then cache[cache_key] = func end 357 function template.compile_file(view, cache_key) 358 return template.compile(view, cache_key, false) 361 function template.compile_string(view, cache_key) 362 return template.compile(view, cache_key, true) 620 template.render(view, context, cache_key, false) [all …]
|
| /freebsd-14.2/usr.sbin/nscd/ |
| H A D | query.c | 340 write_request->cache_key = calloc(1, in on_write_request_read1() 444 write_request->cache_key, in on_write_request_process() 525 write_request->cache_key, in on_negative_write_request_process() 613 read_request->cache_key = calloc(1, in on_read_request_read1() 719 read_request->cache_key, in on_read_request_process() 728 read_request->cache_key, in on_read_request_process() 739 read_request->cache_key, in on_read_request_process() 748 read_request->cache_key, in on_read_request_process() 769 read_request->cache_key + in on_read_request_process() 782 read_request->cache_key, in on_read_request_process() [all …]
|
| H A D | protocol.h | 40 char *cache_key; member 54 char *cache_key; member
|
| H A D | protocol.c | 180 free(write_request->cache_key); in finalize_cache_write_request() 237 free(read_request->cache_key); in finalize_cache_read_request()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/ |
| H A D | SymbolLocatorDebuginfod.cpp | 169 std::string cache_key = llvm::getDebuginfodCacheKey(url_path); in GetFileForModule() local 171 cache_key, url_path, cache_path, debuginfod_urls, timeout); in GetFileForModule()
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | CommitLog | 160118 add extern ref to int cache_key from authkeys.c
|