Searched defs:uids (Results 1 – 5 of 5) sorted by relevance
/plan9-contrib/sys/src/cmd/ip/imap4d/ |
H A D | store.c | 19 storeMsg(Box *box, Msg *m, int uids, void *vst) in storeMsg() 74 sendFlags(Box *box, int uids) in sendFlags()
|
H A D | copy.c | 16 copyCheck(Box *box, Msg *m, int uids, void *v) in copyCheck() 36 copySave(Box *box, Msg *m, int uids, void *vs) in copySave()
|
H A D | fetch.c | 23 fetchSeen(Box *box, Msg *m, int uids, void *vf) in fetchSeen() 55 fetchMsg(Box *, Msg *m, int uids, void *vf) in fetchMsg()
|
H A D | imap4d.c | 448 status(int expungeable, int uids) in status() 584 copyUCmd(char *tg, char *cmd, int uids) in copyUCmd() 709 fetchUCmd(char *tg, char *cmd, int uids) in fetchUCmd() 1062 searchUCmd(char *tg, char *cmd, int uids) in searchUCmd() 1253 storeUCmd(char *tg, char *cmd, int uids) in storeUCmd() 1839 msgSet(int uids) in msgSet()
|
H A D | nodes.c | 14 forMsgs(Box *box, MsgSet *ms, ulong max, int uids, int (*f)(Box*, Msg*, int, void*), void *rock) in forMsgs() argument
|