![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Include dependency graph for foreach_priv.h:
This graph shows which files directly or indirectly include this file: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. | |
| static unlang_foreach_t * | unlang_group_to_foreach (unlang_group_t *g) |
| Cast a group structure to the foreach keyword extension. | |
Definition in file foreach_priv.h.
| struct unlang_foreach_t |
Definition at line 32 of file foreach_priv.h.
Collaboration diagram for unlang_foreach_t:| 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.
Here is the caller graph for this function:
1.9.8