ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Macros | |
#define | __ZE_SMMACROS_H |
Typedefs | |
typedef struct sm_mac_T | sm_mac_T |
Functions | |
sm_mac_T * | sm_macro_new () |
void | sm_macro_free (sm_mac_T *) |
void | sm_macro_update (SMFICTX *, sm_mac_T *) |
char * | sm_macro_get_str (sm_mac_T *, char *) |
int | sm_macro_get_int (sm_mac_T *, char *) |
void | sm_macro_log_all (char *id, sm_mac_T *sm) |
char * | callback_name (int id) |
#define __ZE_SMMACROS_H |
Definition at line 39 of file ze-smmacros.h.
Definition at line 26 of file ze-smmacros.h.
char* callback_name | ( | int | id | ) |
Definition at line 267 of file ze-smmacros.c.
void sm_macro_free | ( | sm_mac_T * | ) |
Definition at line 132 of file ze-smmacros.c.
int sm_macro_get_int | ( | sm_mac_T * | , |
char * | |||
) |
Definition at line 209 of file ze-smmacros.c.
char* sm_macro_get_str | ( | sm_mac_T * | , |
char * | |||
) |
Definition at line 191 of file ze-smmacros.c.
void sm_macro_log_all | ( | char * | id, |
sm_mac_T * | sm | ||
) |
Definition at line 229 of file ze-smmacros.c.
sm_mac_T* sm_macro_new | ( | ) |
Definition at line 114 of file ze-smmacros.c.
void sm_macro_update | ( | SMFICTX * | , |
sm_mac_T * | |||
) |
Definition at line 150 of file ze-smmacros.c.