ze-filter  (ze-filter-0.8.0-develop-180218)
ze-smmacros.h File Reference

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_Tsm_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)
 

Macro Definition Documentation

◆ __ZE_SMMACROS_H

#define __ZE_SMMACROS_H

Definition at line 39 of file ze-smmacros.h.

Typedef Documentation

◆ sm_mac_T

typedef struct sm_mac_T sm_mac_T

Definition at line 26 of file ze-smmacros.h.

Function Documentation

◆ callback_name()

char* callback_name ( int  id)

Definition at line 267 of file ze-smmacros.c.

◆ sm_macro_free()

void sm_macro_free ( sm_mac_T )

Definition at line 132 of file ze-smmacros.c.

◆ sm_macro_get_int()

int sm_macro_get_int ( sm_mac_T ,
char *   
)

Definition at line 209 of file ze-smmacros.c.

◆ sm_macro_get_str()

char* sm_macro_get_str ( sm_mac_T ,
char *   
)

Definition at line 191 of file ze-smmacros.c.

◆ sm_macro_log_all()

void sm_macro_log_all ( char *  id,
sm_mac_T sm 
)

Definition at line 229 of file ze-smmacros.c.

◆ sm_macro_new()

sm_mac_T* sm_macro_new ( )

Definition at line 114 of file ze-smmacros.c.

◆ sm_macro_update()

void sm_macro_update ( SMFICTX *  ,
sm_mac_T  
)

Definition at line 150 of file ze-smmacros.c.