Home
last modified time | relevance | path

Searched refs:SEND_MULTIPART (Results 1 – 5 of 5) sorted by relevance

/dports/mail/elm/elm2.5.8/hdrs/
H A Dsndparts.h210 } SEND_MULTIPART; typedef
238 SEND_MULTIPART *multipart_new P_((SEND_BODYPART *, long));
239 void multipart_destroy P_((SEND_MULTIPART *));
240 SEND_MULTIPART *multipart_insertpart P_((SEND_MULTIPART *, SEND_MULTIPART *, SEND_BODYPART *, long)…
241 SEND_MULTIPART *multipart_appendpart P_((SEND_MULTIPART *, SEND_MULTIPART *, SEND_BODYPART *, long)…
242 SEND_BODYPART *multipart_deletepart P_((SEND_MULTIPART *, SEND_MULTIPART *));
243 SEND_MULTIPART *multipart_next P_((SEND_MULTIPART *, SEND_MULTIPART *));
244 SEND_MULTIPART *multipart_find P_((SEND_MULTIPART *, long));
251 void multipart_integrity_check P_((const SEND_MULTIPART *));
/dports/mail/elm/elm2.5.8/src/
H A Dsndpart_lib.c390 const SEND_MULTIPART *multi; in multipart_integrity_check()
392 const SEND_MULTIPART *m1;
413 SEND_MULTIPART *multi;
415 multi = (SEND_MULTIPART *) safe_malloc(sizeof(SEND_MULTIPART));
424 SEND_MULTIPART *multi; in multipart_destroy()
426 SEND_MULTIPART *mnext;
445 SEND_MULTIPART *multi, *mp_curr; in multipart_insertpart()
449 SEND_MULTIPART *mp_new;
468 SEND_MULTIPART *multi, *mp_curr; in multipart_appendpart()
472 SEND_MULTIPART *mp_new;
[all …]
H A Dsndmsg.c55 static int verify_transmission P_((const char *, SEND_HEADER *, SEND_MULTIPART **, int *, char *));
64 SEND_MULTIPART *attachments;/* add'l user-specified attachments */
65 SEND_MULTIPART *mp; /* used to loop thru user attachments */
914 SEND_MULTIPART **attachments_p; /* attachments to message being sent */
H A Dsndpart_io.c362 SEND_MULTIPART *mp;
612 SEND_MULTIPART *mp;
H A Dsndattach.c102 SEND_MULTIPART **user_attachments_p; in attachment_menu()
104 SEND_MULTIPART *mp;
127 mp = multipart_next(*user_attachments_p, (SEND_MULTIPART *) NULL);