Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dpcache.c111 } CacheMem; typedef
113 static CacheMem *new_CacheMem(void);
114 static CacheMem *del_CacheMem(CacheMem *cm);
115 static void rst_CacheMem(CacheMem *cm);
125 CacheMem *mem; /* The memory used to store dir[] and files[] */
153 CacheMem *abs_mem; /* Memory for the filenames of absolute paths */
154 CacheMem *rel_mem; /* Memory for the filenames of relative paths */
193 static int pca_scan_dir(PathCache *pc, const char *dirname, CacheMem *mem);
714 static CacheMem *new_CacheMem(void) in new_CacheMem()
716 CacheMem *cm; /* The object to be returned */ in new_CacheMem()
[all …]