Home
last modified time | relevance | path

Searched refs:PathCache (Results 1 – 25 of 55) sorted by relevance

123

/dports/net/kio-gdrive/kio-gdrive-21.12.3/src/
H A Dpathcache.cpp13 PathCache::PathCache() in PathCache() function in PathCache
17 PathCache::~PathCache() in ~PathCache()
21 void PathCache::insertPath(const QString &path, const QString &fileId) in insertPath()
30 QString PathCache::idForPath(const QString &path) const in idForPath()
39 QStringList PathCache::descendants(const QString &path) const in descendants()
61 void PathCache::removePath(const QString &path) in removePath()
67 void PathCache::dump() in dump()
H A Dpathcache.h14 class PathCache
17 PathCache();
18 ~PathCache();
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/pathcache/
H A Dpathcache.go10 type PathCache struct { struct
17 func NewPathCache(ExpireDelaySec int32) PathCache {
19 p := PathCache{
30 func (p *PathCache) ECItems() int { argument
35 func (p *PathCache) ECSize() uint64 { argument
40 func (p *PathCache) Set(k string, v []string) { argument
51 func (p *PathCache) Get(k string) ([]string, bool) { argument
/dports/www/carbonapi/carbonapi-0.14.1/pathcache/
H A Dpathcache.go11 type PathCache struct { struct
18 func NewPathCache(ExpireDelaySec int32) PathCache {
20 p := PathCache{
31 func (p *PathCache) ECItems() int { argument
36 func (p *PathCache) ECSize() uint64 { argument
41 func (p *PathCache) Set(k string, v []types.BackendServer) { argument
52 func (p *PathCache) Get(k string) ([]types.BackendServer, bool) { argument
/dports/devel/libtecla/libtecla/
H A Dpcache.c143 struct PathCache { struct
167 static void pca_clear_cache(PathCache *pc); argument
238 static void pca_remove_marks(PathCache *pc);
260 PathCache *new_PathCache(void) in new_PathCache()
262 PathCache *pc; /* The object to be returned */ in new_PathCache()
266 pc = (PathCache *)malloc(sizeof(PathCache)); in new_PathCache()
357 PathCache *del_PathCache(PathCache *pc) in del_PathCache()
457 const char *pca_last_error(PathCache *pc) in pca_last_error()
468 static void pca_clear_cache(PathCache *pc) in pca_clear_cache()
1128 PcaPathConf *new_PcaPathConf(PathCache *pc) in new_PcaPathConf()
[all …]
H A Dlibtecla.h1671 typedef struct PathCache PathCache; typedef
1682 PathCache *new_PathCache(void);
1693 PathCache *del_PathCache(PathCache *pc);
1703 const char *pca_last_error(PathCache *pc);
1721 int pca_scan_path(PathCache *pc, const char *path);
1745 void pca_set_check_fn(PathCache *pc, CplCheckFn *check_fn, void *data);
1773 char *pca_lookup_file(PathCache *pc, const char *name, int name_len,
1800 PcaPathConf *new_PcaPathConf(PathCache *pc);
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dpath_cache.h50 } PathCache; typedef
55 extern PathCache gPathCache;
59 void PathCacheInit(PathCache *pc, Map *m);
60 void PathCacheTerminate(PathCache *pc);
65 void PathCacheClear(PathCache *pc);
68 PathCache *pc, struct vec2i from, struct vec2i to,
H A Dpath_cache.c38 PathCache gPathCache;
70 void PathCacheInit(PathCache *pc, Map *m) in PathCacheInit()
76 void PathCacheTerminate(PathCache *pc) in PathCacheTerminate()
82 void PathCacheClear(PathCache *pc) in PathCacheClear()
104 PathCache *pc, struct vec2i from, struct vec2i to, in PathCacheCreate()
/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DPathCache.cpp33 const QTPFS::IPath* QTPFS::PathCache::GetConstPath(unsigned int pathID, unsigned int pathType) cons… in GetConstPath()
56 QTPFS::IPath* QTPFS::PathCache::GetPath(unsigned int pathID, unsigned int pathType) { in GetPath()
70 void QTPFS::PathCache::AddTempPath(IPath* path) { in AddTempPath()
79 void QTPFS::PathCache::AddLivePath(IPath* path) { in AddLivePath()
92 void QTPFS::PathCache::DelPath(unsigned int pathID) { in DelPath()
120 bool QTPFS::PathCache::MarkDeadPaths(const SRectangle& r) { in MarkDeadPaths()
200 void QTPFS::PathCache::KillDeadPaths() { in KillDeadPaths()
H A DPathSearch.hpp16 struct PathCache;
77 PathCache* cache,
127 PathCache* cache,
160 PathCache* pathCache;
H A DPathCache.hpp21 struct PathCache { struct
22 PathCache() { in PathCache() argument
H A DPathManager.cpp749 PathCache& pathCache = pathCaches[pathType]; in ExecuteQueuedSearches()
769 PathCache& pathCache, in ExecuteSearch()
841 PathCache& pathCache = pathCaches[pathType]; in QueueDeadPathSearches()
842 PathCache::PathMap::const_iterator deadPathsIt; in QueueDeadPathSearches()
844 const PathCache::PathMap& deadPaths = pathCache.GetDeadPaths(); in QueueDeadPathSearches()
944 PathCache& pathCache = pathCaches[pathTypeIt->second]; in UpdatePath()
958 PathCache& pathCache = pathCaches[pathTypeIt->second]; in DeletePath()
994 PathCache& pathCache = pathCaches[pathTypeIt->second]; in PathUpdated()
1127 const PathCache& cache = pathCaches[pathTypeIt->second]; in GetPathWayPoints()
H A DPathManager.hpp133 PathCache& pathCache,
145 std::vector<PathCache> pathCaches;
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/propagation/model/
H A Dpropagation-cache.h51 typename PathCache::iterator it = m_pathCache.find (key); in GetPathData()
121 typedef std::map<PropagationPathIdentifier, Ptr<T> > PathCache; typedef
123 PathCache m_pathCache; //!< Path cache
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/src/nodes/
H A Dcaches.rs71 pub struct PathCache { struct
75 impl Cache for PathCache { implementation
165 let cache = PathCache::default(); in path_cache_behavior()
192 let cache = PathCache::default(); in path_cache_nodes_support_all_file_types()
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/zipper/
H A Dzipper.go49 PathCache pathcache.PathCache member
50 SearchCache pathcache.PathCache
74 pathCache pathcache.PathCache
75 searchCache pathcache.PathCache
116 pathCache: config.PathCache,
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DFileUtils.cpp179 typedef std::map<std::string, std::string> PathCache; in getFullPath() typedef
180 static PathCache s_cache; in getFullPath()
189 PathCache::const_iterator i = s_cache.find(cacheKey); in getFullPath()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/builder/dockerfile/
H A Dbuilder.go92 PathCache: bm.pathCache,
107 PathCache pathCache member
150 pathCache: options.PathCache,
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/builder/dockerfile/
H A Dbuilder.go92 PathCache: bm.pathCache,
107 PathCache pathCache member
150 pathCache: options.PathCache,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/builder/dockerfile/
H A Dbuilder.go92 PathCache: bm.pathCache,
107 PathCache pathCache member
150 pathCache: options.PathCache,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/builder/dockerfile/
H A Dbuilder.go92 PathCache: bm.pathCache,
107 PathCache pathCache member
150 pathCache: options.PathCache,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xaml.Hosting/System/Xaml/Hosting/
H A DXamlHttpHandlerFactory.cs34 … PathInfo pathInfo = PathCache.EnsurePathInfo(context.Request.AppRelativeCurrentExecutionFilePath); in GetHandler()
55 static class PathCache class in System.Xaml.Hosting.XamlHttpHandlerFactory
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/builder/dockerfile/
H A Dbuilder.go113 PathCache: bm.pathCache,
161 PathCache pathCache member
204 pathCache: options.PathCache,
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/builder/dockerfile/
H A Dbuilder.go113 PathCache: bm.pathCache,
161 PathCache pathCache member
204 pathCache: options.PathCache,
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/builder/dockerfile/
H A Dbuilder.go122 PathCache: bm.pathCache,
166 PathCache pathCache member
208 pathCache: options.PathCache,

123