Fixup functions. More...

Go to the source code of this file.
Definition in file cr_fixup.h.
| int cr_load_next_domain_fixup | ( | void ** | param, | |
| int | param_no | |||
| ) |
it maps the routing domain names to numbers for faster access at runtime
| param | the parameter | |
| param_no | the number of the parameter |
Fixes the module functions' parameters, i.e.
it maps the routing domain names to numbers for faster access at runtime
| param | the parameter | |
| param_no | the number of the parameter |
Definition at line 264 of file cr_fixup.c.
References avp_name_fixup(), carrier_fixup(), and domain_fixup().

| int cr_load_user_carrier_fixup | ( | void ** | param, | |
| int | param_no | |||
| ) |
| param | the parameter | |
| param_no | the number of the parameter |
Definition at line 306 of file cr_fixup.c.
References avp_name_fixup().

| int cr_route_fixup | ( | void ** | param, | |
| int | param_no | |||
| ) |
it maps the routing domain names to numbers for faster access at runtime
| param | the parameter | |
| param_no | the number of the parameter |
fixes the module functions' parameters, i.e.
it maps the routing domain names to numbers for faster access at runtime
| param | the parameter | |
| param_no | the number of the parameter |
Definition at line 209 of file cr_fixup.c.
References avp_name_fixup(), carrier_fixup(), domain_fixup(), and hash_fixup().

1.7.1