The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Functions
try.c File Reference

Unlang "try" keyword evaluation. More...

#include "unlang_priv.h"
#include "try_priv.h"
+ Include dependency graph for try.c:

Go to the source code of this file.

Functions

static unlang_action_t skip_to_catch (UNUSED unlang_result_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
static unlang_tunlang_compile_try (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci)
 
static unlang_action_t unlang_try (UNUSED unlang_result_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
void unlang_try_init (void)
 

Detailed Description

Unlang "try" keyword evaluation.

Id
aa1be92f8d61909a1a4d7c7280b0dd1a976d15d6

Definition in file try.c.

Function Documentation

◆ skip_to_catch()

static unlang_action_t skip_to_catch ( UNUSED unlang_result_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 30 of file try.c.

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

◆ unlang_compile_try()

static unlang_t * unlang_compile_try ( unlang_t parent,
unlang_compile_ctx_t unlang_ctx,
CONF_ITEM const *  ci 
)
static

Definition at line 72 of file try.c.

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

◆ unlang_try()

static unlang_action_t unlang_try ( UNUSED unlang_result_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 60 of file try.c.

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

◆ unlang_try_init()

void unlang_try_init ( void  )

Definition at line 254 of file try.c.

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