The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Data Structures | Functions
try_priv.h File Reference

Declaration for unlang try. More...

#include "unlang_priv.h"
+ Include dependency graph for try_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_try_t
 

Functions

static unlang_try_t const * unlang_generic_to_try (unlang_t const *g)
 Cast a generic structure to the try keyword extension.
 

Detailed Description

Declaration for unlang try.

Id
82841dcbde8256b1c0217d8125f9133a396131cc

Definition in file try_priv.h.


Data Structure Documentation

◆ unlang_try_t

struct unlang_try_t

Definition at line 32 of file try_priv.h.

+ Collaboration diagram for unlang_try_t:
Data Fields
unlang_t * catch[RLM_MODULE_NUMCODES]
unlang_group_t group

Function Documentation

◆ unlang_generic_to_try()

static unlang_try_t const * unlang_generic_to_try ( unlang_t const *  g)
inlinestatic

Cast a generic structure to the try keyword extension.

Definition at line 41 of file try_priv.h.

+ Here is the caller graph for this function: