|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
| struct | rcpt_addr_T |
Macros | |
| #define | rcpt_count(r) count_rcpt(r) |
| #define | __ZE_RCPT_LIST_H 1 |
Typedefs | |
| typedef struct rcpt_addr_T | rcpt_addr_T |
Functions | |
| rcpt_addr_T * | rcpt_list_free (rcpt_addr_T *) |
| rcpt_addr_T * | rcpt_list_add (rcpt_addr_T **, char *, int) |
| int | rcpt_list_del (rcpt_addr_T **, char *rcpt) |
| int | count_rcpt (rcpt_addr_T *) |
| #define __ZE_RCPT_LIST_H 1 |
Definition at line 53 of file ze-rcpt-list.h.
| #define rcpt_count | ( | r | ) | count_rcpt(r) |
Definition at line 42 of file ze-rcpt-list.h.
| typedef struct rcpt_addr_T rcpt_addr_T |
Definition at line 27 of file ze-rcpt-list.h.
| int count_rcpt | ( | rcpt_addr_T * | ) |
Definition at line 437 of file ze-filter.c.
| rcpt_addr_T* rcpt_list_add | ( | rcpt_addr_T ** | , |
| char * | , | ||
| int | |||
| ) |
Definition at line 62 of file ze-rcpt-list.c.
| int rcpt_list_del | ( | rcpt_addr_T ** | , |
| char * | rcpt | ||
| ) |
| rcpt_addr_T* rcpt_list_free | ( | rcpt_addr_T * | ) |
Definition at line 36 of file ze-rcpt-list.c.