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

/dovecot/src/lib/
H A Devent-filter.c96 struct event_filter_category *cat; local
103 cat = p_new(filter->pool, struct event_filter_category,
106 cat[i].name = p_strdup(filter->pool, categories[i]);
107 cat[i].category = event_category_find_registered(categories[i]);
108 if (cat[i].category == NULL)
112 int_query->categories = cat;

Completed in 21 milliseconds