The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Data Structures | Functions
condition.c File Reference

Unlang "condition" keyword evaluation. More...

#include "condition_priv.h"
#include "group_priv.h"
+ Include dependency graph for condition.c:

Go to the source code of this file.

Data Structures

struct  unlang_frame_state_cond_t
 

Functions

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)
 

Detailed Description

Unlang "condition" keyword evaluation.

Id
e80621626ea115e377d64fe04d5e36021be4afbf

Definition in file condition.c.


Data Structure Documentation

◆ unlang_frame_state_cond_t

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.

Function Documentation

◆ unlang_condition_init()

void unlang_condition_init ( void  )

Definition at line 115 of file condition.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_if()

static unlang_action_t unlang_if ( unlang_result_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 86 of file condition.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_if_resume()

static unlang_action_t unlang_if_resume ( unlang_result_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
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: