![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Unlang "catch" keyword evaluation. More...
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 | 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. | |
Unlang "catch" keyword evaluation.
Definition in file catch.c.
|
static |
|
static |
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 | ||
) |