Home
last modified time | relevance | path

Searched defs:uids (Results 1 – 5 of 5) sorted by relevance

/plan9-contrib/sys/src/cmd/ip/imap4d/
H A Dstore.c19 storeMsg(Box *box, Msg *m, int uids, void *vst) in storeMsg()
74 sendFlags(Box *box, int uids) in sendFlags()
H A Dcopy.c16 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 Dfetch.c23 fetchSeen(Box *box, Msg *m, int uids, void *vf) in fetchSeen()
55 fetchMsg(Box *, Msg *m, int uids, void *vf) in fetchMsg()
H A Dimap4d.c448 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 Dnodes.c14 forMsgs(Box *box, MsgSet *ms, ulong max, int uids, int (*f)(Box*, Msg*, int, void*), void *rock) in forMsgs() argument