Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char | expression [1] |
char * | expression |
struct { | |
struct values * next | |
} | list |
struct { | |
struct values * next | |
} | list |
Definition at line 66 of file cdr_sqlite3_custom.c.
char expression[1] |
Definition at line 68 of file cdr_sqlite3_custom.c.
Referenced by load_values_config(), and write_cel().
char* expression |
Definition at line 74 of file cel_sqlite3_custom.c.
struct { ... } list |
Referenced by free_config(), load_values_config(), and write_cel().
struct { ... } list |
struct values* next |
Definition at line 67 of file cdr_sqlite3_custom.c.