![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Declarations for the unlang tmpl interface. More...
Include dependency graph for tmpl_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_frame_state_tmpl_t |
| A tmpl stack entry. More... | |
| union | unlang_frame_state_tmpl_t.__unnamed104__ |
Declarations for the unlang tmpl interface.
Definition in file tmpl_priv.h.
| struct unlang_frame_state_tmpl_t |
Collaboration diagram for unlang_frame_state_tmpl_t:| Data Fields | ||
|---|---|---|
| union unlang_frame_state_tmpl_t.__unnamed104__ | __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 |
| tmpl_t const * | vpt | the thing being expanded |
| unlang_result_t | xlat_result | results for xlat |
| union unlang_frame_state_tmpl_t.__unnamed104__ |
Definition at line 48 of file tmpl_priv.h.
| Data Fields | ||
|---|---|---|
| fr_exec_state_t | exec_result | results for exec |
1.9.8