#include <string.h>#include <ctype.h>#include "../../mem/mem.h"#include "../../ut.h"#include "extra.h"

Go to the source code of this file.
Defines | |
| #define | EQUAL '=' |
| #define | SEPARATOR ';' |
Functions | |
| void | destroy_extras (struct extra_attr *extra) |
| int | extra2attrs (struct extra_attr *extra, struct attr *attrs, int offset) |
| int | extra2strar (struct extra_attr *extra, struct sip_msg *rq, str *val_arr) |
| void | init_extra_engine (void) |
| struct extra_attr * | parse_extra_str (char *extra_str) |
Variables | |
| static char | int_buf [INT2STR_MAX_LEN *MAX_EXTRA] |
| static char * | static_detector = 0 |
| #define EQUAL '=' |
Definition at line 32 of file auth_radius/extra.c.
| #define SEPARATOR ';' |
Definition at line 33 of file auth_radius/extra.c.
| void destroy_extras | ( | struct extra_attr * | extra | ) |
Definition at line 215 of file auth_radius/extra.c.
| int extra2attrs | ( | struct extra_attr * | extra, | |
| struct attr * | attrs, | |||
| int | offset | |||
| ) |
| int extra2strar | ( | struct extra_attr * | extra, | |
| struct sip_msg * | rq, | |||
| str * | val_arr | |||
| ) |
Definition at line 165 of file auth_radius/extra.c.
| void init_extra_engine | ( | void | ) |
| struct extra_attr* parse_extra_str | ( | char * | extra_str | ) | [read] |
char int_buf[INT2STR_MAX_LEN *MAX_EXTRA] [static] |
Definition at line 37 of file auth_radius/extra.c.
char* static_detector = 0 [static] |
Definition at line 38 of file auth_radius/extra.c.
1.5.6