The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Declarations for the unlang tmpl interface. More...
Go to the source code of this file.
Data Structures | |
struct | unlang_frame_state_tmpl_t |
A tmpl stack entry. More... | |
union | unlang_frame_state_tmpl_t.__unnamed101__ |
Declarations for the unlang tmpl interface.
Definition in file tmpl_priv.h.
struct unlang_frame_state_tmpl_t |
Data Fields | ||
---|---|---|
union unlang_frame_state_tmpl_t | __unnamed__ | |
unlang_tmpl_args_t | args | Arguments that control how the tmpl is evaluated. |
TALLOC_CTX * | ctx | for allocating value boxes |
fr_value_box_list_t | list | our intermediate working list |
fr_value_box_list_t * | out | output list if the exec succeeds |
void * | rctx | for resume |
fr_unlang_tmpl_resume_t | resume | resumption handler |
fr_unlang_tmpl_signal_t | signal | signal handler |
union unlang_frame_state_tmpl_t.__unnamed101__ |
Definition at line 46 of file tmpl_priv.h.
Data Fields | ||
---|---|---|
fr_exec_state_t | exec |