cache_size 192 source3/include/passdb.h ssize_t cache_size; cache_size 1734 source3/passdb/pdb_interface.c result->cache_size = 0; cache_size 1860 source3/passdb/pdb_interface.c &search->cache_size); cache_size 101 source4/ntvfs/posix/pvfs_shortname.c uint32_t cache_size; cache_size 130 source4/ntvfs/posix/pvfs_shortname.c int i = hash % ctx->cache_size; cache_size 145 source4/ntvfs/posix/pvfs_shortname.c int i = hash % ctx->cache_size; cache_size 621 source4/ntvfs/posix/pvfs_shortname.c ctx->cache_size = lp_parm_int(pvfs->ntvfs->ctx->lp_ctx, NULL, "mangle", "cachesize", 512); cache_size 623 source4/ntvfs/posix/pvfs_shortname.c ctx->prefix_cache = talloc_array(ctx, char *, ctx->cache_size); cache_size 627 source4/ntvfs/posix/pvfs_shortname.c ctx->prefix_cache_hashes = talloc_array(ctx, uint32_t, ctx->cache_size); cache_size 632 source4/ntvfs/posix/pvfs_shortname.c memset(ctx->prefix_cache, 0, sizeof(char *) * ctx->cache_size); cache_size 633 source4/ntvfs/posix/pvfs_shortname.c memset(ctx->prefix_cache_hashes, 0, sizeof(uint32_t) * ctx->cache_size);