Functions

cr_fixup.h File Reference

Fixup functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions


Detailed Description

Definition in file cr_fixup.h.


Function Documentation

int cr_load_next_domain_fixup ( void **  param,
int  param_no 
)

it maps the routing domain names to numbers for faster access at runtime

Parameters:
param the parameter
param_no the number of the parameter
Returns:
0 on success, -1 on failure

Fixes the module functions' parameters, i.e.

it maps the routing domain names to numbers for faster access at runtime

Parameters:
param the parameter
param_no the number of the parameter
Returns:
0 on success, -1 on failure

Definition at line 264 of file cr_fixup.c.

References avp_name_fixup(), carrier_fixup(), and domain_fixup().

Here is the call graph for this function:

int cr_load_user_carrier_fixup ( void **  param,
int  param_no 
)
Parameters:
param the parameter
param_no the number of the parameter
Returns:
0 on success, -1 on failure

Definition at line 306 of file cr_fixup.c.

References avp_name_fixup().

Here is the call graph for this function:

int cr_route_fixup ( void **  param,
int  param_no 
)

it maps the routing domain names to numbers for faster access at runtime

Parameters:
param the parameter
param_no the number of the parameter
Returns:
0 on success, -1 on failure

fixes the module functions' parameters, i.e.

it maps the routing domain names to numbers for faster access at runtime

Parameters:
param the parameter
param_no the number of the parameter
Returns:
0 on success, -1 on failure

Definition at line 209 of file cr_fixup.c.

References avp_name_fixup(), carrier_fixup(), domain_fixup(), and hash_fixup().

Here is the call graph for this function: