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

Unlang "foreach" keyword evaluation. More...

#include <freeradius-devel/server/tmpl_dcursor.h>
#include <freeradius-devel/unlang/xlat_func.h>
#include "foreach_priv.h"
#include "return_priv.h"
#include "xlat_priv.h"
+ Include dependency graph for foreach.c:

Go to the source code of this file.

Data Structures

struct  unlang_frame_state_foreach_t
 State of a foreach loop. More...
 

Macros

#define BUFFER_SIZE   (256)
 

Functions

static int _free_unlang_frame_state_foreach (unlang_frame_state_foreach_t *state)
 Ensure request data is pulled out of the request if the frame is popped.
 
static unlang_action_t unlang_break (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
static unlang_action_t unlang_foreach (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
static unlang_action_t unlang_foreach_attr_init (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame, unlang_frame_state_foreach_t *state)
 
static void unlang_foreach_attr_key_update (UNUSED request_t *request, unlang_frame_state_foreach_t *state)
 
static unlang_action_t unlang_foreach_attr_next (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
void unlang_foreach_init (void)
 
static int unlang_foreach_pair_copy (fr_pair_t *to, fr_pair_t *from, fr_dict_attr_t const *from_parent)
 
static unlang_action_t unlang_foreach_xlat_expanded (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
static unlang_action_t unlang_foreach_xlat_init (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame, unlang_frame_state_foreach_t *state)
 
static int unlang_foreach_xlat_key_update (request_t *request, unlang_frame_state_foreach_t *state)
 
static unlang_action_t unlang_foreach_xlat_next (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 

Detailed Description

Unlang "foreach" keyword evaluation.

Id
71b073199db1c522927674481f4539b75a92063c

Definition in file foreach.c.


Data Structure Documentation

◆ unlang_frame_state_foreach_t

struct unlang_frame_state_foreach_t

State of a foreach loop.

Definition at line 39 of file foreach.c.

+ Collaboration diagram for unlang_frame_state_foreach_t:
Data Fields
char * buffer for key values
tmpl_dcursor_ctx_t cc tmpl cursor state
fr_dcursor_t cursor Used to track our place in the list.
int indent for catching indentation issues
uint32_t index for xlat results
fr_pair_t * key local variable which contains the key
fr_value_box_list_t list value box list for looping over xlats
request_t * request The current request.
bool success for xlat expansion
fr_pair_t * value local variable which contains the value
tmpl_t const * vpt pointer to the vpt

Macro Definition Documentation

◆ BUFFER_SIZE

#define BUFFER_SIZE   (256)

Definition at line 34 of file foreach.c.

Function Documentation

◆ _free_unlang_frame_state_foreach()

static int _free_unlang_frame_state_foreach ( unlang_frame_state_foreach_t state)
static

Ensure request data is pulled out of the request if the frame is popped.

Definition at line 129 of file foreach.c.

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

◆ unlang_break()

static unlang_action_t unlang_break ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 534 of file foreach.c.

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

◆ unlang_foreach()

static unlang_action_t unlang_foreach ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 475 of file foreach.c.

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

◆ unlang_foreach_attr_init()

static unlang_action_t unlang_foreach_attr_init ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame,
unlang_frame_state_foreach_t state 
)
static

Definition at line 383 of file foreach.c.

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

◆ unlang_foreach_attr_key_update()

static void unlang_foreach_attr_key_update ( UNUSED request_t request,
unlang_frame_state_foreach_t state 
)
static

Definition at line 270 of file foreach.c.

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

◆ unlang_foreach_attr_next()

static unlang_action_t unlang_foreach_attr_next ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 293 of file foreach.c.

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

◆ unlang_foreach_init()

void unlang_foreach_init ( void  )

Definition at line 547 of file foreach.c.

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

◆ unlang_foreach_pair_copy()

static int unlang_foreach_pair_copy ( fr_pair_t to,
fr_pair_t from,
fr_dict_attr_t const *  from_parent 
)
static

Definition at line 90 of file foreach.c.

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

◆ unlang_foreach_xlat_expanded()

static unlang_action_t unlang_foreach_xlat_expanded ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 206 of file foreach.c.

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

◆ unlang_foreach_xlat_init()

static unlang_action_t unlang_foreach_xlat_init ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame,
unlang_frame_state_foreach_t state 
)
static

Definition at line 248 of file foreach.c.

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

◆ unlang_foreach_xlat_key_update()

static int unlang_foreach_xlat_key_update ( request_t request,
unlang_frame_state_foreach_t state 
)
static

Definition at line 156 of file foreach.c.

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

◆ unlang_foreach_xlat_next()

static unlang_action_t unlang_foreach_xlat_next ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 175 of file foreach.c.

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