Home
last modified time | relevance | path

Searched refs:onlyIfCached (Results 1 – 10 of 10) sorted by relevance

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/httpcc/
H A Ddirectives.go10 onlyIfCached bool member
48 return d.onlyIfCached
H A Dhttpcc.go254 dir.onlyIfCached = true
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/httpcc/
H A Ddirectives.go10 onlyIfCached bool member
48 return d.onlyIfCached
H A Dhttpcc.go254 dir.onlyIfCached = true
/dports/www/squid/squid-4.15/src/
H A Dclient_side_request.h56 bool onlyIfCached()const;
H A DHttpHdrCc.cc204 onlyIfCached(true); in parse()
H A DHttpHdrCc.h145 void onlyIfCached(bool v) {setMask(HttpHdrCcType::CC_ONLY_IF_CACHED,v);} in onlyIfCached() function
H A Dclient_side_reply.cc283 if (http->onlyIfCached()) { in processExpired()
749 if (http->onlyIfCached()) { in processMiss()
H A Dclient_side_request.cc192 ClientHttpRequest::onlyIfCached()const in onlyIfCached() function in ClientHttpRequest
H A Dhttp.cc1906 cc->onlyIfCached(true); in httpBuildRequestHeader()