|
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) |
|
Unlang "foreach" keyword evaluation.
- Id
- 71b073199db1c522927674481f4539b75a92063c
- Copyright
- 2006-2019 The FreeRADIUS server project
Definition in file foreach.c.