Lines Matching defs:cache_tool_ctx
92 struct cache_tool_ctx {
122 static bool is_filter_valid(struct cache_tool_ctx *ctx,
124 static errno_t init_domains(struct cache_tool_ctx *ctx,
127 struct cache_tool_ctx **tctx);
135 static errno_t update_all_filters(struct cache_tool_ctx *tctx,
145 struct cache_tool_ctx *tctx = NULL;
247 static errno_t update_filter(struct cache_tool_ctx *tctx,
351 static errno_t update_all_filters(struct cache_tool_ctx *tctx,
599 static errno_t init_domains(struct cache_tool_ctx *ctx,
658 struct cache_tool_ctx **tctx)
660 struct cache_tool_ctx *ctx = NULL;
778 ctx = talloc_zero(NULL, struct cache_tool_ctx);
877 static bool is_filter_valid(struct cache_tool_ctx *ctx,