Home
last modified time | relevance | path

Searched refs:MILTER_MACROS (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/milter/
Dmilter_macros.c143 MILTER_MACROS *mp = (MILTER_MACROS *) ptr; in milter_macros_print()
168 MILTER_MACROS *mp = (MILTER_MACROS *) ptr; in milter_macros_scan()
215 MILTER_MACROS *milter_macros_create(const char *conn_macros, in milter_macros_create()
224 MILTER_MACROS *mp; in milter_macros_create()
226 mp = (MILTER_MACROS *) mymalloc(sizeof(*mp)); in milter_macros_create()
241 MILTER_MACROS *milter_macros_alloc(int mode) in milter_macros_alloc()
243 MILTER_MACROS *mp; in milter_macros_alloc()
249 MILTER_MACROS *__mp = (mp); \ in milter_macros_alloc()
261 mp = (MILTER_MACROS *) mymalloc(sizeof(*mp)); in milter_macros_alloc()
277 void milter_macros_free(MILTER_MACROS *mp) in milter_macros_free()
[all …]
Dmilter.h39 struct MILTER_MACROS *macros; /* private macros */
67 typedef struct MILTER_MACROS { struct
76 } MILTER_MACROS; argument
78 extern MILTER_MACROS *milter_macros_create(const char *, const char *,
82 extern MILTER_MACROS *milter_macros_alloc(int);
83 extern void milter_macros_free(MILTER_MACROS *);
111 struct MILTER_MACROS *macros;
136 const char *, MILTER_MACROS *,
Dmilter8.c342 offsetof(MILTER_MACROS, conn_macros), /* SMFIM_CONNECT */
343 offsetof(MILTER_MACROS, helo_macros), /* SMFIM_HELO */
344 offsetof(MILTER_MACROS, mail_macros), /* SMFIM_ENVFROM */
345 offsetof(MILTER_MACROS, rcpt_macros), /* SMFIM_ENVRCPT */
346 offsetof(MILTER_MACROS, data_macros), /* SMFIM_DATA */
347 offsetof(MILTER_MACROS, eod_macros),/* Note: SMFIM_EOM < SMFIM_EOH */
348 offsetof(MILTER_MACROS, eoh_macros),/* Note: SMFIM_EOH > SMFIM_EOM */
2752 MILTER_MACROS *macros = 0; in milter8_receive()
Dmilter.c654 MILTER_MACROS *macros, in milter_new()
861 #define NO_MACROS ((MILTER_MACROS *) 0) in milter_receive()