Home
last modified time | relevance | path

Searched refs:no_cache_this (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/lftp/lftp-4.9.2/src/
H A DHttp.h176 bool no_cache_this; variable
238 void UseCache(bool use) { no_cache_this=!use; } in UseCache()
H A DHttp.cc174 no_cache_this=false; in Init()
314 no_cache_this=false; in Close()
489 const char *cc_no_cache=(no_cache || no_cache_this)?"no-cache":0; in SendCacheControl()
858 if(no_cache || no_cache_this) in SendRequest()