The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Data Structures | Functions
foreach_priv.h File Reference
#include "unlang_priv.h"
#include <freeradius-devel/server/tmpl.h>
+ 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_tunlang_foreach_to_group (unlang_foreach_t *foreach)
 Cast a foreach keyword extension to a group structure. More...
 
static unlang_foreach_tunlang_group_to_foreach (unlang_group_t *g)
 Cast a group structure to the foreach keyword extension. More...
 

Detailed Description

Id
cb547c8e142728d3ac9048adff4246f316b3c71a

Definition in file foreach_priv.h.


Data Structure Documentation

◆ unlang_foreach_t

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
tmpl_t * vpt

Function Documentation

◆ unlang_foreach_to_group()

static unlang_group_t* unlang_foreach_to_group ( unlang_foreach_t foreach)
inlinestatic

Cast a foreach keyword extension to a group structure.

Definition at line 48 of file foreach_priv.h.

◆ unlang_group_to_foreach()

static unlang_foreach_t* unlang_group_to_foreach ( unlang_group_t g)
inlinestatic

Cast a group structure to the foreach keyword extension.

Definition at line 40 of file foreach_priv.h.

+ Here is the caller graph for this function: