The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Go to the source code of this file.
Data Structures | |
struct | unlang_foreach_t |
Functions | |
static unlang_group_t * | unlang_foreach_to_group (unlang_foreach_t *foreach) |
Cast a foreach keyword extension to a group structure. More... | |
static unlang_foreach_t * | unlang_group_to_foreach (unlang_group_t *g) |
Cast a group structure to the foreach keyword extension. More... | |
Definition in file foreach_priv.h.
struct unlang_foreach_t |
Definition at line 32 of file foreach_priv.h.
Data Fields | ||
---|---|---|
unlang_group_t | group | |
fr_dict_attr_t const * | key | key variable for the foreach loop |
fr_dict_attr_t const * | value | value variable in the foreach loop |
tmpl_t * | vpt |
|
inlinestatic |
Cast a foreach keyword extension to a group structure.
Definition at line 50 of file foreach_priv.h.
|
inlinestatic |
Cast a group structure to the foreach keyword extension.
Definition at line 42 of file foreach_priv.h.