![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include "unlang_priv.h"
Include dependency graph for map_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_map_t |
Functions | |
| static unlang_map_t * | unlang_group_to_map (unlang_group_t *g) |
| Cast a group structure to the map keyword extension. | |
| static unlang_group_t * | unlang_map_to_group (unlang_map_t *map) |
| Cast a map keyword extension to a group structure. | |
Definition in file map_priv.h.
| struct unlang_map_t |
Definition at line 31 of file map_priv.h.
Collaboration diagram for unlang_map_t:| Data Fields | ||
|---|---|---|
| unlang_group_t | group | |
| map_list_t | map | Head of the map list. |
| map_proc_inst_t * | proc_inst | |
| tmpl_t * | vpt | |
|
inlinestatic |
Cast a group structure to the map keyword extension.
Definition at line 41 of file map_priv.h.
Here is the caller graph for this function:
|
inlinestatic |
Cast a map keyword extension to a group structure.
Definition at line 49 of file map_priv.h.
1.9.8