The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Data Structures | Functions
map_priv.h File Reference
#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_tunlang_group_to_map (unlang_group_t *g)
 Cast a group structure to the map keyword extension. More...
 
static unlang_group_tunlang_map_to_group (unlang_map_t *map)
 Cast a map keyword extension to a group structure. More...
 

Detailed Description

Id
e98cd1b1a9536220a1b37c776c8553b111255ea4

Definition in file map_priv.h.


Data Structure Documentation

◆ unlang_map_t

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

Function Documentation

◆ unlang_group_to_map()

static unlang_map_t* unlang_group_to_map ( unlang_group_t g)
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:

◆ unlang_map_to_group()

static unlang_group_t* unlang_map_to_group ( unlang_map_t map)
inlinestatic

Cast a map keyword extension to a group structure.

Definition at line 49 of file map_priv.h.