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

/dovecot/src/config/
H A Ddoveconf.c29 struct prefix_stack { struct
33 ARRAY_DEFINE_TYPE(prefix_stack, struct prefix_stack);
98 static struct prefix_stack prefix_stack_pop(ARRAY_TYPE(prefix_stack) *stack)
100 const struct prefix_stack *s;
101 struct prefix_stack sc;
116 static void prefix_stack_reset_str(ARRAY_TYPE(prefix_stack) *stack)
118 struct prefix_stack *s;
177 ARRAY_TYPE(prefix_stack) prefix_stac
[all...]

Completed in 259 milliseconds