Searched refs:Imapmsg_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/mailx/
H A Dimap.c142 } Imapmsg_t; typedef in typeref:struct:__anon125
155 Imapmsg_t* msg; /* IMAP_CONTENT_message info */
849 register Imapmsg_t* ip;
852 ip = (Imapmsg_t*)mp->m_info;
905 ((Imapmsg_t*)mp->m_info)->parts = pp;
1008 sfprintf(imap->tp, "%d.att", ((Imapmsg_t*)mp->m_info)->attachments + 1);
1017 pp->attachment = ++((Imapmsg_t*)mp->m_info)->attachments;
1034 register Imapmsg_t* ip;
1043 ip = (Imapmsg_t*)mp->m_info;
1830 if (!(mp->m_info = (void*)vmnewof(imap->vm, 0, Imapmsg_t,
[all...]

Completed in 10 milliseconds