Searched defs:_msgpart (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/imap/
H A Dimap-fetch-body.c469 struct mail *mail, struct imap_msgpart **_msgpart)
474 ret = imap_msgpart_open(mail, *_msgpart, &result);
475 imap_msgpart_free(_msgpart);
468 fetch_and_free_msgpart(struct imap_fetch_context *ctx, struct mail *mail, struct imap_msgpart **_msgpart) argument
/dovecot/src/lib-imap-storage/
H A Dimap-msgpart.c301 void imap_msgpart_free(struct imap_msgpart **_msgpart) argument
303 struct imap_msgpart *msgpart = *_msgpart;
305 *_msgpart = NULL;

Completed in 13 milliseconds