submodule_cache    33 submodule-config.c static struct submodule_cache cache;
submodule_cache    52 submodule-config.c static void cache_init(struct submodule_cache *cache)
submodule_cache    65 submodule-config.c static void cache_free(struct submodule_cache *cache)
submodule_cache    89 submodule-config.c static void cache_put_path(struct submodule_cache *cache,
submodule_cache   100 submodule-config.c static void cache_remove_path(struct submodule_cache *cache,
submodule_cache   113 submodule-config.c static void cache_add(struct submodule_cache *cache,
submodule_cache   124 submodule-config.c static const struct submodule *cache_lookup_path(struct submodule_cache *cache,
submodule_cache   144 submodule-config.c static struct submodule *cache_lookup_name(struct submodule_cache *cache,
submodule_cache   180 submodule-config.c static struct submodule *lookup_or_create_by_name(struct submodule_cache *cache,
submodule_cache   243 submodule-config.c 	struct submodule_cache *cache;
submodule_cache   361 submodule-config.c static const struct submodule *config_from(struct submodule_cache *cache,
submodule_cache   431 submodule-config.c static const struct submodule *config_from_path(struct submodule_cache *cache,
submodule_cache   437 submodule-config.c static const struct submodule *config_from_name(struct submodule_cache *cache,