Home
last modified time | relevance | path

Searched refs:pin_in_cache (Results 1 – 9 of 9) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpCacheSM.cc299 time_t pin_in_cache) in open_read() argument
307 read_pin_in_cache = pin_in_cache; in open_read()
338 …(const HttpCacheKey *key, URL *url, HTTPHdr *request, CacheHTTPInfo *old_info, time_t pin_in_cache, in open_write() argument
373 … allow_multiple ? (CacheHTTPInfo *)CACHE_ALLOW_MULTIPLE_WRITES : old_info, pin_in_cache); in open_write()
H A DHttpCacheSM.h69 time_t pin_in_cache);
71 …acheKey *key, URL *url, HTTPHdr *request, CacheHTTPInfo *old_info, time_t pin_in_cache, bool retry,
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DI_Cache.h82 … int expected_size = CACHE_EXPECTED_SIZE, int options = 0, time_t pin_in_cache = (time_t)0,
89 … const OverridableHttpConfigParams *params, time_t pin_in_cache = (time_t)0,
92 … time_t pin_in_cache = (time_t)0, CacheFragType frag_type = CACHE_FRAG_TYPE_HTTP);
H A DP_CacheInternal.h466 uint32_t pin_in_cache; member
997 … time_t pin_in_cache = (time_t)0, const char *hostname = nullptr, int host_len = 0);
1004 …(Continuation *cont, const CacheKey *key, CacheHTTPInfo *old_info, time_t pin_in_cache = (time_t)0,
H A DCache.cc475 pin_in_cache = time_pin; in set_pin_in_cache()
482 return pin_in_cache; in get_pin_in_cache()
1100 time_t pin_in_cache, char *hostname, int host_len) in open_write() argument
1102 …return caches[frag_type]->open_write(cont, key, frag_type, options, pin_in_cache, hostname, host_l… in open_write()
3241 … const OverridableHttpConfigParams *params, time_t pin_in_cache, CacheFragType type) in open_read() argument
3249 CacheHTTPInfo *old_info, time_t pin_in_cache, CacheFragType type) in open_write() argument
3251 …return caches[type]->open_write(cont, &key->hash, old_info, pin_in_cache, nullptr /* key1 */, type… in open_write()
H A DCacheWrite.cc774 if (vc->pin_in_cache) { in agg_copy()
776 doc->pinned = static_cast<uint32_t>(Thread::get_hrtime() / HRTIME_SECOND) + vc->pin_in_cache; in agg_copy()
1679 c->pin_in_cache = static_cast<uint32_t>(apin_in_cache); in open_write()
1779 c->pin_in_cache = static_cast<uint32_t>(apin_in_cache); in open_write()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DInkAPIInternal.h58 time_t pin_in_cache = 0; member
/dports/www/trafficserver/trafficserver-9.1.1/include/ts/
H A Dts.h1209 tsapi TSReturnCode TSCacheKeyPinnedSet(TSCacheKey key, time_t pin_in_cache);
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc4353 TSCacheKeyPinnedSet(TSCacheKey key, time_t pin_in_cache) in TSCacheKeyPinnedSet() argument
4362 i->pin_in_cache = pin_in_cache; in TSCacheKeyPinnedSet()
7551 …ssor.open_write(i, &info->cache_key, info->frag_type, 0, false, info->pin_in_cache, info->hostname, in TSCacheWrite()