The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Data Structures | Functions
catch_priv.h File Reference

Declarations for the "catch" keyword. More...

#include "unlang_priv.h"
+ Include dependency graph for catch_priv.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  unlang_catch_t
 

Functions

static unlang_catch_t const * unlang_generic_to_catch (unlang_t const *g)
 Cast a generic structure to the catch keyword extension. More...
 
static unlang_catch_tunlang_group_to_catch (unlang_group_t *g)
 Cast a group structure to the transaction keyword extension. More...
 
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

Declarations for the "catch" keyword.

Id
c394348cfa32630d07681495638ab5262676c0a0

Definition in file catch_priv.h.


Data Structure Documentation

◆ unlang_catch_t

struct unlang_catch_t

Definition at line 32 of file catch_priv.h.

+ Collaboration diagram for unlang_catch_t:
Data Fields
bool catching[RLM_MODULE_NUMCODES]
unlang_group_t group

Function Documentation

◆ unlang_generic_to_catch()

static unlang_catch_t const* unlang_generic_to_catch ( unlang_t const *  g)
inlinestatic

Cast a generic structure to the catch keyword extension.

Definition at line 51 of file catch_priv.h.

+ Here is the caller graph for this function:

◆ unlang_group_to_catch()

static unlang_catch_t* unlang_group_to_catch ( unlang_group_t g)
inlinestatic

Cast a group structure to the transaction keyword extension.

Definition at line 43 of file catch_priv.h.

+ 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: