prefix_cache 102 source4/ntvfs/posix/pvfs_shortname.c char **prefix_cache; prefix_cache 132 source4/ntvfs/posix/pvfs_shortname.c if (ctx->prefix_cache[i]) { prefix_cache 133 source4/ntvfs/posix/pvfs_shortname.c talloc_free(ctx->prefix_cache[i]); prefix_cache 136 source4/ntvfs/posix/pvfs_shortname.c ctx->prefix_cache[i] = talloc_strndup(ctx->prefix_cache, prefix, length); prefix_cache 148 source4/ntvfs/posix/pvfs_shortname.c if (!ctx->prefix_cache[i] || hash != ctx->prefix_cache_hashes[i]) { prefix_cache 153 source4/ntvfs/posix/pvfs_shortname.c return ctx->prefix_cache[i]; prefix_cache 623 source4/ntvfs/posix/pvfs_shortname.c ctx->prefix_cache = talloc_array(ctx, char *, ctx->cache_size); prefix_cache 624 source4/ntvfs/posix/pvfs_shortname.c if (ctx->prefix_cache == NULL) { prefix_cache 632 source4/ntvfs/posix/pvfs_shortname.c memset(ctx->prefix_cache, 0, sizeof(char *) * ctx->cache_size);