Built in map expansions.
More...
#include <freeradius-devel/server/base.h>
#include "map.h"
Go to the source code of this file.
|
static int | _list_map_proc_get_value (TALLOC_CTX *ctx, fr_pair_list_t *out, request_t *request, map_t const *map, void *uctx) |
|
static int | _map_global_free (UNUSED void *uctx) |
|
static int | _map_global_init (UNUSED void *uctx) |
|
static int | list_map_verify (CONF_SECTION *cs, UNUSED void const *mod_inst, UNUSED void *proc_inst, tmpl_t const *src, UNUSED map_list_t const *maps) |
|
int | map_global_init (void) |
|
static unlang_action_t | mod_list_map_proc (unlang_result_t *p_result, UNUSED map_ctx_t const *mpctx, request_t *request, fr_value_box_list_t *in, map_list_t const *maps) |
| Map a list of value boxes to attributes using the index number in the list.
|
|
Built in map expansions.
- Id
- 1cdbbeb50be0a2e088a2961ae98069b0f6df3044
- Copyright
- 2025 Network RADIUS SAS (legal.nosp@m.@net.nosp@m.workr.nosp@m.adiu.nosp@m.s.com)
Definition in file map_builtin.c.
◆ _list_map_proc_get_value()
◆ _map_global_free()
static int _map_global_free |
( |
UNUSED void * |
uctx | ) |
|
|
static |
◆ _map_global_init()
static int _map_global_init |
( |
UNUSED void * |
uctx | ) |
|
|
static |
◆ list_map_verify()
◆ map_global_init()
int map_global_init |
( |
void |
| ) |
|
◆ mod_list_map_proc()
Map a list of value boxes to attributes using the index number in the list.
Definition at line 66 of file map_builtin.c.
◆ map_ctx