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
55afbaccab578b0ed68b03fd931c594cc8d0a80e

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
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

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 50 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 42 of file foreach_priv.h.

+ Here is the caller graph for this function: