Searched defs:Imap (Results 1 – 4 of 4) sorted by relevance
16 typedef struct Imap Imap; typedef17 struct Imap { struct18 char *freep; // free this to free the strings below20 char *host;21 char *user;22 char *mbox;24 int mustssl;25 int refreshtime;26 int debug;28 ulong tag;[all …]
2 typedef struct Imap Imap; typedef24 struct Imap struct47 Imap *map; /* inode to qid mapping */ argument
519 typedef struct Imap Imap; typedef520 struct Imap { struct522 /*0x00000*/ uchar dpram1[0x3800]; /* Dual-port RAM 16Kbytes 13.5/13-15 */523 /*0x03800*/ FCCextra fccextra[4];524 /*0x03980*/ Uartsmc uartsmc[2];525 /*0x03a00*/ uchar dsp1p[0x40];526 /*0x03a40*/ uchar dsp2p[0x40];527 /*0x03a80*/ BD bd[(0x04000-0x03a80)/sizeof(BD)]; /* Buffer descriptors */528 /*0x04000*/ uchar Rsvd4000[0x04000];531 /*0x08000*/ PrmSCC prmscc[4];[all …]
5 typedef struct Imap Imap; typedef