Home
last modified time | relevance | path

Searched defs:cache_file (Results 151 – 175 of 410) sorted by relevance

12345678910>>...17

/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/tools/
H A Dbscrypto.cc78 char *cache_file = NULL; in main() local
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/tools/
H A Dbscrypto.cc76 char* cache_file = NULL; in main() local
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/tools/
H A Dbscrypto.cc78 char *cache_file = NULL; in main() local
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/tools/
H A Dbscrypto.cc76 char* cache_file = NULL; in main() local
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_file_cache.c87 …file_cache_file_check(const char *cache_dir, const char *cache_name, char *cache_file, int dir_num) in evas_gl_common_file_cache_file_check()
/dports/multimedia/libmediaart/libmediaart-1.9.5/libmediaart/
H A Dcache.c282 GFile **cache_file) in media_art_get_file()
398 GFile *cache_file = NULL; in media_art_get_path() local
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/core/
H A Ddht_manager.cc164 std::fstream cache_file(filename_tmp.c_str(), std::ios::out | std::ios::trunc); in save_dht_cache() local
/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/src/data/
H A Ddisk_row_iter.h39 const char *cache_file, in DiskRowIter()
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/src/data/
H A Ddisk_row_iter.h39 const char *cache_file, in DiskRowIter()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_iface_cache.c424 FILE* cache_file = 0; in zrtp_cache_user_init() local
592 static zrtp_status_t flush_elem_(zrtp_cache_elem_t *elem, FILE *cache_file, unsigned is_mitm) { in flush_elem_()
646 FILE* cache_file = 0; in zrtp_cache_user_down() local
/dports/x11/menu-cache/menu-cache-1.1.0/menu-cache-daemon/
H A Dmenu-cached.c79 char *cache_file; member
218 const char* cache_file, in regenerate_cache()
450 static gboolean cache_file_is_updated( const char* cache_file, int* n_used_files, char*** used_file… in cache_file_is_updated()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/
H A Dtest_pillar.py30 def __init__(self, cache_file=None, get_state=None, list_states=None): argument
39 def cache_file(*args, **kwargs): member in MockFileclient
/dports/textproc/pdfgrep/pdfgrep-2.1.1/src/
H A Dcache.cc40 Cache::Cache(string cache_file) in Cache()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/cacheManager/
H A DcacheDBImages.php143 …$cache_file = '{*WEBPATH*}/' . CACHEFOLDER . getImageCacheFilename(dirname($image), basename($imag… variable
/dports/deskutils/calibre/calibre-src-5.34.0/setup/
H A Dcheck.py68 def cache_file(self): member in Check
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dcp.py88 """
89 if "retcode" not in __context__:
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dcliargsparser.cpp216 nonstd::optional<std::string> CliArgsParser::cache_file() const in cache_file() function in newsboat::CliArgsParser
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/intern/
H A Dabc_reader_object.h55 CacheFile *cache_file; member
/dports/games/simutrans/simutrans-121.0/gui/
H A Dloadsave_frame.cc227 const char *cache_file = SAVE_PATH_X "_cached.xml"; in ~loadsave_frame_t() local
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dqueryimmodules.c168 gchar *cache_file = NULL; in main() local
/dports/textproc/py-simplebayes/simplebayes-1.5.8/simplebayes/
H A D__init__.py33 cache_file = '_simplebayes.pickle' variable in SimpleBayes
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A DmergedRSS.php212 private static function fetch_from_cache($cache_file) {
/dports/graphics/blender/blender-2.91.0/source/blender/sequencer/intern/
H A Dimage_cache.c204 DiskCacheFile *cache_file = MEM_callocN(sizeof(DiskCacheFile), "SeqDiskCacheFile"); in seq_disk_cache_add_file_to_list() local
253 DiskCacheFile *cache_file = seq_disk_cache_add_file_to_list(disk_cache, fl->path); in seq_disk_cache_get_files() local
269 for (DiskCacheFile *cache_file = oldest_file->next; cache_file; cache_file = cache_file->next) { in seq_disk_cache_get_oldest_file() local
314 DiskCacheFile *cache_file = disk_cache->files.first; in seq_disk_cache_get_file_entry_by_path() local
328 DiskCacheFile *cache_file; in seq_disk_cache_update_file() local
439 DiskCacheFile *next_file, *cache_file = disk_cache->files.first; in seq_disk_cache_delete_invalid_files() local
/dports/www/newsboat/newsboat-2.22.1/rust/libnewsboat/src/
H A Dconfigpaths.rs47 cache_file: PathBuf, field
347 pub fn cache_file(&self) -> &Path { in cache_file() method
/dports/multimedia/librespot/librespot-0.1.3/core/src/
H A Dcache.rs89 let mut cache_file = File::create(path).unwrap(); in save_file() localVariable

12345678910>>...17