The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
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 (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
static unlang_action_t unlang_if_resume (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 

Detailed Description

Unlang "condition" keyword evaluation.

Id
27d00e0e43afffcd24813269d653ac24c5431465

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.

Data Fields
fr_value_box_list_t out Head of the result of a nested expansion.
bool success If set, where to record the result of the execution.

Function Documentation

◆ unlang_condition_init()

void unlang_condition_init ( void  )

Definition at line 110 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 ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 74 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 ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 37 of file condition.c.

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