The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include "unlang_priv.h"
Go to the source code of this file.
Data Structures | |
struct | unlang_cond_t |
Functions | |
static unlang_group_t * | unlang_cond_to_group (unlang_cond_t *cond) |
Cast a cond keyword extension to a group structure. More... | |
static unlang_cond_t * | unlang_group_to_cond (unlang_group_t *g) |
Cast a group structure to the cond keyword extension. More... | |
Definition in file condition_priv.h.
struct unlang_cond_t |
Definition at line 31 of file condition_priv.h.
Data Fields | ||
---|---|---|
unlang_group_t | group | |
xlat_exp_head_t * | head | |
bool | is_truthy | |
bool | value |
|
inlinestatic |
Cast a cond keyword extension to a group structure.
Definition at line 49 of file condition_priv.h.
|
inlinestatic |
Cast a group structure to the cond keyword extension.
Definition at line 41 of file condition_priv.h.