The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
catch.c File Reference

Unlang "catch" keyword evaluation. More...

#include "unlang_priv.h"
#include "catch_priv.h"
+ Include dependency graph for catch.c:

Go to the source code of this file.

Functions

static unlang_action_t catch_skip_to_next (UNUSED rlm_rcode_t *p_result, UNUSED request_t *request, unlang_stack_frame_t *frame)
 
static unlang_action_t cleanup (unlang_stack_frame_t *frame, unlang_t *unlang)
 
static unlang_action_t unlang_catch (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
void unlang_catch_init (void)
 
unlang_action_t unlang_interpret_skip_to_catch (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 Skip ahead to a particular "catch" instruction. More...
 

Detailed Description

Unlang "catch" keyword evaluation.

Id
a5f5934e1452ce4ec498fb3e7a611cf6466787a6

Definition in file catch.c.

Function Documentation

◆ catch_skip_to_next()

static unlang_action_t catch_skip_to_next ( UNUSED rlm_rcode_t p_result,
UNUSED request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 50 of file catch.c.

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

◆ cleanup()

static unlang_action_t cleanup ( unlang_stack_frame_t frame,
unlang_t unlang 
)
static

Definition at line 30 of file catch.c.

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

◆ unlang_catch()

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

Definition at line 67 of file catch.c.

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

◆ unlang_catch_init()

void unlang_catch_init ( void  )

Definition at line 113 of file catch.c.

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

◆ unlang_interpret_skip_to_catch()

unlang_action_t unlang_interpret_skip_to_catch ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)

Skip ahead to a particular "catch" instruction.

Definition at line 87 of file catch.c.

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