![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Unlang "condition" keyword evaluation. More...
Include dependency graph for condition.c:Go to the source code of this file.
Data Structures | |
| struct | unlang_frame_state_cond_t |
Functions | |
| static unlang_t * | compile_if_subsection (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_SECTION *cs, unlang_type_t type) |
| static unlang_t * | unlang_compile_else (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci) |
| static unlang_t * | unlang_compile_elsif (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci) |
| static unlang_t * | unlang_compile_if (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci) |
| void | unlang_condition_init (void) |
| static unlang_action_t | unlang_if (unlang_result_t *p_result, request_t *request, unlang_stack_frame_t *frame) |
| static unlang_action_t | unlang_if_resume (unlang_result_t *p_result, request_t *request, unlang_stack_frame_t *frame) |
Variables | |
| static const fr_sbuff_term_t | if_terminals |
Unlang "condition" keyword evaluation.
Definition in file condition.c.
| struct unlang_frame_state_cond_t |
Definition at line 30 of file condition.c.
Collaboration diagram for unlang_frame_state_cond_t:| Data Fields | ||
|---|---|---|
| fr_value_box_list_t | out | Head of the result of a nested expansion. |
| unlang_result_t | result | Store the result of unlang expressions. |
|
static |
Definition at line 132 of file condition.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 264 of file condition.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 259 of file condition.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 254 of file condition.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unlang_condition_init | ( | void | ) |
Definition at line 277 of file condition.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 97 of file condition.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 36 of file condition.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 127 of file condition.c.
1.9.8