30 #include <freeradius-devel/server/tmpl.h>
static unlang_foreach_t * unlang_group_to_foreach(unlang_group_t *g)
Cast a group structure to the foreach keyword extension.
static unlang_group_t * unlang_foreach_to_group(unlang_foreach_t *foreach)
Cast a foreach keyword extension to a group structure.
fr_dict_attr_t const * value
value variable in the foreach loop
fr_dict_attr_t const * key
key variable for the foreach loop
Private interpreter structures and functions.
Generic representation of a grouping.