Searched defs:pca_scan_dir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c193 static int pca_scan_dir(PathCache *pc, const char *dirname, CacheMem *mem);
855 int nfile = node->nfile = pca_scan_dir(pc, node->dir, node->mem);
888 static int pca_scan_dir(PathCache *pc, const char *dirname, CacheMem *mem) function
1056 if(pca_scan_dir(pc, node->dir, node->mem) < 1)
1297 if(pca_scan_dir(pc, node->dir, node->mem) < 1)
1305 * iteration, because the above call to pca_scan_dir() uses

Completed in 62 milliseconds